Update of /cvsroot/teem/teem/src/air
In directory sc8-pr-cvs1:/tmp/cvs-serv2309/src/air
Modified Files:
754.c GNUmakefile air.h array.c dio.c endianAir.c enum.c
miscAir.c mop.c parseAir.c sane.c string.c threadAir.c
Log Message:
happy new year!
Index: 754.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/754.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** 754.c 23 Jul 2003 01:20:26 -0000 1.14
--- 754.c 7 Jan 2004 15:34:27 -0000 1.15
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/teem/teem/src/air/GNUmakefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** GNUmakefile 2 Oct 2003 17:39:53 -0000 1.11
--- GNUmakefile 7 Jan 2004 15:34:27 -0000 1.12
***************
*** 1,5 ****
#
# teem: Gordon Kindlmann's research software
! # Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
#
# This library is free software; you can redistribute it and/or
--- 1,5 ----
#
# teem: Gordon Kindlmann's research software
! # Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
#
# This library is free software; you can redistribute it and/or
Index: air.h
===================================================================
RCS file: /cvsroot/teem/teem/src/air/air.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** air.h 21 Dec 2003 02:42:50 -0000 1.33
--- air.h 7 Jan 2004 15:34:27 -0000 1.34
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: array.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/array.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** array.c 23 Jul 2003 01:20:26 -0000 1.2
--- array.c 7 Jan 2004 15:34:27 -0000 1.3
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: dio.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/dio.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** dio.c 23 Jul 2003 01:20:26 -0000 1.4
--- dio.c 7 Jan 2004 15:34:27 -0000 1.5
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: endianAir.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/endianAir.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** endianAir.c 23 Jul 2003 01:20:26 -0000 1.3
--- endianAir.c 7 Jan 2004 15:34:27 -0000 1.4
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: enum.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/enum.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** enum.c 23 Jul 2003 01:20:26 -0000 1.5
--- enum.c 7 Jan 2004 15:34:27 -0000 1.6
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: miscAir.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/miscAir.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** miscAir.c 21 Dec 2003 02:43:07 -0000 1.19
--- miscAir.c 7 Jan 2004 15:34:27 -0000 1.20
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: mop.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/mop.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mop.c 23 Jul 2003 01:20:26 -0000 1.3
--- mop.c 7 Jan 2004 15:34:27 -0000 1.4
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: parseAir.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/parseAir.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** parseAir.c 4 Oct 2003 10:44:58 -0000 1.7
--- parseAir.c 7 Jan 2004 15:34:27 -0000 1.8
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: sane.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/sane.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** sane.c 23 Jul 2003 01:20:26 -0000 1.6
--- sane.c 7 Jan 2004 15:34:27 -0000 1.7
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: string.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/string.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** string.c 4 Oct 2003 10:44:58 -0000 1.6
--- string.c 7 Jan 2004 15:34:27 -0000 1.7
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
Index: threadAir.c
===================================================================
RCS file: /cvsroot/teem/teem/src/air/threadAir.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** threadAir.c 3 Oct 2003 05:33:16 -0000 1.13
--- threadAir.c 7 Jan 2004 15:34:27 -0000 1.14
***************
*** 1,5 ****
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
--- 1,5 ----
/*
teem: Gordon Kindlmann's research software
! Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
|