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-cli/src/main/resources/templates/refEntry.ftl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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.
#
////
--
Gitblit v1.10.0