mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-15 00:09:02 +01:00
Fixed license file reference
This commit is contained in:
parent
22b6d1a83a
commit
431ef1096b
@ -314,7 +314,7 @@ class FrontendBuilder(object):
|
|||||||
if not self.processedFiles.has_key(processedFile):
|
if not self.processedFiles.has_key(processedFile):
|
||||||
#self.log("assembling copyright header")
|
#self.log("assembling copyright header")
|
||||||
copyrightValues = self.settings['copyright.values']
|
copyrightValues = self.settings['copyright.values']
|
||||||
license = self.loadFilesContent('../../properties', ['license.AGPL.txt'])
|
license = self.loadFilesContent('../../properties', ['license.txt'])
|
||||||
result = self.loadFilesContent('properties', ['creditsAndCopyrights.txt'])
|
result = self.loadFilesContent('properties', ['creditsAndCopyrights.txt'])
|
||||||
|
|
||||||
result = re.sub('@clipperz.license@', license, result)
|
result = re.sub('@clipperz.license@', license, result)
|
||||||
|
Loading…
Reference in New Issue
Block a user