--- a/hgext/convert/cvs.py Sat Apr 18 13:29:48 2009 -0400
+++ b/hgext/convert/cvs.py Sun Apr 26 01:47:44 2009 +0200
@@ -1,4 +1,9 @@
-# CVS conversion code inspired by hg-cvs-import and git-cvsimport
+# cvs.py: CVS conversion code inspired by hg-cvs-import and git-cvsimport
+#
+# Copyright 2005-2009 Matt Mackall <mpm@selenic.com> and others
+#
+# This software may be used and distributed according to the terms of the
+# GNU General Public License version 2, incorporated herein by reference.
import os, locale, re, socket, errno
from cStringIO import StringIO