Update copyright year properly
In https://review.openstack.org/#/c/68883/ copyright year was changed, but not in correct format. This updates the copyright to a year range on the files that where modified in that commit. Change-Id: Ie0f76191cfed742eeeee0ddc4466022ad4cf637f
This commit is contained in:
parent
6dd926bcd5
commit
8e3c8bd246
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
@ -12,7 +12,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
|
||||
class DevopsDriver(object):
|
||||
|
||||
def __init__(self, **driver_parameters):
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
@ -12,7 +12,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
|
||||
class DevopsError(Exception):
|
||||
def __init__(self, message):
|
||||
self.message = message
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
@ -12,7 +12,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
|
||||
class IpNetworksPool(object):
|
||||
def __init__(self, networks, prefix):
|
||||
self.networks = networks
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -57,7 +57,7 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'devops'
|
||||
copyright = u'2014, Mirantis Inc.'
|
||||
copyright = u'2013 - 2014, Mirantis Inc.'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2014 Mirantis, Inc.
|
||||
# Copyright 2013 - 2014 Mirantis, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
|
Loading…
Reference in New Issue
Block a user