From 16637a2721c6ea923b58e5bc210f95a534db7b2e Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Tue, 21 Jan 2025 08:59:54 +0000
Subject: [PATCH] Update year in generated documentation templates (#464)
---
opendj-doc-maven-plugin/src/main/resources/templates/appendix-ldap-result-codes.ftl | 2 +-
opendj-cli/src/main/resources/templates/refEntry.ftl | 2 +-
opendj-doc-maven-plugin/src/main/resources/templates/log-message-reference.ftl | 2 +-
opendj-doc-maven-plugin/src/main/resources/templates/table-global-acis.ftl | 2 +-
opendj-doc-maven-plugin/src/main/resources/templates/sec-locales-subtypes.ftl | 2 +-
opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl b/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
index 5c134c7..dbb79f8 100644
--- a/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
+++ b/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
@@ -13,7 +13,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2011-2017 ForgeRock AS.
- Portions Copyright ${year} 3A Systems LLC.
+ Portions Copyright 2024-${year} 3A Systems LLC.
////
[#${id}]
diff --git a/opendj-cli/src/main/resources/templates/refEntry.ftl b/opendj-cli/src/main/resources/templates/refEntry.ftl
index a387603..26d1077 100644
--- a/opendj-cli/src/main/resources/templates/refEntry.ftl
+++ b/opendj-cli/src/main/resources/templates/refEntry.ftl
@@ -12,7 +12,7 @@
# information: "Portions Copyright [year] [name of copyright owner]".
#
# Copyright 2015 ForgeRock AS.
- # Portions ${year} 3A Systems LLC.
+ # Portions Copyright 2024-${year} 3A Systems LLC.
#
////
diff --git a/opendj-doc-maven-plugin/src/main/resources/templates/appendix-ldap-result-codes.ftl b/opendj-doc-maven-plugin/src/main/resources/templates/appendix-ldap-result-codes.ftl
index 90bcefa..51a5a4e 100644
--- a/opendj-doc-maven-plugin/src/main/resources/templates/appendix-ldap-result-codes.ftl
+++ b/opendj-doc-maven-plugin/src/main/resources/templates/appendix-ldap-result-codes.ftl
@@ -12,7 +12,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2017 ForgeRock AS.
- Portions Copyright ${year} 3A Systems LLC.
+ Portions Copyright 2024-${year} 3A Systems LLC.
////
[appendix]
diff --git a/opendj-doc-maven-plugin/src/main/resources/templates/log-message-reference.ftl b/opendj-doc-maven-plugin/src/main/resources/templates/log-message-reference.ftl
index c21b02d..ccbf76c 100644
--- a/opendj-doc-maven-plugin/src/main/resources/templates/log-message-reference.ftl
+++ b/opendj-doc-maven-plugin/src/main/resources/templates/log-message-reference.ftl
@@ -12,7 +12,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2017 ForgeRock AS.
- Portions Copyright ${year} 3A Systems LLC.
+ Portions Copyright 2024-${year} 3A Systems LLC.
////
[appendix]
diff --git a/opendj-doc-maven-plugin/src/main/resources/templates/sec-locales-subtypes.ftl b/opendj-doc-maven-plugin/src/main/resources/templates/sec-locales-subtypes.ftl
index 32e938d..65cdd64 100644
--- a/opendj-doc-maven-plugin/src/main/resources/templates/sec-locales-subtypes.ftl
+++ b/opendj-doc-maven-plugin/src/main/resources/templates/sec-locales-subtypes.ftl
@@ -12,7 +12,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2017 ForgeRock AS.
- Portions Copyright ${year} 3A Systems LLC.
+ Portions Copyright 2024-${year} 3A Systems LLC.
////
[#sec-locales-subtypes]
diff --git a/opendj-doc-maven-plugin/src/main/resources/templates/table-global-acis.ftl b/opendj-doc-maven-plugin/src/main/resources/templates/table-global-acis.ftl
index 97acddb..34dc884 100644
--- a/opendj-doc-maven-plugin/src/main/resources/templates/table-global-acis.ftl
+++ b/opendj-doc-maven-plugin/src/main/resources/templates/table-global-acis.ftl
@@ -12,7 +12,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2017 ForgeRock AS.
- Portions Copyright ${year} 3A Systems LLC.
+ Portions Copyright 2024-${year} 3A Systems LLC.
////
[#table-global-acis]
--
Gitblit v1.10.0