]> xenbits.xensource.com Git - people/larsk/xenproject-org-gitdm.git/commitdiff
Fix up the copyright notices.
authorJonathan Corbet <corbet@lwn.net>
Fri, 18 Jul 2008 21:34:28 +0000 (15:34 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 18 Jul 2008 21:34:28 +0000 (15:34 -0600)
ConfigFile.py
database.py
gitdm
patterns.py

index 39310fbecac195477dd164d06342827a820c611c..e5e1cf5ebd9ad8b900472d75180011cf0495ea6b 100644 (file)
@@ -1,6 +1,15 @@
 #
 # Stuff for dealing with configuration files.
 #
+#
+# This code is part of the LWN git data miner.
+#
+# Copyright 2007-8 LWN.net
+# Copyright 2007-8 Jonathan Corbet <corbet@lwn.net>
+#
+# This file may be distributed under the terms of the GNU General
+# Public License, version 2.
+#
 import sys, re, datetime
 import database
 
index c21504bcb4ef38f455c90ec36c5aaa2cbff5c988..95334f7903480c1efb40a713b075ce46258d1a88 100644 (file)
@@ -1,15 +1,14 @@
 #
 # The "database".
-#
-
 #
 # This code is part of the LWN git data miner.
 #
-# Copyright 2007 LWN.net
-# Copyright 2007 Jonathan Corbet <corbet@lwn.net>
+# Copyright 2007-8 LWN.net
+# Copyright 2007-8 Jonathan Corbet <corbet@lwn.net>
 #
 # This file may be distributed under the terms of the GNU General
 # Public License, version 2.
+#
 import sys, datetime
 
 
diff --git a/gitdm b/gitdm
index 5373b2630539db52d91dfc32d9380dd7ae85b8b2..315b58ff3cd06918a1d28198e4dedf2894a41a94 100755 (executable)
--- a/gitdm
+++ b/gitdm
@@ -4,8 +4,8 @@
 #
 # This code is part of the LWN git data miner.
 #
-# Copyright 2007 LWN.net
-# Copyright 2007 Jonathan Corbet <corbet@lwn.net>
+# Copyright 2007-8 LWN.net
+# Copyright 2007-8 Jonathan Corbet <corbet@lwn.net>
 #
 # This file may be distributed under the terms of the GNU General
 # Public License, version 2.
index b056f1daaaace02370c8e7eb24498fcf086f37e2..c833c3ec5eed7a05babee969d6a57ac79ea32c09 100644 (file)
@@ -1,6 +1,14 @@
 #
 # Pull together regular expressions used in multiple places.
 #
+# This code is part of the LWN git data miner.
+#
+# Copyright 2007-8 LWN.net
+# Copyright 2007-8 Jonathan Corbet <corbet@lwn.net>
+#
+# This file may be distributed under the terms of the GNU General
+# Public License, version 2.
+#
 import re
 
 #