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/FourByFour | |
parent | 3480d115b5f73c2ea535322cae88a245d82801e0 (diff) |
Bumped Copyright date to 2005
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 |