From f8a4324b5fadce5f90994687fde11621f165c183 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 4 Jan 2005 22:59:35 +0000 Subject: [PATCH] licensing cleanup (GPLv2) darcs-hash:20050104225935-5007d-49382558cb83311f9b97eb6cc9f3b3fe2685f055.gz --- src/org/xwt/plat/Win32-dll.cc | 4 +++- src/org/xwt/shoehorn/ShoeHorn.java | 5 ++++- src/org/xwt/shoehorn/ShoeHorn1.java | 5 ++++- src/org/xwt/shoehorn2/ShoeHorn.java | 5 ++++- src/org/xwt/shoehorn3/ShoeHorn.java | 5 ++++- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/org/xwt/plat/Win32-dll.cc b/src/org/xwt/plat/Win32-dll.cc index ff823e5..3b4c0bf 100644 --- a/src/org/xwt/plat/Win32-dll.cc +++ b/src/org/xwt/plat/Win32-dll.cc @@ -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 tag diff --git a/src/org/xwt/shoehorn/ShoeHorn.java b/src/org/xwt/shoehorn/ShoeHorn.java index bf34c2f..90b8695 100644 --- a/src/org/xwt/shoehorn/ShoeHorn.java +++ b/src/org/xwt/shoehorn/ShoeHorn.java @@ -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 { } diff --git a/src/org/xwt/shoehorn/ShoeHorn1.java b/src/org/xwt/shoehorn/ShoeHorn1.java index 0fdac2e..2ec0589 100644 --- a/src/org/xwt/shoehorn/ShoeHorn1.java +++ b/src/org/xwt/shoehorn/ShoeHorn1.java @@ -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 { } diff --git a/src/org/xwt/shoehorn2/ShoeHorn.java b/src/org/xwt/shoehorn2/ShoeHorn.java index 4e3edbf..1e4f7c1 100644 --- a/src/org/xwt/shoehorn2/ShoeHorn.java +++ b/src/org/xwt/shoehorn2/ShoeHorn.java @@ -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 { } diff --git a/src/org/xwt/shoehorn3/ShoeHorn.java b/src/org/xwt/shoehorn3/ShoeHorn.java index f7bc319..059ef3f 100644 --- a/src/org/xwt/shoehorn3/ShoeHorn.java +++ b/src/org/xwt/shoehorn3/ShoeHorn.java @@ -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.*; -- 1.7.10.4