]> xenbits.xensource.com Git - people/larsk/xenproject-org-gitdm.git/commitdiff
Add copyright notices
authorJonathan Corbet <corbet@lwn.net>
Wed, 17 Feb 2010 15:41:41 +0000 (08:41 -0700)
committerJonathan Corbet <corbet@lwn.net>
Wed, 17 Feb 2010 15:41:41 +0000 (08:41 -0700)
Consistency is good, right?

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
committags
findoldfiles
linetags

index f1c8fc3106ee0e1299a6d6b1628f48ef76d0590e..2b7fb5b4c30dc7a74c540637d2df8bf8a195514d 100755 (executable)
@@ -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
index fdf2ba1b81ad5270c05bece3834b8808b2bcdad0..ec2a50485f28de874d7876d6ae1f17cc24a58003 100755 (executable)
@@ -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'
index 767e3992e9d4efe5bdcbe5579f8fcd81db9659c3..fc4330b90bbb6627823bd406cd9a16e6c79b846b 100755 (executable)
--- 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 = { }