From adcb9b300428e9a06a5074c1cb1f23550c93ee01 Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Wed, 13 May 2020 09:47:28 +0300 Subject: [PATCH] Remove year from copyright notices. --- COPYRIGHT | 2 +- LICENSE-MIT | 2 +- fuzz/fuzzers/fuzz_encodings.rs | 2 +- fuzz/fuzzers/fuzz_mem.rs | 2 +- generate-encoding-data.py | 6 +++--- src/ascii.rs | 2 +- src/big5.rs | 2 +- src/data.rs | 2 +- src/euc_jp.rs | 2 +- src/euc_kr.rs | 2 +- src/gb18030.rs | 2 +- src/handles.rs | 2 +- src/iso_2022_jp.rs | 2 +- src/lib.rs | 2 +- src/macros.rs | 2 +- src/mem.rs | 2 +- src/replacement.rs | 2 +- src/shift_jis.rs | 2 +- src/simd_funcs.rs | 2 +- src/single_byte.rs | 2 +- src/testing.rs | 2 +- src/utf_16.rs | 2 +- src/utf_8.rs | 2 +- src/variant.rs | 2 +- src/x_user_defined.rs | 2 +- 25 files changed, 27 insertions(+), 27 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 607467e..2bcd872 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -encoding_rs is copyright 2013-2016 Mozilla Foundation. +encoding_rs is copyright Mozilla Foundation. Licensed under the Apache License, Version 2.0