Skip to content

Commit ddbaece

Browse files
committed
Removed header license. The licensing is now referenced in the LICENSE file in the root of the project.
1 parent 6ac97db commit ddbaece

File tree

527 files changed

+597
-19583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

527 files changed

+597
-19583
lines changed

LICENSE

Lines changed: 526 additions & 0 deletions
Large diffs are not rendered by default.

cdi/alternatives-priority/src/test/resources/arquillian.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xmlns="http://jboss.org/schema/arquillian"
54
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

cdi/alternatives-priority/src/test/resources/beans-alternatives.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
43
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
54
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

cdi/alternatives-priority/src/test/resources/beans-empty.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
43
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
54
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

cdi/alternatives/src/main/java/org/javaee7/cdi/alternatives/FancyGreeting.java

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
1-
/*
2-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3-
*
4-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5-
*
6-
* The contents of this file are subject to the terms of either the GNU
7-
* General Public License Version 2 only ("GPL") or the Common Development
8-
* and Distribution License("CDDL") (collectively, the "License"). You
9-
* may not use this file except in compliance with the License. You can
10-
* obtain a copy of the License at
11-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
13-
* language governing permissions and limitations under the License.
14-
*
15-
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
17-
*
18-
* GPL Classpath Exception:
19-
* Oracle designates this particular file as subject to the "Classpath"
20-
* exception as provided by Oracle in the GPL Version 2 section of the License
21-
* file that accompanied this code.
22-
*
23-
* Modifications:
24-
* If applicable, add the following below the License Header, with the fields
25-
* enclosed by brackets [] replaced by your own identifying information:
26-
* "Portions Copyright [year] [name of copyright owner]"
27-
*
28-
* Contributor(s):
29-
* If you wish your version of this file to be governed by only the CDDL or
30-
* only the GPL Version 2, indicate your decision by adding "[Contributor]
31-
* elects to include this software in this distribution under the [CDDL or GPL
32-
* Version 2] license." If you don't indicate a single choice of license, a
33-
* recipient has the option to distribute your version of this file under
34-
* either the CDDL, the GPL Version 2 or to extend the choice of license to
35-
* its licensees as provided above. However, if you add GPL Version 2 code
36-
* and therefore, elected the GPL Version 2 license, then the option applies
37-
* only if the new code is made subject to such option by the copyright
38-
* holder.
39-
*/
401
package org.javaee7.cdi.alternatives;
412

423
import javax.enterprise.inject.Alternative;

cdi/alternatives/src/main/java/org/javaee7/cdi/alternatives/Greeting.java

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
1-
/*
2-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3-
*
4-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5-
*
6-
* The contents of this file are subject to the terms of either the GNU
7-
* General Public License Version 2 only ("GPL") or the Common Development
8-
* and Distribution License("CDDL") (collectively, the "License"). You
9-
* may not use this file except in compliance with the License. You can
10-
* obtain a copy of the License at
11-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
13-
* language governing permissions and limitations under the License.
14-
*
15-
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
17-
*
18-
* GPL Classpath Exception:
19-
* Oracle designates this particular file as subject to the "Classpath"
20-
* exception as provided by Oracle in the GPL Version 2 section of the License
21-
* file that accompanied this code.
22-
*
23-
* Modifications:
24-
* If applicable, add the following below the License Header, with the fields
25-
* enclosed by brackets [] replaced by your own identifying information:
26-
* "Portions Copyright [year] [name of copyright owner]"
27-
*
28-
* Contributor(s):
29-
* If you wish your version of this file to be governed by only the CDDL or
30-
* only the GPL Version 2, indicate your decision by adding "[Contributor]
31-
* elects to include this software in this distribution under the [CDDL or GPL
32-
* Version 2] license." If you don't indicate a single choice of license, a
33-
* recipient has the option to distribute your version of this file under
34-
* either the CDDL, the GPL Version 2 or to extend the choice of license to
35-
* its licensees as provided above. However, if you add GPL Version 2 code
36-
* and therefore, elected the GPL Version 2 license, then the option applies
37-
* only if the new code is made subject to such option by the copyright
38-
* holder.
39-
*/
401
package org.javaee7.cdi.alternatives;
412

423
/**

cdi/alternatives/src/main/java/org/javaee7/cdi/alternatives/SimpleGreeting.java

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
1-
/*
2-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3-
*
4-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5-
*
6-
* The contents of this file are subject to the terms of either the GNU
7-
* General Public License Version 2 only ("GPL") or the Common Development
8-
* and Distribution License("CDDL") (collectively, the "License"). You
9-
* may not use this file except in compliance with the License. You can
10-
* obtain a copy of the License at
11-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
13-
* language governing permissions and limitations under the License.
14-
*
15-
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
17-
*
18-
* GPL Classpath Exception:
19-
* Oracle designates this particular file as subject to the "Classpath"
20-
* exception as provided by Oracle in the GPL Version 2 section of the License
21-
* file that accompanied this code.
22-
*
23-
* Modifications:
24-
* If applicable, add the following below the License Header, with the fields
25-
* enclosed by brackets [] replaced by your own identifying information:
26-
* "Portions Copyright [year] [name of copyright owner]"
27-
*
28-
* Contributor(s):
29-
* If you wish your version of this file to be governed by only the CDDL or
30-
* only the GPL Version 2, indicate your decision by adding "[Contributor]
31-
* elects to include this software in this distribution under the [CDDL or GPL
32-
* Version 2] license." If you don't indicate a single choice of license, a
33-
* recipient has the option to distribute your version of this file under
34-
* either the CDDL, the GPL Version 2 or to extend the choice of license to
35-
* its licensees as provided above. However, if you add GPL Version 2 code
36-
* and therefore, elected the GPL Version 2 license, then the option applies
37-
* only if the new code is made subject to such option by the copyright
38-
* holder.
39-
*/
401
package org.javaee7.cdi.alternatives;
412

