Add missing copyrights
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace cql3 {
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include <boost/range/algorithm/transform.hpp>
|
||||
#include <boost/range/algorithm.hpp>
|
||||
#include <boost/range/adaptors.hpp>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include "locator/rack_inferring_snitch.hh"
|
||||
|
||||
namespace locator {
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include "locator/simple_snitch.hh"
|
||||
#include "utils/class_registrator.hh"
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include "mutation_partition_serializer.hh"
|
||||
#include "db/serializer.hh"
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <experimental/optional>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#ifndef SERVICE_QUERY_STATE_HH
|
||||
#define SERVICE_QUERY_STATE_HH
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include <utils/serialization.hh>
|
||||
#include <iterator>
|
||||
#include "serialization_format.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include "cql_assertions.hh"
|
||||
#include "transport/messages/result_message.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "transport/messages/result_message_base.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include "core/reactor.hh"
|
||||
#include "core/app-template.hh"
|
||||
#include "message/messaging_service.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include "core/reactor.hh"
|
||||
#include "core/app-template.hh"
|
||||
#include "core/sstring.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include "perf.hh"
|
||||
|
||||
#include "cql3/error_collector.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include "database.hh"
|
||||
#include "perf.hh"
|
||||
#include <seastar/core/app-template.hh>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "sstables/sstables.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <assert.h>
|
||||
#include <sstream>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cql3/result_set.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace transport {
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#include "log.hh"
|
||||
#include "bloom_filter.hh"
|
||||
#include "bloom_calculations.hh"
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
|
||||
/*
|
||||
* Copyright 2015 Cloudius Systems
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/sstring.hh"
|
||||
|
||||
Reference in New Issue
Block a user