Fix up the copyright notices.

This commit is contained in:
Jonathan Corbet 2008-07-18 15:34:28 -06:00
parent ba5f6b6943
commit f05ab88175
4 changed files with 22 additions and 6 deletions

View File

@ -1,6 +1,15 @@
# #
# Stuff for dealing with configuration files. # 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 sys, re, datetime
import database import database

View File

@ -1,15 +1,14 @@
# #
# The "database". # The "database".
#
# #
# This code is part of the LWN git data miner. # This code is part of the LWN git data miner.
# #
# Copyright 2007 LWN.net # Copyright 2007-8 LWN.net
# Copyright 2007 Jonathan Corbet <corbet@lwn.net> # Copyright 2007-8 Jonathan Corbet <corbet@lwn.net>
# #
# This file may be distributed under the terms of the GNU General # This file may be distributed under the terms of the GNU General
# Public License, version 2. # Public License, version 2.
#
import sys, datetime import sys, datetime

4
gitdm
View File

@ -4,8 +4,8 @@
# #
# This code is part of the LWN git data miner. # This code is part of the LWN git data miner.
# #
# Copyright 2007 LWN.net # Copyright 2007-8 LWN.net
# Copyright 2007 Jonathan Corbet <corbet@lwn.net> # Copyright 2007-8 Jonathan Corbet <corbet@lwn.net>
# #
# This file may be distributed under the terms of the GNU General # This file may be distributed under the terms of the GNU General
# Public License, version 2. # Public License, version 2.

View File

@ -1,6 +1,14 @@
# #
# Pull together regular expressions used in multiple places. # 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 import re
# #