Index: ossp-pkg/ui64/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/ui64/Makefile.in,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ui64/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/04/28 13:22:49 1.1 +++ Makefile.in 2003/03/23 18:07:15 1.2 @@ -1,8 +1,8 @@ ## ## OSSP ui64 - 64-Bit Arithmetic -## Copyright (c) 2002 Ralf S. Engelschall -## Copyright (c) 2002 The OSSP Project -## Copyright (c) 2002 Cable & Wireless Deutschland +## Copyright (c) 2002-2003 Ralf S. Engelschall +## Copyright (c) 2002-2003 The OSSP Project +## Copyright (c) 2002-2003 Cable & Wireless Deutschland ## ## This file is part of OSSP ui64, a 64-bit arithmetic library ## which can be found at http://www.ossp.org/pkg/lib/ui64/. Index: ossp-pkg/ui64/README RCS File: /v/ossp/cvs/ossp-pkg/ui64/README,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/ui64/README,v' 2>/dev/null --- README 2002/06/26 16:00:25 1.2 +++ README 2003/03/23 18:07:15 1.3 @@ -15,9 +15,9 @@ COPYRIGHT AND LICENSE - Copyright (c) 2002 Ralf S. Engelschall - Copyright (c) 2002 The OSSP Project - Copyright (c) 2002 Cable & Wireless Deutschland + Copyright (c) 2002-2003 Ralf S. Engelschall + Copyright (c) 2002-2003 The OSSP Project + Copyright (c) 2002-2003 Cable & Wireless Deutschland This file is part of OSSP ui64, a 64-bit arithmetic library which can be found at http://www.ossp.org/pkg/lib/ui64/. Index: ossp-pkg/ui64/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/ui64/aclocal.m4,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ui64/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2002/04/28 13:22:49 1.1 +++ aclocal.m4 2003/03/23 18:07:15 1.2 @@ -1,8 +1,8 @@ dnl ## dnl ## OSSP ui64 - 64-Bit Arithmetic -dnl ## Copyright (c) 2002 Ralf S. Engelschall -dnl ## Copyright (c) 2002 The OSSP Project -dnl ## Copyright (c) 2002 Cable & Wireless Deutschland +dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall +dnl ## Copyright (c) 2002-2003 The OSSP Project +dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland 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/. Index: ossp-pkg/ui64/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/ui64/configure.ac,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ui64/configure.ac,v' 2>/dev/null --- configure.ac 2002/04/28 13:22:49 1.1 +++ configure.ac 2003/03/23 18:07:15 1.2 @@ -1,8 +1,8 @@ dnl ## dnl ## OSSP ui64 - 64-Bit Arithmetic -dnl ## Copyright (c) 2002 Ralf S. Engelschall -dnl ## Copyright (c) 2002 The OSSP Project -dnl ## Copyright (c) 2002 Cable & Wireless Deutschland +dnl ## Copyright (c) 2002-2003 Ralf S. Engelschall +dnl ## Copyright (c) 2002-2003 The OSSP Project +dnl ## Copyright (c) 2002-2003 Cable & Wireless Deutschland 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/. Index: ossp-pkg/ui64/ui64-config.in RCS File: /v/ossp/cvs/ossp-pkg/ui64/ui64-config.in,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ui64/ui64-config.in,v' 2>/dev/null --- ui64-config.in 2002/04/28 13:22:49 1.1 +++ ui64-config.in 2003/03/23 18:07:15 1.2 @@ -1,9 +1,9 @@ #!/bin/sh ## ## OSSP ui64 - 64-Bit Arithmetic -## Copyright (c) 2002 Ralf S. Engelschall -## Copyright (c) 2002 The OSSP Project -## Copyright (c) 2002 Cable & Wireless Deutschland +## Copyright (c) 2002-2003 Ralf S. Engelschall +## Copyright (c) 2002-2003 The OSSP Project +## Copyright (c) 2002-2003 Cable & Wireless Deutschland ## ## This file is part of OSSP ui64, a 64-bit arithmetic library ## which can be found at http://www.ossp.org/pkg/lib/ui64/. Index: ossp-pkg/ui64/ui64.c RCS File: /v/ossp/cvs/ossp-pkg/ui64/ui64.c,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/ui64/ui64.c,v' 2>/dev/null --- ui64.c 2002/04/28 18:58:01 1.2 +++ ui64.c 2003/03/23 18:07:15 1.3 @@ -1,8 +1,8 @@ /* ** OSSP ui64 - 64-Bit Arithmetic -** Copyright (c) 2002 Ralf S. Engelschall -** Copyright (c) 2002 The OSSP Project -** Copyright (c) 2002 Cable & Wireless Deutschland +** Copyright (c) 2002-2003 Ralf S. Engelschall +** Copyright (c) 2002-2003 The OSSP Project +** Copyright (c) 2002-2003 Cable & Wireless Deutschland ** ** This file is part of OSSP ui64, a 64-bit arithmetic library ** which can be found at http://www.ossp.org/pkg/lib/ui64/. Index: ossp-pkg/ui64/ui64.h RCS File: /v/ossp/cvs/ossp-pkg/ui64/ui64.h,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/ui64/ui64.h,v' 2>/dev/null --- ui64.h 2002/06/29 11:08:35 1.4 +++ ui64.h 2003/03/23 18:07:15 1.5 @@ -1,8 +1,8 @@ /* ** OSSP ui64 - 64-Bit Arithmetic -** Copyright (c) 2002 Ralf S. Engelschall -** Copyright (c) 2002 The OSSP Project -** Copyright (c) 2002 Cable & Wireless Deutschland +** Copyright (c) 2002-2003 Ralf S. Engelschall +** Copyright (c) 2002-2003 The OSSP Project +** Copyright (c) 2002-2003 Cable & Wireless Deutschland ** ** This file is part of OSSP ui64, a 64-bit arithmetic library ** which can be found at http://www.ossp.org/pkg/lib/ui64/. Index: ossp-pkg/ui64/ui64.pod RCS File: /v/ossp/cvs/ossp-pkg/ui64/ui64.pod,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/ui64/ui64.pod,v' 2>/dev/null --- ui64.pod 2002/06/26 16:00:25 1.5 +++ ui64.pod 2003/03/23 18:07:15 1.6 @@ -1,8 +1,8 @@ ## ## OSSP ui64 - 64-Bit Arithmetic -## Copyright (c) 2002 Ralf S. Engelschall -## Copyright (c) 2002 The OSSP Project -## Copyright (c) 2002 Cable & Wireless Deutschland +## Copyright (c) 2002-2003 Ralf S. Engelschall +## Copyright (c) 2002-2003 The OSSP Project +## Copyright (c) 2002-2003 Cable & Wireless Deutschland ## ## This file is part of OSSP ui64, a 64-bit arithmetic library ## which can be found at http://www.ossp.org/pkg/lib/ui64/. Index: ossp-pkg/ui64/ui64_test.c RCS File: /v/ossp/cvs/ossp-pkg/ui64/ui64_test.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/ui64/ui64_test.c,v' 2>/dev/null --- ui64_test.c 2002/04/28 13:22:49 1.1 +++ ui64_test.c 2003/03/23 18:07:16 1.2 @@ -1,8 +1,8 @@ /* ** OSSP ui64 - 64-Bit Arithmetic -** Copyright (c) 2002 Ralf S. Engelschall -** Copyright (c) 2002 The OSSP Project -** Copyright (c) 2002 Cable & Wireless Deutschland +** Copyright (c) 2002-2003 Ralf S. Engelschall +** Copyright (c) 2002-2003 The OSSP Project +** Copyright (c) 2002-2003 Cable & Wireless Deutschland ** ** This file is part of OSSP ui64, a 64-bit arithmetic library ** which can be found at http://www.ossp.org/pkg/lib/ui64/.