summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--allocator.c2
-rw-r--r--arr.c2
-rw-r--r--blockarr.c2
-rw-r--r--cgen.c2
-rw-r--r--copy.c2
-rw-r--r--decls_cgen.c2
-rw-r--r--err.c2
-rw-r--r--eval.c2
-rw-r--r--identifiers.c2
-rw-r--r--instance_table.c2
-rw-r--r--location.c2
-rw-r--r--main.c2
-rw-r--r--package.c2
-rw-r--r--parse.c2
-rw-r--r--rand.c2
-rw-r--r--scope.c2
-rw-r--r--str.c2
-rw-r--r--tests.c2
-rw-r--r--toc.c2
-rw-r--r--tokenizer.c2
-rw-r--r--typedefs_cgen.c2
-rw-r--r--types.c2
-rw-r--r--types.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/allocator.c b/allocator.c
index da255e4..3c0aec0 100644
--- a/allocator.c
+++ b/allocator.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/arr.c b/arr.c
index 4b67f4f..92f0d62 100644
--- a/arr.c
+++ b/arr.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/blockarr.c b/blockarr.c
index cd4d343..257695f 100644
--- a/blockarr.c
+++ b/blockarr.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/cgen.c b/cgen.c
index 2ba5cec..c9209c5 100644
--- a/cgen.c
+++ b/cgen.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/copy.c b/copy.c
index 98be855..a33ee16 100644
--- a/copy.c
+++ b/copy.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
diff --git a/decls_cgen.c b/decls_cgen.c
index d0923cc..0809262 100644
--- a/decls_cgen.c
+++ b/decls_cgen.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/err.c b/err.c
index 58279f5..6d57cdc 100644
--- a/err.c
+++ b/err.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/eval.c b/eval.c
index 3b0ec71..2739564 100644
--- a/eval.c
+++ b/eval.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/identifiers.c b/identifiers.c
index 10aa82d..ad3fdff 100644
--- a/identifiers.c
+++ b/identifiers.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/instance_table.c b/instance_table.c
index b96b31d..2e73860 100644
--- a/instance_table.c
+++ b/instance_table.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/location.c b/location.c
index eac8e26..c5db626 100644
--- a/location.c
+++ b/location.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/main.c b/main.c
index e7a6fb2..c0b37fc 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/package.c b/package.c
index a5b26b8..71b6aef 100644
--- a/package.c
+++ b/package.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/parse.c b/parse.c
index 47dc8e9..9f7877f 100644
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/rand.c b/rand.c
index aaecfdc..7a9fa4e 100644
--- a/rand.c
+++ b/rand.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/scope.c b/scope.c
index 4fd9df9..016d4bb 100644
--- a/scope.c
+++ b/scope.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/str.c b/str.c
index e659dc2..62dfd70 100644
--- a/str.c
+++ b/str.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/tests.c b/tests.c
index d3805dd..97e021b 100644
--- a/tests.c
+++ b/tests.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/toc.c b/toc.c
index d0eb2a2..8544ef4 100644
--- a/toc.c
+++ b/toc.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/tokenizer.c b/tokenizer.c
index 710ea25..dfa221a 100644
--- a/tokenizer.c
+++ b/tokenizer.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/typedefs_cgen.c b/typedefs_cgen.c
index 3760eec..3050409 100644
--- a/typedefs_cgen.c
+++ b/typedefs_cgen.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/types.c b/types.c
index 63ae5d4..0c27353 100644
--- a/types.c
+++ b/types.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/
diff --git a/types.h b/types.h
index 0c6d863..0925018 100644
--- a/types.h
+++ b/types.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2019 Leo Tenenbaum.
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
*/