diff --git a/bin/radicale b/bin/radicale index f99bfc14..475df62a 100755 --- a/bin/radicale +++ b/bin/radicale @@ -3,7 +3,7 @@ # This file is part of Radicale Server - Calendar Server # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter -# Copyright © 2008-2016 Guillaume Ayoub +# Copyright © 2008-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale.fcgi b/radicale.fcgi index 68528ebe..d92df282 100755 --- a/radicale.fcgi +++ b/radicale.fcgi @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # This file is part of Radicale Server - Calendar Server -# Copyright © 2011-2016 Guillaume Ayoub +# Copyright © 2011-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale.py b/radicale.py index 944087de..9f76159f 100755 --- a/radicale.py +++ b/radicale.py @@ -3,7 +3,7 @@ # This file is part of Radicale Server - Calendar Server # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter -# Copyright © 2008-2016 Guillaume Ayoub +# Copyright © 2008-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale.wsgi b/radicale.wsgi index fb3f75c4..bc829a51 100755 --- a/radicale.wsgi +++ b/radicale.wsgi @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # This file is part of Radicale Server - Calendar Server -# Copyright © 2011-2016 Guillaume Ayoub +# Copyright © 2011-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/__init__.py b/radicale/__init__.py index a9b4c410..6dad1258 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -1,7 +1,7 @@ # This file is part of Radicale Server - Calendar Server # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter -# Copyright © 2008-2016 Guillaume Ayoub +# Copyright © 2008-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/__main__.py b/radicale/__main__.py index cc406f99..4c49c696 100644 --- a/radicale/__main__.py +++ b/radicale/__main__.py @@ -1,5 +1,5 @@ # This file is part of Radicale Server - Calendar Server -# Copyright © 2011-2016 Guillaume Ayoub +# Copyright © 2011-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/auth.py b/radicale/auth.py index 32849a73..b202c5d7 100644 --- a/radicale/auth.py +++ b/radicale/auth.py @@ -1,7 +1,7 @@ # This file is part of Radicale Server - Calendar Server # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter -# Copyright © 2008-2016 Guillaume Ayoub +# Copyright © 2008-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/config.py b/radicale/config.py index b49e19f2..bbc48f8d 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -1,5 +1,5 @@ # This file is part of Radicale Server - Calendar Server -# Copyright © 2008-2016 Guillaume Ayoub +# Copyright © 2008-2017 Guillaume Ayoub # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter # diff --git a/radicale/log.py b/radicale/log.py index f550b489..a41dfc12 100644 --- a/radicale/log.py +++ b/radicale/log.py @@ -1,5 +1,5 @@ # This file is part of Radicale Server - Calendar Server -# Copyright © 2011-2016 Guillaume Ayoub +# Copyright © 2011-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/rights.py b/radicale/rights.py index 6c0e263e..72837e62 100644 --- a/radicale/rights.py +++ b/radicale/rights.py @@ -1,5 +1,5 @@ # This file is part of Radicale Server - Calendar Server -# Copyright © 2012-2016 Guillaume Ayoub +# Copyright © 2012-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/storage.py b/radicale/storage.py index ae6a4ea9..f9ec41eb 100644 --- a/radicale/storage.py +++ b/radicale/storage.py @@ -1,6 +1,6 @@ # This file is part of Radicale Server - Calendar Server # Copyright © 2014 Jean-Marc Martins -# Copyright © 2012-2016 Guillaume Ayoub +# Copyright © 2012-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/tests/__init__.py b/radicale/tests/__init__.py index d483329f..21bf2778 100644 --- a/radicale/tests/__init__.py +++ b/radicale/tests/__init__.py @@ -1,5 +1,5 @@ # This file is part of Radicale Server - Calendar Server -# Copyright © 2012-2016 Guillaume Ayoub +# Copyright © 2012-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/tests/custom/auth.py b/radicale/tests/custom/auth.py index 30e6e50b..c61f6378 100644 --- a/radicale/tests/custom/auth.py +++ b/radicale/tests/custom/auth.py @@ -1,7 +1,7 @@ # This file is part of Radicale Server - Calendar Server # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter -# Copyright © 2008-2016 Guillaume Ayoub +# Copyright © 2008-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/tests/custom/storage.py b/radicale/tests/custom/storage.py index 63a17132..621fdc2b 100644 --- a/radicale/tests/custom/storage.py +++ b/radicale/tests/custom/storage.py @@ -1,5 +1,5 @@ # This file is part of Radicale Server - Calendar Server -# Copyright © 2012-2016 Guillaume Ayoub +# Copyright © 2012-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/tests/helpers.py b/radicale/tests/helpers.py index f3efb826..feb25ecd 100644 --- a/radicale/tests/helpers.py +++ b/radicale/tests/helpers.py @@ -1,7 +1,7 @@ # This file is part of Radicale Server - Calendar Server # Copyright © 2008 Nicolas Kandel # Copyright © 2008 Pascal Halter -# Copyright © 2008-2016 Guillaume Ayoub +# Copyright © 2008-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/tests/test_auth.py b/radicale/tests/test_auth.py index 5b80e86a..806dcd11 100644 --- a/radicale/tests/test_auth.py +++ b/radicale/tests/test_auth.py @@ -1,6 +1,6 @@ # This file is part of Radicale Server - Calendar Server -# Copyright © 2012-2013 Guillaume Ayoub # Copyright © 2012-2016 Jean-Marc Martins +# Copyright © 2012-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/radicale/tests/test_base.py b/radicale/tests/test_base.py index 3dd68269..1545c4b0 100644 --- a/radicale/tests/test_base.py +++ b/radicale/tests/test_base.py @@ -1,5 +1,5 @@ # This file is part of Radicale Server - Calendar Server -# Copyright © 2012-2016 Guillaume Ayoub +# Copyright © 2012-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/setup.py b/setup.py index 2a786b46..f7d70733 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # This file is part of Radicale Server - Calendar Server -# Copyright © 2009-2016 Guillaume Ayoub +# Copyright © 2009-2017 Guillaume Ayoub # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by