diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-05-12 21:27:06 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-05-12 21:27:06 -0400 |
commit | 369b764eb0eca1c2aae7b2dd8a53a7eadbeb902d (patch) | |
tree | 36a3a9bf1ca928683d61186be0aab460571fc79d /lib | |
parent | v6: 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.rb | 2 | ||||
-rw-r--r-- | lib/sisu/v6/param.rb | 2 |
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 \ |