aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-05-12 21:27:06 -0400
committerRalph Amissah <ralph@amissah.com>2014-05-12 21:27:06 -0400
commit369b764eb0eca1c2aae7b2dd8a53a7eadbeb902d (patch)
tree36a3a9bf1ca928683d61186be0aab460571fc79d /lib
parentv6: digests sha512 option implemented (diff)
v5 v6: param, metadata add 'Copyright:' tag to output related to copyright
* (Closes: #744381) syntax: inconsistency \:copyright: and \:license:
Diffstat (limited to 'lib')
-rw-r--r--lib/sisu/v5/param.rb2
-rw-r--r--lib/sisu/v6/param.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v5/param.rb b/lib/sisu/v5/param.rb
index ba75bfb0..1167d5ee 100644
--- a/lib/sisu/v5/param.rb
+++ b/lib/sisu/v5/param.rb
@@ -568,7 +568,7 @@ module SiSU_Param
and copyright.text \
and not copyright.text.empty?
v=sep(copyright.text)
- s +=copyright.text + v
+ s +='Copyright: ' + copyright.text + v
end
if defined? copyright.translation \
and copyright.translation \
diff --git a/lib/sisu/v6/param.rb b/lib/sisu/v6/param.rb
index 9d310f7c..7cbb6ba7 100644
--- a/lib/sisu/v6/param.rb
+++ b/lib/sisu/v6/param.rb
@@ -568,7 +568,7 @@ module SiSU_Param
and copyright.text \
and not copyright.text.empty?
v=sep(copyright.text)
- s +=copyright.text + v
+ s +='Copyright: ' + copyright.text + v
end
if defined? copyright.translation \
and copyright.translation \