LGPL license (I'd like to be an axolotl/TS JS lib in the future)

This commit is contained in:
Matt Corallo 2014-05-04 02:34:13 -04:00
parent 0f8643bcd8
commit 3e60368a16
16 changed files with 1042 additions and 0 deletions

View file

@ -1,3 +1,18 @@
/*
* 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, or
* (at your option) any later version.
*
* 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. If not, see <http://www.gnu.org/licenses/>.
*/
/************************************************
*** Utilities to communicate with the server ***
************************************************/