From b62a77a24b4f74f09a3305af49f007e1dcec1324 Mon Sep 17 00:00:00 2001 From: Joe Handzik Date: Fri, 17 Jul 2015 14:43:45 -0500 Subject: [PATCH] doc: Adding Hewlett-Packard copyright messages to files containing more than minor enhancements and build scripting Signed-off-by: Joe Handzik --- src/common/blkdev.cc | 11 +++++++++++ src/os/FileStore.cc | 1 + 2 files changed, 12 insertions(+) diff --git a/src/common/blkdev.cc b/src/common/blkdev.cc index 8b4cd4300d2ab..e6488aaa11025 100644 --- a/src/common/blkdev.cc +++ b/src/common/blkdev.cc @@ -1,3 +1,14 @@ +/* + * Ceph - scalable distributed file system + * + * Copyright (c) 2015 Hewlett-Packard Development Company, L.P. + * + * This is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software + * Foundation. See file COPYING. + * + */ #include #include #include diff --git a/src/os/FileStore.cc b/src/os/FileStore.cc index 16917c2388031..a9f4470e140f1 100644 --- a/src/os/FileStore.cc +++ b/src/os/FileStore.cc @@ -4,6 +4,7 @@ * Ceph - scalable distributed file system * * Copyright (C) 2004-2006 Sage Weil + * Copyright (c) 2015 Hewlett-Packard Development Company, L.P. * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- 2.39.5