diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2020-08-30 13:43:50 +0200 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2020-08-30 13:50:26 +0200 |
commit | 4583f267ec6ce8770d1480f75e06f297dde2d5af (patch) | |
tree | 0b9433ab8433ade6f4b3d84cb892f2be4ada9be2 /README.md | |
parent | e5d9fab4054ece0c8e899c00c8341403c22477f1 (diff) | |
download | dlfcn-win32-4583f267ec6ce8770d1480f75e06f297dde2d5af.tar.gz dlfcn-win32-4583f267ec6ce8770d1480f75e06f297dde2d5af.tar.bz2 dlfcn-win32-4583f267ec6ce8770d1480f75e06f297dde2d5af.zip |
Relicense to MIT
The licensing note in the configure script has been reworked, similarly
to how libvpx did it (they were also based on FFmpeg's configure script
and also use a more permissive license).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 15 insertions, 11 deletions
@@ -52,16 +52,20 @@ Maintained by Tiancheng "Timothy" Gu from 2013. | |||
52 | License | 52 | License |
53 | ------- | 53 | ------- |
54 | 54 | ||
55 | dlfcn-win32 is free software; you can redistribute it and/or | 55 | Permission is hereby granted, free of charge, to any person obtaining a copy |
56 | modify it under the terms of the GNU Lesser General Public | 56 | of this software and associated documentation files (the "Software"), to deal |
57 | License as published by the Free Software Foundation; either | 57 | in the Software without restriction, including without limitation the rights |
58 | version 2.1 of the License, or (at your option) any later version. | 58 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
59 | copies of the Software, and to permit persons to whom the Software is | ||
60 | furnished to do so, subject to the following conditions: | ||
59 | 61 | ||
60 | dlfcn-win32 is distributed in the hope that it will be useful, | 62 | The above copyright notice and this permission notice shall be included in |
61 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 63 | all copies or substantial portions of the Software. |
62 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
63 | Lesser General Public License for more details. | ||
64 | 64 | ||
65 | You should have received a copy of the GNU Lesser General Public | 65 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
66 | License along with dlfcn-win32; if not, write to the Free Software | 66 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
67 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 67 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
68 | THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
69 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
70 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
71 | THE SOFTWARE. | ||