diff options
author | J. Eric Ivancich <ivancich@redhat.com> | 2023-01-20 21:55:12 +0100 |
---|---|---|
committer | J. Eric Ivancich <ivancich@redhat.com> | 2023-01-20 22:26:06 +0100 |
commit | b6d3abfb347463bc646e540dee2a2c8ea3a7ed79 (patch) | |
tree | 1ae0f19206c4c1241065821f9a205e563a7f0b0c /src/rgw/rgw_flight_frontend.cc | |
parent | Merge pull request #48632 from adamemerson/wip-57562 (diff) | |
download | ceph-b6d3abfb347463bc646e540dee2a2c8ea3a7ed79.tar.xz ceph-b6d3abfb347463bc646e540dee2a2c8ea3a7ed79.zip |
rgw: add copyright & licensing to flight integration source files
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
Diffstat (limited to 'src/rgw/rgw_flight_frontend.cc')
-rw-r--r-- | src/rgw/rgw_flight_frontend.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rgw/rgw_flight_frontend.cc b/src/rgw/rgw_flight_frontend.cc index 3da0f5d15e7..61defbdd662 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 <cstdio> #include <filesystem> |