From b6d3abfb347463bc646e540dee2a2c8ea3a7ed79 Mon Sep 17 00:00:00 2001 From: "J. Eric Ivancich" Date: Fri, 20 Jan 2023 15:55:12 -0500 Subject: [PATCH] rgw: add copyright & licensing to flight integration source files Signed-off-by: J. Eric Ivancich --- src/rgw/rgw_flight.cc | 8 ++++++++ src/rgw/rgw_flight.h | 8 ++++++++ src/rgw/rgw_flight_frontend.cc | 7 +++++++ src/rgw/rgw_flight_frontend.h | 8 ++++++++ 4 files changed, 31 insertions(+) diff --git a/src/rgw/rgw_flight.cc b/src/rgw/rgw_flight.cc index 2299b7412858f..f37d934b333d9 100644 --- a/src/rgw/rgw_flight.cc +++ b/src/rgw/rgw_flight.cc @@ -1,6 +1,14 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab ft=cpp +/* + * Ceph - scalable distributed file system + * + * Copyright 2023 IBM + * + * See file COPYING for licensing information. + */ + #include #include #include diff --git a/src/rgw/rgw_flight.h b/src/rgw/rgw_flight.h index 8f6c4ade7b783..bb0a987d0a19e 100644 --- a/src/rgw/rgw_flight.h +++ b/src/rgw/rgw_flight.h @@ -1,6 +1,14 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab ft=cpp +/* + * Ceph - scalable distributed file system + * + * Copyright 2023 IBM + * + * See file COPYING for licensing information. + */ + #pragma once #include diff --git a/src/rgw/rgw_flight_frontend.cc b/src/rgw/rgw_flight_frontend.cc index 3da0f5d15e72a..61defbdd662d3 100644 --- a/src/rgw/rgw_flight_frontend.cc +++ b/src/rgw/rgw_flight_frontend.cc @@ -1,6 +1,13 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab ft=cpp +/* + * Ceph - scalable distributed file system + * + * Copyright 2023 IBM + * + * See file COPYING for licensing information. + */ #include #include diff --git a/src/rgw/rgw_flight_frontend.h b/src/rgw/rgw_flight_frontend.h index b820ca22b0699..dfc470a3bf5f4 100644 --- a/src/rgw/rgw_flight_frontend.h +++ b/src/rgw/rgw_flight_frontend.h @@ -1,6 +1,14 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab ft=cpp +/* + * Ceph - scalable distributed file system + * + * Copyright 2023 IBM + * + * See file COPYING for licensing information. + */ + #pragma once #include "include/common_fwd.h" -- 2.39.5