423
import javax.enterprise.inject.Alternative;

cdi/alternatives/src/test/resources/beans.xml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
/*
4-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5-
*
6-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
7-
*
8-
* The contents of this file are subject to the terms of either the GNU
9-
* General Public License Version 2 only ("GPL") or the Common Development
10-
* and Distribution License("CDDL") (collectively, the "License"). You
11-
* may not use this file except in compliance with the License. You can
12-
* obtain a copy of the License at
13-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
14-
* or packager/legal/LICENSE.txt. See the License for the specific
15-
* language governing permissions and limitations under the License.
16-
*
17-
* When distributing the software, include this License Header Notice in each
18-
* file and include the License file at packager/legal/LICENSE.txt.
19-
*
20-
* GPL Classpath Exception:
21-
* Oracle designates this particular file as subject to the "Classpath"
22-
* exception as provided by Oracle in the GPL Version 2 section of the License
23-
* file that accompanied this code.
24-
*
25-
* Modifications:
26-
* If applicable, add the following below the License Header, with the fields
27-
* enclosed by brackets [] replaced by your own identifying information:
28-
* "Portions Copyright [year] [name of copyright owner]"
29-
*
30-
* Contributor(s):
31-
* If you wish your version of this file to be governed by only the CDDL or
32-
* only the GPL Version 2, indicate your decision by adding "[Contributor]
33-
* elects to include this software in this distribution under the [CDDL or GPL
34-
* Version 2] license." If you don't indicate a single choice of license, a
35-
* recipient has the option to distribute your version of this file under
36-
* either the CDDL, the GPL Version 2 or to extend the choice of license to
37-
* its licensees as provided above. However, if you add GPL Version 2 code
38-
* and therefore, elected the GPL Version 2 license, then the option applies
39-
* only if the new code is made subject to such option by the copyright
40-
* holder.
41-
*/
42-
-->
432
<beans
443
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
454
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

cdi/bean-discovery-all/src/main/java/org/javaee7/cdi/bean/discovery/Greeting.java

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
1-
/*
2-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3-
*
4-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5-
*
6-
* The contents of this file are subject to the terms of either the GNU
7-
* General Public License Version 2 only ("GPL") or the Common Development
8-
* and Distribution License("CDDL") (collectively, the "License"). You
9-
* may not use this file except in compliance with the License. You can
10-
* obtain a copy of the License at
11-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
13-
* language governing permissions and limitations under the License.
14-
*
15-
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
17-
*
18-
* GPL Classpath Exception:
19-
* Oracle designates this particular file as subject to the "Classpath"
20-
* exception as provided by Oracle in the GPL Version 2 section of the License
21-
* file that accompanied this code.
22-
*
23-
* Modifications:
24-
* If applicable, add the following below the License Header, with the fields
25-
* enclosed by brackets [] replaced by your own identifying information:
26-
* "Portions Copyright [year] [name of copyright owner]"
27-
*
28-
* Contributor(s):
29-
* If you wish your version of this file to be governed by only the CDDL or
30-
* only the GPL Version 2, indicate your decision by adding "[Contributor]
31-
* elects to include this software in this distribution under the [CDDL or GPL
32-
* Version 2] license." If you don't indicate a single choice of license, a
33-
* recipient has the option to distribute your version of this file under
34-
* either the CDDL, the GPL Version 2 or to extend the choice of license to
35-
* its licensees as provided above. However, if you add GPL Version 2 code
36-
* and therefore, elected the GPL Version 2 license, then the option applies
37-
* only if the new code is made subject to such option by the copyright
38-
* holder.
39-
*/
401
package org.javaee7.cdi.bean.discovery;
412

