From 03aea5e9297e3c6d609aff570c93898a98cbfc00 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 13 Apr 2013 04:20:57 -0700 Subject: [PATCH] AROS: Add copyright boilerplate for aros_compat.c --- aros/aros_compat.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/aros/aros_compat.c b/aros/aros_compat.c index c7ff5b3..92da9a3 100644 --- a/aros/aros_compat.c +++ b/aros/aros_compat.c @@ -1,3 +1,19 @@ +/* + 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 . +*/ #ifdef AROS -- 2.34.1