X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FJSString.java;h=c98a94e1b6bbe620788e34b1ae9f91dfe6f53591;hb=73131826a18c93af4fb04672bc3ec820e1197ad1;hp=5dc2334b003e378754e3d14fbb957936d8e097d4;hpb=9ed8d93bbb0b40791a4ce31a9a8d79d24a379eb9;p=org.ibex.js.git diff --git a/src/org/ibex/js/JSString.java b/src/org/ibex/js/JSString.java index 5dc2334..c98a94e 100644 --- a/src/org/ibex/js/JSString.java +++ b/src/org/ibex/js/JSString.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.js; import org.ibex.util.*;