From 7f81d569e4a84b3b1d2f5a509d389b686bb17b39 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 10 Sep 2012 21:10:27 -0400 Subject: It's 2012 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 f4e17b2..cfdf3fc 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -60,7 +60,7 @@ annotate = _singleton_method('annotate') # COPYRIGHT AND LICENSE # # Copyright 2001 Gareth Rees. All rights reserved. -# Copyright 2004-2011 Ned Batchelder. All rights reserved. +# Copyright 2004-2012 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