blob: 743591c324adaec6d2d9db51a650398556f88063 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
From: "Salvador E. Tropea" <salvador@inti.gob.ar>
Date: Thu, 17 Jun 2021 13:35:42 -0300
Subject: [PATCH 3/4] Adjusted (c) years
---
config.pl | 2 +-
conflib.pl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.pl b/config.pl
index 424e3065..cda54600 100644
--- a/config.pl
+++ b/config.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# Copyright (C) 1999-2012 by Salvador E. Tropea (SET),
+# Copyright (C) 1999-2021 by Salvador E. Tropea (SET),
# see copyrigh file for details
#
# To specify the compilation flags define the CFLAGS environment variable.
diff --git a/conflib.pl b/conflib.pl
index 946bfa95..c8e70204 100644
--- a/conflib.pl
+++ b/conflib.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# Copyright (C) 1999-2004 by Salvador E. Tropea (SET),
+# Copyright (C) 1999-2021 by Salvador E. Tropea (SET),
# see copyrigh file for details
#
# Common configuration routines.
--
2.32.0
|