From d764f2cab0ed73a95f3574f7974ec53a516f3c0d Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 29 Dec 2015 04:46:03 -0500 Subject: created repository. --- .gitignore | 10 ++++++++++ COPYING.APIMAGIC | 20 ++++++++++++++++++++ README | 1 + 3 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 COPYING.APIMAGIC create mode 100644 README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14f5ac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*~ +*.o +*.a +*.so +*.gch +*.exe +Makefile +/bin +/build +/lib diff --git a/COPYING.APIMAGIC b/COPYING.APIMAGIC new file mode 100644 index 0000000..4166d84 --- /dev/null +++ b/COPYING.APIMAGIC @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* apimagic: cparser-based API normalization utility */ +/* */ +/* Copyright (C) 2015--2016 Z. Gilboa */ +/* */ +/* 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 2 of the License, or */ +/* (at your option) version 3 of the License. */ +/* */ +/* 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 . */ +/* */ +/*****************************************************************************/ diff --git a/README b/README new file mode 100644 index 0000000..1a0c398 --- /dev/null +++ b/README @@ -0,0 +1 @@ +apimagic: cparser-based API normalization utility -- cgit v1.2.3