diff --git a/install-dependencies b/install-dependencies index ffc2122..d200e5e 100755 --- a/install-dependencies +++ b/install-dependencies @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/install-tools b/install-tools index 46a3d6c..299d4b4 100755 --- a/install-tools +++ b/install-tools @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/make-appimage.py b/make-appimage.py index 0b3d38b..4e9667d 100755 --- a/make-appimage.py +++ b/make-appimage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/make-readme.py b/make-readme.py index a946961..5f0e5f6 100755 --- a/make-readme.py +++ b/make-readme.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3.6 # -*- coding: utf-8 -*- -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/setup.py b/setup.py index e09b708..e7c062a 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/test-all b/test-all index 998df5b..89ae298 100755 --- a/test-all +++ b/test-all @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/test_distributions.py b/test_distributions.py index 0ca4044..ccef559 100755 --- a/test_distributions.py +++ b/test_distributions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/tests/__main___test.py b/tests/__main___test.py index f203cce..ca56482 100755 --- a/tests/__main___test.py +++ b/tests/__main___test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import asyncio diff --git a/tests/fill3_test.py b/tests/fill3_test.py index 92ba613..f165edc 100755 --- a/tests/fill3_test.py +++ b/tests/fill3_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3.6 # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import unittest diff --git a/tests/golden.py b/tests/golden.py index 2224982..74c7b5f 100644 --- a/tests/golden.py +++ b/tests/golden.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import optparse diff --git a/tests/gut_test.py b/tests/gut_test.py index 848bd42..68e04aa 100755 --- a/tests/gut_test.py +++ b/tests/gut_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import textwrap diff --git a/tests/lscolors_test.py b/tests/lscolors_test.py index 6ad76b3..2faac24 100755 --- a/tests/lscolors_test.py +++ b/tests/lscolors_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2011, 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2011, 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/tests/termstr_test.py b/tests/termstr_test.py index 3dff633..b283201 100755 --- a/tests/termstr_test.py +++ b/tests/termstr_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/tests/tools_test.py b/tests/tools_test.py index 75eb693..01e0d99 100755 --- a/tests/tools_test.py +++ b/tests/tools_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import contextlib diff --git a/tests/worker_test.py b/tests/worker_test.py index 9bd50fe..3189eab 100755 --- a/tests/worker_test.py +++ b/tests/worker_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/vigil/__main__.py b/vigil/__main__.py index b5b788f..cd6ecf4 100755 --- a/vigil/__main__.py +++ b/vigil/__main__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3.6 # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. """Vigil Code Monitor diff --git a/vigil/fill3.py b/vigil/fill3.py index 7dd578c..ecd2dac 100644 --- a/vigil/fill3.py +++ b/vigil/fill3.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import asyncio diff --git a/vigil/gut.py b/vigil/gut.py index e574276..dd7b929 100755 --- a/vigil/gut.py +++ b/vigil/gut.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import re diff --git a/vigil/lscolors.py b/vigil/lscolors.py index c97e0be..392f110 100644 --- a/vigil/lscolors.py +++ b/vigil/lscolors.py @@ -1,5 +1,5 @@ -# Copyright (C) 2011, 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2011, 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/vigil/terminal.py b/vigil/terminal.py index ce3c61e..a0de9f1 100644 --- a/vigil/terminal.py +++ b/vigil/terminal.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/vigil/termstr.py b/vigil/termstr.py index 572a445..c94fd4d 100644 --- a/vigil/termstr.py +++ b/vigil/termstr.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import collections diff --git a/vigil/tools.py b/vigil/tools.py index 90a0e06..889b6fd 100644 --- a/vigil/tools.py +++ b/vigil/tools.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import ast diff --git a/vigil/worker.py b/vigil/worker.py index d58bc1e..6c00e3e 100755 --- a/vigil/worker.py +++ b/vigil/worker.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3.6 -# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2018 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import asyncio