Browse Source

Update copyright info

pre-master-46
Holger Vogt 2 years ago
parent
commit
2af390f0b1
  1. 4
      src/frontend/misccoms.c

4
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')

Loading…
Cancel
Save