summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2008-07-18 15:34:28 -0600
committerJonathan Corbet <corbet@lwn.net>2008-07-18 15:34:28 -0600
commitf05ab881758110178432379dcc96b9f448abba20 (patch)
tree802fc5027dd5836e5a549217b23e845f09e88925
parentba5f6b69435f70ceaed738906c8ed7a4a87dc61b (diff)
Fix up the copyright notices.
-rw-r--r--ConfigFile.py9
-rw-r--r--database.py7
-rwxr-xr-xgitdm4
-rw-r--r--patterns.py8
4 files changed, 22 insertions, 6 deletions
diff --git a/ConfigFile.py b/ConfigFile.py
index 39310fb..e5e1cf5 100644
--- a/ConfigFile.py
+++ b/ConfigFile.py
@@ -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
diff --git a/database.py b/database.py
index c21504b..95334f7 100644
--- a/database.py
+++ b/database.py
@@ -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 5373b26..315b58f 100755
--- 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.
diff --git a/patterns.py b/patterns.py
index b056f1d..c833c3e 100644
--- a/patterns.py
+++ b/patterns.py
@@ -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
#