X-Git-Url: http://git.megacz.com/?p=org.ibex.js.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FInterpreter.java;h=efbe2a99f06e8efc94a48d798d75dadb9ab9f2e8;hp=d19cd2ee1c7c9903ae89afc1cc2b86260129f53b;hb=73131826a18c93af4fb04672bc3ec820e1197ad1;hpb=1926cc279e57fa3f6266f0b988408ec9d487d963 diff --git a/src/org/ibex/js/Interpreter.java b/src/org/ibex/js/Interpreter.java index d19cd2e..efbe2a9 100644 --- a/src/org/ibex/js/Interpreter.java +++ b/src/org/ibex/js/Interpreter.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// 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.js; import org.ibex.util.*;