Change net library license to MIT

This commit is contained in:
David Capello 2015-06-12 11:17:26 -03:00
parent f13dc4f305
commit dfa5e561da
9 changed files with 52 additions and 32 deletions

View File

@ -1,5 +1,5 @@
# ASEPRITE
# Copyright (C) 2001-2013, 2015 David Capello
# Aseprite Network Library
# Copyright (C) 2001-2015 David Capello
add_library(net-lib
http_headers.cpp

20
src/net/LICENSE.txt Normal file
View File

@ -0,0 +1,20 @@
Copyright (c) 2001-2015 David Capello
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 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.

6
src/net/README.md Normal file
View File

@ -0,0 +1,6 @@
# Aseprite Network Library
*Copyright (C) 2001-2015 David Capello*
> Distributed under [MIT license](LICENSE.txt)
Simple curl wrapper.

View File

@ -1,9 +1,8 @@
// Aseprite
// Copyright (C) 2001-2015 David Capello
// Aseprite Network Library
// Copyright (c) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#ifdef HAVE_CONFIG_H
#include "config.h"

View File

@ -1,9 +1,8 @@
// Aseprite
// Copyright (C) 2001-2015 David Capello
// Aseprite Network Library
// Copyright (c) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#ifndef NET_HTTP_HEADERS_H_INCLUDED
#define NET_HTTP_HEADERS_H_INCLUDED

View File

@ -1,9 +1,8 @@
// Aseprite
// Copyright (C) 2001-2015 David Capello
// Aseprite Network Library
// Copyright (c) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#ifdef HAVE_CONFIG_H
#include "config.h"

View File

@ -1,9 +1,8 @@
// Aseprite
// Copyright (C) 2001-2015 David Capello
// Aseprite Network Library
// Copyright (c) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#ifndef NET_HTTP_REQUEST_H_INCLUDED
#define NET_HTTP_REQUEST_H_INCLUDED

View File

@ -1,9 +1,8 @@
// Aseprite
// Copyright (C) 2001-2015 David Capello
// Aseprite Network Library
// Copyright (c) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#ifdef HAVE_CONFIG_H
#include "config.h"

View File

@ -1,9 +1,8 @@
// Aseprite
// Copyright (C) 2001-2015 David Capello
// Aseprite Network Library
// Copyright (c) 2001-2015 David Capello
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
#ifndef NET_HTTP_RESPONSE_H_INCLUDED
#define NET_HTTP_RESPONSE_H_INCLUDED