Update of /cvsroot/ddccontrol/ddccontrol/src/ddccontrol
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32010
Modified Files:
main.c
Log Message:
Update copyright string.
Index: main.c
===================================================================
RCS file: /cvsroot/ddccontrol/ddccontrol/src/ddccontrol/main.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- main.c 21 Sep 2005 20:45:37 -0000 1.27
+++ main.c 22 Feb 2006 13:25:49 -0000 1.28
@@ -1,7 +1,7 @@
/*
ddc/ci command line tool
Copyright(c) 2004 Oleg I. Vdovikin (ol...@cs...)
- Copyright(c) 2004 Nicolas Boichat (ni...@bo...)
+ Copyright(c) 2004-2006 Nicolas Boichat (ni...@bo...)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -170,10 +170,10 @@
fprintf(stdout,
_("ddccontrol version %s\n"
- "Copyright 2005 Oleg I. Vdovikin (ol...@cs...) and Nicolas Boichat (ni...@bo...)\n"
+ "Copyright 2004-2005 Oleg I. Vdovikin (ol...@cs...)\n"
+ "Copyright 2004-2006 Nicolas Boichat (ni...@bo...)\n"
"This program comes with ABSOLUTELY NO WARRANTY.\n"
- "You may redistribute copies of this program under the terms of the GNU General Public License.\n\n"),
- VERSION);
+ "You may redistribute copies of this program under the terms of the GNU General Public License.\n\n"), VERSION);
while ((i=getopt(argc,argv, "hdr:w:csfvpb:i:")) >= 0)
{
|