summaryrefslogtreecommitdiffstats
path: root/src/VirtualInputDevice
diff options
context:
space:
mode:
authornobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-01-06 23:33:53 +0000
committernobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-01-06 23:33:53 +0000
commited3fe3394103b0eddedde55fcb954079a5b42e8a (patch)
treedb8c8f1ffff72a0d71724d1ae26efca9edb55db4 /src/VirtualInputDevice
parentc545abfe43458988081e22bdffcee7b9ee0c8800 (diff)
This commit was manufactured by cvs2svn to create branch 'dev-1_5'.
Diffstat (limited to 'src/VirtualInputDevice')
-rw-r--r--src/VirtualInputDevice/ButtonPositionControls.java2
-rw-r--r--src/VirtualInputDevice/HelloUniverse.java2
-rw-r--r--src/VirtualInputDevice/PositionControls.java2
-rw-r--r--src/VirtualInputDevice/README33
-rw-r--r--src/VirtualInputDevice/RotationControls.java2
-rw-r--r--src/VirtualInputDevice/SensorBehavior.java2
-rw-r--r--src/VirtualInputDevice/VirtualInputDevice.java2
-rw-r--r--src/VirtualInputDevice/WheelControls.java2
-rw-r--r--src/VirtualInputDevice/build.xml2
9 files changed, 22 insertions, 27 deletions
diff --git a/src/VirtualInputDevice/ButtonPositionControls.java b/src/VirtualInputDevice/ButtonPositionControls.java
index 73fccbe..b741baa 100644
--- a/src/VirtualInputDevice/ButtonPositionControls.java
+++ b/src/VirtualInputDevice/ButtonPositionControls.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/VirtualInputDevice/HelloUniverse.java b/src/VirtualInputDevice/HelloUniverse.java
index 3632727..474c7e6 100644
--- a/src/VirtualInputDevice/HelloUniverse.java
+++ b/src/VirtualInputDevice/HelloUniverse.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/VirtualInputDevice/PositionControls.java b/src/VirtualInputDevice/PositionControls.java
index e5ea536..e9b092c 100644
--- a/src/VirtualInputDevice/PositionControls.java
+++ b/src/VirtualInputDevice/PositionControls.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/VirtualInputDevice/README b/src/VirtualInputDevice/README
index efc4b7b..cacea02 100644
--- a/src/VirtualInputDevice/README
+++ b/src/VirtualInputDevice/README
@@ -1,13 +1,13 @@
/*
- * $RCSfile$
+ * @(#)README 1.5 01/06/20 16:19:00
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 1996-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
- * - Redistribution of source code must retain the above copyright
+ * - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* - Redistribution in binary form must reproduce the above copyright
@@ -23,23 +23,18 @@
* kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND
* WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY
- * EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL
- * NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF
- * USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR
- * ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL,
- * CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND
- * REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR
- * INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
- * POSSIBILITY OF SUCH DAMAGES.
+ * EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES
+ * SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
+ * DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN
+ * OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR
+ * FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR
+ * PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF
+ * LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE,
+ * EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*
- * You acknowledge that this software is not designed, licensed or
- * intended for use in the design, construction, operation or
- * maintenance of any nuclear facility.
- *
- * $Revision$
- * $Date$
- * $State$
+ * You acknowledge that Software is not designed,licensed or intended
+ * for use in the design, construction, operation or maintenance of
+ * any nuclear facility.
*/
Java 3D (TM) Input Device Driver Development Guide
diff --git a/src/VirtualInputDevice/RotationControls.java b/src/VirtualInputDevice/RotationControls.java
index b95a51a..8349e5e 100644
--- a/src/VirtualInputDevice/RotationControls.java
+++ b/src/VirtualInputDevice/RotationControls.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/VirtualInputDevice/SensorBehavior.java b/src/VirtualInputDevice/SensorBehavior.java
index f587a83..331e687 100644
--- a/src/VirtualInputDevice/SensorBehavior.java
+++ b/src/VirtualInputDevice/SensorBehavior.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/VirtualInputDevice/VirtualInputDevice.java b/src/VirtualInputDevice/VirtualInputDevice.java
index 934c8f8..dcb7fb2 100644
--- a/src/VirtualInputDevice/VirtualInputDevice.java
+++ b/src/VirtualInputDevice/VirtualInputDevice.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/VirtualInputDevice/WheelControls.java b/src/VirtualInputDevice/WheelControls.java
index 332bb3e..a6d2eb9 100644
--- a/src/VirtualInputDevice/WheelControls.java
+++ b/src/VirtualInputDevice/WheelControls.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/VirtualInputDevice/build.xml b/src/VirtualInputDevice/build.xml
index 4e57328..47e5a36 100644
--- a/src/VirtualInputDevice/build.xml
+++ b/src/VirtualInputDevice/build.xml
@@ -4,7 +4,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions