From ab53d2deb0cb02a8f5001404dc9ba9284612c13d Mon Sep 17 00:00:00 2001 From: Mike Bonnet Date: Tue, 21 Oct 2014 14:54:45 -0400 Subject: [PATCH] update copyright --- COPYING | 4 ++-- builder/kojid | 3 ++- builder/mergerepos | 2 +- cli/koji | 4 +++- hub/kojihub.py | 3 ++- hub/kojixmlrpc.py | 2 +- hub/rpmdiff | 2 +- koji/__init__.py | 3 ++- koji/auth.py | 3 ++- koji/context.py | 5 ++++- koji/daemon.py | 2 +- koji/db.py | 2 +- koji/plugin.py | 3 ++- koji/policy.py | 5 ++++- koji/server.py | 2 +- koji/tasks.py | 3 ++- koji/util.py | 6 +++++- plugins/echo.py | 2 +- plugins/messagebus.py | 2 +- plugins/rpm2maven.py | 2 +- util/koji-gc | 2 +- util/koji-shadow | 2 +- util/kojira | 2 +- vm/kojikamid.py | 2 +- vm/kojivmd | 2 +- www/kojiweb/includes/footer.chtml | 2 +- www/kojiweb/index.py | 2 +- www/kojiweb/wsgi_publisher.py | 2 +- www/lib/kojiweb/util.py | 2 +- www/static/errors/unauthorized.html | 2 +- www/static/koji.css | 2 +- 31 files changed, 50 insertions(+), 32 deletions(-) diff --git a/COPYING b/COPYING index 2f66bb23..918a3911 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ - Koji - a system for building and tracking RPMS. - Copyright (c) 2007 Red Hat + Koji - a system for building and tracking software. + Copyright (c) 2007-2014 Red Hat, Inc. Koji is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/builder/kojid b/builder/kojid index fcf55a37..ebdf0240 100755 --- a/builder/kojid +++ b/builder/kojid @@ -1,7 +1,7 @@ #!/usr/bin/python # Koji build daemon -# Copyright (c) 2005-2012 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -19,6 +19,7 @@ # # Authors: # Mike McLean +# Mike Bonnet try: import krbV diff --git a/builder/mergerepos b/builder/mergerepos index fecbc4b2..c5349ef6 100755 --- a/builder/mergerepos +++ b/builder/mergerepos @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# Copyright 2009 Red Hat, Inc. +# Copyright 2009-2014 Red Hat, Inc. # Written by Mike Bonnet # Merge repos using rules specific to Koji diff --git a/cli/koji b/cli/koji index 7e20cf06..6eba62bf 100755 --- a/cli/koji +++ b/cli/koji @@ -2,7 +2,7 @@ # coding=utf-8 # command line interface for the Koji build system -# Copyright (c) 2005-2012 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,7 +21,9 @@ # Authors: # Dennis Gregorovic # Mike McLean +# Mike Bonnet # Cristian Balint + import sys try: import krbV diff --git a/hub/kojihub.py b/hub/kojihub.py index 3c7d5c1f..88b822c6 100644 --- a/hub/kojihub.py +++ b/hub/kojihub.py @@ -1,7 +1,7 @@ # Python library # kojihub - library for koji's XMLRPC interface -# Copyright (c) 2005-2010 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -19,6 +19,7 @@ # # Authors: # Mike McLean +# Mike Bonnet # Cristian Balint import base64 diff --git a/hub/kojixmlrpc.py b/hub/kojixmlrpc.py index ae6320d3..048bc8ae 100644 --- a/hub/kojixmlrpc.py +++ b/hub/kojixmlrpc.py @@ -1,5 +1,5 @@ # kojixmlrpc - an XMLRPC interface for koji. -# Copyright (c) 2005-2012 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/hub/rpmdiff b/hub/rpmdiff index 0fb7cc1d..88c0c9b7 100755 --- a/hub/rpmdiff +++ b/hub/rpmdiff @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2006 Mandriva; 2009 Red Hat, Inc. +# Copyright (C) 2006 Mandriva; 2009-2014 Red Hat, Inc. # Authors: Frederic Lepied, Florian Festi # # This program is free software; you can redistribute it and/or modify diff --git a/koji/__init__.py b/koji/__init__.py index 7b5ea6a9..a1fae978 100644 --- a/koji/__init__.py +++ b/koji/__init__.py @@ -1,7 +1,7 @@ # Python module # Common functions -# Copyright (c) 2005-2012 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -19,6 +19,7 @@ # # Authors: # Mike McLean +# Mike Bonnet import sys try: diff --git a/koji/auth.py b/koji/auth.py index fb6f10fe..8e51ec7b 100644 --- a/koji/auth.py +++ b/koji/auth.py @@ -1,5 +1,5 @@ # authentication module -# Copyright (c) 2005-2012 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,6 +17,7 @@ # # Authors: # Mike McLean +# Mike Bonnet import socket import string diff --git a/koji/context.py b/koji/context.py index 17d10bcc..f904bed7 100755 --- a/koji/context.py +++ b/koji/context.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2005-2007 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -14,6 +14,9 @@ # You should have received a copy of the GNU Lesser General Public # License along with this software; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# +# Authors: +# Mike McLean # This modules provides a thread-safe way of passing # request context around in a global way diff --git a/koji/daemon.py b/koji/daemon.py index 205f62e6..b9f3070b 100644 --- a/koji/daemon.py +++ b/koji/daemon.py @@ -1,6 +1,6 @@ # Code shared by various Koji daemons -# Copyright (c) 2010 Red Hat, Inc. +# Copyright (c) 2010-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/koji/db.py b/koji/db.py index faa003f7..f5f61043 100644 --- a/koji/db.py +++ b/koji/db.py @@ -1,7 +1,7 @@ # python library # db utilities for koji -# Copyright (c) 2005-2007 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/koji/plugin.py b/koji/plugin.py index ed51a5cd..1dbc18ea 100644 --- a/koji/plugin.py +++ b/koji/plugin.py @@ -1,5 +1,5 @@ # koji plugin module -# Copyright (c) 2008 Red Hat +# Copyright (c) 2008-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,6 +17,7 @@ # # Authors: # Mike McLean +# Mike Bonnet import imp import koji diff --git a/koji/policy.py b/koji/policy.py index a9e90731..47e72371 100644 --- a/koji/policy.py +++ b/koji/policy.py @@ -1,4 +1,4 @@ -# Copyright (c) 2008 Red Hat +# Copyright (c) 2008-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -13,6 +13,9 @@ # You should have received a copy of the GNU Lesser General Public # License along with this software; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# +# Authors: +# Mike McLean import fnmatch import koji diff --git a/koji/server.py b/koji/server.py index 5ce528be..7d9ed3ef 100644 --- a/koji/server.py +++ b/koji/server.py @@ -1,6 +1,6 @@ # common server code for koji # -# Copyright (c) 2012 Red Hat +# Copyright (c) 2012-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/koji/tasks.py b/koji/tasks.py index afa3e813..9bedee1e 100644 --- a/koji/tasks.py +++ b/koji/tasks.py @@ -1,6 +1,6 @@ # Task definitions used by various Koji daemons -# Copyright (c) 2010 Red Hat, Inc. +# Copyright (c) 2010-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,6 +18,7 @@ # Authors: # Mike McLean +# Mike Bonnet import koji import koji.util diff --git a/koji/util.py b/koji/util.py index b32389e5..e7c95a7e 100644 --- a/koji/util.py +++ b/koji/util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2005-2010 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -13,6 +13,10 @@ # You should have received a copy of the GNU Lesser General Public # License along with this software; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# +# Authors: +# Mike McLean +# Mike Bonnet import calendar from fnmatch import fnmatch diff --git a/plugins/echo.py b/plugins/echo.py index 465dc205..6727d41f 100644 --- a/plugins/echo.py +++ b/plugins/echo.py @@ -1,5 +1,5 @@ # Example Koji callback -# Copyright (c) 2009 Red Hat, Inc. +# Copyright (c) 2009-2014 Red Hat, Inc. # This callback simply logs all of its args using the logging module # # Authors: diff --git a/plugins/messagebus.py b/plugins/messagebus.py index 5917056f..a23bc949 100644 --- a/plugins/messagebus.py +++ b/plugins/messagebus.py @@ -1,5 +1,5 @@ # Koji callback for sending notifications about events to a messagebus (amqp broker) -# Copyright (c) 2009 Red Hat, Inc. +# Copyright (c) 2009-2014 Red Hat, Inc. # # Authors: # Mike Bonnet diff --git a/plugins/rpm2maven.py b/plugins/rpm2maven.py index a01f60c3..484a319b 100644 --- a/plugins/rpm2maven.py +++ b/plugins/rpm2maven.py @@ -1,6 +1,6 @@ # Koji callback for extracting Maven artifacts (.pom and .jar files) # from an rpm and making them available via the Koji-managed Maven repo. -# Copyright (c) 2010 Red Hat, Inc. +# Copyright (c) 2010-2014 Red Hat, Inc. # # Authors: # Mike Bonnet diff --git a/util/koji-gc b/util/koji-gc index d86e4fd5..871c7f89 100755 --- a/util/koji-gc +++ b/util/koji-gc @@ -1,7 +1,7 @@ #!/usr/bin/python # koji-gc: a garbage collection tool for Koji -# Copyright (c) 2007, 2008 Red Hat +# Copyright (c) 2007-2014 Red Hat, Inc. # # Authors: # Mike McLean diff --git a/util/koji-shadow b/util/koji-shadow index 31af518c..cdeef8cd 100755 --- a/util/koji-shadow +++ b/util/koji-shadow @@ -1,7 +1,7 @@ #!/usr/bin/python # koji-shadow: a tool to shadow builds between koji instances -# Copyright (c) 2007-2014 Red Hat +# Copyright (c) 2007-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/util/kojira b/util/kojira index 71776eec..fe827bee 100755 --- a/util/kojira +++ b/util/kojira @@ -1,7 +1,7 @@ #!/usr/bin/python # Koji Repository Administrator (kojira) -# Copyright (c) 2005-2012 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/vm/kojikamid.py b/vm/kojikamid.py index 94795bff..c142267a 100755 --- a/vm/kojikamid.py +++ b/vm/kojikamid.py @@ -2,7 +2,7 @@ # Koji daemon that runs in a Windows VM and executes commands associated # with a task. -# Copyright (c) 2010 Red Hat +# Copyright (c) 2010-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/vm/kojivmd b/vm/kojivmd index 57b53b64..cf44f0c4 100755 --- a/vm/kojivmd +++ b/vm/kojivmd @@ -1,7 +1,7 @@ #!/usr/bin/python # Koji virtual machine management daemon -# Copyright (c) 2010 Red Hat +# Copyright (c) 2010-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/www/kojiweb/includes/footer.chtml b/www/kojiweb/includes/footer.chtml index 9e8b2d9d..8dad3102 100644 --- a/www/kojiweb/includes/footer.chtml +++ b/www/kojiweb/includes/footer.chtml @@ -2,7 +2,7 @@ diff --git a/www/kojiweb/index.py b/www/kojiweb/index.py index 11969a3d..ff15a5f5 100644 --- a/www/kojiweb/index.py +++ b/www/kojiweb/index.py @@ -1,6 +1,6 @@ # core web interface handlers for koji # -# Copyright (c) 2005-2012 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/www/kojiweb/wsgi_publisher.py b/www/kojiweb/wsgi_publisher.py index 3f7a5a59..4c0aee1b 100644 --- a/www/kojiweb/wsgi_publisher.py +++ b/www/kojiweb/wsgi_publisher.py @@ -1,6 +1,6 @@ # a vaguely publisher-like dispatcher for wsgi # -# Copyright (c) 2012 Red Hat +# Copyright (c) 2012-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/www/lib/kojiweb/util.py b/www/lib/kojiweb/util.py index ed2b059e..ae007577 100644 --- a/www/lib/kojiweb/util.py +++ b/www/lib/kojiweb/util.py @@ -1,6 +1,6 @@ # utility functions for koji web interface # -# Copyright (c) 2005-2012 Red Hat +# Copyright (c) 2005-2014 Red Hat, Inc. # # Koji is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/www/static/errors/unauthorized.html b/www/static/errors/unauthorized.html index 17d2cb20..18fa3674 100644 --- a/www/static/errors/unauthorized.html +++ b/www/static/errors/unauthorized.html @@ -27,7 +27,7 @@ diff --git a/www/static/koji.css b/www/static/koji.css index 7f23b7fd..2f311389 100644 --- a/www/static/koji.css +++ b/www/static/koji.css @@ -1,6 +1,6 @@ /* Koji styling - Copyright (c) 2007,2008 Red Hat, Inc. + Copyright (c) 2007-2014 Red Hat, Inc. Authors: Mike Bonnet