diff options
| author | Dmitri Pal <dpal@redhat.com> | 2009-02-25 13:59:43 -0500 |
|---|---|---|
| committer | Dmitri Pal <dpal@redhat.com> | 2009-02-25 13:59:43 -0500 |
| commit | acb92e98ab01d5582d52737a7ad89919a00458aa (patch) | |
| tree | 7c8bde4029ebe11027e69d9d90d09924dbed2a81 /ini | |
| parent | 8c83881017e3815534f9d880c58b78a56ca4f971 (diff) | |
Adding copyrights and a new sink. Interim commit.
Diffstat (limited to 'ini')
| -rw-r--r-- | ini/elapi_ini.c | 21 | ||||
| -rw-r--r-- | ini/elapi_ini.h | 21 | ||||
| -rw-r--r-- | ini/elapi_ini_ut.c | 19 |
3 files changed, 58 insertions, 3 deletions
diff --git a/ini/elapi_ini.c b/ini/elapi_ini.c index 52af8dc..524626a 100644 --- a/ini/elapi_ini.c +++ b/ini/elapi_ini.c @@ -1,4 +1,23 @@ -/* Copyright */ +/* + ELAPI + + Reading configuration from INI file + and storing as collection. + + Copyright (C) Dmitri Pal <dpal@redhat.com> 2009 + + 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 <http://www.gnu.org/licenses/>. +*/ + #include <stdio.h> #include <errno.h> diff --git a/ini/elapi_ini.h b/ini/elapi_ini.h index 10460f7..4a3e973 100644 --- a/ini/elapi_ini.h +++ b/ini/elapi_ini.h @@ -1,4 +1,23 @@ -/* Copyright */ +/* + ELAPI + + Header file for reading configuration from INI file + and storing as collection. + + Copyright (C) Dmitri Pal <dpal@redhat.com> 2009 + + 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 <http://www.gnu.org/licenses/>. +*/ + #ifndef ELAPI_INI_H #define ELAPI_INI_H diff --git a/ini/elapi_ini_ut.c b/ini/elapi_ini_ut.c index 7b783dc..968f6b2 100644 --- a/ini/elapi_ini_ut.c +++ b/ini/elapi_ini_ut.c @@ -1,4 +1,21 @@ -/* Copyright */ +/* + ELAPI + + Unit test for configuration reading interface. + + Copyright (C) Dmitri Pal <dpal@redhat.com> 2009 + + 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 <http://www.gnu.org/licenses/>. +*/ #include <stdio.h> #include "elapi_ini.h" |
