From 7e8e9ef00172ecc048d9fa940c67574dce18734d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 14 May 2022 16:32:01 +0200 Subject: [PATCH] Update copyright info to 2022 --- src/frontend/misccoms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index a8ef938e4..d8e8efd44 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -185,7 +185,7 @@ com_version(wordlist *wl) "** %s-%s : %s\n" "** The U. C. Berkeley CAD Group\n" "** Copyright 1985-1994, Regents of the University of California.\n" - "** Copyright 2001-2020, The ngspice team.\n" + "** Copyright 2001-2022, The ngspice team.\n" "** %s\n", ft_sim->simulator, ft_sim->version, ft_sim->description, Spice_Manual); if (*Spice_Notice != '\0') @@ -222,7 +222,7 @@ com_version(wordlist *wl) "** %s-%s : %s\n" "** The U. C. Berkeley CAD Group\n" "** Copyright 1985-1994, Regents of the University of California.\n" - "** Copyright 2001-2020, The ngspice team.\n" + "** Copyright 2001-2022, The ngspice team.\n" "** %s\n", ft_sim->simulator, ft_sim->version, ft_sim->description, Spice_Manual); if (*Spice_Notice != '\0')