From 6f69bf603d2f916a24a273fe613d080d1889339f Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 8 Mar 2015 13:29:34 +0100 Subject: [PATCH] Add license block where missing. --- ModuleRegistry.hpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ModuleRegistry.hpp b/ModuleRegistry.hpp index 1598269..040ac76 100644 --- a/ModuleRegistry.hpp +++ b/ModuleRegistry.hpp @@ -1,6 +1,25 @@ #ifndef MODULE_REGISTRY_HPP #define MODULE_REGISTRY_HPP +/* + * Monicelli: an esoteric language compiler + * + * Copyright (C) 2014 Stefano Sanfilippo + * + * This program 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. + * + * This program 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 this program. If not, see . + */ + #include "Pointers.hpp" namespace monicelli {