diff --git a/LICENSE b/LICENSE index b6fdb37555d869c93c1994d2363db632982f8f64..a11aedf8655831f60390e76946537e7186add3de 100644 --- a/LICENSE +++ b/LICENSE @@ -634,6 +634,15 @@ the "copyright" line and a pointer to where the full notice is found. diglog Copyright (C) 2018 Etienne BRATEAU + "LOG", the circuit editing and simulation system + "DigLOG", the digital simulator for LOG. + Copyright (C) 1985, 1990 David Gillespie. + Author's address: daveg@synaptics.edu + + "AnaLOG", the analog simulator for LOG, 5.66 + Copyright (C) 1985, 1990 John Lazzaro. + Author's address: lazzaro@cs.berkeley.edu; + 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 3 of the License, or @@ -654,7 +663,7 @@ notice like this when it starts in an interactive mode: diglog Copyright (C) 2018 Etienne BRATEAU - "LOG", the circuit editing and simulation system, 5.66 + "LOG", the circuit editing and simulation system "DigLOG", the digital simulator for LOG. Copyright (C) 1985, 1990 David Gillespie. Author's address: daveg@synaptics.edu diff --git a/README.md b/README.md index e32a9c131a96502a8a4813684e4521bf08bd517c..68324b6ed2b26f0aa4060b12234887ccd6f287a3 100644 --- a/README.md +++ b/README.md @@ -55,24 +55,28 @@ _Not yet implemented_ ## License ``` -"DigLOG", the digital simulator for LOG. -Copyright (C) 1985, 1990 David Gillespie. -Author's address: daveg@synaptics.edu - -"AnaLOG", the analog simulator for LOG, 5.66 -Copyright (C) 1985, 1990 John Lazzaro. -Author's address: lazzaro@cs.berkeley.edu; - -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 (any 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; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -``` + diglog + Copyright (C) 2018 Etienne BRATEAU + + "LOG", the circuit editing and simulation system + "DigLOG", the digital simulator for LOG. + Copyright (C) 1985, 1990 David Gillespie. + Author's address: daveg@synaptics.edu + + "AnaLOG", the analog simulator for LOG, 5.66 + Copyright (C) 1985, 1990 John Lazzaro. + Author's address: lazzaro@cs.berkeley.edu; + + 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 3 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, see <http://www.gnu.org/licenses/>. +``` \ No newline at end of file