From 2af390f0b12ec460f29464d7325cf3ab5b02d98b Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 13 Jul 2024 10:14:02 +0200 Subject: [PATCH] Update copyright info --- 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 1ac669039..67aafb128 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -196,7 +196,7 @@ com_version(wordlist *wl) "** The U. C. Berkeley CAD Group\n" "** Copyright 1985-1994, Regents of the University of California.\n" - "** Copyright 2001-2023, The ngspice team.\n" + "** Copyright 2001-2024, The ngspice team.\n" "** %s\n", ft_sim->simulator, ft_sim->version, ft_sim->description, Spice_Manual); if (*Spice_Notice != '\0') @@ -240,7 +240,7 @@ com_version(wordlist *wl) "** The U. C. Berkeley CAD Group\n" "** Copyright 1985-1994, Regents of the University of California.\n" - "** Copyright 2001-2023, The ngspice team.\n" + "** Copyright 2001-2024, The ngspice team.\n" "** %s\n", ft_sim->simulator, ft_sim->version, ft_sim->description, Spice_Manual); if (*Spice_Notice != '\0')