diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 23:03:21 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 23:03:21 +0100 |
commit | 6c0b8de31985101e36a93be619ab684b55e6626a (patch) | |
tree | adcf3475b4ab8c85e6a52c69b48ffacb102310b2 | |
parent | config.c: clean up print_help() (diff) | |
download | redshift-ng-6c0b8de31985101e36a93be619ab684b55e6626a.tar.gz redshift-ng-6c0b8de31985101e36a93be619ab684b55e6626a.tar.bz2 redshift-ng-6c0b8de31985101e36a93be619ab684b55e6626a.tar.xz |
Update LICENSE to reflect that some ISC code is present
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | LICENSE | 20 | ||||
-rw-r--r-- | src/arg.h | 2 |
2 files changed, 21 insertions, 1 deletions
@@ -15,3 +15,23 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with redshift-ng. If not, see <http://www.gnu.org/licenses/>. + +=============================================================================== + +The file arg.h is taken, with some parts removed, from libsimple + +ISC License + +© 2017, 2018, 2021, 2022, 2023, 2024, 2025 Mattias Andrée <m@maandree.se> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. @@ -1,5 +1,5 @@ /*- - * This file is taken, with some parts remove, from libsimple + * This file is taken, with some parts removed, from libsimple * * ISC License * |