comparison multimerge.py @ 130:b33e3884182b

Update copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 17 Jan 2017 10:45:22 +0200
parents 31e3100b5ed9
children 654b28ca9f39
comparison
equal deleted inserted replaced
129:31e3100b5ed9 130:b33e3884182b
1 #!/usr/bin/python 1 #!/usr/bin/python
2 # coding=utf-8 2 # coding=utf-8
3 ### 3 ###
4 ### Google Calendar MultiMerge 4 ### Google Calendar MultiMerge
5 ### Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org> 5 ### Programmed and designed by Matti 'ccr' Hämäläinen <ccr@tnsp.org>
6 ### (C) Copyright 2016 Tecnic Software productions (TNSP) 6 ### (C) Copyright 2016-2017 Tecnic Software productions (TNSP)
7 ### 7 ###
8 ### For license information, see file "COPYING". 8 ### For license information, see file "COPYING".
9 ### 9 ###
10 ### Python 2.7 <= x < 3 required! Please refer to 10 ### Python 2.7 <= x < 3 required! Please refer to
11 ### README.txt for information on other depencies. 11 ### README.txt for information on other depencies.