From: Loic Dachary Date: Thu, 21 Aug 2014 16:28:30 +0000 (+0200) Subject: erasure-code: add Red Hat to copyright notices X-Git-Tag: v0.86~193^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=56db6def4d62ee1a12ead064048eaaab8a5f5aee;p=ceph.git erasure-code: add Red Hat to copyright notices Signed-off-by: Loic Dachary --- diff --git a/src/erasure-code/isa/ErasureCodePluginIsa.cc b/src/erasure-code/isa/ErasureCodePluginIsa.cc index b83e4d29827..1bd9d25dd57 100644 --- a/src/erasure-code/isa/ErasureCodePluginIsa.cc +++ b/src/erasure-code/isa/ErasureCodePluginIsa.cc @@ -2,8 +2,10 @@ * Ceph - scalable distributed file system * * Copyright (C) 2014 CERN (Switzerland) + * Copyright (C) 2014 Red Hat * * Author: Andreas-Joachim Peters + * Author: Loic Dachary * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc b/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc index b18b8652339..8f4f5c6ee46 100644 --- a/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc +++ b/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2013,2014 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/erasure-code/jerasure/ErasureCodePluginSelectJerasure.cc b/src/erasure-code/jerasure/ErasureCodePluginSelectJerasure.cc index 2db453b419d..b59d9e5022b 100644 --- a/src/erasure-code/jerasure/ErasureCodePluginSelectJerasure.cc +++ b/src/erasure-code/jerasure/ErasureCodePluginSelectJerasure.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2014 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/test/erasure-code/ErasureCodePluginExample.cc b/src/test/erasure-code/ErasureCodePluginExample.cc index 6a478489e19..1d62a9da1f4 100644 --- a/src/test/erasure-code/ErasureCodePluginExample.cc +++ b/src/test/erasure-code/ErasureCodePluginExample.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/test/erasure-code/ErasureCodePluginFailToInitialize.cc b/src/test/erasure-code/ErasureCodePluginFailToInitialize.cc index 5a51e308034..84b0ae49914 100644 --- a/src/test/erasure-code/ErasureCodePluginFailToInitialize.cc +++ b/src/test/erasure-code/ErasureCodePluginFailToInitialize.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/test/erasure-code/ErasureCodePluginFailToRegister.cc b/src/test/erasure-code/ErasureCodePluginFailToRegister.cc index 84866d60633..62518473b75 100644 --- a/src/test/erasure-code/ErasureCodePluginFailToRegister.cc +++ b/src/test/erasure-code/ErasureCodePluginFailToRegister.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/test/erasure-code/ErasureCodePluginHangs.cc b/src/test/erasure-code/ErasureCodePluginHangs.cc index 87612ec7a75..30050c3460d 100644 --- a/src/test/erasure-code/ErasureCodePluginHangs.cc +++ b/src/test/erasure-code/ErasureCodePluginHangs.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2013 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/test/erasure-code/TestErasureCodePlugin.cc b/src/test/erasure-code/TestErasureCodePlugin.cc index 60ade0a62da..13adc4f0821 100644 --- a/src/test/erasure-code/TestErasureCodePlugin.cc +++ b/src/test/erasure-code/TestErasureCodePlugin.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2013,2014 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/test/erasure-code/TestJerasurePluginGeneric.cc b/src/test/erasure-code/TestJerasurePluginGeneric.cc index 81b5cb7f072..40d540c9374 100644 --- a/src/test/erasure-code/TestJerasurePluginGeneric.cc +++ b/src/test/erasure-code/TestJerasurePluginGeneric.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2014 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/test/erasure-code/TestJerasurePluginSSE3.cc b/src/test/erasure-code/TestJerasurePluginSSE3.cc index 4b60e80309d..c5e2d7b5fee 100644 --- a/src/test/erasure-code/TestJerasurePluginSSE3.cc +++ b/src/test/erasure-code/TestJerasurePluginSSE3.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2014 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary * diff --git a/src/test/erasure-code/TestJerasurePluginSSE4.cc b/src/test/erasure-code/TestJerasurePluginSSE4.cc index 028caf53073..aa943a922dd 100644 --- a/src/test/erasure-code/TestJerasurePluginSSE4.cc +++ b/src/test/erasure-code/TestJerasurePluginSSE4.cc @@ -4,6 +4,7 @@ * Ceph distributed storage system * * Copyright (C) 2014 Cloudwatt + * Copyright (C) 2014 Red Hat * * Author: Loic Dachary *