Update of /cvsroot/loris/Loris
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10992
Modified Files:
Makefile.am NEWS README configure.ac reconf
Log Message:
updated copyright notice
Index: README
===================================================================
RCS file: /cvsroot/loris/Loris/README,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** README 23 Sep 2009 04:11:31 -0000 1.18
--- README 2 Jan 2010 04:55:12 -0000 1.19
***************
*** 53,57 ****
COPYRIGHT AND LICENSE:
! Loris is Copyright (c) 1999-2009 by Kelly Fitz and Lippold Haken
Loris is free software; you can redistribute it and/or modify
--- 53,57 ----
COPYRIGHT AND LICENSE:
! Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken
Loris is free software; you can redistribute it and/or modify
Index: NEWS
===================================================================
RCS file: /cvsroot/loris/Loris/NEWS,v
retrieving revision 1.90
retrieving revision 1.91
diff -C2 -d -r1.90 -r1.91
*** NEWS 5 Nov 2009 05:34:56 -0000 1.90
--- NEWS 2 Jan 2010 04:55:12 -0000 1.91
***************
*** 21,25 ****
Loris is free software. Please see the file COPYING for details.
! Loris is Copyright (c) 1999-2009 by Kelly Fitz and Lippold Haken.
--- 21,25 ----
Loris is free software. Please see the file COPYING for details.
! Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken.
***************
*** 790,796 ****
Copying information:
! Copyright (C) 1999-2007, Kelly Fitz and Lippold Haken
<lo...@ce...>
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
--- 790,797 ----
Copying information:
! Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken
<lo...@ce...>
+
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
Index: configure.ac
===================================================================
RCS file: /cvsroot/loris/Loris/configure.ac,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** configure.ac 14 Oct 2009 03:34:54 -0000 1.68
--- configure.ac 2 Jan 2010 04:55:12 -0000 1.69
***************
*** 1,3 ****
! dnl Copyright (c) 1999-2009, Kelly Fitz and Lippold Haken <lo...@ce...>
dnl
dnl This file is free software; as a special exception the author gives
--- 1,4 ----
! dnl Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken
! dnl <lo...@ce...>
dnl
dnl This file is free software; as a special exception the author gives
Index: Makefile.am
===================================================================
RCS file: /cvsroot/loris/Loris/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Makefile.am 8 Mar 2009 00:30:19 -0000 1.28
--- Makefile.am 2 Jan 2010 04:55:12 -0000 1.29
***************
*** 1,3 ****
! # Copyright (c) 1999-2009, Kelly Fitz and Lippold Haken <lo...@ce...>
#
# This file is free software; as a special exception the author gives
--- 1,4 ----
! # Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken
! # <lo...@ce...>
#
# This file is free software; as a special exception the author gives
Index: reconf
===================================================================
RCS file: /cvsroot/loris/Loris/reconf,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** reconf 27 Apr 2007 07:50:22 -0000 1.12
--- reconf 2 Jan 2010 04:55:12 -0000 1.13
***************
*** 1,5 ****
#!/bin/sh
! # Copyright (c) 1999-2007, Kelly Fitz and Lippold Haken <lo...@ce...>
#
# This file is free software; as a special exception the author gives
--- 1,7 ----
#!/bin/sh
! # Loris is Copyright (c) 1999-2010 by Kelly Fitz and Lippold Haken
! # <lo...@ce...>
!
#
# This file is free software; as a special exception the author gives
|