~ubuntu-branches/ubuntu/edgy/rxtx/edgy-201105201527

« back to all changes in this revision

Viewing changes to src/Raw.java

  • Committer: Bazaar Package Importer
  • Author(s): Mario Joussen
  • Date: 2006-03-01 18:56:52 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060301185652-qqaxmsc37np81hr3
Tags: upstream-2.1.7
ImportĀ upstreamĀ versionĀ 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*-------------------------------------------------------------------------
2
2
|   rxtx is a native interface to Raw ports in java.
3
 
|   Copyright 1997-2002 by Trent Jarvi taj@www.linux.org.uk.
 
3
|   Copyright 1997-2004 by Trent Jarvi taj@www.linux.org.uk.
4
4
|
5
5
|   This library is free software; you can redistribute it and/or
6
6
|   modify it under the terms of the GNU Library General Public
24
24
 
25
25
/**
26
26
* @author Trent Jarvi
27
 
* @version $Id: Raw.java,v 1.1.2.12 2002/04/05 17:05:16 jarvi Exp $
 
27
* @version $Id: Raw.java,v 1.1.2.13 2004/10/12 08:59:27 jarvi Exp $
28
28
* @since JDK1.0
29
29
*/
30
30
 
434
434
        }
435
435
        public String getVersion()
436
436
        {
437
 
                String Version="$Id: Raw.java,v 1.1.2.12 2002/04/05 17:05:16 jarvi Exp $";
 
437
                String Version="$Id: Raw.java,v 1.1.2.13 2004/10/12 08:59:27 jarvi Exp $";
438
438
                return(Version);
439
439
        }
440
440
}