Skip to content

Commit b29bc1e

Browse files
authored
Copyright is upated to Eclipse Foundation (#174)
Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>
1 parent 9d6fcdc commit b29bc1e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
</header>
392392
<bottom><![CDATA[
393393
Comments to: <a href="mailto:${release.spec.feedback}">${release.spec.feedback}</a>.<br>
394-
Copyright &#169; {inceptionYear}&#x2013;{currentYear} Oracle and/or its affiliates. All rights reserved.<br>
394+
Copyright &#169; 2019 Eclipse Foundation. All Rights Reserved.<br>
395395
Use is subject to <a href="{@docRoot}/doc-files/EFSL.html" target="_top">license terms</a>.]]>
396396
</bottom>
397397
</configuration>

spec/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ Run the full build:
1515

1616
`mvn clean install`
1717

18+
Generate specification with given status:
19+
20+
`mvn clean install -Dstatus="Final Release"`
21+
1822
Locate the html files:
19-
- target/generated-docs/jsonb-spec.html
23+
- target/generated-docs/jsonb-spec-XXX.html
2024

2125
Locate the PDF files:
22-
- target/generated-docs/jsonb-spec.pdf
26+
- target/generated-docs/jsonb-spec-XXX.pdf

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

Lines changed: 2 additions & 0 deletions
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

0 commit comments

Comments
 (0)