Skip to content

Commit d4d0bf4

Browse files
lukasjm0mus
authored andcommitted
fix cp holder (#201)
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 4ec63ce commit d4d0bf4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</header>
6464
<bottom><![CDATA[
6565
Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br>
66-
Copyright &#169; 2012&#x2013;{currentYear} Oracle and/or its affiliates. All rights reserved.<br>
66+
Copyright &#169; 2019 Eclipse Foundation. All rights reserved.<br>
6767
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
6868
</bottom>
6969
</configuration>
@@ -123,7 +123,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
123123
<Specification-Version>${spec.specification.version}</Specification-Version>
124124
<Export-Package>${packages.export}</Export-Package>
125125
<Bundle-Description>Jakarta JSON Processing API ${spec_version}</Bundle-Description>
126-
<Specification-Vendor>Oracle</Specification-Vendor>
126+
<Specification-Vendor>Eclipse Foundation</Specification-Vendor>
127127
</instructions>
128128
</configuration>
129129
</plugin>

spec/src/main/asciidoc/license-efsl.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ endif::[]
1414
Release: {revdate}
1515
....
1616

17+
Copyright (c) 2019 Eclipse Foundation.
18+
1719
=== Eclipse Foundation Specification License
1820

1921
By using and/or copying this document, or the Eclipse Foundation
@@ -74,4 +76,4 @@ The name and trademarks of the copyright holders or the Eclipse
7476
Foundation may NOT be used in advertising or publicity pertaining to
7577
this document or its contents without specific, written prior
7678
permission. Title to copyright in this document will at all times
77-
remain with copyright holders.
79+
remain with copyright holders.

0 commit comments

Comments
 (0)