License 3-clause BSD

Update to license information
This commit is contained in:
Holger Vogt 2020-09-13 17:48:18 +02:00
parent df0ffcfc2b
commit 2335639848
2 changed files with 15 additions and 10 deletions

View File

@ -1,6 +1,11 @@
/* -----------------------------------------------------------------
FILE: dstring.c
DESCRIPTION:This file contains the routines for manipulating dynamic strings.
Copyright 2020 The ngspice team
3 - Clause BSD license
(see COPYING or https://opensource.org/licenses/BSD-3-Clause)
Author: Jim Monte
----------------------------------------------------------------- */
#include <ctype.h>
#include <stdarg.h>

View File

@ -1,13 +1,13 @@
//////////////////////////////////////////////////////////////////////////////
// Build cmextrn.h, cminfo.h, udnextrn.h and udninfo.h from udnpath.lst and
// modpath.lst using 'cmpp -lst'. Then compile this file and link it with
// cm and udn object files to produce a dll that can be loaded by ngspice
// at run-time.
// Copyright 2000 The ngspice team
// 3 - Clause BSD license
// (see COPYING or https://opensource.org/licenses/BSD-3-Clause)
// Author: Arpad Buermen
//////////////////////////////////////////////////////////////////////////////
/* ----------------------------------------------------------------------
Build cmextrn.h, cminfo.h, udnextrn.h and udninfo.h from udnpath.lst and
modpath.lst using 'cmpp -lst'. Then compile this file and link it with
cm and udn object files to produce a dll that can be loaded by ngspice
at run-time.
Copyright 2000 The ngspice team
3 - Clause BSD license
(see COPYING or https://opensource.org/licenses/BSD-3-Clause)
Author: Arpad Buermen
------------------------------------------------------------------------ */
#include <stdarg.h>
#include <stdlib.h>