Skip to content

Commit

Permalink
Merge pull request ceph#49817 from ivancich/wip-flight-copyright-lice…
Browse files Browse the repository at this point in the history
…nse-info

rgw: add copyright & licensing to flight integration source files

Reviewed-By: Adam Emerson <aemerson@redhat.com>
  • Loading branch information
ivancich committed Jan 21, 2023
2 parents 510284b + b6d3abf commit 5b06a7d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/rgw/rgw_flight.cc
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
8 changes: 8 additions & 0 deletions src/rgw/rgw_flight.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
7 changes: 7 additions & 0 deletions src/rgw/rgw_flight_frontend.cc
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
8 changes: 8 additions & 0 deletions src/rgw/rgw_flight_frontend.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5b06a7d

Please sign in to comment.