summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2010-02-17 08:41:41 -0700
committerJonathan Corbet <corbet@lwn.net>2010-02-17 08:41:41 -0700
commit080a2715cf739aba827afd20a78c85a8b1edd2b5 (patch)
tree47c71f91cb45055953ee4034599f74ac7b48b58e
parent5fbc435f5b2069fc3a654d890014e3053e20f594 (diff)
Add copyright notices
Consistency is good, right? Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rwxr-xr-xcommittags8
-rwxr-xr-xfindoldfiles8
-rwxr-xr-xlinetags8
3 files changed, 24 insertions, 0 deletions
diff --git a/committags b/committags
index f1c8fc3..2b7fb5b 100755
--- a/committags
+++ b/committags
@@ -4,6 +4,14 @@
#
# committags [git-args]
#
+# 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
import re
import os
diff --git a/findoldfiles b/findoldfiles
index fdf2ba1..ec2a504 100755
--- a/findoldfiles
+++ b/findoldfiles
@@ -3,6 +3,14 @@
# Another quick hack of a script to find files unchanged
# since a given commit.
#
+# 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, os
OriginalSin = '1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'
diff --git a/linetags b/linetags
index 767e399..fc4330b 100755
--- a/linetags
+++ b/linetags
@@ -4,6 +4,14 @@
#
# linetags <directory>
#
+# 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, os, pickle
CommitLines = { }