diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-03-06 11:05:18 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-03-06 11:05:18 -0500 |
commit | bfea768f893dfd6fdddc9f620dac95757770b682 (patch) | |
tree | f3b7bee92078b633a7163d0d0f92bdd20300f5a3 /tamer/benches | |
parent | 4941a7602fa9114c1734717cf573fa97dcf7e684 (diff) | |
download | tame-bfea768f893dfd6fdddc9f620dac95757770b682.tar.gz tame-bfea768f893dfd6fdddc9f620dac95757770b682.tar.bz2 tame-bfea768f893dfd6fdddc9f620dac95757770b682.zip |
Copyright year 2020 update
Diffstat (limited to 'tamer/benches')
-rw-r--r-- | tamer/benches/sym.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tamer/benches/sym.rs b/tamer/benches/sym.rs index d96b7d2..b5f0320 100644 --- a/tamer/benches/sym.rs +++ b/tamer/benches/sym.rs @@ -1,6 +1,8 @@ // String internment benchmarks and baselines // -// Copyright (C) 2014-2019 Ryan Specialty Group, LLC. +// Copyright (C) 2014-2020 Ryan Specialty Group, LLC. +// +// This file is part of TAME. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by |