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/GeometryByReference | |
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/GeometryByReference')
-rw-r--r-- | src/GeometryByReference/GeometryByReferenceNIOBuffer.java | 2 | ||||
-rw-r--r-- | src/GeometryByReference/GeometryByReferenceTest.java | 2 | ||||
-rw-r--r-- | src/GeometryByReference/ImageComponentByReferenceTest.java | 2 | ||||
-rw-r--r-- | src/GeometryByReference/InterleavedNIOBuffer.java | 2 | ||||
-rw-r--r-- | src/GeometryByReference/InterleavedTest.java | 2 | ||||
-rw-r--r-- | src/GeometryByReference/TiledImage.java | 2 | ||||
-rw-r--r-- | src/GeometryByReference/build.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/GeometryByReference/GeometryByReferenceNIOBuffer.java b/src/GeometryByReference/GeometryByReferenceNIOBuffer.java index 0204b64..5518491 100644 --- a/src/GeometryByReference/GeometryByReferenceNIOBuffer.java +++ b/src/GeometryByReference/GeometryByReferenceNIOBuffer.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/GeometryByReference/GeometryByReferenceTest.java b/src/GeometryByReference/GeometryByReferenceTest.java index 486f5dc..2c4a6f7 100644 --- a/src/GeometryByReference/GeometryByReferenceTest.java +++ b/src/GeometryByReference/GeometryByReferenceTest.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/GeometryByReference/ImageComponentByReferenceTest.java b/src/GeometryByReference/ImageComponentByReferenceTest.java index 3c378e0..24f20f8 100644 --- a/src/GeometryByReference/ImageComponentByReferenceTest.java +++ b/src/GeometryByReference/ImageComponentByReferenceTest.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/GeometryByReference/InterleavedNIOBuffer.java b/src/GeometryByReference/InterleavedNIOBuffer.java index 168333e..a66b11d 100644 --- a/src/GeometryByReference/InterleavedNIOBuffer.java +++ b/src/GeometryByReference/InterleavedNIOBuffer.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/GeometryByReference/InterleavedTest.java b/src/GeometryByReference/InterleavedTest.java index 781c49b..c65906d 100644 --- a/src/GeometryByReference/InterleavedTest.java +++ b/src/GeometryByReference/InterleavedTest.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/GeometryByReference/TiledImage.java b/src/GeometryByReference/TiledImage.java index c985495..bd9e469 100644 --- a/src/GeometryByReference/TiledImage.java +++ b/src/GeometryByReference/TiledImage.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/GeometryByReference/build.xml b/src/GeometryByReference/build.xml index def3da4..47e5a36 100644 --- a/src/GeometryByReference/build.xml +++ b/src/GeometryByReference/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 |