From eb54a08de394f3b9a26df775f76a9540db203efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Thu, 2 May 2013 20:36:48 +0000 Subject: [PATCH] added proper GPL license header --- include/xhdi_sd.h | 17 ++++++++++++++++- sources/xhdi_interface.c | 19 +++++++++++++++++-- sources/xhdi_sd.c | 17 ++++++++++++++++- 3 files changed, 49 insertions(+), 4 deletions(-) diff --git a/include/xhdi_sd.h b/include/xhdi_sd.h index fa87f37..9b75469 100644 --- a/include/xhdi_sd.h +++ b/include/xhdi_sd.h @@ -1,8 +1,23 @@ /* * xhdi_sd.h * + * This file is part of BaS_gcc. + * + * BaS_gcc 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. + * + * BaS_gcc 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 BaS_gcc. If not, see . + * * Created on: 01.05.2013 - * Author: mfro + * Copyright 2012 M. Fršschle */ #ifndef _XHDI_SD_H_ #define _XHDI_SD_H_ diff --git a/sources/xhdi_interface.c b/sources/xhdi_interface.c index 2698052..c1426b3 100644 --- a/sources/xhdi_interface.c +++ b/sources/xhdi_interface.c @@ -1,8 +1,23 @@ /* * xhdi_sd.c * - * Created on: 01.05.2013 - * Author: mfro + * This file is part of BaS_gcc. + * + * BaS_gcc 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. + * + * BaS_gcc 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 BaS_gcc. If not, see . + * + * Created on: 01.05.2013 + * Copyright 2012: M. Fršschle */ #include diff --git a/sources/xhdi_sd.c b/sources/xhdi_sd.c index 6c8cf72..cb69c52 100644 --- a/sources/xhdi_sd.c +++ b/sources/xhdi_sd.c @@ -1,8 +1,23 @@ /* * xhdi_sd.c * + * This file is part of BaS_gcc. + * + * BaS_gcc 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. + * + * BaS_gcc 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 BaS_gcc. If not, see . + * * Created on: 01.05.2013 - * Author: mfro + * Copyright 2012 M. Fršschle */ #include