diff --git a/licor/__init__.py b/licor/__init__.py index f0df3dc..35e4eb6 100644 --- a/licor/__init__.py +++ b/licor/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Daniel Knüttel # +# Copyright (c) 2018 Daniel Knüttel # # # # This file is part of licor. # # # diff --git a/licor/__main__.py b/licor/__main__.py index ea18ce2..97daf30 100644 --- a/licor/__main__.py +++ b/licor/__main__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Daniel Knüttel # +# Copyright (c) 2018 Daniel Knüttel # # # # This file is part of licor. # # # diff --git a/licor/comment.py b/licor/comment.py index 3d7c225..17f981c 100644 --- a/licor/comment.py +++ b/licor/comment.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Daniel Knüttel # +# Copyright (c) 2018 Daniel Knüttel # # # # This file is part of licor. # # # diff --git a/licor/filediscovery.py b/licor/filediscovery.py index e46c0ab..55897e4 100644 --- a/licor/filediscovery.py +++ b/licor/filediscovery.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Daniel Knüttel # +# Copyright (c) 2018 Daniel Knüttel # # # # This file is part of licor. # # # diff --git a/licor/io.py b/licor/io.py index 92efeeb..bc04888 100644 --- a/licor/io.py +++ b/licor/io.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Daniel Knüttel # +# Copyright (c) 2018 Daniel Knüttel # # # # This file is part of licor. # # # diff --git a/licor/main.py b/licor/main.py index 1f6e2ef..eb71f25 100644 --- a/licor/main.py +++ b/licor/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Daniel Knüttel # +# Copyright (c) 2018 Daniel Knüttel # # # # This file is part of licor. # # # diff --git a/licor/templates.py b/licor/templates.py index 9e32193..9c7b70b 100644 --- a/licor/templates.py +++ b/licor/templates.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Daniel Knüttel # +# Copyright (c) 2018 Daniel Knüttel # # # # This file is part of licor. # # # diff --git a/licor/work.py b/licor/work.py index 1b76ad1..10c45a8 100644 --- a/licor/work.py +++ b/licor/work.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Daniel Knüttel # +# Copyright (c) 2018 Daniel Knüttel # # # # This file is part of licor. # # # diff --git a/setup.py b/setup.py index a6ebd0b..5c29365 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,22 @@ +# Copyright (c) 2018 Daniel Knüttel # +# # +# This file is part of licor. # +# # +# licor is free software: you can redistribute it and/or modify # +# it under the terms of the GNU Affero General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# licor is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU Affero General Public License # +# along with licor. If not, see . # +# # +# # + from setuptools import setup, find_packages setup(