diff options
author | nobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-01-06 23:33:53 +0000 |
---|---|---|
committer | nobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2006-01-06 23:33:53 +0000 |
commit | ed3fe3394103b0eddedde55fcb954079a5b42e8a (patch) | |
tree | db8c8f1ffff72a0d71724d1ae26efca9edb55db4 /src/GeometryCompression | |
parent | c545abfe43458988081e22bdffcee7b9ee0c8800 (diff) |
This commit was manufactured by cvs2svn to create branch 'dev-1_5'.
Diffstat (limited to 'src/GeometryCompression')
-rw-r--r-- | src/GeometryCompression/ObjectFileCompressor.java | 2 | ||||
-rw-r--r-- | src/GeometryCompression/README | 35 | ||||
-rw-r--r-- | src/GeometryCompression/build.xml | 2 | ||||
-rw-r--r-- | src/GeometryCompression/cgview.java | 2 | ||||
-rw-r--r-- | src/GeometryCompression/obj2cg.java | 2 |
5 files changed, 19 insertions, 24 deletions
diff --git a/src/GeometryCompression/ObjectFileCompressor.java b/src/GeometryCompression/ObjectFileCompressor.java index 9b99d24..dcd1bc1 100644 --- a/src/GeometryCompression/ObjectFileCompressor.java +++ b/src/GeometryCompression/ObjectFileCompressor.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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/GeometryCompression/README b/src/GeometryCompression/README index 45a20c6..23611dc 100644 --- a/src/GeometryCompression/README +++ b/src/GeometryCompression/README @@ -1,13 +1,13 @@ /* - * $RCSfile$ + * @(#)README 1.4 01/06/20 16:18:13 * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 1996-2001 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: * - * - Redistribution of source code must retain the above copyright + * - Redistributions 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,23 +23,18 @@ * 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 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$ + * 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. */ This directory contains example code for using compressed geometry in diff --git a/src/GeometryCompression/build.xml b/src/GeometryCompression/build.xml index 4e57328..47e5a36 100644 --- a/src/GeometryCompression/build.xml +++ b/src/GeometryCompression/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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/GeometryCompression/cgview.java b/src/GeometryCompression/cgview.java index b3840a8..60da3f3 100644 --- a/src/GeometryCompression/cgview.java +++ b/src/GeometryCompression/cgview.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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/GeometryCompression/obj2cg.java b/src/GeometryCompression/obj2cg.java index 45ab1c6..ef231f3 100644 --- a/src/GeometryCompression/obj2cg.java +++ b/src/GeometryCompression/obj2cg.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 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 |