Commit 174de003 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

fix license for some files that are under MIT

parent b2b60716
Copyright (C) 2010-2011 Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
...@@ -11,4 +13,5 @@ GNU General Public License for more details. ...@@ -11,4 +13,5 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright (C) 2010-2011 Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> All files in this program are under GPL unless otherwise noted in
file's header. Some files may be sublicensed.
/* /*
* Copyright (C) 2010-2011 Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * This file is distributed under the MIT License.
* *
* This file is part of Nginx Push Stream Module. * Copyright (c) 2009 Leo Ponomarev
* *
* Nginx Push Stream Module is free software: you can redistribute it and/or modify * Permission is hereby granted, free of charge, to any person
* it under the terms of the GNU General Public License as published by * obtaining a copy of this software and associated documentation
* the Free Software Foundation, either version 3 of the License, or * files (the "Software"), to deal in the Software without
* (at your option) any later version. * 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:
* *
* Nginx Push Stream Module is distributed in the hope that it will be useful, * The above copyright notice and this permission notice shall be
* but WITHOUT ANY WARRANTY; without even the implied warranty of * included in all copies or substantial portions of the Software.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* along with Nginx Push Stream Module. If not, see <http://www.gnu.org/licenses/>. * 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.
* *
* *
* ngx_http_push_stream_module_ipc.h * ngx_http_push_stream_module_ipc.h
* *
* Created: Oct 26, 2010 * Modified: Oct 26, 2010
* Authors: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * Modifications by: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*/ */
#ifndef NGX_HTTP_PUSH_STREAM_MODULE_IPC_H_ #ifndef NGX_HTTP_PUSH_STREAM_MODULE_IPC_H_
......
/* /*
* Copyright (C) 2010-2011 Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * This file is distributed under the MIT License.
* *
* This file is part of Nginx Push Stream Module. * Copyright (c) 2009 Leo Ponomarev
* *
* Nginx Push Stream Module is free software: you can redistribute it and/or modify * Permission is hereby granted, free of charge, to any person
* it under the terms of the GNU General Public License as published by * obtaining a copy of this software and associated documentation
* the Free Software Foundation, either version 3 of the License, or * files (the "Software"), to deal in the Software without
* (at your option) any later version. * 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:
* *
* Nginx Push Stream Module is distributed in the hope that it will be useful, * The above copyright notice and this permission notice shall be
* but WITHOUT ANY WARRANTY; without even the implied warranty of * included in all copies or substantial portions of the Software.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* along with Nginx Push Stream Module. If not, see <http://www.gnu.org/licenses/>. * 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.
* *
* *
* ngx_http_push_stream_rbtree_util.h * ngx_http_push_stream_rbtree_util.h
* *
* Created: Oct 26, 2010 * Modified: Oct 26, 2010
* Authors: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * Modifications by: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*/ */
#ifndef NGX_HTTP_PUSH_STREAM_RBTREE_UTIL_H_ #ifndef NGX_HTTP_PUSH_STREAM_RBTREE_UTIL_H_
......
/* /*
* Copyright (C) 2010-2011 Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * This file is distributed under the MIT License.
* *
* This file is part of Nginx Push Stream Module. * Copyright (c) 2009 Leo Ponomarev
* *
* Nginx Push Stream Module is free software: you can redistribute it and/or modify * Permission is hereby granted, free of charge, to any person
* it under the terms of the GNU General Public License as published by * obtaining a copy of this software and associated documentation
* the Free Software Foundation, either version 3 of the License, or * files (the "Software"), to deal in the Software without
* (at your option) any later version. * 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:
* *
* Nginx Push Stream Module is distributed in the hope that it will be useful, * The above copyright notice and this permission notice shall be
* but WITHOUT ANY WARRANTY; without even the implied warranty of * included in all copies or substantial portions of the Software.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* along with Nginx Push Stream Module. If not, see <http://www.gnu.org/licenses/>. * 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.
* *
* *
* ngx_http_push_stream_module_ipc.c * ngx_http_push_stream_module_ipc.c
* *
* Created: Oct 26, 2010 * Modified: Oct 26, 2010
* Authors: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * Modifications by: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*/ */
#include <ngx_http_push_stream_module_ipc.h> #include <ngx_http_push_stream_module_ipc.h>
......
/* /*
* Copyright (C) 2010-2011 Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * This file is distributed under the MIT License.
* *
* This file is part of Nginx Push Stream Module. * Copyright (c) 2009 Leo Ponomarev
* *
* Nginx Push Stream Module is free software: you can redistribute it and/or modify * Permission is hereby granted, free of charge, to any person
* it under the terms of the GNU General Public License as published by * obtaining a copy of this software and associated documentation
* the Free Software Foundation, either version 3 of the License, or * files (the "Software"), to deal in the Software without
* (at your option) any later version. * 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:
* *
* Nginx Push Stream Module is distributed in the hope that it will be useful, * The above copyright notice and this permission notice shall be
* but WITHOUT ANY WARRANTY; without even the implied warranty of * included in all copies or substantial portions of the Software.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* along with Nginx Push Stream Module. If not, see <http://www.gnu.org/licenses/>. * 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.
* *
* *
* ngx_http_push_stream_rbtree_util.c * ngx_http_push_stream_rbtree_util.c
* *
* Created: Oct 26, 2010 * Modified: Oct 26, 2010
* Authors: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com> * Modifications by: Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*/ */
#include <ngx_http_push_stream_rbtree_util.h> #include <ngx_http_push_stream_rbtree_util.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment