From d4d6ff0706ff1591ce8b87199bba0a88a980f424 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 16 Mar 2014 12:03:10 +0100 Subject: [PATCH] mon,osd,erasure-code: update copyright notices Signed-off-by: Loic Dachary --- src/erasure-code/ErasureCodePlugin.cc | 2 +- src/erasure-code/ErasureCodePlugin.h | 2 +- src/erasure-code/jerasure/ErasureCodeJerasure.cc | 2 +- src/erasure-code/jerasure/ErasureCodePluginJerasure.cc | 2 +- src/mon/MonCommands.h | 3 +++ src/mon/OSDMonitor.cc | 3 +++ src/mon/OSDMonitor.h | 3 +++ src/osd/OSDMap.cc | 3 +++ src/osd/OSDMap.h | 3 +++ src/osd/PGBackend.cc | 5 ++++- src/osd/PGBackend.h | 5 ++++- src/osd/ReplicatedPG.cc | 2 +- src/osd/osd_types.cc | 3 +++ src/osd/osd_types.h | 3 +++ src/test/erasure-code/TestErasureCodeJerasure.cc | 2 +- src/test/erasure-code/TestErasureCodePlugin.cc | 2 +- src/test/erasure-code/TestErasureCodePluginJerasure.cc | 2 +- src/test/mon/mon-test-helpers.sh | 2 +- 18 files changed, 38 insertions(+), 11 deletions(-) diff --git a/src/erasure-code/ErasureCodePlugin.cc b/src/erasure-code/ErasureCodePlugin.cc index 37bcde58905..f60ec1b31d9 100644 --- a/src/erasure-code/ErasureCodePlugin.cc +++ b/src/erasure-code/ErasureCodePlugin.cc @@ -3,7 +3,7 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2013,2014 Cloudwatt * * Author: Loic Dachary * diff --git a/src/erasure-code/ErasureCodePlugin.h b/src/erasure-code/ErasureCodePlugin.h index 1f5e46c6d27..f3c96c093cf 100644 --- a/src/erasure-code/ErasureCodePlugin.h +++ b/src/erasure-code/ErasureCodePlugin.h @@ -3,7 +3,7 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2013,2014 Cloudwatt * * Author: Loic Dachary * diff --git a/src/erasure-code/jerasure/ErasureCodeJerasure.cc b/src/erasure-code/jerasure/ErasureCodeJerasure.cc index 26f978dad58..c46637295f3 100644 --- a/src/erasure-code/jerasure/ErasureCodeJerasure.cc +++ b/src/erasure-code/jerasure/ErasureCodeJerasure.cc @@ -3,7 +3,7 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2013,2014 Cloudwatt * * Author: Loic Dachary * diff --git a/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc b/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc index a8e051070ec..aec22a4958a 100644 --- a/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc +++ b/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc @@ -3,7 +3,7 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2013,2014 Cloudwatt * * Author: Loic Dachary * diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 5342416df20..b272f0785e2 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -4,6 +4,9 @@ * Ceph - scalable distributed file system * * Copyright (C) 2013 Inktank Storage, Inc. + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index dab7fb6d765..43c349621c1 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -4,6 +4,9 @@ * Ceph - scalable distributed file system * * Copyright (C) 2004-2006 Sage Weil + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/mon/OSDMonitor.h b/src/mon/OSDMonitor.h index a4094aee121..4d1597eb6bf 100644 --- a/src/mon/OSDMonitor.h +++ b/src/mon/OSDMonitor.h @@ -4,6 +4,9 @@ * Ceph - scalable distributed file system * * Copyright (C) 2004-2006 Sage Weil + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/osd/OSDMap.cc b/src/osd/OSDMap.cc index 57b70825d7e..9dc7c576983 100644 --- a/src/osd/OSDMap.cc +++ b/src/osd/OSDMap.cc @@ -4,6 +4,9 @@ * Ceph - scalable distributed file system * * Copyright (C) 2004-2006 Sage Weil + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/osd/OSDMap.h b/src/osd/OSDMap.h index 2110bc5a755..0e0e2c39778 100644 --- a/src/osd/OSDMap.h +++ b/src/osd/OSDMap.h @@ -4,6 +4,9 @@ * Ceph - scalable distributed file system * * Copyright (C) 2004-2006 Sage Weil + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/osd/PGBackend.cc b/src/osd/PGBackend.cc index 19f3d997d0d..30dcbd452a9 100644 --- a/src/osd/PGBackend.cc +++ b/src/osd/PGBackend.cc @@ -3,7 +3,10 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Inktank Storage, Inc. + * Copyright (C) 2013,2014 Inktank Storage, Inc. + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/osd/PGBackend.h b/src/osd/PGBackend.h index d805782ad4f..80afbe963fd 100644 --- a/src/osd/PGBackend.h +++ b/src/osd/PGBackend.h @@ -3,7 +3,10 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Inktank Storage, Inc. + * Copyright (C) 2013,2014 Inktank Storage, Inc. + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 33bea32a72e..7d576d6cef0 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -4,7 +4,7 @@ * Ceph - scalable distributed file system * * Copyright (C) 2004-2006 Sage Weil - * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2013,2014 Cloudwatt * * Author: Loic Dachary * diff --git a/src/osd/osd_types.cc b/src/osd/osd_types.cc index 41ce1bbeda4..9219602007c 100644 --- a/src/osd/osd_types.cc +++ b/src/osd/osd_types.cc @@ -4,6 +4,9 @@ * Ceph - scalable distributed file system * * Copyright (C) 2011 New Dream Network + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index 71d284d1998..af9e6fe8447 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -4,6 +4,9 @@ * Ceph - scalable distributed file system * * Copyright (C) 2004-2006 Sage Weil + * Copyright (C) 2013,2014 Cloudwatt + * + * Author: Loic Dachary * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/test/erasure-code/TestErasureCodeJerasure.cc b/src/test/erasure-code/TestErasureCodeJerasure.cc index 87f59667baa..c9ff18108fa 100644 --- a/src/test/erasure-code/TestErasureCodeJerasure.cc +++ b/src/test/erasure-code/TestErasureCodeJerasure.cc @@ -3,7 +3,7 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2013,2014 Cloudwatt * * Author: Loic Dachary * diff --git a/src/test/erasure-code/TestErasureCodePlugin.cc b/src/test/erasure-code/TestErasureCodePlugin.cc index f97b140d5d2..6f53e70ee94 100644 --- a/src/test/erasure-code/TestErasureCodePlugin.cc +++ b/src/test/erasure-code/TestErasureCodePlugin.cc @@ -3,7 +3,7 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2013,2014 Cloudwatt * * Author: Loic Dachary * diff --git a/src/test/erasure-code/TestErasureCodePluginJerasure.cc b/src/test/erasure-code/TestErasureCodePluginJerasure.cc index 0013ce8d492..c787c0fc539 100644 --- a/src/test/erasure-code/TestErasureCodePluginJerasure.cc +++ b/src/test/erasure-code/TestErasureCodePluginJerasure.cc @@ -3,7 +3,7 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2013,2014 Cloudwatt * * Author: Loic Dachary * diff --git a/src/test/mon/mon-test-helpers.sh b/src/test/mon/mon-test-helpers.sh index 32db2bb30c0..f3925af89e1 100644 --- a/src/test/mon/mon-test-helpers.sh +++ b/src/test/mon/mon-test-helpers.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2013 Cloudwatt +# Copyright (C) 2013,2014 Cloudwatt # # Author: Loic Dachary # -- 2.47.3