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/FourByFour | |
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/FourByFour')
-rw-r--r-- | src/FourByFour/BigCube.java | 2 | ||||
-rw-r--r-- | src/FourByFour/Board.java | 2 | ||||
-rw-r--r-- | src/FourByFour/Canvas2D.java | 2 | ||||
-rw-r--r-- | src/FourByFour/Cube.java | 2 | ||||
-rw-r--r-- | src/FourByFour/Cylinder.java | 2 | ||||
-rw-r--r-- | src/FourByFour/FourByFour.java | 2 | ||||
-rw-r--r-- | src/FourByFour/ID.java | 2 | ||||
-rw-r--r-- | src/FourByFour/PickDragBehavior.java | 2 | ||||
-rw-r--r-- | src/FourByFour/Poles.java | 2 | ||||
-rw-r--r-- | src/FourByFour/Positions.java | 2 | ||||
-rw-r--r-- | src/FourByFour/build.xml | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/FourByFour/BigCube.java b/src/FourByFour/BigCube.java index d6fda52..8c2ae32 100644 --- a/src/FourByFour/BigCube.java +++ b/src/FourByFour/BigCube.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/FourByFour/Board.java b/src/FourByFour/Board.java index e0d2b0a..c3cc0a4 100644 --- a/src/FourByFour/Board.java +++ b/src/FourByFour/Board.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/FourByFour/Canvas2D.java b/src/FourByFour/Canvas2D.java index 53c21ad..41c990c 100644 --- a/src/FourByFour/Canvas2D.java +++ b/src/FourByFour/Canvas2D.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/FourByFour/Cube.java b/src/FourByFour/Cube.java index f24f95f..f8fd3bd 100644 --- a/src/FourByFour/Cube.java +++ b/src/FourByFour/Cube.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/FourByFour/Cylinder.java b/src/FourByFour/Cylinder.java index db8dbfb..b2d616f 100644 --- a/src/FourByFour/Cylinder.java +++ b/src/FourByFour/Cylinder.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/FourByFour/FourByFour.java b/src/FourByFour/FourByFour.java index 9820214..0a58a1e 100644 --- a/src/FourByFour/FourByFour.java +++ b/src/FourByFour/FourByFour.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/FourByFour/ID.java b/src/FourByFour/ID.java index 0a33077..dae658e 100644 --- a/src/FourByFour/ID.java +++ b/src/FourByFour/ID.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/FourByFour/PickDragBehavior.java b/src/FourByFour/PickDragBehavior.java index 96d6352..67bee6e 100644 --- a/src/FourByFour/PickDragBehavior.java +++ b/src/FourByFour/PickDragBehavior.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/FourByFour/Poles.java b/src/FourByFour/Poles.java index 95a98fa..135604a 100644 --- a/src/FourByFour/Poles.java +++ b/src/FourByFour/Poles.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/FourByFour/Positions.java b/src/FourByFour/Positions.java index a669aae..2a9f396 100644 --- a/src/FourByFour/Positions.java +++ b/src/FourByFour/Positions.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/FourByFour/build.xml b/src/FourByFour/build.xml index def3da4..47e5a36 100644 --- a/src/FourByFour/build.xml +++ b/src/FourByFour/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 |