Clean up the copyright header

OpenStack LLC isn't a thing, all of its stuff was transferred to
the OpenStack Foundation. Also, this is not an executable script,
so there is no need to have the shebang line.

Change-Id: I1b31a275e14ebc11a61b02788ffe5c0945f63bf0
This commit is contained in:
Monty Taylor 2013-11-16 08:52:46 -05:00
parent 46aca65aee
commit 316c6f5256
1 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,5 @@
#! /usr/bin/env python
# Copyright (C) 2011 OpenStack, LLC.
# Copyright (C) 2011-2013 OpenStack Foundation
# Copyright (C) 2013 Hewlett-Packard Development Company, L.P.
# Copyright (C) 2013 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -434,7 +432,3 @@ class Mirror(object):
def main():
mb = Mirror()
mb.run()
if __name__ == "__main__":
main()