From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 2 Jan 2008 21:08:31 -0000 Subject: [Cluster-devel] conga/luci Makefile pack.py docs/Makefile site ... Message-ID: <20080102210831.2190.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 2008-01-02 21:08:28 Modified files: luci : Makefile pack.py luci/docs : Makefile luci/site : Makefile Log message: Update date ranges in copyright notices Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/Makefile.diff?cvsroot=cluster&r1=1.25&r2=1.26 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/pack.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/docs/Makefile.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/Makefile.diff?cvsroot=cluster&r1=1.17&r2=1.18 --- conga/luci/Makefile 2007/09/11 16:02:19 1.25 +++ conga/luci/Makefile 2008/01/02 21:08:27 1.26 @@ -1,6 +1,6 @@ ################################################################################ ## -## Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. +## Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. ## ## This copyrighted material is made available to anyone wishing to use, ## modify, copy, or redistribute it subject to the terms and conditions --- conga/luci/pack.py 2007/02/05 20:08:28 1.6 +++ conga/luci/pack.py 2008/01/02 21:08:27 1.7 @@ -1,6 +1,14 @@ #!/usr/bin/python -# Copyright (C) 2006-2007 Red Hat, Inc. +################################################################################ +## +## Copyright (C) 2006-2008 Red Hat, Inc. All rights reserved. +## +## This copyrighted material is made available to anyone wishing to use, +## modify, copy, or redistribute it subject to the terms and conditions +## of the GNU General Public License v.2. +## +################################################################################ import os, sys, string --- conga/luci/docs/Makefile 2007/09/11 16:02:18 1.3 +++ conga/luci/docs/Makefile 2008/01/02 21:08:27 1.4 @@ -1,6 +1,6 @@ ################################################################################ ## -## Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. +## Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. ## ## This copyrighted material is made available to anyone wishing to use, ## modify, copy, or redistribute it subject to the terms and conditions --- conga/luci/site/Makefile 2007/09/11 17:27:46 1.17 +++ conga/luci/site/Makefile 2008/01/02 21:08:27 1.18 @@ -1,6 +1,6 @@ ################################################################################ ## -## Copyright (C) 2005-2007 Red Hat, Inc. All rights reserved. +## Copyright (C) 2005-2008 Red Hat, Inc. All rights reserved. ## ## This copyrighted material is made available to anyone wishing to use, ## modify, copy, or redistribute it subject to the terms and conditions