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=b6d3abfb347463bc646e540dee2a2c8ea3a7ed79;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 2299b7412858..f37d934b333d 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 8f6c4ade7b78..bb0a987d0a19 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 3da0f5d15e72..61defbdd662d 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 b820ca22b069..dfc470a3bf5f 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"