hchar       2005/01/20 13:00:24

  Modified:    auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/util
                        BeanUtils.java ClassUtils.java SerializeUtils.java
               auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core
                        CacheEntry.java CacheManager.java
                        CacheManagerUtils.java ICache.java ICacheSafe.java
                        SafeCacheManager.java
               auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft
                        KeyedSoftRef.java KeyedSoftRefCollector.java
                        SoftRefCache.java SoftRefCacheCleaner.java
                        SoftRefCacheSafe.java
               
auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate
                        TestOnly.java ThreadSafety.java
                        ThreadSafetyType.java TODO.java
                        UnsupportedOperation.java
  Log:
  fix license
  
  Revision  Changes    Path
  1.4       +17 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/util/BeanUtils.java
  
  Index: BeanUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/util/BeanUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BeanUtils.java    20 Jan 2005 08:33:20 -0000      1.3
  +++ BeanUtils.java    20 Jan 2005 21:00:22 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * BeanUtils.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 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/util/ClassUtils.java
  
  Index: ClassUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/util/ClassUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ClassUtils.java   20 Jan 2005 08:33:20 -0000      1.3
  +++ ClassUtils.java   20 Jan 2005 21:00:22 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * ClassUtils.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 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/util/SerializeUtils.java
  
  Index: SerializeUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/util/SerializeUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SerializeUtils.java       20 Jan 2005 08:33:20 -0000      1.3
  +++ SerializeUtils.java       20 Jan 2005 21:00:22 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * SerializeUtils.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 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/CacheEntry.java
  
  Index: CacheEntry.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/CacheEntry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CacheEntry.java   20 Jan 2005 08:32:59 -0000      1.3
  +++ CacheEntry.java   20 Jan 2005 21:00:22 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * CacheEntry.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.5       +17 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/CacheManager.java
  
  Index: CacheManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/CacheManager.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CacheManager.java 20 Jan 2005 10:57:36 -0000      1.4
  +++ CacheManager.java 20 Jan 2005 21:00:22 -0000      1.5
  @@ -1,6 +1,20 @@
  -/*
  - * CacheManager.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 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/CacheManagerUtils.java
  
  Index: CacheManagerUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/CacheManagerUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CacheManagerUtils.java    20 Jan 2005 08:32:59 -0000      1.3
  +++ CacheManagerUtils.java    20 Jan 2005 21:00:22 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * CacheManagerUtils.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 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/ICache.java
  
  Index: ICache.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/ICache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ICache.java       20 Jan 2005 08:32:59 -0000      1.3
  +++ ICache.java       20 Jan 2005 21:00:22 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * ICache.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.3       +17 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/ICacheSafe.java
  
  Index: ICacheSafe.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/ICacheSafe.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ICacheSafe.java   20 Jan 2005 08:32:59 -0000      1.2
  +++ ICacheSafe.java   20 Jan 2005 21:00:22 -0000      1.3
  @@ -1,6 +1,20 @@
  -/*
  - * ICacheSafe.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 -2     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/SafeCacheManager.java
  
  Index: SafeCacheManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/core/SafeCacheManager.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SafeCacheManager.java     20 Jan 2005 08:32:59 -0000      1.3
  +++ SafeCacheManager.java     20 Jan 2005 21:00:22 -0000      1.4
  @@ -1,5 +1,20 @@
  +/* ========================================================================
  + * 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.
  + * ========================================================================
  + */
   /*
  - * SafeCacheManager.java
    * $Revision$ $Date$ 
    */
   
  
  
  
  1.5       +17 -1     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/KeyedSoftRef.java
  
  Index: KeyedSoftRef.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/KeyedSoftRef.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- KeyedSoftRef.java 20 Jan 2005 08:33:10 -0000      1.4
  +++ KeyedSoftRef.java 20 Jan 2005 21:00:24 -0000      1.5
  @@ -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 -1     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/KeyedSoftRefCollector.java
  
  Index: KeyedSoftRefCollector.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/KeyedSoftRefCollector.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- KeyedSoftRefCollector.java        20 Jan 2005 08:33:10 -0000      1.3
  +++ KeyedSoftRefCollector.java        20 Jan 2005 21:00:24 -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 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/SoftRefCache.java
  
  Index: SoftRefCache.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/SoftRefCache.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SoftRefCache.java 20 Jan 2005 08:33:10 -0000      1.3
  +++ SoftRefCache.java 20 Jan 2005 21:00:24 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * SoftRefCache.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 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/SoftRefCacheCleaner.java
  
  Index: SoftRefCacheCleaner.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/SoftRefCacheCleaner.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SoftRefCacheCleaner.java  20 Jan 2005 08:33:10 -0000      1.3
  +++ SoftRefCacheCleaner.java  20 Jan 2005 21:00:24 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * SoftRefCacheCleaner.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 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/SoftRefCacheSafe.java
  
  Index: SoftRefCacheSafe.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/soft/SoftRefCacheSafe.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SoftRefCacheSafe.java     20 Jan 2005 08:33:10 -0000      1.3
  +++ SoftRefCacheSafe.java     20 Jan 2005 21:00:24 -0000      1.4
  @@ -1,6 +1,20 @@
  -/*
  - * SoftRefCacheSafe.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.2       +17 -1     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/TestOnly.java
  
  Index: TestOnly.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/TestOnly.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestOnly.java     20 Jan 2005 08:32:41 -0000      1.1
  +++ TestOnly.java     20 Jan 2005 21:00:24 -0000      1.2
  @@ -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.2       +17 -1     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/ThreadSafety.java
  
  Index: ThreadSafety.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/ThreadSafety.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ThreadSafety.java 20 Jan 2005 08:32:41 -0000      1.1
  +++ ThreadSafety.java 20 Jan 2005 21:00:24 -0000      1.2
  @@ -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.2       +17 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/ThreadSafetyType.java
  
  Index: ThreadSafetyType.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/ThreadSafetyType.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ThreadSafetyType.java     20 Jan 2005 08:32:41 -0000      1.1
  +++ ThreadSafetyType.java     20 Jan 2005 21:00:24 -0000      1.2
  @@ -1,6 +1,20 @@
  -/*
  - * ThreadSafetyType.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.2       +17 -3     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/TODO.java
  
  Index: TODO.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/TODO.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TODO.java 20 Jan 2005 08:32:41 -0000      1.1
  +++ TODO.java 20 Jan 2005 21:00:24 -0000      1.2
  @@ -1,6 +1,20 @@
  -/*
  - * TODO.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.2       +17 -1     
jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/UnsupportedOperation.java
  
  Index: UnsupportedOperation.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/src/net/sf/yajcache/annotate/UnsupportedOperation.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UnsupportedOperation.java 20 Jan 2005 08:32:41 -0000      1.1
  +++ UnsupportedOperation.java 20 Jan 2005 21:00:24 -0000      1.2
  @@ -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]

Reply via email to