diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4c1ce1 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a87560 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +LICENSE +======= + JTdlib, an wrapper of Tdlib for interaction with TDLib. + + Copyright (C) 2018 Ernesto Castellotti + + 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 + Arseny Smirnov + hekkup + Vladislav Yashin + cosmonawt + Aziz Kasymov + Felix Krause + Mark + TDLib is licensed under the terms of the Boost Software License \ No newline at end of file