From 9f1d24e83265ce9c61b39db081b61aa7b37ad33d Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Tue, 27 Nov 2018 09:57:17 +0000 Subject: [PATCH] Add licence header --- include/duckhandy/resource_pool.hpp | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/include/duckhandy/resource_pool.hpp b/include/duckhandy/resource_pool.hpp index 5d9d3b8..8a1c081 100644 --- a/include/duckhandy/resource_pool.hpp +++ b/include/duckhandy/resource_pool.hpp @@ -1,4 +1,22 @@ -#pragma once +/* Copyright 2016-2018 Michele Santullo + * This file is part of "duckhandy". + * + * "duckhandy" is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * "duckhandy" is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with "duckhandy". If not, see . + */ + +#ifndef id932FF9EFA6DC4EE1A0914178319B0388 +#define id932FF9EFA6DC4EE1A0914178319B0388 #include #include @@ -115,3 +133,5 @@ namespace dhandy { } } } //namespace dhandy + +#endif