diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-02-18 23:25:59 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-02-18 23:25:59 +0000 |
commit | 1f03bfbb94702b2f08df62308dfc97416880c716 (patch) | |
tree | 51ea830e4eff52d12dd3870e2c44ba0a721f2a89 /src/VirtualInputDevice | |
parent | bf7fd8076debc3fe2b23c2c399c5ce13afb3198e (diff) |
Merged changes between 1.3.2-beta2 and 1.3.2-beta3 into the 1.4 dev branch
Diffstat (limited to 'src/VirtualInputDevice')
-rw-r--r-- | src/VirtualInputDevice/ButtonPositionControls.java | 2 | ||||
-rw-r--r-- | src/VirtualInputDevice/HelloUniverse.java | 2 | ||||
-rw-r--r-- | src/VirtualInputDevice/PositionControls.java | 2 | ||||
-rw-r--r-- | src/VirtualInputDevice/RotationControls.java | 2 | ||||
-rw-r--r-- | src/VirtualInputDevice/SensorBehavior.java | 2 | ||||
-rw-r--r-- | src/VirtualInputDevice/VirtualInputDevice.java | 2 | ||||
-rw-r--r-- | src/VirtualInputDevice/WheelControls.java | 2 | ||||
-rw-r--r-- | src/VirtualInputDevice/build.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/VirtualInputDevice/ButtonPositionControls.java b/src/VirtualInputDevice/ButtonPositionControls.java index 4335a87..b741baa 100644 --- a/src/VirtualInputDevice/ButtonPositionControls.java +++ b/src/VirtualInputDevice/ButtonPositionControls.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 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 42f28a2..474c7e6 100644 --- a/src/VirtualInputDevice/HelloUniverse.java +++ b/src/VirtualInputDevice/HelloUniverse.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 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 4998c9e..e9b092c 100644 --- a/src/VirtualInputDevice/PositionControls.java +++ b/src/VirtualInputDevice/PositionControls.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 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/RotationControls.java b/src/VirtualInputDevice/RotationControls.java index 5535f12..8349e5e 100644 --- a/src/VirtualInputDevice/RotationControls.java +++ b/src/VirtualInputDevice/RotationControls.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 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 3c8d4ee..331e687 100644 --- a/src/VirtualInputDevice/SensorBehavior.java +++ b/src/VirtualInputDevice/SensorBehavior.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 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 d148fd0..dcb7fb2 100644 --- a/src/VirtualInputDevice/VirtualInputDevice.java +++ b/src/VirtualInputDevice/VirtualInputDevice.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 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 f4ac4d8..a6d2eb9 100644 --- a/src/VirtualInputDevice/WheelControls.java +++ b/src/VirtualInputDevice/WheelControls.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 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 def3da4..47e5a36 100644 --- a/src/VirtualInputDevice/build.xml +++ b/src/VirtualInputDevice/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2004 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 |