Move license to LICENSE - scroll - scrollbackbuffer program for st | |
git clone git://git.suckless.org/scroll | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 708ce2abd91800b6ca637eb464ba6d78be74bf93 | |
parent 002617abd5bec6a10d938ac5162a278bdd552343 | |
Author: Jochen Sprickerhof <[email protected]> | |
Date: Wed, 3 Jun 2020 07:10:09 +0200 | |
Move license to LICENSE | |
Diffstat: | |
A LICENSE | 16 ++++++++++++++++ | |
M scroll.c | 15 +-------------- | |
2 files changed, 17 insertions(+), 14 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -0,0 +1,16 @@ | |
+ISC License (ISC) | |
+ | |
+Copyright (c) 2020 Jan Klemkow <[email protected]> | |
+Copyright (c) 2020 Jochen Sprickerhof <[email protected]> | |
+ | |
+Permission to use, copy, modify, and 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. | |
diff --git a/scroll.c b/scroll.c | |
@@ -1,20 +1,7 @@ | |
/* | |
* Based on an example code from Roberto E. Vargas Caballero. | |
* | |
- * Copyright (c) 2020 Jan Klemkow <[email protected]> | |
- * Copyright (c) 2020 Jochen Sprickerhof <[email protected]> | |
- * | |
- * Permission to use, copy, modify, and 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. | |
+ * See LICENSE file for copyright and license details. | |
*/ | |
#include <sys/types.h> |