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.TOKSVC b/COPYING.TOKSVC new file mode 100644 index 0000000..3529e08 --- /dev/null +++ b/COPYING.TOKSVC @@ -0,0 +1,20 @@ +/*****************************************************************************/ +/* */ +/* toksvc: a framework-native token broker service */ +/* */ +/* Copyright (C) 2020 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/LICENSE b/LICENSE new file mode 100644 index 0000000..68e9e31 --- /dev/null +++ b/LICENSE @@ -0,0 +1,10 @@ + toksvc: a framework-native token broker service + ----------------------------------------------- + + Copyright (C) 2020 Z. Gilboa + + This library is currently released under the GPLv2 and GPLv3 (see + COPYING.TOKSVC for the relevant text). If you wish to use this + library with a different license, please contact the author + at and briefly describe the type + of license (or license exception) that you would like to obtain. diff --git a/README b/README new file mode 100644 index 0000000..d322c99 --- /dev/null +++ b/README @@ -0,0 +1,2 @@ +toksvc: a framework-native token broker service. +------------------------------------------------