]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add copyright & licensing to flight integration source files 49817/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Fri, 20 Jan 2023 20:55:12 +0000 (15:55 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Fri, 20 Jan 2023 21:26:06 +0000 (16:26 -0500)
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw_flight.cc
src/rgw/rgw_flight.h
src/rgw/rgw_flight_frontend.cc
src/rgw/rgw_flight_frontend.h

index 2299b7412858f4bd59707024fa4d22830e461b89..f37d934b333d9f0c57eba7fbff574243eff448a8 100644 (file)
@@ -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 <iostream>
 #include <fstream>
 #include <mutex>
index 8f6c4ade7b7837647a4d1592d02fe380836328fc..bb0a987d0a19e7b351f9611cff9c8558a5552b42 100644 (file)
@@ -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 <map>
index 3da0f5d15e72a31a36f4cf5ca2a6fd46e3ad012b..61defbdd662d3ca2d79fff56501fd94908e77e88 100644 (file)
@@ -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>
index b820ca22b0699811c910a36abd591f5586e25a13..dfc470a3bf5f4ea5f7c420b0c83e4497223e893e 100644 (file)
@@ -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"