Commit 40f59aee3e681a303b572580b5159efd8133030a

Authored by Bartłomiej Nitoń
1 parent fc813496

Changed Walenty creation time to 2012-2017.

dictionary/ajax_vocabulary_management.py
... ... @@ -119,7 +119,7 @@ def create_copyrights_str(dictionary_file, frame_opinions_pks,
119 119 license_clause.extend([u"% http://zil.ipipan.waw.pl/Walenty",
120 120 u"%% version: %s" % date.strftime(month + ' %d, %Y'),
121 121 u"%",
122   - u"% © Copyright 2012–2016 by the Institute of Computer Science, Polish",
  122 + u"% © Copyright 2012–2017 by the Institute of Computer Science, Polish",
123 123 u"% Academy of Sciences (IPI PAN)",
124 124 u"%",
125 125 u"% This work is distributed under a CC BY-SA license:",
... ...
dictionary/teixml.py
... ... @@ -58,7 +58,7 @@ def write_license_elem(parent_elem):
58 58 licence.attrib['target'] = u'http://creativecommons.org/licenses/by-sa/4.0/'
59 59  
60 60 p = etree.SubElement(licence, 'p')
61   - p.text = u'(C) Copyright 2012–2016 by the Institute of Computer Science, Polish Academy of Sciences (IPI PAN)'
  61 + p.text = u'(C) Copyright 2012–2017 by the Institute of Computer Science, Polish Academy of Sciences (IPI PAN)'
62 62  
63 63 p = etree.SubElement(licence, 'p')
64 64 p.text = u'This work is distributed under a CC BY-SA license: http://creativecommons.org/licenses/by-sa/4.0/'
... ... @@ -76,7 +76,6 @@ def write_license_elem(parent_elem):
76 76  
77 77 p = etree.SubElement(licence, 'p')
78 78 p.text = u'Walenty has been edited and compiled using the Slowal tool (http://zil.ipipan.waw.pl/Slowal) created by Bartłomiej Nitoń and Tomasz Bartosiak.'
79   -
80 79  
81 80 def write_entries(root, lemmas, frame_opinion_values):
82 81 text = etree.SubElement(root, 'text')
... ...
dictionary/templates/tex/slowal.tex
... ... @@ -55,7 +55,7 @@
55 55  
56 56 \maketitle
57 57  
58   -© Copyright 2012–2016 by the Institute of Computer Science, Polish Academy of Sciences (IPI PAN)
  58 +© Copyright 2012–2017 by the Institute of Computer Science, Polish Academy of Sciences (IPI PAN)
59 59  
60 60 This work is distributed under a CC BY-SA license: \textit{http://creativecommons.org/licenses/by-sa/4.0/}
61 61  
... ...