From 7540342d61b42d689cf824f8f4dfd674c474f909 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 7 Sep 2013 10:27:42 -0400 Subject: Oops, it's 2013 already. --- coverage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/__init__.py') diff --git a/coverage/__init__.py b/coverage/__init__.py index 0ccc699..193b7a1 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -92,7 +92,7 @@ except KeyError: # COPYRIGHT AND LICENSE # # Copyright 2001 Gareth Rees. All rights reserved. -# Copyright 2004-2012 Ned Batchelder. All rights reserved. +# Copyright 2004-2013 Ned Batchelder. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are -- cgit v1.2.1