OSSP CVS Repository

ossp - Check-in [3711]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3711
Date: 2004-Jan-09 12:28:22 (local)
2004-Jan-09 11:28:22 (UTC)
User:rse
Branch:
Comment: OSSP ui64 was never done under C&W work time, so no need to give them the copyright
Tickets:
Inspections:
Files:
ossp-pkg/ui64/Makefile.in      1.3 -> 1.4     0 inserted, 1 deleted
ossp-pkg/ui64/README      1.5 -> 1.6     0 inserted, 1 deleted
ossp-pkg/ui64/aclocal.m4      1.3 -> 1.4     0 inserted, 1 deleted
ossp-pkg/ui64/configure.ac      1.3 -> 1.4     0 inserted, 1 deleted
ossp-pkg/ui64/ui64-config.in      1.3 -> 1.4     0 inserted, 1 deleted
ossp-pkg/ui64/ui64.c      1.5 -> 1.6     0 inserted, 1 deleted
ossp-pkg/ui64/ui64.h      1.7 -> 1.8     0 inserted, 1 deleted
ossp-pkg/ui64/ui64.pod      1.8 -> 1.9     0 inserted, 1 deleted
ossp-pkg/ui64/ui64_test.c      1.4 -> 1.5     0 inserted, 1 deleted

ossp-pkg/ui64/Makefile.in 1.3 -> 1.4

--- Makefile.in  2004/01/09 11:25:48     1.3
+++ Makefile.in  2004/01/09 11:28:22     1.4
@@ -2,7 +2,6 @@
 ##  OSSP ui64 - 64-Bit Arithmetic
 ##  Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
 ##  Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-##  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 ##
 ##  This file is part of OSSP ui64, a 64-bit arithmetic library
 ##  which can be found at http://www.ossp.org/pkg/lib/ui64/.


ossp-pkg/ui64/README 1.5 -> 1.6

--- README       2004/01/09 11:25:48     1.5
+++ README       2004/01/09 11:28:22     1.6
@@ -17,7 +17,6 @@
 
   Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
   Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 
   This file is part of OSSP ui64, a 64-bit arithmetic library
   which can be found at http://www.ossp.org/pkg/lib/ui64/.


ossp-pkg/ui64/aclocal.m4 1.3 -> 1.4

--- aclocal.m4   2004/01/09 11:25:48     1.3
+++ aclocal.m4   2004/01/09 11:28:22     1.4
@@ -2,7 +2,6 @@
 dnl ##  OSSP ui64 - 64-Bit Arithmetic
 dnl ##  Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
 dnl ##  Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-dnl ##  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 dnl ##
 dnl ##  This file is part of OSSP ui64, a 64-bit arithmetic library
 dnl ##  which can be found at http://www.ossp.org/pkg/lib/ui64/.


ossp-pkg/ui64/configure.ac 1.3 -> 1.4

--- configure.ac 2004/01/09 11:25:48     1.3
+++ configure.ac 2004/01/09 11:28:22     1.4
@@ -2,7 +2,6 @@
 dnl ##  OSSP ui64 - 64-Bit Arithmetic
 dnl ##  Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
 dnl ##  Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-dnl ##  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 dnl ##
 dnl ##  This file is part of OSSP ui64, a 64-bit arithmetic library
 dnl ##  which can be found at http://www.ossp.org/pkg/lib/ui64/.


ossp-pkg/ui64/ui64-config.in 1.3 -> 1.4

--- ui64-config.in       2004/01/09 11:25:48     1.3
+++ ui64-config.in       2004/01/09 11:28:22     1.4
@@ -3,7 +3,6 @@
 ##  OSSP ui64 - 64-Bit Arithmetic
 ##  Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
 ##  Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-##  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 ##
 ##  This file is part of OSSP ui64, a 64-bit arithmetic library
 ##  which can be found at http://www.ossp.org/pkg/lib/ui64/.


ossp-pkg/ui64/ui64.c 1.5 -> 1.6

--- ui64.c       2004/01/09 11:25:48     1.5
+++ ui64.c       2004/01/09 11:28:22     1.6
@@ -2,7 +2,6 @@
 **  OSSP ui64 - 64-Bit Arithmetic
 **  Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
 **  Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-**  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 **
 **  This file is part of OSSP ui64, a 64-bit arithmetic library
 **  which can be found at http://www.ossp.org/pkg/lib/ui64/.


ossp-pkg/ui64/ui64.h 1.7 -> 1.8

--- ui64.h       2004/01/09 11:25:48     1.7
+++ ui64.h       2004/01/09 11:28:22     1.8
@@ -2,7 +2,6 @@
 **  OSSP ui64 - 64-Bit Arithmetic
 **  Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
 **  Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-**  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 **
 **  This file is part of OSSP ui64, a 64-bit arithmetic library
 **  which can be found at http://www.ossp.org/pkg/lib/ui64/.


ossp-pkg/ui64/ui64.pod 1.8 -> 1.9

--- ui64.pod     2004/01/09 11:25:48     1.8
+++ ui64.pod     2004/01/09 11:28:23     1.9
@@ -2,7 +2,6 @@
 ##  OSSP ui64 - 64-Bit Arithmetic
 ##  Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
 ##  Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-##  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 ##
 ##  This file is part of OSSP ui64, a 64-bit arithmetic library
 ##  which can be found at http://www.ossp.org/pkg/lib/ui64/.


ossp-pkg/ui64/ui64_test.c 1.4 -> 1.5

--- ui64_test.c  2004/01/09 11:25:48     1.4
+++ ui64_test.c  2004/01/09 11:28:23     1.5
@@ -2,7 +2,6 @@
 **  OSSP ui64 - 64-Bit Arithmetic
 **  Copyright (c) 2002-2004 Ralf S. Engelschall <rse@engelschall.com>
 **  Copyright (c) 2002-2004 The OSSP Project <http://www.ossp.org/>
-**  Copyright (c) 2002-2004 Cable & Wireless Deutschland <http://www.cw.com/de/>
 **
 **  This file is part of OSSP ui64, a 64-bit arithmetic library
 **  which can be found at http://www.ossp.org/pkg/lib/ui64/.

CVSTrac 2.0.1