You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/02/18 22:39:04 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/functors package.html

scolebourne    2004/02/18 13:39:04

  Modified:    collections/src/java/org/apache/commons/collections/keyvalue
                        package.html
               collections/src/test/org/apache/commons/collections
                        overview.html
               collections/src/java/org/apache/commons/collections/list
                        package.html
               collections/src/java/org/apache/commons/collections/set
                        package.html
               collections/src/java/org/apache/commons/collections
                        overview.html package.html
               collections/src/java/org/apache/commons/collections/iterators
                        package.html
               collections/src/java/org/apache/commons/collections/collection
                        package.html
               collections/src/java/org/apache/commons/collections/bidimap
                        package.html
               collections/src/java/org/apache/commons/collections/comparators
                        package.html
               collections/src/java/org/apache/commons/collections/bag
                        package.html
               collections/src/java/org/apache/commons/collections/map
                        package.html
               collections/src/java/org/apache/commons/collections/buffer
                        package.html
               collections/src/java/org/apache/commons/collections/functors
                        package.html
  Log:
  Change to Apache License 2.0
  
  Revision  Changes    Path
  1.2       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/keyvalue/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/keyvalue/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	5 Dec 2003 20:23:56 -0000	1.1
  +++ package.html	18 Feb 2004 21:39:03 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of collection and map related key/value classes.
  
  
  
  1.3       +16 -0     jakarta-commons/collections/src/test/org/apache/commons/collections/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/test/org/apache/commons/collections/overview.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- overview.html	10 Oct 2003 21:19:39 -0000	1.2
  +++ overview.html	18 Feb 2004 21:39:03 -0000	1.3
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <body>
   <p>The Collections Test Framework is an extension to JUnit to enable quick and easy testing
   of collections.</p>
  
  
  
  1.5       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/list/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/list/package.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- package.html	24 Dec 2003 01:24:09 -0000	1.4
  +++ package.html	18 Feb 2004 21:39:03 -0000	1.5
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the
  
  
  
  1.4       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/set/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/set/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	25 Dec 2003 00:33:04 -0000	1.3
  +++ package.html	18 Feb 2004 21:39:03 -0000	1.4
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the
  
  
  
  1.2       +16 -1     jakarta-commons/collections/src/java/org/apache/commons/collections/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/overview.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- overview.html	28 Dec 2003 18:00:23 -0000	1.1
  +++ overview.html	18 Feb 2004 21:39:03 -0000	1.2
  @@ -1,4 +1,19 @@
   <!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <body>
     <p>
        Commons-Collections contains implementations, enhancements and utilities
  
  
  
  1.12      +16 -1     jakarta-commons/collections/src/java/org/apache/commons/collections/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/package.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- package.html	28 Dec 2003 18:00:23 -0000	1.11
  +++ package.html	18 Feb 2004 21:39:03 -0000	1.12
  @@ -1,4 +1,19 @@
   <!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <body>
   <p>
   This package contains the interfaces and utilities shared across all the subpackages of this component.
  
  
  
  1.4       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/iterators/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/iterators/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	11 Dec 2003 23:15:12 -0000	1.3
  +++ package.html	18 Feb 2004 21:39:04 -0000	1.4
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2002-2004 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.
  +  -->
   <body>
   <p>
   This package contains implementations of the
  
  
  
  1.5       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/collection/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/collection/package.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- package.html	25 Dec 2003 01:21:02 -0000	1.4
  +++ package.html	18 Feb 2004 21:39:04 -0000	1.5
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the
  
  
  
  1.5       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/bidimap/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/bidimap/package.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- package.html	11 Dec 2003 23:15:12 -0000	1.4
  +++ package.html	18 Feb 2004 21:39:04 -0000	1.5
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the
  
  
  
  1.5       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/comparators/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/comparators/package.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- package.html	11 Dec 2003 23:15:12 -0000	1.4
  +++ package.html	18 Feb 2004 21:39:04 -0000	1.5
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2002-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the
  
  
  
  1.6       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/bag/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/bag/package.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- package.html	28 Dec 2003 14:42:37 -0000	1.5
  +++ package.html	18 Feb 2004 21:39:04 -0000	1.6
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the
  
  
  
  1.7       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/map/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/map/package.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- package.html	11 Dec 2003 23:15:12 -0000	1.6
  +++ package.html	18 Feb 2004 21:39:04 -0000	1.7
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the 
  
  
  
  1.8       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/package.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- package.html	2 Jan 2004 02:14:29 -0000	1.7
  +++ package.html	18 Feb 2004 21:39:04 -0000	1.8
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the
  
  
  
  1.2       +16 -0     jakarta-commons/collections/src/java/org/apache/commons/collections/functors/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/functors/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	13 Dec 2003 23:33:11 -0000	1.1
  +++ package.html	18 Feb 2004 21:39:04 -0000	1.2
  @@ -1,3 +1,19 @@
  +<!-- $Id$ -->
  + <!--
  +   Copyright 2003-2004 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.
  +  -->
   <BODY>
   <p>
   This package contains implementations of the
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org