From 418c069561d98163f2b0169bd4928cb06b4b8823 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 14 Mar 2020 16:46:07 +0000 Subject: [PATCH] License: bump year and add title --- COPYING | 4 +++- README.md | 2 +- kernel/yosys.cc | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index 0839088c3..575945111 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,6 @@ -Copyright (C) 2012 - 2019 Clifford Wolf +ISC License + +Copyright (C) 2012 - 2020 Clifford Wolf 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/README.md b/README.md index 79801d23f..f8571ad3d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ``` yosys -- Yosys Open SYnthesis Suite -Copyright (C) 2012 - 2019 Clifford Wolf +Copyright (C) 2012 - 2020 Clifford Wolf 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 7694fc9b6..a3f537150 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 - 2019 Clifford Wolf |\n"); + log(" | Copyright (C) 2012 - 2020 Clifford Wolf |\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"); -- 2.30.2