From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 2 Jan 2008 21:00:36 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions FenceHandler.p ... Message-ID: <20080102210036.22889.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:00:32 Modified files: luci/site/luci/Extensions: FenceHandler.py HelperFunctions.py LuciClusterInfo.py LuciSyslog.py LuciValidation.py LuciZope.py LuciZopeAsync.py LuciZopeClusterPortal.py LuciZopeExternal.py LuciZopePerm.py PropsObject.py ResourceHandler.py Variable.py cluster_adapters.py conga_constants.py conga_ssl.py conga_storage_constants.py homebase_adapters.py ricci_communicator.py ricci_defines.py system_adapters.py Log message: Update date ranges in copyright notices Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/FenceHandler.py.diff?cvsroot=cluster&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/HelperFunctions.py.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciClusterInfo.py.diff?cvsroot=cluster&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciSyslog.py.diff?cvsroot=cluster&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciValidation.py.diff?cvsroot=cluster&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZope.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeAsync.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeClusterPortal.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopeExternal.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/LuciZopePerm.py.diff?cvsroot=cluster&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/PropsObject.py.diff?cvsroot=cluster&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ResourceHandler.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/Variable.py.diff?cvsroot=cluster&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.276&r2=1.277 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.46&r2=1.47 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_ssl.py.diff?cvsroot=cluster&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_storage_constants.py.diff?cvsroot=cluster&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/homebase_adapters.py.diff?cvsroot=cluster&r1=1.53&r2=1.54 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_communicator.py.diff?cvsroot=cluster&r1=1.31&r2=1.32 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_defines.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/system_adapters.py.diff?cvsroot=cluster&r1=1.3&r2=1.4 --- conga/luci/site/luci/Extensions/FenceHandler.py 2007/12/11 15:54:16 1.28 +++ conga/luci/site/luci/Extensions/FenceHandler.py 2008/01/02 21:00:31 1.29 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/HelperFunctions.py 2007/12/12 15:48:29 1.11 +++ conga/luci/site/luci/Extensions/HelperFunctions.py 2008/01/02 21:00:31 1.12 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/LuciClusterInfo.py 2007/11/06 23:05:07 1.17 +++ conga/luci/site/luci/Extensions/LuciClusterInfo.py 2008/01/02 21:00:31 1.18 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/LuciSyslog.py 2007/06/25 16:03:38 1.12 +++ conga/luci/site/luci/Extensions/LuciSyslog.py 2008/01/02 21:00:31 1.13 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/LuciValidation.py 2007/12/12 15:43:15 1.1 +++ conga/luci/site/luci/Extensions/LuciValidation.py 2008/01/02 21:00:31 1.2 @@ -1,4 +1,4 @@ -# Copyright (C) 2007 Red Hat, Inc. +# Copyright (C) 2007-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/LuciZope.py 2007/12/12 15:48:29 1.6 +++ conga/luci/site/luci/Extensions/LuciZope.py 2008/01/02 21:00:31 1.7 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/LuciZopeAsync.py 2007/12/12 15:48:30 1.4 +++ conga/luci/site/luci/Extensions/LuciZopeAsync.py 2008/01/02 21:00:31 1.5 @@ -1,4 +1,4 @@ -# Copyright (C) 2007 Red Hat, Inc. +# Copyright (C) 2007-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/LuciZopeClusterPortal.py 2007/06/25 16:03:38 1.2 +++ conga/luci/site/luci/Extensions/LuciZopeClusterPortal.py 2008/01/02 21:00:31 1.3 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/LuciZopeExternal.py 2007/12/12 15:48:30 1.4 +++ conga/luci/site/luci/Extensions/LuciZopeExternal.py 2008/01/02 21:00:31 1.5 @@ -1,4 +1,4 @@ -# Copyright (C) 2007 Red Hat, Inc. +# Copyright (C) 2007-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/LuciZopePerm.py 2007/06/25 16:03:38 1.2 +++ conga/luci/site/luci/Extensions/LuciZopePerm.py 2008/01/02 21:00:31 1.3 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/PropsObject.py 2007/09/24 21:19:42 1.8 +++ conga/luci/site/luci/Extensions/PropsObject.py 2008/01/02 21:00:31 1.9 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/ResourceHandler.py 2007/09/24 21:19:42 1.4 +++ conga/luci/site/luci/Extensions/ResourceHandler.py 2008/01/02 21:00:31 1.5 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/Variable.py 2007/09/24 21:19:42 1.6 +++ conga/luci/site/luci/Extensions/Variable.py 2008/01/02 21:00:31 1.7 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/cluster_adapters.py 2007/12/12 15:45:27 1.276 +++ conga/luci/site/luci/Extensions/cluster_adapters.py 2008/01/02 21:00:32 1.277 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/conga_constants.py 2007/11/02 20:49:55 1.46 +++ conga/luci/site/luci/Extensions/conga_constants.py 2008/01/02 21:00:32 1.47 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/conga_ssl.py 2007/09/24 21:19:42 1.4 +++ conga/luci/site/luci/Extensions/conga_ssl.py 2008/01/02 21:00:32 1.5 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/conga_storage_constants.py 2007/10/09 20:20:02 1.11 +++ conga/luci/site/luci/Extensions/conga_storage_constants.py 2008/01/02 21:00:32 1.12 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/homebase_adapters.py 2007/08/08 21:00:07 1.53 +++ conga/luci/site/luci/Extensions/homebase_adapters.py 2008/01/02 21:00:32 1.54 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/ricci_communicator.py 2007/10/09 20:20:02 1.31 +++ conga/luci/site/luci/Extensions/ricci_communicator.py 2008/01/02 21:00:32 1.32 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/ricci_defines.py 2007/09/24 21:19:42 1.3 +++ conga/luci/site/luci/Extensions/ricci_defines.py 2008/01/02 21:00:32 1.4 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the --- conga/luci/site/luci/Extensions/system_adapters.py 2007/06/25 16:03:39 1.3 +++ conga/luci/site/luci/Extensions/system_adapters.py 2008/01/02 21:00:32 1.4 @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2007 Red Hat, Inc. +# Copyright (C) 2006-2008 Red Hat, Inc. # # This program is free software; you can redistribute # it and/or modify it under the terms of version 2 of the