From dd5d1f186873eb5a437a738b74654a6d80f2f937 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 3 May 2020 11:47:22 +0200 Subject: [PATCH] new copyright notice added --- src/frontend/misccoms.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index d0ee6f43d..9c5a2c59b 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -179,6 +179,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" "** %s\n", ft_sim->simulator, ft_sim->version, ft_sim->description, Spice_Manual); if (*Spice_Notice != '\0') @@ -215,6 +216,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" "** %s\n", ft_sim->simulator, ft_sim->version, ft_sim->description, Spice_Manual); if (*Spice_Notice != '\0')