[genius] Fix up copyright lines, convert some forgotten GPL2 headers to the GPL3
- From: George Lebl <jirka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [genius] Fix up copyright lines, convert some forgotten GPL2 headers to the GPL3
- Date: Tue, 11 Dec 2012 03:59:44 +0000 (UTC)
commit a173b92363c4ff4690bd3e774ab5d757df230ad9
Author: Jiri (George) Lebl <jirka 5z com>
Date: Mon Dec 10 21:59:07 2012 -0600
Fix up copyright lines, convert some forgotten GPL2 headers to the GPL3
ChangeLog | 6 +++---
src/calc.c | 2 +-
src/compil.c | 10 +++++-----
src/compil.h | 14 +++++++-------
src/dict.c | 2 +-
src/extra.h | 14 +++++++-------
src/funclib.h | 14 +++++++-------
src/genius.c | 2 +-
src/genius_lists.c | 14 +++++++-------
src/gnome-genius.c | 2 +-
src/gnome-genius.h | 14 +++++++-------
src/graphing.h | 14 +++++++-------
src/inter.c | 14 +++++++-------
src/inter.h | 14 +++++++-------
src/lexer.h | 19 ++++++++++++++++++-
src/matrix.c | 14 +++++++-------
src/matrix.h | 14 +++++++-------
src/matrixw.c | 2 +-
src/matrixw.h | 2 +-
src/mpwrap.c | 2 +-
src/mpzextra.h | 14 +++++++-------
src/parse.y | 10 +++++-----
src/parseutil.c | 10 +++++-----
src/parseutil.h | 10 +++++-----
src/plug_api.h | 14 +++++++-------
src/plugin.c | 10 +++++-----
src/plugin.h | 14 +++++++-------
src/plugread.c | 10 +++++-----
src/plugread.h | 19 ++++++++++++++++++-
src/structs.h | 10 +++++-----
src/symbolic.h | 14 +++++++-------
src/util.c | 14 +++++++-------
src/util.h | 14 +++++++-------
src/utype.c | 14 +++++++-------
src/utype.h | 14 +++++++-------
35 files changed, 207 insertions(+), 173 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9b835c7..6f1d45e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -202,14 +202,14 @@ Tue Mar 20 11:39:45 2012 Jiri (George) Lebl <jirka 5z com>
handler.
* lib/number_theory/primes.gel: update where GIMPS has gotten in
- doublechecking
+ double checking
* po/POTFILES.in: remove glade-helper.c
Sun Dec 25 10:28:09 2011 Jiri (George) Lebl <jirka 5z com>
* lib/number_theory/primes.gel: update where GIMPS has gotten in
- doublechecking
+ double checking
Wed Dec 07 01:40:42 2011 Jiri (George) Lebl <jirka 5z com>
@@ -249,7 +249,7 @@ Fri Jul 29 09:03:53 2011 Jiri (George) Lebl <jirka 5z com>
* */Makefile.am: use WARN_CFLAGS
- * src/ve-miscui.c, src/ve-misc.h, src/matrixw.[ch], src/graphing.c,
+ * ve/ve-miscui.c, ve/ve-misc.h, src/matrixw.[ch], src/graphing.c,
src/gnome-genius.c, src/genius-readline-helper.c, src/funclib.c:
Fix warnings and fix a crasher bug in the process
diff --git a/src/calc.c b/src/calc.c
index 0d61ff4..24f127b 100644
--- a/src/calc.c
+++ b/src/calc.c
@@ -1,5 +1,5 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2009 Jiri (George) Lebl
+ * Copyright (C) 1997-2012 Jiri (George) Lebl
*
* Author: Jiri (George) Lebl
*
diff --git a/src/compil.c b/src/compil.c
index 398395f..319a799 100644
--- a/src/compil.c
+++ b/src/compil.c
@@ -3,9 +3,11 @@
*
* Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/compil.h b/src/compil.h
index eae9ea9..4582814 100644
--- a/src/compil.h
+++ b/src/compil.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2002 George Lebl
+ * Copyright (C) 1997-2002 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _COMPIL_H_
diff --git a/src/dict.c b/src/dict.c
index c8487ed..a9464e0 100644
--- a/src/dict.c
+++ b/src/dict.c
@@ -1,5 +1,5 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2009 Jiri (George) Lebl
+ * Copyright (C) 1997-2011 Jiri (George) Lebl
*
* Author: Jiri (George) Lebl
*
diff --git a/src/extra.h b/src/extra.h
index b345cdf..8594e5c 100644
--- a/src/extra.h
+++ b/src/extra.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2002 George Lebl
+ * Copyright (C) 1997-2002 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _EXTRA_H_
#define _EXTRA_H_
diff --git a/src/funclib.h b/src/funclib.h
index 6ea43ff..9aa54d2 100644
--- a/src/funclib.h
+++ b/src/funclib.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2005 George Lebl
+ * Copyright (C) 1997-2005 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef FUNCLIB_H_
diff --git a/src/genius.c b/src/genius.c
index 0f90d16..e2a3894 100644
--- a/src/genius.c
+++ b/src/genius.c
@@ -1,5 +1,5 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2010 Jiri (George) Lebl
+ * Copyright (C) 1997-2012 Jiri (George) Lebl
*
* Author: Jiri (George) Lebl
*
diff --git a/src/genius_lists.c b/src/genius_lists.c
index f50ed65..e789b7a 100644
--- a/src/genius_lists.c
+++ b/src/genius_lists.c
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2009 George Lebl
+ * Copyright (C) 1997-2009 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define NULL ((void *)0)
diff --git a/src/gnome-genius.c b/src/gnome-genius.c
index 291f215..c143a30 100644
--- a/src/gnome-genius.c
+++ b/src/gnome-genius.c
@@ -1,5 +1,5 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2011 Jiri (George) Lebl
+ * Copyright (C) 1997-2012 Jiri (George) Lebl
*
* Author: Jiri (George) Lebl
*
diff --git a/src/gnome-genius.h b/src/gnome-genius.h
index b6f4d33..9fdfce5 100644
--- a/src/gnome-genius.h
+++ b/src/gnome-genius.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 2004-2009 George Lebl
+ * Copyright (C) 2004-2009 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef GNOME_GENIUS_H_
diff --git a/src/graphing.h b/src/graphing.h
index 4819a1c..9ee4f83 100644
--- a/src/graphing.h
+++ b/src/graphing.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) George Lebl
+ * Copyright (C) 2003-2004 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef GRAPHING_H_
diff --git a/src/inter.c b/src/inter.c
index 926753e..915f115 100644
--- a/src/inter.c
+++ b/src/inter.c
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2009 George Lebl
+ * Copyright (C) 1997-2011 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/inter.h b/src/inter.h
index 071b1b7..e5c85c4 100644
--- a/src/inter.h
+++ b/src/inter.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2002 George Lebl
+ * Copyright (C) 1997-2002 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _INTER_H_
diff --git a/src/lexer.h b/src/lexer.h
index a7f9acf..16d6dfb 100644
--- a/src/lexer.h
+++ b/src/lexer.h
@@ -1,5 +1,22 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2003 George Lebl
+ * Copyright (C) 1997-2003 Jiri (George) Lebl
+ *
+ * Author: Jiri (George) Lebl
+ *
+ * This file is part of Genius.
+ *
+ * Genius 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/>.
*/
#ifndef __LEXER_H__
#define __LEXER_H__
diff --git a/src/matrix.c b/src/matrix.c
index 5b072b9..edebbd5 100644
--- a/src/matrix.c
+++ b/src/matrix.c
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2011 George Lebl
+ * Copyright (C) 1997-2011 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/matrix.h b/src/matrix.h
index e35fd75..0636aba 100644
--- a/src/matrix.h
+++ b/src/matrix.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2011 George Lebl
+ * Copyright (C) 1997-2011 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _MATRIX_H_
diff --git a/src/matrixw.c b/src/matrixw.c
index b1a2786..2a7d831 100644
--- a/src/matrixw.c
+++ b/src/matrixw.c
@@ -1,7 +1,7 @@
/* GENIUS Calculator
* Copyright (C) 1997-2011 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
* This file is part of Genius.
*
diff --git a/src/matrixw.h b/src/matrixw.h
index 9c70964..8dabfff 100644
--- a/src/matrixw.h
+++ b/src/matrixw.h
@@ -1,7 +1,7 @@
/* GENIUS Calculator
* Copyright (C) 1997-2011 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
* This file is part of Genius.
*
diff --git a/src/mpwrap.c b/src/mpwrap.c
index 3dd5438..c1c5563 100644
--- a/src/mpwrap.c
+++ b/src/mpwrap.c
@@ -1,5 +1,5 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2009 Jiri (George) Lebl
+ * Copyright (C) 1997-2011 Jiri (George) Lebl
*
* Author: Jiri (George) Lebl
*
diff --git a/src/mpzextra.h b/src/mpzextra.h
index 99c237d..9a65442 100644
--- a/src/mpzextra.h
+++ b/src/mpzextra.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2003 George Lebl
+ * Copyright (C) 1997-2003 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MPZEXTRA_H
diff --git a/src/parse.y b/src/parse.y
index 60e1a26..fe48874 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -3,9 +3,11 @@
*
* Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
%{
#include "config.h"
diff --git a/src/parseutil.c b/src/parseutil.c
index b6ddc70..3e160db 100644
--- a/src/parseutil.c
+++ b/src/parseutil.c
@@ -3,9 +3,11 @@
*
* Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/parseutil.h b/src/parseutil.h
index 1d035e2..232130e 100644
--- a/src/parseutil.h
+++ b/src/parseutil.h
@@ -3,9 +3,11 @@
*
* Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PARSEUTIL_H_
#define _PARSEUTIL_H_
diff --git a/src/plug_api.h b/src/plug_api.h
index d3fc368..09d31a1 100644
--- a/src/plug_api.h
+++ b/src/plug_api.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2002 George Lebl
+ * Copyright (C) 1997-2002 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _PLUG_API_H_
diff --git a/src/plugin.c b/src/plugin.c
index 584f832..d8bf9a0 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -3,9 +3,11 @@
*
* Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/plugin.h b/src/plugin.h
index 8c4175d..c9015dd 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2002 George Lebl
+ * Copyright (C) 1997-2002 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef PLUGIN_H__
diff --git a/src/plugread.c b/src/plugread.c
index caf3f3d..6f79e19 100644
--- a/src/plugread.c
+++ b/src/plugread.c
@@ -3,9 +3,11 @@
*
* Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/plugread.h b/src/plugread.h
index 7b9648a..f617b78 100644
--- a/src/plugread.h
+++ b/src/plugread.h
@@ -1,5 +1,22 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2002 George Lebl
+ * Copyright (C) 1997-2002 Jiri (George) Lebl
+ *
+ * Author: Jiri (George) Lebl
+ *
+ * This file is part of Genius.
+ *
+ * Genius 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/>.
*/
#ifndef _PLUGREAD_H_
#define _PLUGREAD_H_
diff --git a/src/structs.h b/src/structs.h
index 0b80573..8b2da90 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -3,9 +3,11 @@
*
* Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _GEL_STRUCTS_H
diff --git a/src/symbolic.h b/src/symbolic.h
index 015609d..598ab98 100644
--- a/src/symbolic.h
+++ b/src/symbolic.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 2005 George Lebl
+ * Copyright (C) 2005 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SYMBOLIC_H_
diff --git a/src/util.c b/src/util.c
index 68c3743..dc099c9 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2009 George Lebl
+ * Copyright (C) 1997-2009 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/util.h b/src/util.h
index 7d0d43b..454ab69 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2009 George Lebl
+ * Copyright (C) 1997-2009 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _GENIUS_UTIL_H_
diff --git a/src/utype.c b/src/utype.c
index 0b8040a..766efdc 100644
--- a/src/utype.c
+++ b/src/utype.c
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2002 George Lebl
+ * Copyright (C) 1997-2002 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/utype.h b/src/utype.h
index 1127acc..09ca588 100644
--- a/src/utype.h
+++ b/src/utype.h
@@ -1,11 +1,13 @@
/* GENIUS Calculator
- * Copyright (C) 1997-2002 George Lebl
+ * Copyright (C) 1997-2002 Jiri (George) Lebl
*
- * Author: George Lebl
+ * Author: Jiri (George) Lebl
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of Genius.
+ *
+ * Genius 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
+ * 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,
@@ -14,9 +16,7 @@
* 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- * USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _UTYPE_H_
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]