summaryrefslogtreecommitdiffstats
path: root/src/FourByFour
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/FourByFour
parent65b559a9e592a2c013eab3ee18283a403da280b0 (diff)
Updated Copyright date to 2006
Diffstat (limited to 'src/FourByFour')
-rw-r--r--src/FourByFour/BigCube.java4
-rw-r--r--src/FourByFour/Board.java2
-rw-r--r--src/FourByFour/Canvas2D.java2
-rw-r--r--src/FourByFour/Cube.java2
-rw-r--r--src/FourByFour/Cylinder.java2
-rw-r--r--src/FourByFour/FourByFour.java2
-rw-r--r--src/FourByFour/ID.java2
-rw-r--r--src/FourByFour/PickDragBehavior.java2
-rw-r--r--src/FourByFour/Poles.java2
-rw-r--r--src/FourByFour/Positions.java2
-rw-r--r--src/FourByFour/README35
-rw-r--r--src/FourByFour/build.xml2
-rw-r--r--src/FourByFour/instructions.txt33
13 files changed, 50 insertions, 42 deletions
diff --git a/src/FourByFour/BigCube.java b/src/FourByFour/BigCube.java
index 8c2ae32..dbd304e 100644
--- a/src/FourByFour/BigCube.java
+++ b/src/FourByFour/BigCube.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
@@ -54,8 +54,6 @@ import javax.vecmath.*;
* position.
*
* Version: 1.0
- *
- * Copyright (C) 1998 Sun Microsystems, Inc. All Rights Reserved.
*/
public class BigCube extends Object {
diff --git a/src/FourByFour/Board.java b/src/FourByFour/Board.java
index c3cc0a4..b4d29c9 100644
--- a/src/FourByFour/Board.java
+++ b/src/FourByFour/Board.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/FourByFour/Canvas2D.java b/src/FourByFour/Canvas2D.java
index 41c990c..033be15 100644
--- a/src/FourByFour/Canvas2D.java
+++ b/src/FourByFour/Canvas2D.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/FourByFour/Cube.java b/src/FourByFour/Cube.java
index f8fd3bd..b12ec46 100644
--- a/src/FourByFour/Cube.java
+++ b/src/FourByFour/Cube.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/FourByFour/Cylinder.java b/src/FourByFour/Cylinder.java
index b2d616f..c647087 100644
--- a/src/FourByFour/Cylinder.java
+++ b/src/FourByFour/Cylinder.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/FourByFour/FourByFour.java b/src/FourByFour/FourByFour.java
index 0a58a1e..4e368cd 100644
--- a/src/FourByFour/FourByFour.java
+++ b/src/FourByFour/FourByFour.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/FourByFour/ID.java b/src/FourByFour/ID.java
index dae658e..0ca8cf9 100644
--- a/src/FourByFour/ID.java
+++ b/src/FourByFour/ID.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/FourByFour/PickDragBehavior.java b/src/FourByFour/PickDragBehavior.java
index 67bee6e..7645af9 100644
--- a/src/FourByFour/PickDragBehavior.java
+++ b/src/FourByFour/PickDragBehavior.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/FourByFour/Poles.java b/src/FourByFour/Poles.java
index 135604a..b875b4b 100644
--- a/src/FourByFour/Poles.java
+++ b/src/FourByFour/Poles.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/FourByFour/Positions.java b/src/FourByFour/Positions.java
index 2a9f396..5a61b93 100644
--- a/src/FourByFour/Positions.java
+++ b/src/FourByFour/Positions.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/FourByFour/README b/src/FourByFour/README
index 8ae0695..6d0e046 100644
--- a/src/FourByFour/README
+++ b/src/FourByFour/README
@@ -1,13 +1,13 @@
/*
- * @(#)README 1.6 01/06/20 16:18:05
+ * $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.
- *
- * You acknowledge that Software is not designed,licensed or intended
- * for use in the design, construction, operation or maintenance of
- * any nuclear facility.
+ * 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 this software is not designed, licensed or
+ * intended for use in the design, construction, operation or
+ * maintenance of any nuclear facility.
+ *
+ * $Revision$
+ * $Date$
+ * $State$
*/
FourByFour
diff --git a/src/FourByFour/build.xml b/src/FourByFour/build.xml
index 47e5a36..4e57328 100644
--- a/src/FourByFour/build.xml
+++ b/src/FourByFour/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
diff --git a/src/FourByFour/instructions.txt b/src/FourByFour/instructions.txt
index f90f3c2..36ded73 100644
--- a/src/FourByFour/instructions.txt
+++ b/src/FourByFour/instructions.txt
@@ -1,13 +1,13 @@
/*
- * @(#)instructions.txt 1.5 01/06/20 16:18:06
+ * $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$
*/
Four By Four