Initial commit

This commit is contained in:
mmk2410 2015-08-13 14:59:59 +02:00
parent f7b3598e0e
commit 9d995ee1cf
10 changed files with 848 additions and 2 deletions

27
LICENSE
View file

@ -1,3 +1,5 @@
LICENSE FOR THE RANGITAKI SYNC LIBRARY AND THE TEST FILES
The MIT License (MIT)
Copyright (c) 2015 Marcel Kapfer
@ -20,3 +22,28 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
LICENSE FOR ZED A. SHAW's AWESEOME DEBUGGING MACROS
Right know unknown. Will add it as soon as possible.
LICENSE FOR LIBSSH
COPYRIGHT (c) 2015 libssh
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser 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