remove unnecesary text from README, bump license year - jscancer - Javascript c… | |
git clone git://git.codemadness.org/jscancer | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0888dafe66b2db328cfc787a65b59f2e9f767acf | |
parent 114abf9eef5fc83bdde003d05c869ba99d549d8c | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Wed, 1 Jan 2020 19:47:50 +0100 | |
remove unnecesary text from README, bump license year | |
Diffstat: | |
M LICENSE | 2 +- | |
M datalist/README | 3 +-- | |
M datatable/README | 3 +-- | |
M datepicker/README | 3 +-- | |
M loadscript/README | 3 +-- | |
M tooltipxhr/README | 3 +-- | |
6 files changed, 6 insertions(+), 11 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,6 +1,6 @@ | |
ISC License | |
-Copyright (c) 2016-2019 Hiltjo Posthuma <[email protected]> | |
+Copyright (c) 2016-2020 Hiltjo Posthuma <[email protected]> | |
Permission to use, copy, modify, and/or distribute this software for any | |
purpose with or without fee is hereby granted, provided that the above | |
diff --git a/datalist/README b/datalist/README | |
@@ -15,8 +15,7 @@ FEATURES | |
datalist. | |
- Filtering values: case-insensitively, tokenized (separated by space). | |
- Supports querying a remote server for results using a JSON XMLHttpRequest. | |
-- Permissive ISC license, see LICENSE file, feel free to contact me for | |
- questions or other terms. | |
+- Permissive ISC license, see LICENSE file. | |
- Officially supported browsers are: | |
- Firefox and Firefox ESR. | |
- Chrome and most recent webkit-based browsers. | |
diff --git a/datatable/README b/datatable/README | |
@@ -16,8 +16,7 @@ FEATURES | |
- Able to add custom filtering, parsing and sorting functions. | |
- Helper function for delayed (150ms) filtering, so filtering feels more | |
responsive for big datasets. | |
-- Permissive ISC license, see LICENSE file, feel free to contact me for | |
- questions or other terms. | |
+- Permissive ISC license, see LICENSE file. | |
- "Lazy scroll" mode: | |
- fixed column headers and renders only visible rows, this allows you to | |
"lazily" render millions of rows. | |
diff --git a/datepicker/README b/datepicker/README | |
@@ -14,8 +14,7 @@ FEATURES | |
- "Graceful" fallback to the HTML5 datepicker if it is supported. | |
- Supports min and max date attribute. | |
- Support ISO weekdate (monday) or not (sunday). | |
-- Permissive ISC license, see LICENSE file, feel free to contact me for | |
- questions or other terms. | |
+- Permissive ISC license, see LICENSE file. | |
- Officially supported browsers are: | |
- Firefox and Firefox ESR. | |
- Chrome and most recent webkit-based browsers. | |
diff --git a/loadscript/README b/loadscript/README | |
@@ -12,8 +12,7 @@ FEATURES | |
- Filesize: +- 1KB. | |
- Lines: +- 50, not much code, so hopefully easy to understand. | |
- No dependencies on other libraries like jQuery. | |
-- Permissive ISC license, see LICENSE file, feel free to contact me for | |
- questions or other terms. | |
+- Permissive ISC license, see LICENSE file. | |
- Officially supported browsers are: | |
- Firefox and Firefox ESR. | |
- Chrome and most recent webkit-based browsers. | |
diff --git a/tooltipxhr/README b/tooltipxhr/README | |
@@ -11,8 +11,7 @@ FEATURES | |
- Filesize: +- 2.4KB. | |
- Lines: +- 75, not much code, so hopefully easy to understand. | |
- No dependencies on other libraries like jQuery. | |
-- Permissive ISC license, see LICENSE file, feel free to contact me for | |
- questions or other terms. | |
+- Permissive ISC license, see LICENSE file. | |
- Officially supported browsers are: | |
- Firefox and Firefox ESR. | |
- Chrome and most recent webkit-based browsers. |