X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FPropertyFile.java;h=a8b68f7d5a4190385e2ec3be670e6c5e58b651bd;hb=a1e6b7e9307319c0195b0efbe5e5354c128be481;hp=ee7be2e263684aa8854d20c9fc0c10d8112c9a82;hpb=19d66e161db458135518efd3539048f44e1e5622;p=org.ibex.js.git diff --git a/src/org/ibex/js/PropertyFile.java b/src/org/ibex/js/PropertyFile.java index ee7be2e..a8b68f7 100644 --- a/src/org/ibex/js/PropertyFile.java +++ b/src/org/ibex/js/PropertyFile.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.*; @@ -8,7 +11,7 @@ import java.io.*; // FEATURE: Update for new api /** A JS interface to a Java '.properties' file; very crude */ -public class PropertyFile extends JS { +public class PropertyFile extends JS.Immutable { /*private final Properties p = new Properties(); private final Hash cache = new Hash(10, 3);