licensing cleanup (GPLv2) master
authoradam <adam@megacz.com>
Tue, 4 Jan 2005 22:59:35 +0000 (22:59 +0000)
committeradam <adam@megacz.com>
Tue, 4 Jan 2005 22:59:35 +0000 (22:59 +0000)
darcs-hash:20050104225935-5007d-49382558cb83311f9b97eb6cc9f3b3fe2685f055.gz

src/org/xwt/plat/Win32-dll.cc
src/org/xwt/shoehorn/ShoeHorn.java
src/org/xwt/shoehorn/ShoeHorn1.java
src/org/xwt/shoehorn2/ShoeHorn.java
src/org/xwt/shoehorn3/ShoeHorn.java

index ff823e5..3b4c0bf 100644 (file)
@@ -1,4 +1,6 @@
-// Copyright 2002 Adam Megacz, ALL RIGHTS RESERVED
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
 
 //
 // A simple DLL to invoke xwt.exe and pass it any arguments found in the <object/> tag
index bf34c2f..90b8695 100644 (file)
@@ -1,3 +1,6 @@
-// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.xwt.shoehorn;
 public class ShoeHorn extends org.xwt.shoehorn3.ShoeHorn { }
index 0fdac2e..2ec0589 100644 (file)
@@ -1,3 +1,6 @@
-// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.xwt.shoehorn;
 public class ShoeHorn1 extends org.xwt.shoehorn3.ShoeHorn { }
index 4e3edbf..1e4f7c1 100644 (file)
@@ -1,3 +1,6 @@
-// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.xwt.shoehorn2;
 public class ShoeHorn extends org.xwt.shoehorn3.ShoeHorn { }
index f7bc319..059ef3f 100644 (file)
@@ -1,4 +1,7 @@
-// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the GNU General Public License version 2 ("the License").
+// You may not use this file except in compliance with the License.
+
 package org.xwt.shoehorn3;
 
 import java.applet.*;