From df5ba27d799df6700cd9a8c9d94f88b7f2623fa3 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 2 Jan 2020 13:41:34 -0500 Subject: updated copyright year --- allocator.c | 2 +- arr.c | 2 +- blockarr.c | 2 +- cgen.c | 2 +- copy.c | 2 +- decls_cgen.c | 2 +- err.c | 2 +- eval.c | 2 +- identifiers.c | 2 +- instance_table.c | 2 +- location.c | 2 +- main.c | 2 +- package.c | 2 +- parse.c | 2 +- rand.c | 2 +- scope.c | 2 +- str.c | 2 +- tests.c | 2 +- toc.c | 2 +- tokenizer.c | 2 +- typedefs_cgen.c | 2 +- types.c | 2 +- types.h | 2 +- 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 . */ 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 . */ 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 . */ 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 . */ 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 . 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ 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 . */ -- cgit v1.2.3