mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-31 04:53:41 +01:00
Fixed copyright notice
- fixed copyright place inside HTML file in order to keep encoding information in the first 1024 bytes - updated licence notice to AGPL
This commit is contained in:
parent
80b82d2524
commit
ce3fd5d19c
@ -1,12 +1,11 @@
|
|||||||
<!--
|
|
||||||
@copyright@
|
|
||||||
-->
|
|
||||||
<html manifest="manifest.appcache">
|
<html manifest="manifest.appcache">
|
||||||
<head>
|
<head>
|
||||||
<title>Clipperz - keep it to yourself</title>
|
<title>Clipperz - keep it to yourself</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
|
<!--
|
||||||
|
@copyright@
|
||||||
|
-->
|
||||||
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
||||||
|
|
||||||
<meta name="robots" content="noindex" />
|
<meta name="robots" content="noindex" />
|
||||||
|
|
||||||
<meta http-equiv="cleartype" content="on" />
|
<meta http-equiv="cleartype" content="on" />
|
||||||
|
@ -63,4 +63,3 @@
|
|||||||
* License: http://opensource.org/licenses/BSD-3-Clause
|
* License: http://opensource.org/licenses/BSD-3-Clause
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
|
|
||||||
Copyright 2008-2015 Clipperz Srl
|
Copyright 2008-2015 Clipperz Srl
|
||||||
|
@ -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.txt'])
|
license = self.loadFilesContent('../../properties', ['license.AGPL.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…
x
Reference in New Issue
Block a user