doc: update year in copyright notes
Change 2016 to 2017 in code comments Signed-off-by: Szymon Judasz <szymon.judasz@student.uj.edu.pl>
This commit is contained in:
@@ -1 +1 @@
|
||||
Copyright (C) 2007-2016 David Aguilar and contributors
|
||||
Copyright (C) 2007-2017 David Aguilar and contributors
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ import sys
|
||||
|
||||
|
||||
__copyright__ = """
|
||||
Copyright (C) 2007-2016 David Aguilar and contributors
|
||||
Copyright (C) 2007-2017 David Aguilar and contributors
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2 as
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ from argparse import ArgumentParser
|
||||
|
||||
|
||||
__copyright__ = """
|
||||
Copyright (C) 2007-2016 David Aguilar and contributors
|
||||
Copyright (C) 2007-2017 David Aguilar and contributors
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2 as
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import signal
|
||||
import sys
|
||||
|
||||
__copyright__ = """
|
||||
Copyright (C) 2009-2016 David Aguilar and contributors
|
||||
Copyright (C) 2009-2017 David Aguilar and contributors
|
||||
"""
|
||||
|
||||
from . import core
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2008-2016 David Aguilar
|
||||
# Copyright (c) 2008-2017 David Aguilar
|
||||
"""Miscellaneous Qt utility functions."""
|
||||
from __future__ import division, absolute_import, unicode_literals
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ def copyright_text():
|
||||
return """
|
||||
Git Cola: The highly caffeinated Git GUI
|
||||
|
||||
Copyright (C) 2007-2016 David Aguilar and contributors
|
||||
Copyright (C) 2007-2017 David Aguilar and contributors
|
||||
|
||||
This program is free software: you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<key>NSAppleScriptEnabled</key>
|
||||
<false/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright 2007-2016 David Aguilar and contributors</string>
|
||||
<string>Copyright 2007-2017 David Aguilar and contributors</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -20,7 +20,7 @@ source_encoding = 'utf-8'
|
||||
master_doc = 'index'
|
||||
|
||||
project = 'git-cola'
|
||||
copyright = '2007-2016, David Aguilar and contributors'
|
||||
copyright = '2007-2017, David Aguilar and contributors'
|
||||
authors = 'David Aguilar and contributors'
|
||||
|
||||
versionfile = os.path.join(srcdir, 'cola', '_version.py')
|
||||
|
||||
@@ -9,7 +9,7 @@ partial.svg
|
||||
upstream.svg
|
||||
|
||||
Copyright (C) 2011 Uri Okrent
|
||||
Copyright (C) 2015-2016 David Aguilar and contributors
|
||||
Copyright (C) 2015-2017 David Aguilar and contributors
|
||||
|
||||
License: MIT
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ partial.svg
|
||||
upstream.svg
|
||||
|
||||
Copyright (C) 2011 Uri Okrent
|
||||
Copyright (C) 2015-2016 David Aguilar and contributors
|
||||
Copyright (C) 2015-2017 David Aguilar and contributors
|
||||
|
||||
License: MIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user