diff options
-rw-r--r-- | .gitignore | 11 | ||||
-rw-r--r-- | COPYING.W32LIB | 20 | ||||
-rw-r--r-- | README | 1 |
3 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..796d153 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*~ +*.o +*.a +*.so +*.gch +*.exe +*.lib.a +Makefile +/bin +/build +/lib diff --git a/COPYING.W32LIB b/COPYING.W32LIB new file mode 100644 index 0000000..3a7ace3 --- /dev/null +++ b/COPYING.W32LIB @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* w32lib: custom import libraries for OS user-space interfaces */ +/* */ +/* Copyright (C) 2017 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 <http://www.gnu.org/licenses/>. */ +/* */ +/*****************************************************************************/ @@ -0,0 +1 @@ +w32lib: custom import libraries for OS user-space interfaces |