diff --git a/.clang-format b/.clang-format index 0c234c7..f3e63ad 100644 --- a/.clang-format +++ b/.clang-format @@ -17,7 +17,7 @@ # # # Copyright (C) -# 2018 Alexander Haase +# 2018-2024 Alexander Haase # This is the clang-format configuration for JavaScript files. # diff --git a/.gitignore b/.gitignore index 129ad0b..a2b8946 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,23 @@ +# This file is part of nginx-fancyindex-flat-theme. +# +# nginx-fancyindex-flat-theme is free software: you can redistribute it and/or +# modify it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or (at your +# option) any later version. +# +# nginx-fancyindex-flat-theme is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# this program. If not, see +# +# http://www.gnu.org/licenses/ +# +# +# Copyright (C) +# 2018-2024 Alexander Haase + /layout/theme.css* /layout/theme.d diff --git a/Makefile b/Makefile index fa13e7b..caa7556 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # # # Copyright (C) -# 2018 Alexander Haase +# 2018-2024 Alexander Haase all: build/theme.css \ build/js/list.js \ diff --git a/README.md b/README.md index 094c65c..fc6bf82 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ ANY WARRANTY**; without even the implied warranty of **MERCHANTABILITY** or **FITNESS FOR A PARTICULAR PURPOSE**. A Copy of the GNU General Public License can be found in the [LICENSE](LICENSE) file. -© 2018 Alexander Haase +© 2018-2024 Alexander Haase diff --git a/layout/js/breadcrumbs.js b/layout/js/breadcrumbs.js index 91e67b7..45d46e0 100644 --- a/layout/js/breadcrumbs.js +++ b/layout/js/breadcrumbs.js @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase * * * NOTE: The following comment will be used as short version of the copyright @@ -30,7 +30,7 @@ * General Public License. See the LICENSE file for details. * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /** diff --git a/layout/js/list.js b/layout/js/list.js index c782a26..cd8a990 100644 --- a/layout/js/list.js +++ b/layout/js/list.js @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase * * * NOTE: The following comment will be used as short version of the copyright @@ -30,7 +30,7 @@ * General Public License. See the LICENSE file for details. * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /** diff --git a/layout/less/body.less b/layout/less/body.less index 8bcf57a..73160cc 100644 --- a/layout/less/body.less +++ b/layout/less/body.less @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /** diff --git a/layout/less/breadcrumb.less b/layout/less/breadcrumb.less index 78aac25..9fc38ff 100644 --- a/layout/less/breadcrumb.less +++ b/layout/less/breadcrumb.less @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /** diff --git a/layout/less/colors.less b/layout/less/colors.less index 9bc67e6..f5731b1 100644 --- a/layout/less/colors.less +++ b/layout/less/colors.less @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /** diff --git a/layout/less/footer.less b/layout/less/footer.less index d4bd38e..f0251f2 100644 --- a/layout/less/footer.less +++ b/layout/less/footer.less @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /** diff --git a/layout/less/header.less b/layout/less/header.less index 3af6eff..64e9eb8 100644 --- a/layout/less/header.less +++ b/layout/less/header.less @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /** diff --git a/layout/less/list.less b/layout/less/list.less index ca50b56..8d3304f 100644 --- a/layout/less/list.less +++ b/layout/less/list.less @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /** diff --git a/layout/theme.less b/layout/theme.less index 3f5f698..7c893cd 100644 --- a/layout/theme.less +++ b/layout/theme.less @@ -17,7 +17,7 @@ * * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase */ /* This theme heavily uses Twitter Bootstrap (v4). That means, bootstrap CSS @@ -61,7 +61,7 @@ * license) and uses Twitter Bootstrap (v4) (licensed under the MIT license). * * Copyright (C) - * 2018 Alexander Haase + * 2018-2024 Alexander Haase * * See the LICENSE file for details. */