[gcalctool] Fix up copyright notices



commit b3ead73da4ddd3509a858ff4e67bbb3b5ce0bc23
Author: Robert Ancell <robert ancell gmail com>
Date:   Mon Sep 28 12:28:06 2009 +1000

    Fix up copyright notices

 src/calctool.c            |   14 +++++++-------
 src/calctool.h            |    6 ++----
 src/display.c             |    7 ++-----
 src/display.h             |    6 ++----
 src/financial.c           |    5 ++---
 src/financial.h           |    5 ++---
 src/get.c                 |    6 ++----
 src/get.h                 |    6 ++----
 src/gtk.c                 |    7 ++-----
 src/mp-binary.c           |   19 +++++++++++++++++++
 src/mp-convert.c          |    5 +----
 src/mp-equation-lexer.l   |    5 ++---
 src/mp-equation-parser.y  |    5 ++---
 src/mp-equation-private.h |    5 +----
 src/mp-equation.c         |    5 +----
 src/mp-equation.h         |    5 +----
 src/mp-internal.h         |    5 +----
 src/mp-trigonometric.c    |    5 +----
 src/mp.c                  |    5 +----
 src/mp.h                  |    6 ++----
 src/register.c            |    5 +----
 src/register.h            |    5 +----
 src/ui.h                  |    7 ++-----
 src/unittest.c            |    5 +----
 src/unittest.h            |    5 +----
 25 files changed, 61 insertions(+), 98 deletions(-)
---
diff --git a/src/calctool.c b/src/calctool.c
index d1e25f9..994a551 100644
--- a/src/calctool.c
+++ b/src/calctool.c
@@ -1,16 +1,16 @@
-
-/* Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
- *           
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
+ *
  *  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, or (at your option)
  *  any later version.
- *           
- *  This program is distributed in the hope that it will be useful, but 
+ *
+ *  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 
+ *  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., 59 Temple Place - Suite 330, Boston, MA
diff --git a/src/calctool.h b/src/calctool.h
index 925e34a..9727fc9 100644
--- a/src/calctool.h
+++ b/src/calctool.h
@@ -1,7 +1,5 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/display.c b/src/display.c
index 6ded7c1..2b9f9ea 100644
--- a/src/display.c
+++ b/src/display.c
@@ -1,8 +1,5 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
- *  Copyright (c) 2008 Robert Ancell
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/display.h b/src/display.h
index c1817fe..d62ab13 100644
--- a/src/display.h
+++ b/src/display.h
@@ -1,7 +1,5 @@
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
- *  Copyright (c) 2008 Robert Ancell
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/financial.c b/src/financial.c
index 1058666..806361c 100644
--- a/src/financial.c
+++ b/src/financial.c
@@ -1,6 +1,5 @@
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/financial.h b/src/financial.h
index 0c95cc1..bfc6fff 100644
--- a/src/financial.h
+++ b/src/financial.h
@@ -1,6 +1,5 @@
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/get.c b/src/get.c
index 9bafa8c..ea93603 100644
--- a/src/get.c
+++ b/src/get.c
@@ -1,7 +1,5 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/get.h b/src/get.h
index abe4ffa..d534496 100644
--- a/src/get.h
+++ b/src/get.h
@@ -1,7 +1,5 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/gtk.c b/src/gtk.c
index 2607d40..93f2fab 100644
--- a/src/gtk.c
+++ b/src/gtk.c
@@ -1,8 +1,5 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
- *  Copyright (c) 2008 Robert Ancell
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/mp-binary.c b/src/mp-binary.c
index 3c382b3..5de3186 100644
--- a/src/mp-binary.c
+++ b/src/mp-binary.c
@@ -1,3 +1,22 @@
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
+ *           
+ *  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, 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., 59 Temple Place - Suite 330, Boston, MA
+ *  02111-1307, USA.
+ */
+
 #include <stdio.h>
 
 #include "mp.h"
diff --git a/src/mp-convert.c b/src/mp-convert.c
index a79af5f..e5ac3d5 100644
--- a/src/mp-convert.c
+++ b/src/mp-convert.c
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
  *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  This program is free software; you can redistribute it and/or modify
