From 555d958bf7683be3a8353ac6b79c3a28cd03231d Mon Sep 17 00:00:00 2001 From: Chetan Risbud Date: Mon, 22 Jul 2013 18:11:52 +0530 Subject: Updating copyrights with current year Copyrights are updated across the code to reflect 2013. Copyrights message was added to couple of scripts. Change-Id: I2cfc7bdc6adaa5c9ab0075aab49021a5f0dea7a1 Signed-off-by: Chetan Risbud Reviewed-on: http://review.gluster.org/5371 Reviewed-by: Luis Pabon Tested-by: Luis Pabon Reviewed-on: http://review.gluster.org/5456 --- gluster/swift/account/server.py | 2 +- gluster/swift/common/DiskDir.py | 2 +- gluster/swift/common/DiskFile.py | 2 +- gluster/swift/common/Glusterfs.py | 2 +- gluster/swift/common/constraints.py | 2 +- gluster/swift/common/exceptions.py | 2 +- gluster/swift/common/fs_utils.py | 2 +- gluster/swift/common/utils.py | 2 +- gluster/swift/container/server.py | 2 +- gluster/swift/obj/server.py | 2 +- gluster/swift/proxy/server.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'gluster/swift') diff --git a/gluster/swift/account/server.py b/gluster/swift/account/server.py index 3c6d616..ca718c3 100644 --- a/gluster/swift/account/server.py +++ b/gluster/swift/account/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/common/DiskDir.py b/gluster/swift/common/DiskDir.py index 77e87dc..556907f 100644 --- a/gluster/swift/common/DiskDir.py +++ b/gluster/swift/common/DiskDir.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/common/DiskFile.py b/gluster/swift/common/DiskFile.py index 623248a..4b6602e 100644 --- a/gluster/swift/common/DiskFile.py +++ b/gluster/swift/common/DiskFile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/common/Glusterfs.py b/gluster/swift/common/Glusterfs.py index 0519b8d..9ff54ba 100644 --- a/gluster/swift/common/Glusterfs.py +++ b/gluster/swift/common/Glusterfs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/common/constraints.py b/gluster/swift/common/constraints.py index 9a4d57e..523277d 100644 --- a/gluster/swift/common/constraints.py +++ b/gluster/swift/common/constraints.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/common/exceptions.py b/gluster/swift/common/exceptions.py index ec74353..010ea24 100644 --- a/gluster/swift/common/exceptions.py +++ b/gluster/swift/common/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/common/fs_utils.py b/gluster/swift/common/fs_utils.py index ea5c180..e624da1 100644 --- a/gluster/swift/common/fs_utils.py +++ b/gluster/swift/common/fs_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/common/utils.py b/gluster/swift/common/utils.py index 57b5778..522d307 100644 --- a/gluster/swift/common/utils.py +++ b/gluster/swift/common/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/container/server.py b/gluster/swift/container/server.py index 36632a6..780a300 100644 --- a/gluster/swift/container/server.py +++ b/gluster/swift/container/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/obj/server.py b/gluster/swift/obj/server.py index 084346a..e7b9ff3 100644 --- a/gluster/swift/obj/server.py +++ b/gluster/swift/obj/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gluster/swift/proxy/server.py b/gluster/swift/proxy/server.py index d209186..512b9bb 100644 --- a/gluster/swift/proxy/server.py +++ b/gluster/swift/proxy/server.py @@ -1,4 +1,4 @@ -# Copyright (c) 2012 Red Hat, Inc. +# Copyright (c) 2012-2013 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- cgit