From 0ec4eba32da87ad805bc223652dba75627751d0d Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Thu, 01 Mar 2018 14:10:23 +0000
Subject: [PATCH] extent template for man generation
---
opendj-cli/src/main/resources/templates/refEntry.ftl | 4 ++--
opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl b/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
index 85bd38f..cfdd01d 100644
--- a/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
+++ b/opendj-cli/src/main/resources/templates/dscfgSubcommand.ftl
@@ -25,8 +25,8 @@
<info>
<copyright>
- <year>2011-${year}</year>
- <holder>ForgeRock AS.</holder>
+ <year>${year}</year>
+ <holder>2011-2017 ForgeRock AS. 2017-${year} Open Identity Platform Community</holder>
</copyright>
</info>
diff --git a/opendj-cli/src/main/resources/templates/refEntry.ftl b/opendj-cli/src/main/resources/templates/refEntry.ftl
index fcc32bb..e44a803 100644
--- a/opendj-cli/src/main/resources/templates/refEntry.ftl
+++ b/opendj-cli/src/main/resources/templates/refEntry.ftl
@@ -39,8 +39,8 @@
<info>
<copyright>
- <year>2011-${year}</year>
- <holder>ForgeRock AS.</holder>
+ <year>${year}</year>
+ <holder>2011-2017 ForgeRock AS. 2017-${year} Open Identity Platform Community</holder>
</copyright>
</info>
--
Gitblit v1.10.0