Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit ea27715

Browse files
Using glassfish-copyright-maven-plugin 1.42 and Fixed copyright for all the files to use new copyright template (#21765)
1.Using glassfish-copyright-maven-plugin 1.42 2.Fixed copyright for all 19061 files to use new copyright templete
1 parent 4f148d8 commit ea27715

File tree

19,061 files changed

+250492
-98511
lines changed

Some content is hidden

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

19,061 files changed

+250492
-98511
lines changed

main/appserver/admin/admin-core/osgi.bundle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
#
4-
# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
4+
# Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved.
55
#
66
# The contents of this file are subject to the terms of either the GNU
77
# General Public License Version 2 only ("GPL") or the Common Development
88
# and Distribution License("CDDL") (collectively, the "License"). You
99
# may not use this file except in compliance with the License. You can
1010
# 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
11+
# https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
# or LICENSE.txt. See the License for the specific
1313
# language governing permissions and limitations under the License.
1414
#
1515
# When distributing the software, include this License Header Notice in each
16-
# file and include the License file at packager/legal/LICENSE.txt.
16+
# file and include the License file at LICENSE.txt.
1717
#
1818
# GPL Classpath Exception:
1919
# Oracle designates this particular file as subject to the "Classpath"
@@ -38,4 +38,5 @@
3838
# holder.
3939
#
4040

41+
4142
-exportcontents: com.sun.enterprise.admin; version=${project.osgi.version}

main/appserver/admin/admin-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6-
Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
77
88
The contents of this file are subject to the terms of either the GNU
99
General Public License Version 2 only ("GPL") or the Common Development
1010
and Distribution License("CDDL") (collectively, the "License"). You
1111
may not use this file except in compliance with the License. You can
1212
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
13+
https://oss.oracle.com/licenses/CDDL+GPL-1.1
14+
or LICENSE.txt. See the License for the specific
1515
language governing permissions and limitations under the License.
1616
1717
When distributing the software, include this License Header Notice in each
18-
file and include the License file at packager/legal/LICENSE.txt.
18+
file and include the License file at LICENSE.txt.
1919
2020
GPL Classpath Exception:
2121
Oracle designates this particular file as subject to the "Classpath"

main/appserver/admin/admin-core/src/main/java/com/sun/enterprise/admin/AdminContext.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
88
* and Distribution License("CDDL") (collectively, the "License"). You
99
* may not use this file except in compliance with the License. You can
1010
* 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
11+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
* or LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*
1515
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
16+
* file and include the License file at LICENSE.txt.
1717
*
1818
* GPL Classpath Exception:
1919
* Oracle designates this particular file as subject to the "Classpath"

main/appserver/admin/admin-core/src/main/java/com/sun/enterprise/admin/UpgradeService.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2009-2012 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2009-2017 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
88
* and Distribution License("CDDL") (collectively, the "License"). You
99
* may not use this file except in compliance with the License. You can
1010
* 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
11+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
* or LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*
1515
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
16+
* file and include the License file at LICENSE.txt.
1717
*
1818
* GPL Classpath Exception:
1919
* Oracle designates this particular file as subject to the "Classpath"

main/appserver/admin/admin-core/src/test/java/com/sun/enterprise/admin/tests/ConfigApiTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2008-2012 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2008-2017 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
88
* and Distribution License("CDDL") (collectively, the "License"). You
99
* may not use this file except in compliance with the License. You can
1010
* 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
11+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
* or LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*
1515
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
16+
* file and include the License file at LICENSE.txt.
1717
*
1818
* GPL Classpath Exception:
1919
* Oracle designates this particular file as subject to the "Classpath"

main/appserver/admin/admin-core/src/test/java/com/sun/enterprise/admin/tests/UpgradeTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2009-2012 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2009-2017 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
88
* and Distribution License("CDDL") (collectively, the "License"). You
99
* may not use this file except in compliance with the License. You can
1010
* 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
11+
* https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
* or LICENSE.txt. See the License for the specific
1313
* language governing permissions and limitations under the License.
1414
*
1515
* When distributing the software, include this License Header Notice in each
16-
* file and include the License file at packager/legal/LICENSE.txt.
16+
* file and include the License file at LICENSE.txt.
1717
*
1818
* GPL Classpath Exception:
1919
* Oracle designates this particular file as subject to the "Classpath"

main/appserver/admin/admin-core/src/test/resources/UpgradeTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5-
Copyright (c) 2010-2011 Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved.
66
77
The contents of this file are subject to the terms of either the GNU
88
General Public License Version 2 only ("GPL") or the Common Development
99
and Distribution License("CDDL") (collectively, the "License"). You
1010
may not use this file except in compliance with the License. You can
1111
obtain a copy of the License at
12-
https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
13-
or packager/legal/LICENSE.txt. See the License for the specific
12+
https://oss.oracle.com/licenses/CDDL+GPL-1.1
13+
or LICENSE.txt. See the License for the specific
1414
language governing permissions and limitations under the License.
1515
1616
When distributing the software, include this License Header Notice in each
17-
file and include the License file at packager/legal/LICENSE.txt.
17+
file and include the License file at LICENSE.txt.
1818
1919
GPL Classpath Exception:
2020
Oracle designates this particular file as subject to the "Classpath"

main/appserver/admin/backup-l10n/osgi.bundle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
#
4-
# Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.
4+
# Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
55
#
66
# The contents of this file are subject to the terms of either the GNU
77
# General Public License Version 2 only ("GPL") or the Common Development
88
# and Distribution License("CDDL") (collectively, the "License"). You
99
# may not use this file except in compliance with the License. You can
1010
# 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
11+
# https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
# or LICENSE.txt. See the License for the specific
1313
# language governing permissions and limitations under the License.
1414
#
1515
# When distributing the software, include this License Header Notice in each
16-
# file and include the License file at packager/legal/LICENSE.txt.
16+
# file and include the License file at LICENSE.txt.
1717
#
1818
# GPL Classpath Exception:
1919
# Oracle designates this particular file as subject to the "Classpath"

main/appserver/admin/backup-l10n/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
44
5-
Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
5+
Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
66
77
The contents of this file are subject to the terms of either the GNU
88
General Public License Version 2 only ("GPL") or the Common Development
99
and Distribution License("CDDL") (collectively, the "License"). You
1010
may not use this file except in compliance with the License. You can
1111
obtain a copy of the License at
12-
https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
13-
or packager/legal/LICENSE.txt. See the License for the specific
12+
https://oss.oracle.com/licenses/CDDL+GPL-1.1
13+
or LICENSE.txt. See the License for the specific
1414
language governing permissions and limitations under the License.
1515
1616
When distributing the software, include this License Header Notice in each
17-
file and include the License file at packager/legal/LICENSE.txt.
17+
file and include the License file at LICENSE.txt.
1818
1919
GPL Classpath Exception:
2020
Oracle designates this particular file as subject to the "Classpath"

main/appserver/admin/backup-l10n/src/main/resources/com/sun/enterprise/backup/LocalStrings_de.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
#
4-
# Copyright (c) 2010-2013 Oracle and/or its affiliates. All rights reserved.
4+
# Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved.
55
#
66
# The contents of this file are subject to the terms of either the GNU
77
# General Public License Version 2 only ("GPL") or the Common Development
88
# and Distribution License("CDDL") (collectively, the "License"). You
99
# may not use this file except in compliance with the License. You can
1010
# 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
11+
# https://oss.oracle.com/licenses/CDDL+GPL-1.1
12+
# or LICENSE.txt. See the License for the specific
1313
# language governing permissions and limitations under the License.
1414
#
1515
# When distributing the software, include this License Header Notice in each
16-
# file and include the License file at packager/legal/LICENSE.txt.
16+
# file and include the License file at LICENSE.txt.
1717
#
1818
# GPL Classpath Exception:
1919
# Oracle designates this particular file as subject to the "Classpath"

0 commit comments

Comments
 (0)