diff options
author | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-02-18 16:34:20 +0000 |
---|---|---|
committer | kcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-02-18 16:34:20 +0000 |
commit | 145583d3a2857f420a0155512c86378ffb7f901d (patch) | |
tree | 39d35703403604aaa7350975fb1cb6328fd655c1 /src/VirtualInputDevice | |
parent | 3480d115b5f73c2ea535322cae88a245d82801e0 (diff) |
Bumped Copyright date to 2005
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 |