Consistency is good, right?
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
#
# 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
# 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'
#
# 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 = { }