Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aa37242

Browse files
author
jvanzyl
committed
o updating copyright
1 parent ddcf9be commit aa37242

33 files changed

+383
-632
lines changed

pom.xml

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2+
~
3+
~ Copyright 2001-2006 The Codehaus Foundation.
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ http://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
-->
17+
118
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
219
<parent>
320
<artifactId>plexus</artifactId>

src/main/java/org/codehaus/classworlds/ClassRealm.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
* Copyright 2001-2006 The Codehaus Foundation.
4+
* Copyright 2001-2006 Codehaus Foundation.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*
1817
*/
1918

2019
import org.codehaus.classworlds.strategy.Strategy;

src/main/java/org/codehaus/classworlds/ClassWorld.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
* Copyright 2001-2006 The Codehaus Foundation.
4+
* Copyright 2001-2006 Codehaus Foundation.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*
1817
*/
1918

2019
import java.util.Map;

src/main/java/org/codehaus/classworlds/ClassWorldException.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
* Copyright 2001-2006 The Codehaus Foundation.
4+
* Copyright 2001-2006 Codehaus Foundation.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*
1817
*/
1918

2019
/**

src/main/java/org/codehaus/classworlds/ConfigurationException.java

+13-43
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
$Id$
5-
6-
Copyright 2002 (C) The Werken Company. All Rights Reserved.
7-
8-
Redistribution and use of this software and associated documentation
9-
("Software"), with or without modification, are permitted provided
10-
that the following conditions are met:
11-
12-
1. Redistributions of source code must retain copyright
13-
statements and notices. Redistributions must also contain a
14-
copy of this document.
15-
16-
2. Redistributions in binary form must reproduce the
17-
above copyright notice, this list of conditions and the
18-
following disclaimer in the documentation and/or other
19-
materials provided with the distribution.
20-
21-
3. The name "classworlds" must not be used to endorse or promote
22-
products derived from this Software without prior written
23-
permission of The Werken Company. For written permission,
24-
please contact bob@werken.com.
25-
26-
4. Products derived from this Software may not be called "classworlds"
27-
nor may "classworlds" appear in their names without prior written
28-
permission of The Werken Company. "classworlds" is a registered
29-
trademark of The Werken Company.
30-
31-
5. Due credit should be given to The Werken Company.
32-
(http://classworlds.werken.com/).
33-
34-
THIS SOFTWARE IS PROVIDED BY THE WERKEN COMPANY AND CONTRIBUTORS
35-
``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
36-
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
37-
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
38-
THE WERKEN COMPANY OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
40-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
41-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
43-
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
44-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
45-
OF THE POSSIBILITY OF SUCH DAMAGE.
46-
4+
* Copyright 2001-2006 Codehaus Foundation.
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
4717
*/
4818

4919
/**

src/main/java/org/codehaus/classworlds/Configurator.java

+13-43
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
$Id$
5-
6-
Copyright 2002 (C) The Werken Company. All Rights Reserved.
7-
8-
Redistribution and use of this software and associated documentation
9-
("Software"), with or without modification, are permitted provided
10-
that the following conditions are met:
11-
12-
1. Redistributions of source code must retain copyright
13-
statements and notices. Redistributions must also contain a
14-
copy of this document.
15-
16-
2. Redistributions in binary form must reproduce the
17-
above copyright notice, this list of conditions and the
18-
following disclaimer in the documentation and/or other
19-
materials provided with the distribution.
20-
21-
3. The name "classworlds" must not be used to endorse or promote
22-
products derived from this Software without prior written
23-
permission of The Werken Company. For written permission,
24-
please contact bob@werken.com.
25-
26-
4. Products derived from this Software may not be called "classworlds"
27-
nor may "classworlds" appear in their names without prior written
28-
permission of The Werken Company. "classworlds" is a registered
29-
trademark of The Werken Company.
30-
31-
5. Due credit should be given to The Werken Company.
32-
(http://classworlds.werken.com/).
33-
34-
THIS SOFTWARE IS PROVIDED BY THE WERKEN COMPANY AND CONTRIBUTORS
35-
``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
36-
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
37-
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
38-
THE WERKEN COMPANY OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
40-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
41-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
43-
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
44-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
45-
OF THE POSSIBILITY OF SUCH DAMAGE.
46-
4+
* Copyright 2001-2006 Codehaus Foundation.
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
4717
*/
4818

