From ec33de7d8136328ac87a7e5f06bd57af77fd0205 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 10 Jan 2010 09:25:55 -0500 Subject: Update a few copyrights to 2010. --- 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 c48e90e9..6e84b054 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -55,7 +55,7 @@ annotate = _singleton_method('annotate') # COPYRIGHT AND LICENSE # # Copyright 2001 Gareth Rees. All rights reserved. -# Copyright 2004-2009 Ned Batchelder. All rights reserved. +# Copyright 2004-2010 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