From 5b894d85b04456fa449630e2472cc203b97a203c Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Fri, 1 Jan 2016 17:06:28 +0000 Subject: [PATCH] Update copyright dates --- LICENSE | 2 +- fill3.py | 2 +- fill3_test.py | 2 +- golden.py | 2 +- lscolors.py | 2 +- lscolors_test.py | 2 +- terminal.py | 2 +- termstr.py | 2 +- termstr_test.py | 2 +- tools.py | 2 +- vigil | 2 +- vigil_test.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 0213923..2dd062d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The Artistic License 2.0 - Copyright (c) 2015 ahamilton + Copyright (c) 2015-2016 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 097026a..f04290c 100644 --- a/fill3.py +++ b/fill3.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import collections diff --git a/fill3_test.py b/fill3_test.py index 0f7de5e..cf67e7b 100755 --- a/fill3_test.py +++ b/fill3_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import unittest diff --git a/golden.py b/golden.py index d168a6d..f2362b8 100644 --- a/golden.py +++ b/golden.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import optparse diff --git a/lscolors.py b/lscolors.py index 3bf830a..b6b8774 100644 --- a/lscolors.py +++ b/lscolors.py @@ -1,5 +1,5 @@ -# Copyright (C) 2011, 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2011, 2015-2016 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 74f4f87..81df282 100755 --- a/lscolors_test.py +++ b/lscolors_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2011, 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2011, 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os diff --git a/terminal.py b/terminal.py index 3b3afda..20f8231 100644 --- a/terminal.py +++ b/terminal.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. diff --git a/termstr.py b/termstr.py index 10d62dd..6d9b79c 100644 --- a/termstr.py +++ b/termstr.py @@ -1,5 +1,5 @@ -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 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 2d9c43b..668bc65 100755 --- a/termstr_test.py +++ b/termstr_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import pickle diff --git a/tools.py b/tools.py index 4614d22..4b67dc5 100644 --- a/tools.py +++ b/tools.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import dis diff --git a/vigil b/vigil index 34dc31d..dcfbc8d 100755 --- a/vigil +++ b/vigil @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. """\ diff --git a/vigil_test.py b/vigil_test.py index 6205ff5..8db3d32 100755 --- a/vigil_test.py +++ b/vigil_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (C) 2015 Andrew Hamilton. All rights reserved. +# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved. # Licensed under the Artistic License 2.0. import os