Update of /cvsroot/linux-decnet/dnprogs/phone
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3836/phone
Modified Files:
gtkphonesig.c gtkphonesrc.c phone_server.c phoned.c
Log Message:
Fix Copyrights
Index: gtkphonesig.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/phone/gtkphonesig.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** gtkphonesig.c 18 Jan 2002 18:13:54 -0000 1.2
--- gtkphonesig.c 20 Aug 2008 12:43:59 -0000 1.3
***************
*** 1,4 ****
/* phone
! * Copyright (C) 1999 P.J. Caulfield
*
* PJC: Quite a lot of this code was generated by GLADE a GUI builder
--- 1,4 ----
/* phone
! * Copyright (C) 1999 Christine Caulfield
*
* PJC: Quite a lot of this code was generated by GLADE a GUI builder
Index: gtkphonesrc.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/phone/gtkphonesrc.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** gtkphonesrc.c 26 Apr 2000 08:22:03 -0000 1.1.1.1
--- gtkphonesrc.c 20 Aug 2008 12:43:59 -0000 1.2
***************
*** 1,4 ****
/* phone
! * Copyright (C) 1999 P.J. Caulfield
*
* PJC: Quite a lot of this code was generated by GLADE, a GUI builder
--- 1,4 ----
/* phone
! * Copyright (C) 1999 Christine Caulfield
*
* PJC: Quite a lot of this code was generated by GLADE, a GUI builder
***************
*** 849,853 ****
}
! AboutLabel = gtk_label_new ("Phone V" VERSION " by Patrick Caulfield");
gtk_widget_set_name (AboutLabel, "AboutLabel");
gtk_object_set_data (GTK_OBJECT (AboutDialog), "AboutLabel", AboutLabel);
--- 849,853 ----
}
! AboutLabel = gtk_label_new ("Phone V" VERSION " by Christine Caulfield");
gtk_widget_set_name (AboutLabel, "AboutLabel");
gtk_object_set_data (GTK_OBJECT (AboutDialog), "AboutLabel", AboutLabel);
Index: phone_server.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/phone/phone_server.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** phone_server.c 23 Feb 2001 15:01:47 -0000 1.4
--- phone_server.c 20 Aug 2008 12:43:59 -0000 1.5
***************
*** 1,4 ****
/******************************************************************************
! (c) 1999 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1999 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
Index: phoned.c
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/phone/phoned.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** phoned.c 19 Jun 2001 10:49:18 -0000 1.3
--- phoned.c 20 Aug 2008 12:43:59 -0000 1.4
***************
*** 1,4 ****
/******************************************************************************
! (c) 1999 P.J. Caulfield pa...@ty...
This program is free software; you can redistribute it and/or modify
--- 1,4 ----
/******************************************************************************
! (c) 1999 Christine Caulfield chr...@go...
This program is free software; you can redistribute it and/or modify
|