From 08279ea75fe76bdccb9809030ed3e5b261c9d557 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 17 Dec 2015 04:08:55 -0500 Subject: created repository. --- .gitignore | 10 ++++++++++ COPYING.MDSO | 20 ++++++++++++++++++++ README | 6 ++++++ 3 files changed, 36 insertions(+) create mode 100644 .gitignore create mode 100644 COPYING.MDSO 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.MDSO b/COPYING.MDSO new file mode 100644 index 0000000..4af172c --- /dev/null +++ b/COPYING.MDSO @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* mdso: midipix dso scavenger */ +/* */ +/* Copyright (C) 2015 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..7b02a70 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +mdso: midipix dso scavenger +--------------------------- +* portable, cross-platform tool for creating + midipix-specific import libraries. The project + can be used as either a library or a stand-alone + application. -- cgit v1.2.3