Skip to content

Commit 619e641

Browse files
committed
Update copyrights
1 parent a8b97ac commit 619e641

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

jconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2015
8+
Copyright (C) 2016
99
"""
1010

1111
__author__ = 'Kirill Python'

jconfig/jconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2015
8+
Copyright (C) 2016
99
"""
1010

1111
import json

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@contact: http://vk.com/python273
77
@license Apache License, Version 2.0, see LICENSE file
88
9-
Copyright (C) 2015
9+
Copyright (C) 2016
1010
'''
1111

1212
from distutils.core import setup

vk_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2015
8+
Copyright (C) 2016
99
"""
1010

1111
__author__ = 'Kirill Python'

vk_api/vk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2015
8+
Copyright (C) 2016
99
"""
1010

1111
import re

vk_api/vk_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2015
8+
Copyright (C) 2016
99
"""
1010

1111
import json

vk_api/vk_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2015
8+
Copyright (C) 2016
99
"""
1010

1111

0 commit comments

Comments
 (0)