From 8c68d55067cfad3c3c572c73a11e807040f5ca12 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Mon, 8 Jun 2026 22:41:46 +0200 Subject: [PATCH] Update the copyright notice --- 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 c3efbb9cb..5435c8ce2 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -194,7 +194,7 @@ com_version(wordlist *wl) "** The U. C. Berkeley CAD Group\n" "** Copyright 1985-1994, Regents of the University of California.\n" - "** Copyright 2001-2025, The ngspice team.\n" + "** Copyright 2001-2026, The ngspice team.\n" "** %s\n", ft_sim->simulator, ft_sim->version, ft_sim->description, Spice_Manual); if (*Spice_Notice != '\0') @@ -238,7 +238,7 @@ com_version(wordlist *wl) "** The U. C. Berkeley CAD Group\n" "** Copyright 1985-1994, Regents of the University of California.\n" - "** Copyright 2001-2025, The ngspice team.\n" + "** Copyright 2001-2026, The ngspice team.\n" "** %s\n", ft_sim->simulator, ft_sim->version, ft_sim->description, Spice_Manual); if (*Spice_Notice != '\0')