Add copyright notices

Consistency is good, right?

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Jonathan Corbet 2010-02-17 08:41:41 -07:00
parent 5fbc435f5b
commit 080a2715cf
3 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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'

View File

@ -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 = { }