From: Ton v. O. <tvo...@us...> - 2006-09-12 19:41:01
|
Update of /cvsroot/easycalc/easycalc/include In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2032/include Modified Files: MathLib.h calcDB.h cmatrix.h complex.h defuns.h display.h fp.h funcs.h history.h integ.h konvert.h mathem.h matrix.h meqstack.h segment.h slist.h specfun.h stack.h txtask.h Log Message: Updated file headers with correct FSF address. Added missing file headers. Deleted reference to PalmPilots/PilmPilots in file headers. Index: history.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/history.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** history.h 8 Jul 2001 16:32:12 -0000 1.3 --- history.h 12 Sep 2006 19:40:55 -0000 1.4 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: integ.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/integ.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** integ.h 10 Oct 2002 17:43:39 -0000 1.9 --- integ.h 12 Sep 2006 19:40:55 -0000 1.10 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: txtask.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/txtask.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** txtask.h 9 Jun 2002 12:36:22 -0000 1.1 --- txtask.h 12 Sep 2006 19:40:56 -0000 1.2 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: display.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/display.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** display.h 12 Aug 2002 21:15:39 -0000 1.5 --- display.h 12 Sep 2006 19:40:55 -0000 1.6 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: MathLib.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/MathLib.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MathLib.h 16 Mar 2001 20:27:55 -0000 1.2 --- MathLib.h 12 Sep 2006 19:40:55 -0000 1.3 *************** *** 24,29 **** * You should have received a copy of the GNU Library General Public License * along with this program; see file COPYING.LIB. If not, write to the ! * Free Software Foundation, Inc., 59 Temple Place - Suite 330, ! * Boston, MA 02111-1307, USA * * Version 1.01, 23 August 1997, Rick Huebner --- 24,29 ---- * You should have received a copy of the GNU Library General Public License * along with this program; see file COPYING.LIB. If not, write to the ! * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA * * Version 1.01, 23 August 1997, Rick Huebner Index: cmatrix.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/cmatrix.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** cmatrix.h 12 Aug 2002 07:01:43 -0000 1.8 --- cmatrix.h 12 Sep 2006 19:40:55 -0000 1.9 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001,2002 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001,2002 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: funcs.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/funcs.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** funcs.h 23 May 2006 18:18:44 -0000 1.19 --- funcs.h 12 Sep 2006 19:40:55 -0000 1.20 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: defuns.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/defuns.h,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** defuns.h 2 Aug 2006 18:37:42 -0000 1.37 --- defuns.h 12 Sep 2006 19:40:55 -0000 1.38 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 1999 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: meqstack.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/meqstack.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** meqstack.h 1 Aug 2001 21:50:00 -0000 1.2 --- meqstack.h 12 Sep 2006 19:40:55 -0000 1.3 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: specfun.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/specfun.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** specfun.h 20 Jan 2001 15:56:39 -0000 1.2 --- specfun.h 12 Sep 2006 19:40:55 -0000 1.3 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PalmPilots. * This file Copyright (C) 2000 Rafael Sevilla * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * This file Copyright (C) 2000 Rafael Sevilla * *************** *** 17,21 **** * 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 * * You can contact me at 'di...@pa...'. --- 17,22 ---- * 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. * * You can contact me at 'di...@pa...'. Index: fp.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/fp.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fp.h 21 Apr 2001 22:27:59 -0000 1.4 --- fp.h 12 Sep 2006 19:40:55 -0000 1.5 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: matrix.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/matrix.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** matrix.h 12 Aug 2002 07:01:45 -0000 1.9 --- matrix.h 12 Sep 2006 19:40:55 -0000 1.10 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: complex.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/complex.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** complex.h 25 May 2006 21:29:18 -0000 1.8 --- complex.h 12 Sep 2006 19:40:55 -0000 1.9 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: konvert.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/konvert.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** konvert.h 12 Sep 2006 00:42:00 -0000 1.20 --- konvert.h 12 Sep 2006 19:40:55 -0000 1.21 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: calcDB.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/calcDB.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** calcDB.h 12 Sep 2006 00:42:00 -0000 1.6 --- calcDB.h 12 Sep 2006 19:40:55 -0000 1.7 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 1999 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: segment.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/segment.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** segment.h 23 May 2006 22:59:54 -0000 1.6 --- segment.h 12 Sep 2006 19:40:55 -0000 1.7 *************** *** 1,2 **** --- 1,27 ---- + /* + * $Id$ + * + * Scientific Calculator for Palms. + * Copyright (C) 2000 Ondrej Palkovsky + * + * 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. + * + * You can contact me at 'on...@pe...'. + */ + + #ifndef _SEGMENT_H_ #define _SEGMENT_H_ Index: stack.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/stack.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** stack.h 8 Oct 2002 21:26:32 -0000 1.5 --- stack.h 12 Sep 2006 19:40:55 -0000 1.6 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: slist.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/slist.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** slist.h 26 May 2006 16:14:05 -0000 1.20 --- slist.h 12 Sep 2006 19:40:55 -0000 1.21 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. Index: mathem.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/mathem.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** mathem.h 23 May 2006 22:59:54 -0000 1.26 --- mathem.h 12 Sep 2006 19:40:55 -0000 1.27 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * 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 * * You can contact me at 'on...@pe...'. --- 17,22 ---- * 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. * * You can contact me at 'on...@pe...'. |