From 4622ccde9cf34b8518dc9507382fcd2d7eafcb0c Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 14 Feb 2022 14:22:19 +0100 Subject: Add license notice --- app/genealogy/dllib/jquery.flexdatalist.css | 25 ++++++++++++++++++++ app/genealogy/dllib/jquery.flexdatalist.js | 25 ++++++++++++++++++++ app/genealogy/index.php | 28 +++++++++++++++++++++-- app/genealogy/me/index.php | 24 +++++++++++++++++++ app/genealogy/person/index.php | 24 +++++++++++++++++++ app/genealogy/private/header.php | 24 +++++++++++++++++++ app/genealogy/search/birth/data.json/index.php | 24 +++++++++++++++++++ app/genealogy/search/birth/results/index.php | 24 +++++++++++++++++++ app/genealogy/search/city/data.json/index.php | 24 +++++++++++++++++++ app/genealogy/search/city/results/index.php | 24 +++++++++++++++++++ app/genealogy/search/death/data.json/index.php | 24 +++++++++++++++++++ app/genealogy/search/death/results/index.php | 24 +++++++++++++++++++ app/genealogy/search/dept/data.json/index.php | 24 +++++++++++++++++++ app/genealogy/search/dept/results/index.php | 24 +++++++++++++++++++ app/genealogy/search/lastname/data.json/index.php | 24 +++++++++++++++++++ app/genealogy/search/lastname/results/index.php | 24 +++++++++++++++++++ app/genealogy/search/marriage/data.json/index.php | 24 +++++++++++++++++++ app/genealogy/search/marriage/results/index.php | 24 +++++++++++++++++++ app/genealogy/search/name/data.json/index.php | 24 +++++++++++++++++++ app/genealogy/search/name/results/index.php | 24 +++++++++++++++++++ app/genealogy/search/state/data.json/index.php | 24 +++++++++++++++++++ app/genealogy/search/state/results/index.php | 24 +++++++++++++++++++ app/genealogy/style/tree_maker.css | 25 ++++++++++++++++++++ app/genealogy/styles/common.css | 25 ++++++++++++++++++++ app/genealogy/styles/dark.css | 25 ++++++++++++++++++++ app/genealogy/tree/index.php | 24 +++++++++++++++++++ app/genealogy/tree/mktree.php | 24 +++++++++++++++++++ 27 files changed, 655 insertions(+), 2 deletions(-) (limited to 'app/genealogy') diff --git a/app/genealogy/dllib/jquery.flexdatalist.css b/app/genealogy/dllib/jquery.flexdatalist.css index 03e1b9c..bfe2704 100644 --- a/app/genealogy/dllib/jquery.flexdatalist.css +++ b/app/genealogy/dllib/jquery.flexdatalist.css @@ -1,3 +1,28 @@ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + /** * jQuery Flexdatalist basic stylesheet. * diff --git a/app/genealogy/dllib/jquery.flexdatalist.js b/app/genealogy/dllib/jquery.flexdatalist.js index 6fef98b..68101b4 100644 --- a/app/genealogy/dllib/jquery.flexdatalist.js +++ b/app/genealogy/dllib/jquery.flexdatalist.js @@ -1,3 +1,28 @@ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + /** * jQuery Flexdatalist. * Autocomplete input fields, with support for datalists. diff --git a/app/genealogy/index.php b/app/genealogy/index.php index fa67073..2101058 100644 --- a/app/genealogy/index.php +++ b/app/genealogy/index.php @@ -14,8 +14,32 @@
  • personnes
  • $person) { if (isset($person["sex"])) { diff --git a/app/genealogy/me/index.php b/app/genealogy/me/index.php index 0168181..b9a81a5 100644 --- a/app/genealogy/me/index.php +++ b/app/genealogy/me/index.php @@ -1,4 +1,28 @@