Skip to content

Commit a664237

Browse files
committed
relicensed mod_proxy_uwsgi to Apache 2.0 unbit#1636
1 parent 2870ecf commit a664237

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

apache2/mod_proxy_uwsgi.c

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,19 @@
22
33
*** mod_proxy_uwsgi ***
44
5-
Copyright 2009-2014 Unbit S.a.s. <[email protected]>
5+
Copyright 2009-2017 Unbit S.a.s. <[email protected]>
66
7-
This program is free software; you can redistribute it and/or
8-
modify it under the terms of the GNU General Public License
9-
as published by the Free Software Foundation; either version 2
10-
of the License, or (at your option) any later version.
7+
Licensed under the Apache License, Version 2.0 (the "License");
8+
you may not use this file except in compliance with the License.
9+
You may obtain a copy of the License at
1110
12-
This program is distributed in the hope that it will be useful,
13-
but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
GNU General Public License for more details.
16-
17-
You should have received a copy of the GNU General Public License
18-
along with this program; if not, write to the Free Software
19-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
11+
http://www.apache.org/licenses/LICENSE-2.0
2012
13+
Unless required by applicable law or agreed to in writing, software
14+
distributed under the License is distributed on an "AS IS" BASIS,
15+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
See the License for the specific language governing permissions and
17+
limitations under the License.
2118
2219
To build:
2320

core/uwsgi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
*** uWSGI ***
44
5-
Copyright (C) 2009-2016 Unbit S.a.s. <[email protected]>
5+
Copyright (C) 2009-2017 Unbit S.a.s. <[email protected]>
66
77
This program is free software; you can redistribute it and/or
88
modify it under the terms of the GNU General Public License

0 commit comments

Comments
 (0)