Add .gitignore and README.md

This commit is contained in:
ErnyTech 2018-07-18 12:36:17 +02:00
parent 2d772d2f42
commit 6bd2bfecea
2 changed files with 82 additions and 0 deletions

50
.gitignore vendored Normal file
View File

@ -0,0 +1,50 @@
# -----------
# Java ignore
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# -------------
# Gradle ignore
.gradle
/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# -----------
# Idea ignore
# Ignore Idea Projects directory
.idea

32
README.md Normal file
View File

@ -0,0 +1,32 @@
LICENSE
=======
JTdlib, an wrapper of Tdlib for interaction with TDLib.
Copyright (C) 2018 Ernesto Castellotti <erny.castell@gmail.com>
Ernesto Castellotti is the copyright holder of this software, for
any need, do not hesitate to contact him.
This program 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 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program in the file called "LICENSE". If not, contact the copyright holder.
LIBRARIES/EXTERNAL CODE
=======================
Tdlib-TD Copyright owner and contributors: Aliaksei Levin <levlam@telegram.org>
Arseny Smirnov <arseny30@gmail.com>
hekkup
Vladislav Yashin <v.yashin.work@gmail.com>
cosmonawt
Aziz Kasymov
Felix Krause <github@krausefx.com>
Mark
TDLib is licensed under the terms of the Boost Software License