diff options
Diffstat (limited to 'src/FourByFour/BigCube.java')
-rw-r--r-- | src/FourByFour/BigCube.java | 4 |
1 files changed, 1 insertions, 3 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 { |