Skip to content

Commit

Permalink
Merge pull request #382 from KyleAure/381-proofread-copyright-section
Browse files Browse the repository at this point in the history
Update copyright with real values
  • Loading branch information
otaviojava authored Nov 28, 2023
2 parents 43eb0f5 + 5baf4e3 commit f0c38f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions spec/src/main/asciidoc/chapters/license/license-efsl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Release: {revdate}

== Copyright

Copyright (c) {inceptionYear} , {currentYear} Eclipse Foundation.
Copyright (c) {inceptionYear}, {docyear} Eclipse Foundation.

=== Eclipse Foundation Specification License

Expand Down Expand Up @@ -49,9 +49,9 @@ specification is expressly prohibited.

The notice is:

"Copyright (c) [$date-of-document] Eclipse Foundation. This software or
document includes material copied from or derived from [title and URI
of the Eclipse Foundation specification document]."
"Copyright (c) {inceptionYear}, {docyear} Eclipse Foundation. This software or
document includes material copied from or derived from Jakarta Data and
https://jakarta.ee/specifications/data/."

=== Disclaimers

Expand Down
3 changes: 2 additions & 1 deletion spec/src/main/asciidoc/jakarta-data.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Contributors to the Eclipse Foundation
// Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation
//
// 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 All @@ -18,6 +18,7 @@
:version-label!:
:doctype: book
:license: Apache License v2.0
:inceptionYear: 2022
:source-highlighter: coderay
:toc: left
:toclevels: 3
Expand Down

0 comments on commit f0c38f8

Please sign in to comment.