From 23356398485fcfc153cef95ebb4c79760db9a578 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 13 Sep 2020 17:48:18 +0200 Subject: [PATCH] License 3-clause BSD Update to license information --- src/misc/dstring.c | 5 +++++ src/xspice/icm/dlmain.c | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/misc/dstring.c b/src/misc/dstring.c index f3bcbd034..1afcf8e19 100644 --- a/src/misc/dstring.c +++ b/src/misc/dstring.c @@ -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 #include diff --git a/src/xspice/icm/dlmain.c b/src/xspice/icm/dlmain.c index ee59ff9d8..9cd90cf63 100644 --- a/src/xspice/icm/dlmain.c +++ b/src/xspice/icm/dlmain.c @@ -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 #include