From a12fa48c2c67189264f65d6304a31976b7afa218 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sun, 5 Feb 2017 18:29:09 +0100 Subject: [PATCH] Updated copyright headers to 2017. --- LICENSE | 2 +- fill3.py | 2 +- fill3_test.py | 2 +- golden.py | 2 +- gut.py | 2 +- gut_test.py | 2 +- lscolors.py | 2 +- lscolors_test.py | 2 +- make-readme.py | 2 +- sandbox_fs.py | 2 +- sandbox_fs_test.py | 2 +- terminal.py | 2 +- termstr.py | 2 +- termstr_test.py | 2 +- tools.py | 2 +- tools_test.py | 2 +- vigil | 2 +- vigil_test.py | 2 +- worker.py | 2 +- worker_test.py | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index 2dd062d..739f673 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The Artistic License 2.0 - Copyright (c) 2015-2016 ahamilton + Copyright (c) 2015-2017 ahamilton Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/fill3.py b/fill3.py index 332a832..144b7e0 100644 --- a/fill3.py +++ b/fill3.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import asyncio diff --git a/fill3_test.py b/fill3_test.py index 9290d87..7c1ea55 100755 --- a/fill3_test.py +++ b/fill3_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import unittest diff --git a/golden.py b/golden.py index 287a11c..10931b6 100644 --- a/golden.py +++ b/golden.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import optparse diff --git a/gut.py b/gut.py index 3cd6bb7..090666e 100755 --- a/gut.py +++ b/gut.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import re diff --git a/gut_test.py b/gut_test.py index 1b39432..7d87804 100755 --- a/gut_test.py +++ b/gut_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import textwrap diff --git a/lscolors.py b/lscolors.py index d77e481..c97e0be 100644 --- a/lscolors.py +++ b/lscolors.py @@ -1,5 +1,5 @@ -# Copyright (C) 2011, 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2011, 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/lscolors_test.py b/lscolors_test.py index 2eea90b..e806e15 100755 --- a/lscolors_test.py +++ b/lscolors_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2011, 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2011, 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/make-readme.py b/make-readme.py index 8d0c097..5824750 100755 --- a/make-readme.py +++ b/make-readme.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/sandbox_fs.py b/sandbox_fs.py index 4c562f1..e83f396 100755 --- a/sandbox_fs.py +++ b/sandbox_fs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/sandbox_fs_test.py b/sandbox_fs_test.py index 884ad81..89725af 100755 --- a/sandbox_fs_test.py +++ b/sandbox_fs_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/terminal.py b/terminal.py index 34b2107..f5bddc5 100644 --- a/terminal.py +++ b/terminal.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/termstr.py b/termstr.py index 6f83d19..2e9af8e 100644 --- a/termstr.py +++ b/termstr.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import collections diff --git a/termstr_test.py b/termstr_test.py index 8cc03b0..e1d7a9b 100755 --- a/termstr_test.py +++ b/termstr_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/tools.py b/tools.py index 5fc0fac..3ba199d 100644 --- a/tools.py +++ b/tools.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import ast diff --git a/tools_test.py b/tools_test.py index 2a4592d..0c1cf84 100755 --- a/tools_test.py +++ b/tools_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import contextlib diff --git a/vigil b/vigil index 7be817e..6db8d37 100755 --- a/vigil +++ b/vigil @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. """Vigil Code Monitor diff --git a/vigil_test.py b/vigil_test.py index 46ed18b..d71a398 100755 --- a/vigil_test.py +++ b/vigil_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import asyncio diff --git a/worker.py b/worker.py index 9e0f071..9182cef 100755 --- a/worker.py +++ b/worker.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import asyncio diff --git a/worker_test.py b/worker_test.py index 00ebf13..4fe5102 100755 --- a/worker_test.py +++ b/worker_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2016 Andrew Hamilton. All rights reserved. +# Copyright (C) 2017 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0.