|
| 1 | +gemfileparser is dual-licensed under your choice of [GNU GPL version 3 (or above) License] |
| 2 | +(http://www.gnu.org/licenses/gpl) |
| 3 | +or the [MIT License](https://opensource.org/licenses/MIT). |
| 4 | + |
| 5 | +Personally, I prefer anyone using this to respect the GPL license and use that |
| 6 | +itself for derivative works - thus making them also Free Software. But, your |
| 7 | +call. |
| 8 | + |
| 9 | +Copyright (c) 2020 Gemfileparser authors (listed in AUTHORS file) |
| 10 | + 2015-2018 Balasankar C <balasankarc@autistici.org> |
| 11 | + |
| 12 | +This program is free software: you can redistribute it and/or modify |
| 13 | +it under the terms of the GNU General Public License as published by |
| 14 | +the Free Software Foundation, either version 3 of the License, or |
| 15 | +(at your option) any later version. |
| 16 | +. |
| 17 | +This program is distributed in the hope that it will be useful, |
| 18 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | +GNU General Public License for more details. |
| 21 | +. |
| 22 | +You should have received a copy of the GNU General Public License |
| 23 | +along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 24 | + |
| 25 | + |
| 26 | +MIT License |
| 27 | + |
| 28 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 29 | +of this software and associated documentation files (the "Software"), to deal |
| 30 | +in the Software without restriction, including without limitation the rights |
| 31 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 32 | +copies of the Software, and to permit persons to whom the Software is |
| 33 | +furnished to do so, subject to the following conditions: |
| 34 | + |
| 35 | +The above copyright notice and this permission notice shall be included in all |
| 36 | +copies or substantial portions of the Software. |
| 37 | + |
| 38 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 39 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 40 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 41 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 42 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 43 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 44 | +SOFTWARE. |
0 commit comments