From: adam Date: Tue, 4 Jan 2005 22:45:13 +0000 (+0000) Subject: licensing update to APSL 2.0 X-Git-Url: http://git.megacz.com/?p=org.ibex.tool.git;a=commitdiff_plain;h=1bc07fa30e8ff310f8a19160be3a81ae673f4215 licensing update to APSL 2.0 darcs-hash:20050104224513-5007d-2944dfeee82aa1a42822282c995eed69b203932f.gz --- diff --git a/src/org/ibex/tool/Compiler.java b/src/org/ibex/tool/Compiler.java index 3e4c649..9878cc9 100644 --- a/src/org/ibex/tool/Compiler.java +++ b/src/org/ibex/tool/Compiler.java @@ -1,3 +1,7 @@ +// 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.tool; import java.io.*; diff --git a/src/org/ibex/tool/Preprocessor.java b/src/org/ibex/tool/Preprocessor.java index 0df4c0f..a94bc7f 100644 --- a/src/org/ibex/tool/Preprocessor.java +++ b/src/org/ibex/tool/Preprocessor.java @@ -1,7 +1,6 @@ -// 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"). +// 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.tool;