aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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 4595e40..121c6f9 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Eclat
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2023 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 4f87354..4db2c18 100644
--- a/lib/base64.c
+++ b/lib/base64.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2023 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 a5a72fd..fea4edc 100644
--- a/lib/bidimap.c
+++ b/lib/bidimap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 31884bf..e3ac552 100644
--- a/lib/confirm.c
+++ b/lib/confirm.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 5a756df..8887130 100644
--- a/lib/diag.c
+++ b/lib/diag.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 2823215..ad2a4d9 100644
--- a/lib/expand.c
+++ b/lib/expand.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 ab25fc5..42e39aa 100644
--- a/lib/filemap.c
+++ b/lib/filemap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 116493b..bf95ea1 100644
--- a/lib/forlan.c
+++ b/lib/forlan.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 d3341f4..2e75713 100644
--- a/lib/forlan.h
+++ b/lib/forlan.h
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 14c9c88..d14ec5d 100644
--- a/lib/forlangrm.y
+++ b/lib/forlangrm.y
@@ -1,6 +1,6 @@
%{
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 bb21ea1..5281e61 100644
--- a/lib/forlanlex.l
+++ b/lib/forlanlex.l
@@ -1,6 +1,6 @@
%{
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 ca3d82e..fd1347c 100644
--- a/lib/gdbmmap.c
+++ b/lib/gdbmmap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 fb61177..9db34af 100644
--- a/lib/getans.c
+++ b/lib/getans.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 0385263..a6b861b 100644
--- a/lib/getyn.c
+++ b/lib/getyn.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 d49e5de..ba7ee08 100644
--- a/lib/hmac_sha1.c
+++ b/lib/hmac_sha1.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2023 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 26e1378..debb74c 100644
--- a/lib/hmac_sha256.c
+++ b/lib/hmac_sha256.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2023 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 a29d7e4..7162671 100644
--- a/lib/istore.c
+++ b/lib/istore.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 bf68e6b..f1ad7e1 100644
--- a/lib/ldapmap.c
+++ b/lib/ldapmap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 9d08a55..92ce03d 100644
--- a/lib/libeclat.h
+++ b/lib/libeclat.h
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 92cb4ba..241b2b5 100644
--- a/lib/map.c
+++ b/lib/map.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 523597d..00ad8dd 100644
--- a/lib/nullmap.c
+++ b/lib/nullmap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 a6f398c..e01097c 100644
--- a/lib/paramlist.c
+++ b/lib/paramlist.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 dfdf114..85523db 100644
--- a/lib/path.c
+++ b/lib/path.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 f86ae38..025a5ef 100644
--- a/lib/req2url.c
+++ b/lib/req2url.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 568c2e5..dd143dd 100644
--- a/lib/reqaddparm.c
+++ b/lib/reqaddparm.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 98a72d9..f1f2ae4 100644
--- a/lib/reqcreat.c
+++ b/lib/reqcreat.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 7bbbfda..0a7244a 100644
--- a/lib/reqencode.c
+++ b/lib/reqencode.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 9bbb823..7cd0d49 100644
--- a/lib/reqfree.c
+++ b/lib/reqfree.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 e59306b..d38b3db 100644
--- a/lib/reqsign.c
+++ b/lib/reqsign.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 fec072e..767d6e5 100644
--- a/lib/seqmap.c
+++ b/lib/seqmap.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 6b5f50d..8cf5da9 100644
--- a/lib/trace.c
+++ b/lib/trace.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 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 4c2d717..4e1db3a 100644
--- a/lib/urlencode.c
+++ b/lib/urlencode.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2023 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 218146c..171260c 100644
--- a/lib/xmltree.c
+++ b/lib/xmltree.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2023 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.