summaryrefslogtreecommitdiffstats
path: root/src/VirtualInputDevice
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-01-05 04:18:29 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2006-01-05 04:18:29 +0000
commitc545abfe43458988081e22bdffcee7b9ee0c8800 (patch)
treed6c425de568e8b6b952697e4bc2ab4fd749170eb /src/VirtualInputDevice
parent65b559a9e592a2c013eab3ee18283a403da280b0 (diff)
Updated Copyright date to 2006
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, 27 insertions, 22 deletions
diff --git a/src/VirtualInputDevice/ButtonPositionControls.java b/src/VirtualInputDevice/ButtonPositionControls.java
index b741baa..73fccbe 100644
--- a/src/VirtualInputDevice/ButtonPositionControls.java
+++ b/src/VirtualInputDevice/ButtonPositionControls.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 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 474c7e6..3632727 100644
--- a/src/VirtualInputDevice/HelloUniverse.java
+++ b/src/VirtualInputDevice/HelloUniverse.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 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 e9b092c..e5ea536 100644
--- a/src/VirtualInputDevice/PositionControls.java
+++ b/src/VirtualInputDevice/PositionControls.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 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 cacea02..efc4b7b 100644
--- a/src/VirtualInputDevice/README
+++ b/src/VirtualInputDevice/README
@@ -1,13 +1,13 @@
/*
- * @(#)README 1.5 01/06/20 16:19:00
+ * $RCSfile$
*
- * Copyright (c) 1996-2001 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright (c) 2006 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:
*
- * - Redistributions of source code must retain the above copyright
+ * - Redistribution 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,18 +23,23 @@
* 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 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.
+ * 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.
*
- * You acknowledge that Software is not designed,licensed or intended
- * for use in the design, construction, operation or maintenance of
- * any nuclear facility.
+ * 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$
*/
Java 3D (TM) Input Device Driver Development Guide
diff --git a/src/VirtualInputDevice/RotationControls.java b/src/VirtualInputDevice/RotationControls.java
index 8349e5e..b95a51a 100644
--- a/src/VirtualInputDevice/RotationControls.java
+++ b/src/VirtualInputDevice/RotationControls.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 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 331e687..f587a83 100644
--- a/src/VirtualInputDevice/SensorBehavior.java
+++ b/src/VirtualInputDevice/SensorBehavior.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 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 dcb7fb2..934c8f8 100644
--- a/src/VirtualInputDevice/VirtualInputDevice.java
+++ b/src/VirtualInputDevice/VirtualInputDevice.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 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 a6d2eb9..332bb3e 100644
--- a/src/VirtualInputDevice/WheelControls.java
+++ b/src/VirtualInputDevice/WheelControls.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 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 47e5a36..4e57328 100644
--- a/src/VirtualInputDevice/build.xml
+++ b/src/VirtualInputDevice/build.xml
@@ -4,7 +4,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 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