update copyright
This commit is contained in:
parent
7a6544a53d
commit
ab53d2deb0
31 changed files with 50 additions and 32 deletions
4
COPYING
4
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
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
try:
|
||||
import krbV
|
||||
|
|
|
|||
|
|
@ -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 <mikeb@redhat.com>
|
||||
|
||||
# Merge repos using rules specific to Koji
|
||||
|
|
|
|||
4
cli/koji
4
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 <dgregor@redhat.com>
|
||||
# Mike McLean <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
# Cristian Balint <cbalint@redhat.com>
|
||||
|
||||
import sys
|
||||
try:
|
||||
import krbV
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
# Cristian Balint <cbalint@redhat.com>
|
||||
|
||||
import base64
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
import sys
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
import socket
|
||||
import string
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
|
||||
# This modules provides a thread-safe way of passing
|
||||
# request context around in a global way
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
import imp
|
||||
import koji
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
|
||||
import fnmatch
|
||||
import koji
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
import koji
|
||||
import koji.util
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
import calendar
|
||||
from fnmatch import fnmatch
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 <mikeb@redhat.com>
|
||||
|
|
|
|||
|
|
@ -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 <mikeb@redhat.com>
|
||||
|
|
|
|||
|
|
@ -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 <mikem@redhat.com>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
</div>
|
||||
|
||||
<p id="footer">
|
||||
Copyright © 2006-2010 Red Hat
|
||||
Copyright © 2006-2014 Red Hat, Inc.
|
||||
<a href="https://fedorahosted.org/koji/"><img src="$util.themePath('images/powered-by-koji.png')" alt="Powered By Koji" id="PoweredByKojiLogo"/></a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
|
||||
<p id="footer">
|
||||
Copyright © 2007 Red Hat, Inc.
|
||||
Copyright © 2007-2014 Red Hat, Inc.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Koji styling
|
||||
Copyright (c) 2007,2008 Red Hat, Inc.
|
||||
Copyright (c) 2007-2014 Red Hat, Inc.
|
||||
|
||||
Authors:
|
||||
Mike Bonnet <mikeb@redhat.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue