Add License header

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
This commit is contained in:
Karsten Keil 2011-11-28 19:42:05 +01:00
parent a34934521f
commit 696a2eafe6
2 changed files with 36 additions and 3 deletions

View File

@ -1,9 +1,19 @@
/*
* CAPI 2.0 library
* capi20.h
*
* This program is free software and may be modified and
* distributed under the terms of the GNU Public License.
* Author Carsten Paeth <calle@calle.de>
* Copyright 1997,2000 Carsten Paeth <calle@calle.de>
*
* Author Karsten Keil <kkeil@linux-pingi.de>
* Copyright 2011 Karsten Keil <kkeil@linux-pingi.de>
*
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE
* version 2.1 as published by the Free Software Foundation.
*
* This code 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.
*/
#ifndef __CAPI20_H__
#define __CAPI20_H__

View File

@ -1,3 +1,26 @@
/*
* capi_mod.h
*
* Author Jan-Michael Brummer
* Author Marco Zissen
*
* Copyright 2008 by Jan-Michael Brummer, Marco Zissen
*
* Author Karsten Keil <kkeil@linux-pingi.de>
*
* Copyright 2011 by Karsten Keil <kkeil@linux-pingi.de>
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE
* version 2.1 as published by the Free Software Foundation.
*
* This code 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.
*
*/
#ifndef CAPI_MOD_H
#define CAPI_MOD_H