4919
import java.io.BufferedReader;

src/main/java/org/codehaus/classworlds/DefaultClassRealm.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
* Copyright 2001-2006 The Codehaus Foundation.
4+
* Copyright 2001-2006 Codehaus Foundation.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*
1817
*/
1918

20-
2119
import org.codehaus.classworlds.strategy.Strategy;
2220
import org.codehaus.classworlds.strategy.StrategyFactory;
2321

src/main/java/org/codehaus/classworlds/DuplicateRealmException.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
* Copyright 2001-2006 The Codehaus Foundation.
4+
* Copyright 2001-2006 Codehaus Foundation.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*
1817
*/
1918

2019
/**

src/main/java/org/codehaus/classworlds/Entry.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
* Copyright 2001-2006 The Codehaus Foundation.
4+
* Copyright 2001-2006 Codehaus Foundation.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*
1817
*/
1918

2019
/**

src/main/java/org/codehaus/classworlds/Launcher.java

+13-43
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
$Id$
5-
6-
Copyright 2002 (C) The Werken Company. All Rights Reserved.
7-
8-
Redistribution and use of this software and associated documentation
9-
("Software"), with or without modification, are permitted provided
10-
that the following conditions are met:
11-
12-
1. Redistributions of source code must retain copyright
13-
statements and notices. Redistributions must also contain a
14-
copy of this document.
15-
16-
2. Redistributions in binary form must reproduce the
17-
above copyright notice, this list of conditions and the
18-
following disclaimer in the documentation and/or other
19-
materials provided with the distribution.
20-
21-
3. The name "classworlds" must not be used to endorse or promote
22-
products derived from this Software without prior written
23-
permission of The Werken Company. For written permission,
24-
please contact bob@werken.com.
25-
26-
4. Products derived from this Software may not be called "classworlds"
27-
nor may "classworlds" appear in their names without prior written
28-
permission of The Werken Company. "classworlds" is a registered
29-
trademark of The Werken Company.
30-
31-
5. Due credit should be given to The Werken Company.
32-
(http://classworlds.werken.com/).
33-
34-
THIS SOFTWARE IS PROVIDED BY THE WERKEN COMPANY AND CONTRIBUTORS
35-
``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
36-
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
37-
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
38-
THE WERKEN COMPANY OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
39-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
40-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
41-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
42-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
43-
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
44-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
45-
OF THE POSSIBILITY OF SUCH DAMAGE.
46-
4+
* Copyright 2001-2006 Codehaus Foundation.
5+
*
6+
* Licensed under the Apache License, Version 2.0 (the "License");
7+
* you may not use this file except in compliance with the License.
8+
* You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing, software
13+
* distributed under the License is distributed on an "AS IS" BASIS,
14+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
* See the License for the specific language governing permissions and
16+
* limitations under the License.
4717
*/
4818

4919
import java.io.IOException;

src/main/java/org/codehaus/classworlds/NoSuchRealmException.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
package org.codehaus.classworlds;
22

33
/*
4-
* Copyright 2001-2006 The Codehaus Foundation.
4+
* Copyright 2001-2006 Codehaus Foundation.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
88
* You may obtain a copy of the License at
99
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1111
*
1212
* Unless required by applicable law or agreed to in writing, software
1313
* distributed under the License is distributed on an "AS IS" BASIS,
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*
1817
*/
1918

2019
/**

0 commit comments

Comments
 (0)