From f05ab881758110178432379dcc96b9f448abba20 Mon Sep 17 00:00:00 2001 From: Jonathan Corbet Date: Fri, 18 Jul 2008 15:34:28 -0600 Subject: [PATCH] Fix up the copyright notices. --- ConfigFile.py | 9 +++++++++ database.py | 7 +++---- gitdm | 4 ++-- patterns.py | 8 ++++++++ 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/ConfigFile.py b/ConfigFile.py index 39310fb..e5e1cf5 100644 --- a/ConfigFile.py +++ b/ConfigFile.py @@ -1,6 +1,15 @@ # # 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 +# +# This file may be distributed under the terms of the GNU General +# Public License, version 2. +# import sys, re, datetime import database diff --git a/database.py b/database.py index c21504b..95334f7 100644 --- a/database.py +++ b/database.py @@ -1,15 +1,14 @@ # # The "database". -# - # # This code is part of the LWN git data miner. # -# Copyright 2007 LWN.net -# Copyright 2007 Jonathan Corbet +# Copyright 2007-8 LWN.net +# Copyright 2007-8 Jonathan Corbet # # This file may be distributed under the terms of the GNU General # Public License, version 2. +# import sys, datetime diff --git a/gitdm b/gitdm index 5373b26..315b58f 100755 --- a/gitdm +++ b/gitdm @@ -4,8 +4,8 @@ # # This code is part of the LWN git data miner. # -# Copyright 2007 LWN.net -# Copyright 2007 Jonathan Corbet +# Copyright 2007-8 LWN.net +# Copyright 2007-8 Jonathan Corbet # # This file may be distributed under the terms of the GNU General # Public License, version 2. diff --git a/patterns.py b/patterns.py index b056f1d..c833c3e 100644 --- a/patterns.py +++ b/patterns.py @@ -1,6 +1,14 @@ # # 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 +# +# This file may be distributed under the terms of the GNU General +# Public License, version 2. +# import re # -- 2.39.5