diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-03 18:06:44 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-03 18:06:44 -0400 |
| commit | 3fcc0346c07dccee21b3d759d4d14ec59b0d8ee6 (patch) | |
| tree | 50bf26bd207d0d433907e2196e3410f8a1f791e6 | |
| parent | f5b234dadbbc5c2e260b2b9c1708fd807529247b (diff) | |
Update copyright information.
| -rw-r--r-- | haunt/haunt.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/builder/atom.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/builder/blog.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/builder/blogroll.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/builder/htaccess.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/builder/outbox.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/builder/static-pages.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/reader/html-prime.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/theme.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/utils.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/utils/pagination.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/utils/sxml.scm | 2 | ||||
| -rw-r--r-- | haunt/jakob/utils/tags.scm | 2 | ||||
| -rw-r--r-- | haunt/pages/404.sxml | 2 | ||||
| -rw-r--r-- | haunt/pages/about.sxml | 2 | ||||
| -rw-r--r-- | haunt/pages/weblabels.sxml | 4 | ||||
| -rw-r--r-- | haunt/static/js/webmention.js | 2 |
17 files changed, 19 insertions, 17 deletions
diff --git a/haunt/haunt.scm b/haunt/haunt.scm index e47090c..7313632 100644 --- a/haunt/haunt.scm +++ b/haunt/haunt.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/builder/atom.scm b/haunt/jakob/builder/atom.scm index f6bbd08..e210041 100644 --- a/haunt/jakob/builder/atom.scm +++ b/haunt/jakob/builder/atom.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/builder/blog.scm b/haunt/jakob/builder/blog.scm index 645d6f9..3104ed6 100644 --- a/haunt/jakob/builder/blog.scm +++ b/haunt/jakob/builder/blog.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/builder/blogroll.scm b/haunt/jakob/builder/blogroll.scm index 53a0ecc..2e0f293 100644 --- a/haunt/jakob/builder/blogroll.scm +++ b/haunt/jakob/builder/blogroll.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/builder/htaccess.scm b/haunt/jakob/builder/htaccess.scm index e0068d1..08aa786 100644 --- a/haunt/jakob/builder/htaccess.scm +++ b/haunt/jakob/builder/htaccess.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/builder/outbox.scm b/haunt/jakob/builder/outbox.scm index d088b40..ba63788 100644 --- a/haunt/jakob/builder/outbox.scm +++ b/haunt/jakob/builder/outbox.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/builder/static-pages.scm b/haunt/jakob/builder/static-pages.scm index e869b94..02798aa 100644 --- a/haunt/jakob/builder/static-pages.scm +++ b/haunt/jakob/builder/static-pages.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/reader/html-prime.scm b/haunt/jakob/reader/html-prime.scm index 373edd5..7503440 100644 --- a/haunt/jakob/reader/html-prime.scm +++ b/haunt/jakob/reader/html-prime.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/theme.scm b/haunt/jakob/theme.scm index eff37e9..9bccafc 100644 --- a/haunt/jakob/theme.scm +++ b/haunt/jakob/theme.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/utils.scm b/haunt/jakob/utils.scm index 3f51d60..20869be 100644 --- a/haunt/jakob/utils.scm +++ b/haunt/jakob/utils.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/utils/pagination.scm b/haunt/jakob/utils/pagination.scm index bd44665..68959a3 100644 --- a/haunt/jakob/utils/pagination.scm +++ b/haunt/jakob/utils/pagination.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/utils/sxml.scm b/haunt/jakob/utils/sxml.scm index 5753f2d..1f4bb78 100644 --- a/haunt/jakob/utils/sxml.scm +++ b/haunt/jakob/utils/sxml.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/jakob/utils/tags.scm b/haunt/jakob/utils/tags.scm index 87bec60..722d968 100644 --- a/haunt/jakob/utils/tags.scm +++ b/haunt/jakob/utils/tags.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/pages/404.sxml b/haunt/pages/404.sxml index 450a612..d28396e 100644 --- a/haunt/pages/404.sxml +++ b/haunt/pages/404.sxml @@ -1,6 +1,6 @@ ;;; -*- scheme -*- -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml index f0ee4f9..e0dee89 100644 --- a/haunt/pages/about.sxml +++ b/haunt/pages/about.sxml @@ -1,6 +1,6 @@ ;;; -*- scheme -*- -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/pages/weblabels.sxml b/haunt/pages/weblabels.sxml index bafff6d..176aa79 100644 --- a/haunt/pages/weblabels.sxml +++ b/haunt/pages/weblabels.sxml @@ -1,4 +1,6 @@ -;;; Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> +;;; -*- scheme -*- + +;;; Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as diff --git a/haunt/static/js/webmention.js b/haunt/static/js/webmention.js index 1c18c6d..7793d7f 100644 --- a/haunt/static/js/webmention.js +++ b/haunt/static/js/webmention.js @@ -1,6 +1,6 @@ /* * webmention.js -- Fetch and display mentions from webmention.io. - * Copyright © 2019 Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> + * Copyright © 2019 - 2020 Jakob L. Kreuze <zerodaysfordays@sdf.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |