changed: #copyright
authorClaus Gittinger <cg@exept.de>
Thu, 24 Nov 2011 12:14:35 +0100
changeset 2207 8f931c7e70f6
parent 2206 48094ac65f67
child 2208 6413aafdbd1f
changed: #copyright
JavaPackage.st
--- a/JavaPackage.st	Thu Nov 24 12:14:32 2011 +0100
+++ b/JavaPackage.st	Thu Nov 24 12:14:35 2011 +0100
@@ -1,20 +1,7 @@
 "
- COPYRIGHT (c) 1996-2011 by Claus Gittinger
  COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
                             SWING Research Group, Czech Technical University in Prague
 
- Parts of the code written by Claus Gittinger are under following
- license:
-
- This software is furnished under a license and may be used
- only in accordance with the terms of that license and with the
- inclusion of the above copyright notice.   This software may not
- be provided or otherwise made available to, or used by, any
- other person.  No title to or ownership of the software is
- hereby transferred.
-
- Parts of the code written at SWING Reasearch Group [1] are MIT licensed:
-
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation
  files (the 'Software'), to deal in the Software without
@@ -35,38 +22,16 @@
  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  OTHER DEALINGS IN THE SOFTWARE.
-
- [1] Code written at SWING Research Group contain a signature
-     of one of the above copright owners.
 "
-
-NameSpace subclass:#JavaPackage
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Languages-Java-Classes'
-!
+NameSpace name:#JavaPackage!
 
 !JavaPackage class methodsFor:'documentation'!
 
 copyright
 "
- COPYRIGHT (c) 1996-2011 by Claus Gittinger
  COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
                             SWING Research Group, Czech Technical University in Prague
 
- Parts of the code written by Claus Gittinger are under following
- license:
-
- This software is furnished under a license and may be used
- only in accordance with the terms of that license and with the
- inclusion of the above copyright notice.   This software may not
- be provided or otherwise made available to, or used by, any
- other person.  No title to or ownership of the software is
- hereby transferred.
-
- Parts of the code written at SWING Reasearch Group [1] are MIT licensed:
-
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation
  files (the 'Software'), to deal in the Software without
@@ -87,10 +52,6 @@
  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  OTHER DEALINGS IN THE SOFTWARE.
-
- [1] Code written at SWING Research Group contain a signature
-     of one of the above copright owners.
-
 "
 ! !
 
@@ -112,6 +73,10 @@
 
 !JavaPackage class methodsFor:'documentation'!
 
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libjava/JavaPackage.st,v 1.2 2011-11-24 11:14:35 cg Exp $'
+!
+
 version_SVN
-    ^ '$Id: JavaPackage.st,v 1.1 2011-08-18 19:06:53 vrany Exp $'
+    ^ '§Id: JavaPackage.st,v 1.1 2011/08/18 19:06:53 vrany Exp §'
 ! !