hchar 2005/01/20 13:01:10
Modified: auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/core
CacheManagerTest.java SafeCacheManagerTest.java
auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/util
SerializeUtilsTest.java TestSerializable.java
auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/soft
SoftRefCacheTest.java
Log:
fix license
Revision Changes Path
1.4 +17 -4
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/core/CacheManagerTest.java
Index: CacheManagerTest.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/core/CacheManagerTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CacheManagerTest.java 20 Jan 2005 08:33:45 -0000 1.3
+++ CacheManagerTest.java 20 Jan 2005 21:01:10 -0000 1.4
@@ -1,7 +1,20 @@
-/*
- * CacheManagerTest.java
- * JUnit based test
+/* ========================================================================
+ * Copyright 2005 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================================
+ */
+/*
* $Revision$ $Date$
*/
1.4 +17 -1
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/core/SafeCacheManagerTest.java
Index: SafeCacheManagerTest.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/core/SafeCacheManagerTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SafeCacheManagerTest.java 20 Jan 2005 08:33:45 -0000 1.3
+++ SafeCacheManagerTest.java 20 Jan 2005 21:01:10 -0000 1.4
@@ -1,3 +1,19 @@
+/* ========================================================================
+ * Copyright 2005 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================================
+ */
/*
* $Revision$ $Date$
*/
1.4 +17 -4
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/util/SerializeUtilsTest.java
Index: SerializeUtilsTest.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/util/SerializeUtilsTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SerializeUtilsTest.java 20 Jan 2005 08:34:02 -0000 1.3
+++ SerializeUtilsTest.java 20 Jan 2005 21:01:10 -0000 1.4
@@ -1,7 +1,20 @@
-/*
- * SerializeUtilsTest.java
- * JUnit based test
+/* ========================================================================
+ * Copyright 2005 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================================
+ */
+/*
* $Revision$ $Date$
*/
1.5 +17 -3
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/util/TestSerializable.java
Index: TestSerializable.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/util/TestSerializable.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- TestSerializable.java 20 Jan 2005 08:34:02 -0000 1.4
+++ TestSerializable.java 20 Jan 2005 21:01:10 -0000 1.5
@@ -1,6 +1,20 @@
-/*
- * TestSerializable.java
+/* ========================================================================
+ * Copyright 2005 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================================
+ */
+/*
* $Revision$ $Date$
*/
1.4 +17 -1
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/soft/SoftRefCacheTest.java
Index: SoftRefCacheTest.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/test/net/sf/yajcache/soft/SoftRefCacheTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SoftRefCacheTest.java 20 Jan 2005 08:33:54 -0000 1.3
+++ SoftRefCacheTest.java 20 Jan 2005 21:01:10 -0000 1.4
@@ -1,3 +1,19 @@
+/* ========================================================================
+ * Copyright 2005 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================================
+ */
/*
* $Revision$ $Date$
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]