diff options
author | Arun Isaac | 2022-03-10 20:36:05 +0530 |
---|---|---|
committer | Arun Isaac | 2022-03-10 20:36:05 +0530 |
commit | 315d2ce5d6c87850b97b60f8191247b7387107ef (patch) | |
tree | 910c1d2d7c33505a3fe2458de2d94c1086b13a6f | |
parent | 76136f9e904e8eb17f494d20fa2969ef2d5eb1aa (diff) | |
download | skribilo-315d2ce5d6c87850b97b60f8191247b7387107ef.tar.gz skribilo-315d2ce5d6c87850b97b60f8191247b7387107ef.tar.lz skribilo-315d2ce5d6c87850b97b60f8191247b7387107ef.zip |
html: Fix year in copyright header for Arun Isaac.
This copyright header was added in
76136f9e904e8eb17f494d20fa2969ef2d5eb1aa, but the year was wrongly
specified as 2021 instead of 2022.
* src/guile/skribilo/engine/html.scm: Fix year in copyright header for
Arun Isaac.
-rw-r--r-- | src/guile/skribilo/engine/html.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index 7384baf..25eeb1b 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -2,7 +2,7 @@ ;;; ;;; Copyright 2005, 2006, 2007, 2008, 2009, 2011, 2012, 2018, 2020 Ludovic Courtès <ludo@gnu.org> ;;; Copyright 2003, 2004 Manuel Serrano -;;; Copyright 2021 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright 2022 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; ;;; This file is part of Skribilo. |