Add header text to source files

nix
Owen Green 6 years ago
parent 4c85673934
commit 9677ad83f6

@ -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 Unions Horizon 2020 research and innovation programme
(grant agreement No 725899).
*/
#pragma once #pragma once
#include "SCBufferAdaptor.hpp" #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 Unions Horizon 2020 research and innovation programme
(grant agreement No 725899).
*/
#pragma once #pragma once
#include <SC_PlugIn.h> #include <SC_PlugIn.h>
@ -196,4 +206,3 @@ std::ostream& operator <<(std::ostream& os, SCBufferAdaptor& b)
} // namespace client } // namespace client
} // namespace fluid } // namespace fluid

Loading…
Cancel
Save