Merge "Clean up the copyright header"

This commit is contained in:
Jenkins 2013-12-28 01:15:23 +00:00 committed by Gerrit Code Review
commit 236a6370c0
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.
@ -445,7 +443,3 @@ class Mirror(object):
def main():
mb = Mirror()
mb.run()
if __name__ == "__main__":
main()