423
/**

cdi/bean-discovery-all/src/main/java/org/javaee7/cdi/bean/discovery/SimpleGreeting.java

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
1-
/*
2-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3-
*
4-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5-
*
6-
* The contents of this file are subject to the terms of either the GNU
7-
* General Public License Version 2 only ("GPL") or the Common Development
8-
* and Distribution License("CDDL") (collectively, the "License"). You
9-
* may not use this file except in compliance with the License. You can
10-
* obtain a copy of the License at
11-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
13-
* language governing permissions and limitations under the License.
14-
*
15-
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
17-
*
18-
* GPL Classpath Exception:
19-
* Oracle designates this particular file as subject to the "Classpath"
20-
* exception as provided by Oracle in the GPL Version 2 section of the License
21-
* file that accompanied this code.
22-
*
23-
* Modifications:
24-
* If applicable, add the following below the License Header, with the fields
25-
* enclosed by brackets [] replaced by your own identifying information:
26-
* "Portions Copyright [year] [name of copyright owner]"
27-
*
28-
* Contributor(s):
29-
* If you wish your version of this file to be governed by only the CDDL or
30-
* only the GPL Version 2, indicate your decision by adding "[Contributor]
31-
* elects to include this software in this distribution under the [CDDL or GPL
32-
* Version 2] license." If you don't indicate a single choice of license, a
33-
* recipient has the option to distribute your version of this file under
34-
* either the CDDL, the GPL Version 2 or to extend the choice of license to
35-
* its licensees as provided above. However, if you add GPL Version 2 code
36-
* and therefore, elected the GPL Version 2 license, then the option applies
37-
* only if the new code is made subject to such option by the copyright
38-
* holder.
39-
*/
401
package org.javaee7.cdi.bean.discovery;
412

423
/**
Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
/*
4-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5-
*
6-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
7-
*
8-
* The contents of this file are subject to the terms of either the GNU
9-
* General Public License Version 2 only ("GPL") or the Common Development
10-
* and Distribution License("CDDL") (collectively, the "License"). You
11-
* may not use this file except in compliance with the License. You can
12-
* obtain a copy of the License at
13-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
14-
* or packager/legal/LICENSE.txt. See the License for the specific
15-
* language governing permissions and limitations under the License.
16-
*
17-
* When distributing the software, include this License Header Notice in each
18-
* file and include the License file at packager/legal/LICENSE.txt.
19-
*
20-
* GPL Classpath Exception:
21-
* Oracle designates this particular file as subject to the "Classpath"
22-
* exception as provided by Oracle in the GPL Version 2 section of the License
23-
* file that accompanied this code.
24-
*
25-
* Modifications:
26-
* If applicable, add the following below the License Header, with the fields
27-
* enclosed by brackets [] replaced by your own identifying information:
28-
* "Portions Copyright [year] [name of copyright owner]"
29-
*
30-
* Contributor(s):
31-
* If you wish your version of this file to be governed by only the CDDL or
32-
* only the GPL Version 2, indicate your decision by adding "[Contributor]
33-
* elects to include this software in this distribution under the [CDDL or GPL
34-
* Version 2] license." If you don't indicate a single choice of license, a
35-
* recipient has the option to distribute your version of this file under
36-
* either the CDDL, the GPL Version 2 or to extend the choice of license to
37-
* its licensees as provided above. However, if you add GPL Version 2 code
38-
* and therefore, elected the GPL Version 2 license, then the option applies
39-
* only if the new code is made subject to such option by the copyright
40-
* holder.
41-
*/
42-
-->
432
<beans
443
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
454
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
465
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
476
http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
487
bean-discovery-mode="all">
49-
</beans>
8+
</beans>

cdi/bean-discovery-annotated/src/main/java/org/javaee7/cdi/bean/discovery/annotated/FancyGreeting.java

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,3 @@
1-
/*
2-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3-
*
4-
* Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
5-
*
6-
* The contents of this file are subject to the terms of either the GNU
7-
* General Public License Version 2 only ("GPL") or the Common Development
8-
* and Distribution License("CDDL") (collectively, the "License"). You
9-
* may not use this file except in compliance with the License. You can
10-
* obtain a copy of the License at
11-
* https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
12-
* or packager/legal/LICENSE.txt. See the License for the specific
13-
* language governing permissions and limitations under the License.
14-
*
15-
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
17-
*
18-
* GPL Classpath Exception:
19-
* Oracle designates this particular file as subject to the "Classpath"
20-
* exception as provided by Oracle in the GPL Version 2 section of the License
21-
* file that accompanied this code.
22-
*
23-
* Modifications:
24-
* If applicable, add the following below the License Header, with the fields
25-
* enclosed by brackets [] replaced by your own identifying information:
26-
* "Portions Copyright [year] [name of copyright owner]"
27-
*
28-
* Contributor(s):
29-
* If you wish your version of this file to be governed by only the CDDL or
30-
* only the GPL Version 2, indicate your decision by adding "[Contributor]
31-
* elects to include this software in this distribution under the [CDDL or GPL
32-
* Version 2] license." If you don't indicate a single choice of license, a
33-
* recipient has the option to distribute your version of this file under
34-
* either the CDDL, the GPL Version 2 or to extend the choice of license to
35-
* its licensees as provided above. However, if you add GPL Version 2 code
36-
* and therefore, elected the GPL Version 2 license, then the option applies
37-
* only if the new code is made subject to such option by the copyright
38-
* holder.
39-
*/
401
package org.javaee7.cdi.bean.discovery.annotated;
412

423
/**

0 commit comments

Comments
 (0)