mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
Add copyright info for fakeglib
This commit is contained in:
parent
7f7761e884
commit
6e08ad5ae9
@ -1,3 +1,23 @@
|
|||||||
|
/* fakeglib.c - A shim for applications that require GLib
|
||||||
|
* without the whole kit and kaboodle.
|
||||||
|
*
|
||||||
|
* Copyright (C) 2020 Evan Miller
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library 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
|
||||||
|
* Library General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Library General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _mdbfakeglib_h_
|
#ifndef _mdbfakeglib_h_
|
||||||
#define _mdbfakeglib_h_
|
#define _mdbfakeglib_h_
|
||||||
|
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
/* fakeglib.c - A shim for applications that require GLib
|
||||||
|
* without the whole kit and kaboodle.
|
||||||
|
*
|
||||||
|
* Copyright (C) 2020 Evan Miller
|
||||||
|
*
|
||||||
|
* This library is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Library General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library 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
|
||||||
|
* Library General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Library General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include "mdbfakeglib.h"
|
#include "mdbfakeglib.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user