From c71a28a3df34c518e31bf8bc869d1f25b005282c Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 4 Jan 2005 22:45:11 +0000 Subject: [PATCH] licensing update to APSL 2.0 darcs-hash:20050104224511-5007d-46e4559a16320e4529ccce352650930685f2f942.gz --- src/org/ibex/gcclass/DumpCP.java | 4 +++- src/org/ibex/gcclass/GCClass.java | 11 ++++------- src/org/ibex/gcclass/SizeCheck.java | 4 +++- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/org/ibex/gcclass/DumpCP.java b/src/org/ibex/gcclass/DumpCP.java index 247cff0..2a2e19a 100644 --- a/src/org/ibex/gcclass/DumpCP.java +++ b/src/org/ibex/gcclass/DumpCP.java @@ -1,4 +1,6 @@ -// Copyright (C) 2004 Brian Alliet +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. package org.ibex.gcclass; diff --git a/src/org/ibex/gcclass/GCClass.java b/src/org/ibex/gcclass/GCClass.java index 9c4f7af..b8ca853 100644 --- a/src/org/ibex/gcclass/GCClass.java +++ b/src/org/ibex/gcclass/GCClass.java @@ -1,14 +1,11 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + // Copyright (C) 2004 Brian Alliet // Based on NanoGoat by Adam Megacz -// Copyright (C) 2004 Adam Megacz all rights reserved. -// -// You may modify, copy, and redistribute this code under the terms of -// the GNU Library Public License version 2.1, with the exception of -// the portion of clause 6a after the semicolon (aka the "obnoxious -// relink clause") - package org.ibex.gcclass; import java.util.*; diff --git a/src/org/ibex/gcclass/SizeCheck.java b/src/org/ibex/gcclass/SizeCheck.java index 87aad61..616a809 100644 --- a/src/org/ibex/gcclass/SizeCheck.java +++ b/src/org/ibex/gcclass/SizeCheck.java @@ -1,4 +1,6 @@ -// Copyright (C) 2004 Brian Alliet +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. package org.ibex.gcclass; -- 1.7.10.4