Skip to content

Commit

Permalink
fix missing cp headers, update excludes
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Dec 22, 2022
1 parent fc0eb20 commit e974c5d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 8 deletions.
8 changes: 5 additions & 3 deletions copyright-exclude
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ mail.sig
webapp/build.bat
webapp/webapp.README.txt
logging/src/main/java/
mail/src/main/java/com/sun/mail/util/logging/
mail/src/main/resources/META-INF/hk2-locator/default
mail/src/test/java/com/sun/mail/util/logging/
mail/src/test/resources/jakarta/mail/internet/paramdata
mail/src/test/resources/jakarta/mail/internet/paramdatanostrict
mail/src/test/resources/jakarta/mail/internet/tokenlist
Expand All @@ -28,8 +25,13 @@ mail/src/test/resources/jakarta/mail/internet/MailDateFormat_old.ser
mail/src/test/resources/jakarta/mail/internet/MailDateFormat_new.ser
mail/src/test/resources/com/sun/mail/test/keystore.jks
mail/src/main/java/doc-files/speclicense.html
mailhandler/src/main/resources/META-INF/hk2-locator/default
docker/JTReportParser/
providers/angus-mail/src/test/resources/com/sun/mail/util/paramdatanostrict
providers/angus-mail/src/test/resources/com/sun/mail/util/paramdata
.txt
.TXT
www/
.json
.jpg
.md
1 change: 1 addition & 0 deletions doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<properties>
<angus-mail.www>${project.build.directory}/site</angus-mail.www>
<angus-mail.javadoc.destdir>${angus-mail.www}/docs/api</angus-mail.javadoc.destdir>
<copyright.exclude>${project.basedir}/../copyright-exclude</copyright.exclude>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/main/resources/docs/ApacheJServ.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!--
Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
2 changes: 1 addition & 1 deletion doc/src/main/resources/docs/JavaWebServer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!--
Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
2 changes: 1 addition & 1 deletion doc/src/main/resources/docs/Tomcat.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!--
Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
2 changes: 1 addition & 1 deletion doc/src/main/resources/docs/classpath-NT.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!--
Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
2 changes: 1 addition & 1 deletion doc/src/main/resources/docs/iPlanet.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!--
Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2010, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright (c) 2022 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the
* Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
* version 2 with the GNU Classpath Exception, which is available at
* https://www.gnu.org/software/classpath/license.html.
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/

package com.sun.mail.test;

import java.lang.reflect.Field;
Expand Down

0 comments on commit e974c5d

Please sign in to comment.