diff --git a/django_migration_linter/__init__.py b/django_migration_linter/__init__.py index a548f664..4060d621 100644 --- a/django_migration_linter/__init__.py +++ b/django_migration_linter/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/django_migration_linter/cache.py b/django_migration_linter/cache.py index 61d48a6a..1bdb3187 100644 --- a/django_migration_linter/cache.py +++ b/django_migration_linter/cache.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/django_migration_linter/constants.py b/django_migration_linter/constants.py index a95e8dc3..67c9e538 100644 --- a/django_migration_linter/constants.py +++ b/django_migration_linter/constants.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/django_migration_linter/migration_linter.py b/django_migration_linter/migration_linter.py index d88f504c..e00b6a07 100644 --- a/django_migration_linter/migration_linter.py +++ b/django_migration_linter/migration_linter.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/django_migration_linter/operations.py b/django_migration_linter/operations.py index cea05c0f..02620619 100644 --- a/django_migration_linter/operations.py +++ b/django_migration_linter/operations.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/django_migration_linter/sql_analyser.py b/django_migration_linter/sql_analyser.py index 4e132441..de54f432 100644 --- a/django_migration_linter/sql_analyser.py +++ b/django_migration_linter/sql_analyser.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/django_migration_linter/utils.py b/django_migration_linter/utils.py index d3a88d62..1efc5d7d 100644 --- a/django_migration_linter/utils.py +++ b/django_migration_linter/utils.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/example_test_integration.py b/examples/example_test_integration.py index 5cfd59fc..aa8f5760 100644 --- a/examples/example_test_integration.py +++ b/examples/example_test_integration.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 834d85dc..cc198273 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/fixtures.py b/tests/fixtures.py index 7f8622a2..04a81148 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/functional/test_cache.py b/tests/functional/test_cache.py index ae289b21..99024dae 100644 --- a/tests/functional/test_cache.py +++ b/tests/functional/test_cache.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/functional/test_cmd_line_call.py b/tests/functional/test_cmd_line_call.py index b8ddabeb..59e28d98 100644 --- a/tests/functional/test_cmd_line_call.py +++ b/tests/functional/test_cmd_line_call.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/functional/test_migration_linter.py b/tests/functional/test_migration_linter.py index 2c9acc55..42d3cc86 100644 --- a/tests/functional/test_migration_linter.py +++ b/tests/functional/test_migration_linter.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/functional/test_multiple_calls.py b/tests/functional/test_multiple_calls.py index 0920c1b6..b22f623e 100644 --- a/tests/functional/test_multiple_calls.py +++ b/tests/functional/test_multiple_calls.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_linter.py b/tests/unit/test_linter.py index 1647b103..5b3c4a55 100644 --- a/tests/unit/test_linter.py +++ b/tests/unit/test_linter.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index 7ac89d5b..28fb3632 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -1,4 +1,4 @@ -# Copyright 2018 3YOURMIND GmbH +# Copyright 2019 3YOURMIND GmbH # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.