diff options
author | Arun Isaac | 2022-01-02 00:38:20 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-02 00:38:20 +0530 |
commit | 055fd7b9fbf60a1c984dfc58588362dda71f6c1f (patch) | |
tree | c8d20c51d4b6d5d2d1d64f015ea18cb7edd30111 | |
parent | 0af412019526f679f7e5d690c0598d24d714956c (diff) | |
download | kolam-055fd7b9fbf60a1c984dfc58588362dda71f6c1f.tar.gz kolam-055fd7b9fbf60a1c984dfc58588362dda71f6c1f.tar.lz kolam-055fd7b9fbf60a1c984dfc58588362dda71f6c1f.zip |
kolam: Bump copyright year to 2022.
This is a follow-up to commits
464b75248b42986cbf4150d11c9e080d0c99f78c and
0af412019526f679f7e5d690c0598d24d714956c.
* kolam/graphql.scm, kolam/http.scm: Bump copyright year to 2022.
-rw-r--r-- | kolam/graphql.scm | 2 | ||||
-rw-r--r-- | kolam/http.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kolam/graphql.scm b/kolam/graphql.scm index 0440f74..24d0972 100644 --- a/kolam/graphql.scm +++ b/kolam/graphql.scm @@ -1,5 +1,5 @@ ;;; kolam --- GraphQL implementation -;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2021, 2022 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of kolam. ;;; diff --git a/kolam/http.scm b/kolam/http.scm index fc60f0c..2f6e9b5 100644 --- a/kolam/http.scm +++ b/kolam/http.scm @@ -1,5 +1,5 @@ ;;; kolam --- GraphQL implementation -;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2021, 2022 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of kolam. ;;; |