From 9677ad83f679b955e6dd13b6265353d975282cab Mon Sep 17 00:00:00 2001 From: Owen Green Date: Wed, 15 Jan 2020 15:42:47 +0000 Subject: [PATCH] Add header text to source files --- include/FluidSCWrapper.hpp | 10 ++++++++++ include/SCBufferAdaptor.hpp | 11 ++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/include/FluidSCWrapper.hpp b/include/FluidSCWrapper.hpp index 3b9d077..e05189b 100644 --- a/include/FluidSCWrapper.hpp +++ b/include/FluidSCWrapper.hpp @@ -1,3 +1,13 @@ +/* +Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +Copyright 2017-2019 University of Huddersfield. +Licensed under the BSD-3 License. +See license.md file in the project root for full license information. +This project has received funding from the European Research Council (ERC) +under the European Union’s Horizon 2020 research and innovation programme +(grant agreement No 725899). +*/ + #pragma once #include "SCBufferAdaptor.hpp" diff --git a/include/SCBufferAdaptor.hpp b/include/SCBufferAdaptor.hpp index 0a2e0c6..355f88f 100644 --- a/include/SCBufferAdaptor.hpp +++ b/include/SCBufferAdaptor.hpp @@ -1,3 +1,13 @@ +/* +Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +Copyright 2017-2019 University of Huddersfield. +Licensed under the BSD-3 License. +See license.md file in the project root for full license information. +This project has received funding from the European Research Council (ERC) +under the European Union’s Horizon 2020 research and innovation programme +(grant agreement No 725899). +*/ + #pragma once #include @@ -196,4 +206,3 @@ std::ostream& operator <<(std::ostream& os, SCBufferAdaptor& b) } // namespace client } // namespace fluid -