diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-08-22 18:43:16 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-08-22 18:43:16 +0200 |
commit | e9f3eb97607bc49b6bb77229f1fad9796aea1483 (patch) | |
tree | e75b6921ad4655290a3c1dacb6dfa0a129d30dd5 | |
parent | 151db528e44fd12f3c31561df3bb37c12dca48ad (diff) | |
download | yosys-e9f3eb97607bc49b6bb77229f1fad9796aea1483.tar.gz yosys-e9f3eb97607bc49b6bb77229f1fad9796aea1483.tar.bz2 yosys-e9f3eb97607bc49b6bb77229f1fad9796aea1483.zip |
Bump year in copyright notice
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | kernel/yosys.cc | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Copyright (C) 2012 - 2018 Clifford Wolf <clifford@clifford.at> +Copyright (C) 2012 - 2019 Clifford Wolf <clifford@clifford.at> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1,7 +1,7 @@ ``` yosys -- Yosys Open SYnthesis Suite -Copyright (C) 2012 - 2018 Clifford Wolf <clifford@clifford.at> +Copyright (C) 2012 - 2019 Clifford Wolf <clifford@clifford.at> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/kernel/yosys.cc b/kernel/yosys.cc index 747f2d739..5018a4888 100644 --- a/kernel/yosys.cc +++ b/kernel/yosys.cc @@ -129,7 +129,7 @@ void yosys_banner() log(" | |\n"); log(" | yosys -- Yosys Open SYnthesis Suite |\n"); log(" | |\n"); - log(" | Copyright (C) 2012 - 2018 Clifford Wolf <clifford@clifford.at> |\n"); + log(" | Copyright (C) 2012 - 2019 Clifford Wolf <clifford@clifford.at> |\n"); log(" | |\n"); log(" | Permission to use, copy, modify, and/or distribute this software for any |\n"); log(" | purpose with or without fee is hereby granted, provided that the above |\n"); |