From: J. Eric Ivancich Date: Fri, 20 Jan 2023 20:55:12 +0000 (-0500) Subject: rgw: add copyright & licensing to flight integration source files X-Git-Tag: v18.1.0~494^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F49817%2Fhead;p=ceph.git rgw: add copyright & licensing to flight integration source files Signed-off-by: J. Eric Ivancich --- 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"