aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-01-06 18:39:00 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-01-06 18:39:00 +0200
commitdf77cb904f1b8385297599ec247618e8fabeed53 (patch)
tree71ce10dc1aa2aabbac8a96d37d5c83d5647dcd82 /lib
parent725d773c41d6608bbde9f07a05a92579b515ae1b (diff)
downloadeclat-df77cb904f1b8385297599ec247618e8fabeed53.tar.gz
eclat-df77cb904f1b8385297599ec247618e8fabeed53.tar.bz2
Update copyright years
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/base64.c2
-rw-r--r--lib/bidimap.c2
-rw-r--r--lib/confirm.c2
-rw-r--r--lib/diag.c2
-rw-r--r--lib/expand.c2
-rw-r--r--lib/filemap.c2
-rw-r--r--lib/forlan.c2
-rw-r--r--lib/forlan.h2
-rw-r--r--lib/forlangrm.y2
-rw-r--r--lib/forlanlex.l2
-rw-r--r--lib/gdbmmap.c2
-rw-r--r--lib/getans.c2
-rw-r--r--lib/getyn.c2
-rw-r--r--lib/hmac_sha1.c2
-rw-r--r--lib/hmac_sha256.c2
-rw-r--r--lib/istore.c2
-rw-r--r--lib/ldapmap.c2
-rw-r--r--lib/libeclat.h2
-rw-r--r--lib/map.c2
-rw-r--r--lib/nullmap.c2
-rw-r--r--lib/paramlist.c2
-rw-r--r--lib/path.c2
-rw-r--r--lib/req2url.c2
-rw-r--r--lib/reqaddparm.c2
-rw-r--r--lib/reqcreat.c2
-rw-r--r--lib/reqencode.c2
-rw-r--r--lib/reqfree.c2
-rw-r--r--lib/reqsign.c2
-rw-r--r--lib/seqmap.c2
-rw-r--r--lib/trace.c2
-rw-r--r--lib/urlencode.c2
-rw-r--r--lib/xmltree.c2
33 files changed, 33 insertions, 33 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e1ed1c3..4595e40 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Eclat
-# Copyright (C) 2012-2018 Sergey Poznyakoff
+# Copyright (C) 2012-2021 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/lib/base64.c b/lib/base64.c
index 3d9b956..4f87354 100644
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2018 Sergey Poznyakoff
+ Copyright (C) 2012-2021 Sergey Poznyakoff
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/bidimap.c b/lib/bidimap.c
index aafc736..a5a72fd 100644
--- a/lib/bidimap.c
+++ b/lib/bidimap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/confirm.c b/lib/confirm.c
index 550a822..31884bf 100644
--- a/lib/confirm.c
+++ b/lib/confirm.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/diag.c b/lib/diag.c
index dc54f6b..5a756df 100644
--- a/lib/diag.c
+++ b/lib/diag.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/expand.c b/lib/expand.c
index d051361..2823215 100644
--- a/lib/expand.c
+++ b/lib/expand.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/filemap.c b/lib/filemap.c
index 26582ec..ab25fc5 100644
--- a/lib/filemap.c
+++ b/lib/filemap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/forlan.c b/lib/forlan.c
index 9fc80cb..116493b 100644
--- a/lib/forlan.c
+++ b/lib/forlan.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/forlan.h b/lib/forlan.h
index 70b1cd2..d3341f4 100644
--- a/lib/forlan.h
+++ b/lib/forlan.h
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/forlangrm.y b/lib/forlangrm.y
index 9d44ec9..14c9c88 100644
--- a/lib/forlangrm.y
+++ b/lib/forlangrm.y
@@ -1,6 +1,6 @@
%{
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/forlanlex.l b/lib/forlanlex.l
index 0fc469e..bb21ea1 100644
--- a/lib/forlanlex.l
+++ b/lib/forlanlex.l
@@ -1,6 +1,6 @@
%{
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/gdbmmap.c b/lib/gdbmmap.c
index a2887df..ca3d82e 100644
--- a/lib/gdbmmap.c
+++ b/lib/gdbmmap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/getans.c b/lib/getans.c
index a5f635f..fb61177 100644
--- a/lib/getans.c
+++ b/lib/getans.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/getyn.c b/lib/getyn.c
index 8339d9d..7130b52 100644
--- a/lib/getyn.c
+++ b/lib/getyn.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/hmac_sha1.c b/lib/hmac_sha1.c
index 1b1a0f0..d49e5de 100644
--- a/lib/hmac_sha1.c
+++ b/lib/hmac_sha1.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2018 Sergey Poznyakoff
+ Copyright (C) 2012-2021 Sergey Poznyakoff
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/hmac_sha256.c b/lib/hmac_sha256.c
index 84fa138..26e1378 100644
--- a/lib/hmac_sha256.c
+++ b/lib/hmac_sha256.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2018 Sergey Poznyakoff
+ Copyright (C) 2012-2021 Sergey Poznyakoff
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/istore.c b/lib/istore.c
index f8244b8..a29d7e4 100644
--- a/lib/istore.c
+++ b/lib/istore.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/ldapmap.c b/lib/ldapmap.c
index 09b0689..bf68e6b 100644
--- a/lib/ldapmap.c
+++ b/lib/ldapmap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/libeclat.h b/lib/libeclat.h
index 285e045..9d08a55 100644
--- a/lib/libeclat.h
+++ b/lib/libeclat.h
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/map.c b/lib/map.c
index c16ecd0..92cb4ba 100644
--- a/lib/map.c
+++ b/lib/map.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/nullmap.c b/lib/nullmap.c
index 5cc5df4..523597d 100644
--- a/lib/nullmap.c
+++ b/lib/nullmap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/paramlist.c b/lib/paramlist.c
index 064b79b..a6f398c 100644
--- a/lib/paramlist.c
+++ b/lib/paramlist.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/path.c b/lib/path.c
index 0056f9c..dfdf114 100644
--- a/lib/path.c
+++ b/lib/path.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/req2url.c b/lib/req2url.c
index c97d321..f86ae38 100644
--- a/lib/req2url.c
+++ b/lib/req2url.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/reqaddparm.c b/lib/reqaddparm.c
index 436d4bc..568c2e5 100644
--- a/lib/reqaddparm.c
+++ b/lib/reqaddparm.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/reqcreat.c b/lib/reqcreat.c
index 8bfca56..98a72d9 100644
--- a/lib/reqcreat.c
+++ b/lib/reqcreat.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/reqencode.c b/lib/reqencode.c
index c5a9655..7bbbfda 100644
--- a/lib/reqencode.c
+++ b/lib/reqencode.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/reqfree.c b/lib/reqfree.c
index 8fde4ba..9bbb823 100644
--- a/lib/reqfree.c
+++ b/lib/reqfree.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/reqsign.c b/lib/reqsign.c
index fee5adb..e59306b 100644
--- a/lib/reqsign.c
+++ b/lib/reqsign.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/seqmap.c b/lib/seqmap.c
index c50d848..fec072e 100644
--- a/lib/seqmap.c
+++ b/lib/seqmap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/trace.c b/lib/trace.c
index 6b79e58..6b5f50d 100644
--- a/lib/trace.c
+++ b/lib/trace.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2018 Sergey Poznyakoff.
+ Copyright (C) 2012-2021 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/urlencode.c b/lib/urlencode.c
index 70aaaa8..4c2d717 100644
--- a/lib/urlencode.c
+++ b/lib/urlencode.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2018 Sergey Poznyakoff
+ Copyright (C) 2012-2021 Sergey Poznyakoff
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/xmltree.c b/lib/xmltree.c
index 6e3a00e..218146c 100644
--- a/lib/xmltree.c
+++ b/lib/xmltree.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2018 Sergey Poznyakoff
+ Copyright (C) 2012-2021 Sergey Poznyakoff
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.