From 9f0b180a2bc9ed0a52fa603a7f08748462b99f21 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 8 Jun 2014 07:53:03 -0700 Subject: [PATCH] aros: add licence to aros_compat.h Signed-off-by: Ronnie Sahlberg --- aros/aros_compat.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/aros/aros_compat.h b/aros/aros_compat.h index 76de2ac..2089bc8 100644 --- a/aros/aros_compat.h +++ b/aros/aros_compat.h @@ -1,3 +1,20 @@ +/* + Copyright (C) 2013 by Ronnie Sahlberg + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, see . +*/ + #ifndef AROS_COMPAT_H #define AROS_COMPAT_H -- 2.34.1