diff --git a/src/mp-equation-lexer.l b/src/mp-equation-lexer.l
index 11588ac..8531304 100644
--- a/src/mp-equation-lexer.l
+++ b/src/mp-equation-lexer.l
@@ -6,9 +6,8 @@
 %option outfile="mp-equation-lexer.c" header-file="mp-equation-lexer.h"
 
 %{
-
-/*  Copyright (C) 2004-2008 Sami Pietila
- *  Copyright (C) 2008-2009 Robert Ancell
+/*  Copyright (c) 2004-2008 Sami Pietila
+ *  Copyright (c) 2008-2009 Robert Ancell
  *
  *  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
diff --git a/src/mp-equation-parser.y b/src/mp-equation-parser.y
index bcf2625..33d352b 100644
--- a/src/mp-equation-parser.y
+++ b/src/mp-equation-parser.y
@@ -1,7 +1,6 @@
 %{
-
-/*  Copyright (C) 2004-2008 Sami Pietila
- *  Copyright (C) 2008-2009 Robert Ancell
+/*  Copyright (c) 2004-2008 Sami Pietila
+ *  Copyright (c) 2008-2009 Robert Ancell
  *
  *  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
diff --git a/src/mp-equation-private.h b/src/mp-equation-private.h
index 16bf6ec..333e6f9 100644
--- a/src/mp-equation-private.h
+++ b/src/mp-equation-private.h
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (C) 2004-2008 Sami Pietila
+/*  Copyright (c) 2004-2008 Sami Pietila
  *  Copyright (c) 2008-2009 Robert Ancell
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/src/mp-equation.c b/src/mp-equation.c
index 9cffbbd..f129904 100644
--- a/src/mp-equation.c
+++ b/src/mp-equation.c
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (C) 2004-2008 Sami Pietila
+/*  Copyright (c) 2004-2008 Sami Pietila
  *  Copyright (c) 2008-2009 Robert Ancell
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/src/mp-equation.h b/src/mp-equation.h
index 3787e05..8d4c59e 100644
--- a/src/mp-equation.h
+++ b/src/mp-equation.h
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (C) 2004-2008 Sami Pietila
+/*  Copyright (c) 2004-2008 Sami Pietila
  *  Copyright (c) 2008-2009 Robert Ancell
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/src/mp-internal.h b/src/mp-internal.h
index 5fd6e03..367b072 100644
--- a/src/mp-internal.h
+++ b/src/mp-internal.h
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
  *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  This program is free software; you can redistribute it and/or modify
diff --git a/src/mp-trigonometric.c b/src/mp-trigonometric.c
index f43a649..ff90108 100644
--- a/src/mp-trigonometric.c
+++ b/src/mp-trigonometric.c
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
  *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  This program is free software; you can redistribute it and/or modify
diff --git a/src/mp.c b/src/mp.c
index cdc7d48..f2f4208 100644
--- a/src/mp.c
+++ b/src/mp.c
@@ -1,7 +1,4 @@
- 
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
  *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  This program is free software; you can redistribute it and/or modify
diff --git a/src/mp.h b/src/mp.h
index 729f7ae..82fd003 100644
--- a/src/mp.h
+++ b/src/mp.h
@@ -1,7 +1,5 @@
 
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
  *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  This program is free software; you can redistribute it and/or modify
@@ -175,7 +173,7 @@ void   mp_sqrt(const MPNumber *x, MPNumber *z);
 void   mp_factorial(const MPNumber *x, MPNumber *z);
 
 /* Sets z = x mod y */
-void  mp_modulus_divide(const MPNumber *x, const MPNumber *y, MPNumber *z);
+void   mp_modulus_divide(const MPNumber *x, const MPNumber *y, MPNumber *z);
 
 /* Sets z = x^y */
 void   mp_xpowy(const MPNumber *x, const MPNumber *y, MPNumber *z);
diff --git a/src/register.c b/src/register.c
index 3c7c346..9f9ae96 100644
--- a/src/register.c
+++ b/src/register.c
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (c) 2008 Robert Ancell
+/*  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/register.h b/src/register.h
index 5b2dff3..5daae75 100644
--- a/src/register.h
+++ b/src/register.h
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (c) 2008 Robert Ancell
+/*  Copyright (c) 2008-2009 Robert Ancell
  *
  *  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
diff --git a/src/ui.h b/src/ui.h
index 6c624dd..b9dc284 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -1,8 +1,5 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
- *  Copyright (c) 2008 Robert Ancell
+/*  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+ *  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/unittest.c b/src/unittest.c
index c9bb66e..45de8b8 100644
--- a/src/unittest.c
+++ b/src/unittest.c
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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
diff --git a/src/unittest.h b/src/unittest.h
index 962a6fa..6c1b25d 100644
--- a/src/unittest.h
+++ b/src/unittest.h
@@ -1,7 +1,4 @@
-
-/*  $Header$
- *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc. All Rights Reserved.
+/*  Copyright (c) 2008-2009 Robert Ancell
  *           
  *  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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]