summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2020-06-16 13:48:05 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2020-06-16 13:48:05 -0700
commite37d0c385d698d46f14fb30e5a44de63c686fadb (patch)
treee5db60b31994f910e33b9c1b66439d7ed9e053f8 /contrib
parentab004e470f5094145c71a2591fdeec658cd9eb2f (diff)
Update copyright headers.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get-authors4
-rwxr-xr-xcontrib/update-copyright.pl4
2 files changed, 5 insertions, 3 deletions
diff --git a/contrib/get-authors b/contrib/get-authors
index 0fb3f6ae1..80c4f57a5 100755
--- a/contrib/get-authors
+++ b/contrib/get-authors
@@ -1,7 +1,7 @@
#!/bin/sh
#
# get-authors
-# Copyright (c) 2009-2019 The CVC4 Project
+# Copyright (c) 2009-2020 The CVC4 Project
#
# usage: get-authors [ files... ]
#
@@ -65,6 +65,8 @@ while [ $# -gt 0 ]; do
sed 's/justinxu421/Justin Xu/' | \
sed 's/yoni206/Yoni Zohar/' | \
sed 's/ayveejay/Andrew V. Jones/' | \
+ sed 's/FabianWolff/Fabian Wolff/' | \
+ sed 's/mudathirmahgoub/Mudathir Mohamed/' | \
# Determine top three contributors
sort | uniq -c | sort -rn | head -n3 | \
diff --git a/contrib/update-copyright.pl b/contrib/update-copyright.pl
index 148392aab..bbe0ebb12 100755
--- a/contrib/update-copyright.pl
+++ b/contrib/update-copyright.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
#
# update-copyright.pl
-# Copyright (c) 2009-2019 The CVC4 Project
+# Copyright (c) 2009-2020 The CVC4 Project
#
# usage: update-copyright [-m] [files/directories...]
# update-copyright [-h | --help]
@@ -47,7 +47,7 @@ $excluded_paths .= ')$';
# Years of copyright for the template. E.g., the string
# "1985, 1987, 1992, 1997, 2008" or "2006-2009" or whatever.
-my $years = '2009-2019';
+my $years = '2009-2020';
my $standard_template = <<EOF;
** This file is part of the CVC4 project.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback