update license info
This commit is contained in:
parent
25d7d323a4
commit
00311e7ff1
2
LICENSE
2
LICENSE
|
|
@ -1,7 +1,7 @@
|
||||||
# This is a source file distribution of XSCHEM,
|
# This is a source file distribution of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
4
README
4
README
|
|
@ -17,6 +17,10 @@ BUILDING & INSTALLING
|
||||||
|
|
||||||
Please read the instructions in file INSTALL.
|
Please read the instructions in file INSTALL.
|
||||||
|
|
||||||
|
LICENSING
|
||||||
|
|
||||||
|
See file LICENSE and license header in each source file.
|
||||||
|
|
||||||
SUBDIRECTORIES
|
SUBDIRECTORIES
|
||||||
|
|
||||||
doc: xschem homepage, reference manual and man pages
|
doc: xschem homepage, reference manual and man pages
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -52,7 +52,7 @@ void set_modify(int mod)
|
||||||
void print_version()
|
void print_version()
|
||||||
{
|
{
|
||||||
printf("XSCHEM V%s\n", XSCHEM_VERSION);
|
printf("XSCHEM V%s\n", XSCHEM_VERSION);
|
||||||
printf("Copyright 1998-2020 Stefan Schippers\n");
|
printf("Copyright 1998-2021 Stefan Schippers\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("This is free software; see the source for copying conditions. There is NO\n");
|
printf("This is free software; see the source for copying conditions. There is NO\n");
|
||||||
printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
printf("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,26 @@
|
||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
# File: clock.awk
|
||||||
|
#
|
||||||
|
# This file is part of XSCHEM,
|
||||||
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
|
# simulation.
|
||||||
|
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# plugin for clock expansion
|
# plugin for clock expansion
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,25 @@
|
||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
# File: expand_alias.awk
|
||||||
|
#
|
||||||
|
# This file is part of XSCHEM,
|
||||||
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
|
# simulation.
|
||||||
|
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
# expand alias calls
|
# expand alias calls
|
||||||
# expand nested aliases too
|
# expand nested aliases too
|
||||||
# Stefan Schippers, 04-08-1999
|
# Stefan Schippers, 04-08-1999
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,25 @@
|
||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
# File: param.awk
|
||||||
|
#
|
||||||
|
# This file is part of XSCHEM,
|
||||||
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
|
# simulation.
|
||||||
|
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
# 20200212 added simple expression parsing
|
# 20200212 added simple expression parsing
|
||||||
|
|
||||||
# 20170830
|
# 20170830
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,25 @@
|
||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
# File: preprocess.awk
|
||||||
|
#
|
||||||
|
# This file is part of XSCHEM,
|
||||||
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
|
# simulation.
|
||||||
|
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,25 @@
|
||||||
#!/usr/bin/awk -f
|
#!/usr/bin/awk -f
|
||||||
|
# File: stimuli.awk
|
||||||
|
#
|
||||||
|
# This file is part of XSCHEM,
|
||||||
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
|
# simulation.
|
||||||
|
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
# convert from Lsim like stimuli file to spice PWL form:
|
# convert from Lsim like stimuli file to spice PWL form:
|
||||||
# Stefan Schippers, 02-08-1999
|
# Stefan Schippers, 02-08-1999
|
||||||
# 04-08-1999: -bus notation is now supported
|
# 04-08-1999: -bus notation is now supported
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,28 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# File: utile.tcl
|
||||||
|
#
|
||||||
|
# This file is part of XSCHEM,
|
||||||
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
|
# simulation.
|
||||||
|
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 2 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# the next line restarts using wish \
|
# the next line restarts using wish \
|
||||||
exec wish "$0" "$@"
|
exec wish "$0" "$@"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
* This file is part of XSCHEM,
|
* This file is part of XSCHEM,
|
||||||
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
* a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
* simulation.
|
* simulation.
|
||||||
* Copyright (C) 1998-2020 Stefan Frederik Schippers
|
* Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -2037,7 +2037,7 @@ proc about {} {
|
||||||
button .about.link -text {http://repo.hu/projects/xschem} -font Underline-Font -fg blue -relief flat
|
button .about.link -text {http://repo.hu/projects/xschem} -font Underline-Font -fg blue -relief flat
|
||||||
button .about.link2 -text {https://github.com/StefanSchippers/xschem} -font Underline-Font -fg blue -relief flat
|
button .about.link2 -text {https://github.com/StefanSchippers/xschem} -font Underline-Font -fg blue -relief flat
|
||||||
button .about.link3 -text {Online XSCHEM Manual} -font Underline-Font -fg blue -relief flat
|
button .about.link3 -text {Online XSCHEM Manual} -font Underline-Font -fg blue -relief flat
|
||||||
label .about.copyright -text "\n Copyright 1998-2020 Stefan Schippers (stefan.schippers@gmail.com) \n
|
label .about.copyright -text "\n Copyright 1998-2021 Stefan Schippers (stefan.schippers@gmail.com) \n
|
||||||
This is free software; see the source for copying conditions. There is NO warranty;
|
This is free software; see the source for copying conditions. There is NO warranty;
|
||||||
not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\n"
|
not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\n"
|
||||||
button .about.close -text Close -command {destroy .about} -font {Sans 18}
|
button .about.close -text Close -command {destroy .about} -font {Sans 18}
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# This file is part of XSCHEM,
|
# This file is part of XSCHEM,
|
||||||
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
# a schematic capture and Spice/Vhdl/Verilog netlisting tool for circuit
|
||||||
# simulation.
|
# simulation.
|
||||||
# Copyright (C) 1998-2020 Stefan Frederik Schippers
|
# Copyright (C) 1998-2021 Stefan Frederik Schippers
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue