diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-06 21:15:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-06 21:24:37 +0000 |
commit | c8ef924060b1f5d5e26b62645d9c0f24f7ce662b (patch) | |
tree | 6bef65f15e74fb3c63a778c69d23f8b4af152e23 /bin | |
parent | 485138f3a574417bb25af1f478d990599566f84d (diff) |
normalize Red Hat, Inc. spellings, and bump to latest template
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 72157649b100..420f6a095e74 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -1,6 +1,4 @@ #!/usr/bin/env python -# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -#************************************************************************* # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version @@ -13,12 +11,11 @@ # for the specific language governing rights and limitations under the # License. # -# The Initial Developer of the Original Code is -# Caolán McNamara, Red Hat, Inc. <caolanm@redhat.com> -# Portions created by the Initial Developer are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. -# # Major Contributor(s): +# Copyright (C) 2011 Red Hat, Inc., Caolán McNamara <caolanm@redhat.com> +# (initial developer) +# +# All Rights Reserved. # # For minor contributions see the git repository. # @@ -27,7 +24,6 @@ # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -#************************************************************************* #This digs through a pile of bugzilla's and populates the cwd with a big #collection of bug-docs in per-filetype dirs with bug-ids as names with |