diff --git a/src/Makefile.in b/src/Makefile.in index 076efe1d..c5a4aff6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# @(#$Id: Makefile.in,v 1.16 2008-11-24 15:47:40 dockes Exp $ (C) 2005 J.F.Dockes +# Copyright (C) 2005 J.F.Dockes prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/src/aspell/rclaspell.cpp b/src/aspell/rclaspell.cpp index 7f1a8668..56cb18fe 100644 --- a/src/aspell/rclaspell.cpp +++ b/src/aspell/rclaspell.cpp @@ -1,7 +1,20 @@ #ifndef TEST_RCLASPELL -#ifndef lint -static char rcsid[] = "@(#$Id: rclaspell.cpp,v 1.10 2007-12-13 06:58:21 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif +/* Copyright (C) 2006 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifdef HAVE_CONFIG_H #include "autoconfig.h" #endif diff --git a/src/aspell/rclaspell.h b/src/aspell/rclaspell.h index 5270cd42..9f2db884 100644 --- a/src/aspell/rclaspell.h +++ b/src/aspell/rclaspell.h @@ -1,6 +1,21 @@ +/* Copyright (C) 2006 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef _RCLASPELL_H_INCLUDED_ #define _RCLASPELL_H_INCLUDED_ -/* @(#$Id: rclaspell.h,v 1.3 2006-10-11 14:16:25 dockes Exp $ (C) 2006 J.F.Dockes */ /* autoconfig.h must be included before this file */ #ifdef RCL_USE_ASPELL diff --git a/src/bincimapmime/trbinc.cc b/src/bincimapmime/trbinc.cc index a0b2bf50..d11c4930 100644 --- a/src/bincimapmime/trbinc.cc +++ b/src/bincimapmime/trbinc.cc @@ -1,6 +1,20 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: trbinc.cc,v 1.4 2007-01-16 10:58:09 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif +/* Copyright (C) 2006 J.F.Dockes */ + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #include #include #include diff --git a/src/common/beaglequeuecache.h b/src/common/beaglequeuecache.h index b4c8c5d6..64706802 100644 --- a/src/common/beaglequeuecache.h +++ b/src/common/beaglequeuecache.h @@ -1,6 +1,21 @@ +/* Copyright (C) 2009 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef _beaglequeuecache_h_included_ #define _beaglequeuecache_h_included_ -/* @(#$Id: $ (C) 2009 J.F.Dockes */ #include using std::string; diff --git a/src/common/rclconfig.cpp b/src/common/rclconfig.cpp index e34c7fae..f88ac237 100644 --- a/src/common/rclconfig.cpp +++ b/src/common/rclconfig.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: rclconfig.cpp,v 1.62 2008-10-08 16:15:22 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/common/rclconfig.h b/src/common/rclconfig.h index bd8595a5..3a8f94d8 100644 --- a/src/common/rclconfig.h +++ b/src/common/rclconfig.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _RCLCONFIG_H_INCLUDED_ #define _RCLCONFIG_H_INCLUDED_ -/* @(#$Id: rclconfig.h,v 1.43 2008-11-24 15:47:40 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/common/rclinit.cpp b/src/common/rclinit.cpp index de7e78e8..35be93ea 100644 --- a/src/common/rclinit.cpp +++ b/src/common/rclinit.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: rclinit.cpp,v 1.11 2007-12-13 06:58:21 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/common/rclinit.h b/src/common/rclinit.h index 536f1cdd..225db26e 100644 --- a/src/common/rclinit.h +++ b/src/common/rclinit.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _RCLINIT_H_INCLUDED_ #define _RCLINIT_H_INCLUDED_ -/* @(#$Id: rclinit.h,v 1.6 2007-05-21 13:30:21 dockes Exp $ (C) 2004 J.F.Dockes */ #include #ifndef NO_NAMESPACES diff --git a/src/common/textsplit.cpp b/src/common/textsplit.cpp index 7aff9646..714d980d 100644 --- a/src/common/textsplit.cpp +++ b/src/common/textsplit.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: textsplit.cpp,v 1.38 2008-12-12 11:53:45 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/common/textsplit.h b/src/common/textsplit.h index 8b152ee3..d9613a35 100644 --- a/src/common/textsplit.h +++ b/src/common/textsplit.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _TEXTSPLIT_H_INCLUDED_ #define _TEXTSPLIT_H_INCLUDED_ -/* @(#$Id: textsplit.h,v 1.22 2008-12-12 11:53:45 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/common/unacpp.cpp b/src/common/unacpp.cpp index 4aafe486..280e8ef5 100644 --- a/src/common/unacpp.cpp +++ b/src/common/unacpp.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: unacpp.cpp,v 1.9 2007-12-13 06:58:21 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/common/unacpp.h b/src/common/unacpp.h index feef732c..5bd4cbc7 100644 --- a/src/common/unacpp.h +++ b/src/common/unacpp.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _UNACPP_H_INCLUDED_ #define _UNACPP_H_INCLUDED_ -/* @(#$Id: unacpp.h,v 1.4 2006-01-30 11:15:27 dockes Exp $ (C) 2004 J.F.Dockes */ #include diff --git a/src/common/uproplist.h b/src/common/uproplist.h index 7ad239c1..70a3c1bf 100644 --- a/src/common/uproplist.h +++ b/src/common/uproplist.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _PROPLIST_H_INCLUDED_ #define _PROPLIST_H_INCLUDED_ -/* @(#$Id: uproplist.h,v 1.3 2008-12-05 11:09:31 dockes Exp $ (C) 2004 J.F.Dockes */ /** diff --git a/src/index/beaglequeue.cpp b/src/index/beaglequeue.cpp index 50971b4e..f4c9defe 100644 --- a/src/index/beaglequeue.cpp +++ b/src/index/beaglequeue.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -14,9 +14,6 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef lint -static char rcsid[] = "@(#$Id: $ (C) 2005 J.F.Dockes"; -#endif #include "autoconfig.h" #include diff --git a/src/index/beaglequeue.h b/src/index/beaglequeue.h index 7b6300b6..d1904bcf 100644 --- a/src/index/beaglequeue.h +++ b/src/index/beaglequeue.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _beaglequeue_h_included_ #define _beaglequeue_h_included_ -/* @(#$Id: $ (C) 2009 J.F.Dockes */ /** * Process the Beagle indexing queue. diff --git a/src/index/csguess.cpp b/src/index/csguess.cpp index 0e14724e..28da1ed1 100644 --- a/src/index/csguess.cpp +++ b/src/index/csguess.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: csguess.cpp,v 1.8 2008-11-18 13:25:48 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/index/csguess.h b/src/index/csguess.h index e0f2b7ad..34176b98 100644 --- a/src/index/csguess.h +++ b/src/index/csguess.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _CSGUESS_H_INCLUDED_ #define _CSGUESS_H_INCLUDED_ -/* @(#$Id: csguess.h,v 1.3 2006-01-30 11:15:27 dockes Exp $ (C) 2004 J.F.Dockes */ #include diff --git a/src/index/fsindexer.cpp b/src/index/fsindexer.cpp index c9af77bc..b5e4afdd 100644 --- a/src/index/fsindexer.cpp +++ b/src/index/fsindexer.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: $ (C) 2009 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2009 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/index/fsindexer.h b/src/index/fsindexer.h index e98fdb13..33a9bb89 100644 --- a/src/index/fsindexer.h +++ b/src/index/fsindexer.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _fsindexer_h_included_ #define _fsindexer_h_included_ -/* @(#$Id: $ (C) 2009 J.F.Dockes */ #include #ifndef NO_NAMESPACES diff --git a/src/index/indexer.cpp b/src/index/indexer.cpp index 615d5cd0..fcb488d4 100644 --- a/src/index/indexer.cpp +++ b/src/index/indexer.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: indexer.cpp,v 1.71 2008-12-17 08:01:40 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/index/indexer.h b/src/index/indexer.h index 9256a5c2..3bf08805 100644 --- a/src/index/indexer.h +++ b/src/index/indexer.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _INDEXER_H_INCLUDED_ #define _INDEXER_H_INCLUDED_ -/* @(#$Id: indexer.h,v 1.27 2008-12-17 08:01:40 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/index/mimetype.cpp b/src/index/mimetype.cpp index 0fc732b9..e02a1b13 100644 --- a/src/index/mimetype.cpp +++ b/src/index/mimetype.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: mimetype.cpp,v 1.22 2008-11-18 13:25:48 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/index/mimetype.h b/src/index/mimetype.h index 35663f89..3d659b80 100644 --- a/src/index/mimetype.h +++ b/src/index/mimetype.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MIMETYPE_H_INCLUDED_ #define _MIMETYPE_H_INCLUDED_ -/* @(#$Id: mimetype.h,v 1.7 2008-07-01 10:29:45 dockes Exp $ (C) 2004 J.F.Dockes */ #include diff --git a/src/index/rclmon.h b/src/index/rclmon.h index 589685a6..ed8339bb 100644 --- a/src/index/rclmon.h +++ b/src/index/rclmon.h @@ -1,8 +1,24 @@ +/* Copyright (C) 2006 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef _RCLMON_H_INCLUDED_ #define _RCLMON_H_INCLUDED_ #include "autoconfig.h" #ifdef RCL_MONITOR -/* @(#$Id: rclmon.h,v 1.8 2006-12-24 07:40:26 dockes Exp $ (C) 2006 J.F.Dockes */ + /** * Definitions for the real-time monitoring recoll. * We're interested in file modifications, deletions and renaming. diff --git a/src/index/rclmon.sh b/src/index/rclmon.sh index f1655741..9117ec5c 100755 --- a/src/index/rclmon.sh +++ b/src/index/rclmon.sh @@ -1,5 +1,5 @@ #!/bin/sh -# @(#$Id: rclmon.sh,v 1.1 2006-10-24 13:22:54 dockes Exp $ (C) 2006 J.F.Dockes +# Copyright (C) 2006 J.F.Dockes ####################################################### # 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 diff --git a/src/index/rclmonprc.cpp b/src/index/rclmonprc.cpp index 7492f5c3..bd134a22 100644 --- a/src/index/rclmonprc.cpp +++ b/src/index/rclmonprc.cpp @@ -1,10 +1,7 @@ #include "autoconfig.h" #ifdef RCL_MONITOR -#ifndef lint -static char rcsid[] = "@(#$Id: rclmonprc.cpp,v 1.14 2008-11-18 13:25:48 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/index/rclmonrcv.cpp b/src/index/rclmonrcv.cpp index cb6d23e0..2adfd045 100644 --- a/src/index/rclmonrcv.cpp +++ b/src/index/rclmonrcv.cpp @@ -1,9 +1,6 @@ #include "autoconfig.h" #ifdef RCL_MONITOR -#ifndef lint -static char rcsid[] = "@(#$Id: rclmonrcv.cpp,v 1.15 2008-11-18 13:25:48 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/index/recollindex.cpp b/src/index/recollindex.cpp index c661a621..830bbffb 100644 --- a/src/index/recollindex.cpp +++ b/src/index/recollindex.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: recollindex.cpp,v 1.38 2008-10-14 06:07:42 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/index/recollindex.h b/src/index/recollindex.h index b5ca8a98..fe201a81 100644 --- a/src/index/recollindex.h +++ b/src/index/recollindex.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _recollindex_h_included_ #define _recollindex_h_included_ -/* @(#$Id: $ (C) 2009 J.F.Dockes */ /** Helper methods in recollindex.cpp for initial checks/setup to index * a list of files (either from the monitor or the command line) */ diff --git a/src/internfile/htmlparse.cpp b/src/internfile/htmlparse.cpp index dd57fed2..7d1fadb3 100644 --- a/src/internfile/htmlparse.cpp +++ b/src/internfile/htmlparse.cpp @@ -22,10 +22,6 @@ * USA */ -#ifndef lint -static char rcsid[] = "@(#$Id: htmlparse.cpp,v 1.8 2007-12-13 06:58:21 dockes Exp $ "; -#endif - #include using std::find; using std::find_if; diff --git a/src/internfile/indextext.h b/src/internfile/indextext.h index 8763c2f7..7e700dcb 100644 --- a/src/internfile/indextext.h +++ b/src/internfile/indextext.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _INDEXTEXT_H_INCLUDED_ #define _INDEXTEXT_H_INCLUDED_ -/* @(#$Id: indextext.h,v 1.2 2006-01-30 11:15:27 dockes Exp $ (C) 2004 J.F.Dockes */ /* Note: this only exists to help with using myhtmlparse.cc */ // Minimize changes to myhtmlparse.cpp diff --git a/src/internfile/internfile.cpp b/src/internfile/internfile.cpp index bb9c2029..45a02717 100644 --- a/src/internfile/internfile.cpp +++ b/src/internfile/internfile.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: internfile.cpp,v 1.46 2008-10-10 08:04:54 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/internfile/internfile.h b/src/internfile/internfile.h index 53aaee04..7d2ac821 100644 --- a/src/internfile/internfile.h +++ b/src/internfile/internfile.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _INTERNFILE_H_INCLUDED_ #define _INTERNFILE_H_INCLUDED_ -/* @(#$Id: internfile.h,v 1.21 2008-10-08 16:15:22 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/internfile/mh_exec.cpp b/src/internfile/mh_exec.cpp index 13c966d2..4ed07d14 100644 --- a/src/internfile/mh_exec.cpp +++ b/src/internfile/mh_exec.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: mh_exec.cpp,v 1.14 2008-10-09 09:19:37 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/internfile/mh_exec.h b/src/internfile/mh_exec.h index 8261a910..cb7cb8bd 100644 --- a/src/internfile/mh_exec.h +++ b/src/internfile/mh_exec.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MH_EXEC_H_INCLUDED_ #define _MH_EXEC_H_INCLUDED_ -/* @(#$Id: mh_exec.h,v 1.8 2008-10-06 06:22:46 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/internfile/mh_execm.cpp b/src/internfile/mh_execm.cpp index 003728d7..6dfacc2f 100644 --- a/src/internfile/mh_execm.cpp +++ b/src/internfile/mh_execm.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: mh_exec.cpp,v 1.14 2008-10-09 09:19:37 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/internfile/mh_execm.h b/src/internfile/mh_execm.h index 494eb387..779613d7 100644 --- a/src/internfile/mh_execm.h +++ b/src/internfile/mh_execm.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MH_EXECM_H_INCLUDED_ #define _MH_EXECM_H_INCLUDED_ -/* @(#$Id: mh_exec.h,v 1.8 2008-10-06 06:22:46 dockes Exp $ (C) 2004 J.F.Dockes */ #include "mh_exec.h" #include "execmd.h" diff --git a/src/internfile/mh_html.cpp b/src/internfile/mh_html.cpp index 81c8ea9a..4ead947f 100644 --- a/src/internfile/mh_html.cpp +++ b/src/internfile/mh_html.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: mh_html.cpp,v 1.26 2008-10-03 06:17:46 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/internfile/mh_html.h b/src/internfile/mh_html.h index 08304016..f6f1ff90 100644 --- a/src/internfile/mh_html.h +++ b/src/internfile/mh_html.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _HTML_H_INCLUDED_ #define _HTML_H_INCLUDED_ -/* @(#$Id: mh_html.h,v 1.12 2008-10-04 14:26:59 dockes Exp $ (C) 2004 J.F.Dockes */ #include diff --git a/src/internfile/mh_mail.cpp b/src/internfile/mh_mail.cpp index 2a15e1f8..e70868e1 100644 --- a/src/internfile/mh_mail.cpp +++ b/src/internfile/mh_mail.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: mh_mail.cpp,v 1.35 2008-10-04 14:26:59 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/internfile/mh_mail.h b/src/internfile/mh_mail.h index d26ed700..1808af66 100644 --- a/src/internfile/mh_mail.h +++ b/src/internfile/mh_mail.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MAIL_H_INCLUDED_ #define _MAIL_H_INCLUDED_ -/* @(#$Id: mh_mail.h,v 1.13 2008-10-04 14:26:59 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/internfile/mh_mbox.cpp b/src/internfile/mh_mbox.cpp index dd7d8182..23988e4b 100644 --- a/src/internfile/mh_mbox.cpp +++ b/src/internfile/mh_mbox.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: mh_mbox.cpp,v 1.5 2008-10-04 14:26:59 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/internfile/mh_mbox.h b/src/internfile/mh_mbox.h index 5a68b52c..9ad4a03a 100644 --- a/src/internfile/mh_mbox.h +++ b/src/internfile/mh_mbox.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MBOX_H_INCLUDED_ #define _MBOX_H_INCLUDED_ -/* @(#$Id: mh_mbox.h,v 1.3 2008-10-04 14:26:59 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/internfile/mh_text.cpp b/src/internfile/mh_text.cpp index bf762b6a..a545d4a5 100644 --- a/src/internfile/mh_text.cpp +++ b/src/internfile/mh_text.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: mh_text.cpp,v 1.6 2006-12-15 12:40:02 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/internfile/mh_text.h b/src/internfile/mh_text.h index e8f1b2b2..cb97aef5 100644 --- a/src/internfile/mh_text.h +++ b/src/internfile/mh_text.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MH_TEXT_H_INCLUDED_ #define _MH_TEXT_H_INCLUDED_ -/* @(#$Id: mh_text.h,v 1.5 2008-10-04 14:26:59 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/internfile/mh_unknown.h b/src/internfile/mh_unknown.h index b5292399..3975972f 100644 --- a/src/internfile/mh_unknown.h +++ b/src/internfile/mh_unknown.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MH_UNKNOWN_H_INCLUDED_ #define _MH_UNKNOWN_H_INCLUDED_ -/* @(#$Id: mh_unknown.h,v 1.3 2008-10-04 14:26:59 dockes Exp $ (C) 2004 J.F.Dockes */ #include diff --git a/src/internfile/mimehandler.h b/src/internfile/mimehandler.h index 581d6062..17508917 100644 --- a/src/internfile/mimehandler.h +++ b/src/internfile/mimehandler.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MIMEHANDLER_H_INCLUDED_ #define _MIMEHANDLER_H_INCLUDED_ -/* @(#$Id: mimehandler.h,v 1.16 2008-10-04 14:26:59 dockes Exp $ (C) 2004 J.F.Dockes */ #include "autoconfig.h" #include diff --git a/src/kde/kioslave/kio_recoll/dirif.cpp b/src/kde/kioslave/kio_recoll/dirif.cpp index 6192099c..29afe7fb 100644 --- a/src/kde/kioslave/kio_recoll/dirif.cpp +++ b/src/kde/kioslave/kio_recoll/dirif.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: dirif.cpp,v 1.12 2008-12-08 17:42:57 dockes Exp $ (C) 2008 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2008 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/kde/kioslave/kio_recoll/htmlif.cpp b/src/kde/kioslave/kio_recoll/htmlif.cpp index 6cf0449a..083be203 100644 --- a/src/kde/kioslave/kio_recoll/htmlif.cpp +++ b/src/kde/kioslave/kio_recoll/htmlif.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: htmlif.cpp,v 1.11 2008-12-16 17:28:10 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/kde/kioslave/kio_recoll/kio_recoll.cpp b/src/kde/kioslave/kio_recoll/kio_recoll.cpp index c1a83169..6c7fe4fe 100644 --- a/src/kde/kioslave/kio_recoll/kio_recoll.cpp +++ b/src/kde/kioslave/kio_recoll/kio_recoll.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: kio_recoll.cpp,v 1.26 2008-12-17 08:01:40 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/kde/kioslave/kio_recoll/kio_recoll.h b/src/kde/kioslave/kio_recoll/kio_recoll.h index 2b40d3e0..00738b67 100644 --- a/src/kde/kioslave/kio_recoll/kio_recoll.h +++ b/src/kde/kioslave/kio_recoll/kio_recoll.h @@ -1,7 +1,6 @@ #ifndef _RECOLL_H -/* @(#$Id: kio_recoll.h,v 1.15 2008-12-16 17:28:10 dockes Exp $ (C) 2005 J.F.Dockes */ #define _RECOLL_H -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/makesrcdist.sh b/src/makesrcdist.sh index 26162520..be79f635 100644 --- a/src/makesrcdist.sh +++ b/src/makesrcdist.sh @@ -1,5 +1,5 @@ #!/bin/sh -# @(#$Id: makesrcdist.sh,v 1.16 2008-11-21 16:43:42 dockes Exp $ (C) 2005 J.F.Dockes +# Copyright (C) 2005 J.F.Dockes # A shell-script to make a recoll source distribution fatal() { diff --git a/src/python/recoll/pyrecoll.cpp b/src/python/recoll/pyrecoll.cpp index 13341ab4..d0c2385c 100644 --- a/src/python/recoll/pyrecoll.cpp +++ b/src/python/recoll/pyrecoll.cpp @@ -1,6 +1,19 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: pyrecoll.cpp,v 1.21 2008-12-17 08:01:40 dockes Exp $ (C) 2007 J.F.Dockes"; -#endif +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include diff --git a/src/qtgui/advsearch_w.cpp b/src/qtgui/advsearch_w.cpp index ccf9483e..daaa9ddd 100644 --- a/src/qtgui/advsearch_w.cpp +++ b/src/qtgui/advsearch_w.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: advsearch_w.cpp,v 1.21 2008-09-25 06:00:24 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/advsearch_w.h b/src/qtgui/advsearch_w.h index 9415313e..bed61de4 100644 --- a/src/qtgui/advsearch_w.h +++ b/src/qtgui/advsearch_w.h @@ -1,7 +1,4 @@ -#ifndef _ADVSEARCH_W_H_INCLUDED_ -#define _ADVSEARCH_W_H_INCLUDED_ -/* @(#$Id: advsearch_w.h,v 1.13 2007-08-31 09:04:23 dockes Exp $ (C) 2005 J.F.Dockes */ -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -17,6 +14,8 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _ADVSEARCH_W_H_INCLUDED_ +#define _ADVSEARCH_W_H_INCLUDED_ #include #include #include diff --git a/src/qtgui/confgui/confgui.cpp b/src/qtgui/confgui/confgui.cpp index 87b58613..7fc0f5c4 100644 --- a/src/qtgui/confgui/confgui.cpp +++ b/src/qtgui/confgui/confgui.cpp @@ -1,6 +1,19 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: confgui.cpp,v 1.9 2008-05-21 07:21:37 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif +/* Copyright (C) 2005 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include #include diff --git a/src/qtgui/confgui/confgui.h b/src/qtgui/confgui/confgui.h index 1c70a039..7758e3be 100644 --- a/src/qtgui/confgui/confgui.h +++ b/src/qtgui/confgui/confgui.h @@ -1,6 +1,21 @@ +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef _confgui_h_included_ #define _confgui_h_included_ -/* @(#$Id: confgui.h,v 1.7 2008-05-21 07:21:37 dockes Exp $ (C) 2007 J.F.Dockes */ /** * This file defines a number of simple classes (virtual base: ConfParamW) * which let the user input configuration parameters. diff --git a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp index 253fdb6f..8676d4a3 100644 --- a/src/qtgui/confgui/confguiindex.cpp +++ b/src/qtgui/confgui/confguiindex.cpp @@ -1,6 +1,19 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: confguiindex.cpp,v 1.13 2008-09-30 12:38:29 dockes Exp $ (C) 2007 J.F.Dockes"; -#endif +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include #include diff --git a/src/qtgui/confgui/confguiindex.h b/src/qtgui/confgui/confguiindex.h index dc8d4a17..a992cd64 100644 --- a/src/qtgui/confgui/confguiindex.h +++ b/src/qtgui/confgui/confguiindex.h @@ -1,6 +1,22 @@ +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _confguiindex_h_included_ #define _confguiindex_h_included_ -/* @(#$Id: confguiindex.h,v 1.5 2007-11-24 16:43:51 dockes Exp $ (C) 2007 J.F.Dockes */ /** * Classes to handle the gui for the indexing configuration. These group diff --git a/src/qtgui/confgui/conflinkrcl.h b/src/qtgui/confgui/conflinkrcl.h index 5f6f20ba..34f8155d 100644 --- a/src/qtgui/confgui/conflinkrcl.h +++ b/src/qtgui/confgui/conflinkrcl.h @@ -1,6 +1,22 @@ +/* Copyright (C) 2004 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _CONFLINKRCL_H_INCLUDED_ #define _CONFLINKRCL_H_INCLUDED_ -/* @(#$Id: conflinkrcl.h,v 1.3 2007-10-09 11:08:17 dockes Exp $ (C) 2004 J.F.Dockes */ /** * A Gui-to-Data link class for ConfTree diff --git a/src/qtgui/confgui/main.cpp b/src/qtgui/confgui/main.cpp index a57125c5..d82842ff 100644 --- a/src/qtgui/confgui/main.cpp +++ b/src/qtgui/confgui/main.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: main.cpp,v 1.6 2008-11-24 15:23:12 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/guiutils.cpp b/src/qtgui/guiutils.cpp index cb559d0d..17dae927 100644 --- a/src/qtgui/guiutils.cpp +++ b/src/qtgui/guiutils.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: guiutils.cpp,v 1.40 2008-11-24 15:23:12 dockes Exp $ (C) 2005 Jean-Francois Dockes"; -#endif -/* +/* Copyright (C) 2005 Jean-Francois Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h index 7b564e69..6edec1a7 100644 --- a/src/qtgui/guiutils.h +++ b/src/qtgui/guiutils.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005 Jean-Francois Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,25 +16,6 @@ */ #ifndef _GUIUTILS_H_INCLUDED_ #define _GUIUTILS_H_INCLUDED_ -/* - * @(#$Id: guiutils.h,v 1.29 2008-10-03 08:09:35 dockes Exp $ (C) 2005 Jean-Francois Dockes - * jfd@recoll.org - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the - * Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ #include #include diff --git a/src/qtgui/idxthread.h b/src/qtgui/idxthread.h index 1e5b4390..bdf0241a 100644 --- a/src/qtgui/idxthread.h +++ b/src/qtgui/idxthread.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _IDXTHREAD_H_INCLUDED_ #define _IDXTHREAD_H_INCLUDED_ -/* @(#$Id: idxthread.h,v 1.8 2008-09-30 12:38:29 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include "indexer.h" diff --git a/src/qtgui/main.cpp b/src/qtgui/main.cpp index f68ab929..618a633f 100644 --- a/src/qtgui/main.cpp +++ b/src/qtgui/main.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: main.cpp,v 1.73 2008-12-17 08:01:40 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/preview_w.cpp b/src/qtgui/preview_w.cpp index 883c68a6..467de79f 100644 --- a/src/qtgui/preview_w.cpp +++ b/src/qtgui/preview_w.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: preview_w.cpp,v 1.39 2008-10-07 16:19:15 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/preview_w.h b/src/qtgui/preview_w.h index 5ae03cd4..9c98c4bd 100644 --- a/src/qtgui/preview_w.h +++ b/src/qtgui/preview_w.h @@ -1,7 +1,4 @@ -#ifndef _PREVIEW_W_H_INCLUDED_ -#define _PREVIEW_W_H_INCLUDED_ -/* @(#$Id: preview_w.h,v 1.20 2008-12-16 14:20:10 dockes Exp $ (C) 2006 J.F.Dockes */ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -17,6 +14,8 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _PREVIEW_W_H_INCLUDED_ +#define _PREVIEW_W_H_INCLUDED_ #include diff --git a/src/qtgui/rclhelp.cpp b/src/qtgui/rclhelp.cpp index 7a68749d..026466e6 100644 --- a/src/qtgui/rclhelp.cpp +++ b/src/qtgui/rclhelp.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.57 2008-10-13 07:57:12 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp index 568d0237..9e693708 100644 --- a/src/qtgui/rclmain_w.cpp +++ b/src/qtgui/rclmain_w.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.57 2008-10-13 07:57:12 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/recoll.h b/src/qtgui/recoll.h index a705c1bc..5b85ca3c 100644 --- a/src/qtgui/recoll.h +++ b/src/qtgui/recoll.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _RECOLL_H_INCLUDED_ #define _RECOLL_H_INCLUDED_ -/* @(#$Id: recoll.h,v 1.19 2008-11-24 15:23:12 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include "rclconfig.h" diff --git a/src/qtgui/reslist.cpp b/src/qtgui/reslist.cpp index 10b9a5f3..21036b53 100644 --- a/src/qtgui/reslist.cpp +++ b/src/qtgui/reslist.cpp @@ -1,6 +1,19 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: reslist.cpp,v 1.52 2008-12-17 15:12:08 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif +/* Copyright (C) 2005 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "autoconfig.h" diff --git a/src/qtgui/reslist.h b/src/qtgui/reslist.h index b2982e45..b6be54c1 100644 --- a/src/qtgui/reslist.h +++ b/src/qtgui/reslist.h @@ -1,6 +1,22 @@ +/* Copyright (C) 2005 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _RESLIST_H_INCLUDED_ #define _RESLIST_H_INCLUDED_ -/* @(#$Id: reslist.h,v 1.17 2008-12-16 14:20:10 dockes Exp $ (C) 2005 J.F.Dockes */ #include #include diff --git a/src/qtgui/restable.h b/src/qtgui/restable.h index fe21bd93..16883b96 100644 --- a/src/qtgui/restable.h +++ b/src/qtgui/restable.h @@ -1,7 +1,4 @@ -#ifndef _RESTABLE_H_INCLUDED_ -#define _RESTABLE_H_INCLUDED_ -/* @(#$Id: spell_w.h,v 1.7 2006-12-22 11:01:28 dockes Exp $ (C) 2006 J.F.Dockes */ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -17,6 +14,8 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _RESTABLE_H_INCLUDED_ +#define _RESTABLE_H_INCLUDED_ #include diff --git a/src/qtgui/searchclause_w.cpp b/src/qtgui/searchclause_w.cpp index 07371798..b9a501ff 100644 --- a/src/qtgui/searchclause_w.cpp +++ b/src/qtgui/searchclause_w.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: searchclause_w.cpp,v 1.4 2006-12-04 06:19:11 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/spell_w.cpp b/src/qtgui/spell_w.cpp index 17c6d2ff..b8d5b848 100644 --- a/src/qtgui/spell_w.cpp +++ b/src/qtgui/spell_w.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: spell_w.cpp,v 1.11 2007-02-19 16:28:05 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/spell_w.h b/src/qtgui/spell_w.h index abcc5033..4c3298d0 100644 --- a/src/qtgui/spell_w.h +++ b/src/qtgui/spell_w.h @@ -1,7 +1,4 @@ -#ifndef _ASPELL_W_H_INCLUDED_ -#define _ASPELL_W_H_INCLUDED_ -/* @(#$Id: spell_w.h,v 1.7 2006-12-22 11:01:28 dockes Exp $ (C) 2006 J.F.Dockes */ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -17,6 +14,8 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _ASPELL_W_H_INCLUDED_ +#define _ASPELL_W_H_INCLUDED_ #include #include diff --git a/src/qtgui/ssearch_w.cpp b/src/qtgui/ssearch_w.cpp index a0214a2d..b6bea470 100644 --- a/src/qtgui/ssearch_w.cpp +++ b/src/qtgui/ssearch_w.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: ssearch_w.cpp,v 1.26 2008-12-05 11:09:31 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/ssearch_w.h b/src/qtgui/ssearch_w.h index 099bfae5..68d33eb8 100644 --- a/src/qtgui/ssearch_w.h +++ b/src/qtgui/ssearch_w.h @@ -1,5 +1,4 @@ -/* @(#$Id: ssearch_w.h,v 1.6 2007-10-05 08:03:01 dockes Exp $ (C) 2006 J.F.Dockes */ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/uiprefs_w.cpp b/src/qtgui/uiprefs_w.cpp index 022f41b1..2ba088db 100644 --- a/src/qtgui/uiprefs_w.cpp +++ b/src/qtgui/uiprefs_w.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: uiprefs_w.cpp,v 1.26 2008-10-03 08:09:36 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/uiprefs_w.h b/src/qtgui/uiprefs_w.h index 6b160a4d..2dc74586 100644 --- a/src/qtgui/uiprefs_w.h +++ b/src/qtgui/uiprefs_w.h @@ -1,5 +1,4 @@ -/* @(#$Id: uiprefs_w.h,v 1.10 2007-08-01 10:04:53 dockes Exp $ (C) 2006 J.F.Dockes */ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -17,7 +16,6 @@ */ #ifndef _UIPREFS_W_H_INCLUDED_ #define _UIPREFS_W_H_INCLUDED_ -/* @(#$Id: uiprefs_w.h,v 1.10 2007-08-01 10:04:53 dockes Exp $ (C) 2005 J.F.Dockes */ #include #include diff --git a/src/qtgui/viewaction_w.cpp b/src/qtgui/viewaction_w.cpp index 11426f72..94eb1ea4 100644 --- a/src/qtgui/viewaction_w.cpp +++ b/src/qtgui/viewaction_w.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: viewaction_w.cpp,v 1.5 2007-09-08 17:21:49 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/qtgui/viewaction_w.h b/src/qtgui/viewaction_w.h index d3f72f75..7852da2d 100644 --- a/src/qtgui/viewaction_w.h +++ b/src/qtgui/viewaction_w.h @@ -1,7 +1,4 @@ -#ifndef _VIEWACTION_W_H_INCLUDED_ -#define _VIEWACTION_W_H_INCLUDED_ -/* @(#$Id: viewaction_w.h,v 1.3 2006-12-18 16:45:52 dockes Exp $ (C) 2006 J.F.Dockes */ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -17,6 +14,8 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _VIEWACTION_W_H_INCLUDED_ +#define _VIEWACTION_W_H_INCLUDED_ #include #include diff --git a/src/query/docseq.cpp b/src/query/docseq.cpp index d4155b73..65dbd0cc 100644 --- a/src/query/docseq.cpp +++ b/src/query/docseq.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: docseq.cpp,v 1.11 2008-09-29 08:59:20 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/docseq.h b/src/query/docseq.h index 0256e962..1ed3e8c5 100644 --- a/src/query/docseq.h +++ b/src/query/docseq.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _DOCSEQ_H_INCLUDED_ #define _DOCSEQ_H_INCLUDED_ -/* @(#$Id: docseq.h,v 1.17 2008-09-29 11:33:55 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include #include diff --git a/src/query/docseqdb.cpp b/src/query/docseqdb.cpp index 3a3b80a1..f54a4dd6 100644 --- a/src/query/docseqdb.cpp +++ b/src/query/docseqdb.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: docseqdb.cpp,v 1.9 2008-11-13 10:57:46 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/docseqdb.h b/src/query/docseqdb.h index 50faa712..f5194732 100644 --- a/src/query/docseqdb.h +++ b/src/query/docseqdb.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _DOCSEQDB_H_INCLUDED_ #define _DOCSEQDB_H_INCLUDED_ -/* @(#$Id: docseqdb.h,v 1.6 2008-09-29 11:33:55 dockes Exp $ (C) 2004 J.F.Dockes */ #include "docseq.h" #include "refcntr.h" diff --git a/src/query/docseqhist.cpp b/src/query/docseqhist.cpp index d79cb182..52e56fc6 100644 --- a/src/query/docseqhist.cpp +++ b/src/query/docseqhist.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: docseqhist.cpp,v 1.4 2008-09-29 08:59:20 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/docseqhist.h b/src/query/docseqhist.h index be0a4152..82195402 100644 --- a/src/query/docseqhist.h +++ b/src/query/docseqhist.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _DOCSEQHIST_H_INCLUDED_ #define _DOCSEQHIST_H_INCLUDED_ -/* @(#$Id: docseqhist.h,v 1.3 2008-09-29 08:59:20 dockes Exp $ (C) 2004 J.F.Dockes */ #include "docseq.h" #include "dynconf.h" diff --git a/src/query/dynconf.cpp b/src/query/dynconf.cpp index 823439b9..6a731561 100644 --- a/src/query/dynconf.cpp +++ b/src/query/dynconf.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: dynconf.cpp,v 1.9 2007-12-13 06:58:21 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/dynconf.h b/src/query/dynconf.h index 37ddef46..37c324b6 100644 --- a/src/query/dynconf.h +++ b/src/query/dynconf.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _DYNCONF_H_INCLUDED_ #define _DYNCONF_H_INCLUDED_ -/* @(#$Id: dynconf.h,v 1.7 2007-06-20 13:16:11 dockes Exp $ (C) 2004 J.F.Dockes */ /** * Dynamic configuration storage diff --git a/src/query/filtseq.cpp b/src/query/filtseq.cpp index ccd5940c..c1824438 100644 --- a/src/query/filtseq.cpp +++ b/src/query/filtseq.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: filtseq.cpp,v 1.4 2008-10-13 11:46:06 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/filtseq.h b/src/query/filtseq.h index fc1200d5..30bba127 100644 --- a/src/query/filtseq.h +++ b/src/query/filtseq.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _FILTSEQ_H_INCLUDED_ #define _FILTSEQ_H_INCLUDED_ -/* @(#$Id: filtseq.h,v 1.4 2008-09-29 11:33:55 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/query/plaintorich.cpp b/src/query/plaintorich.cpp index 6be68332..7a4c4b28 100644 --- a/src/query/plaintorich.cpp +++ b/src/query/plaintorich.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: plaintorich.cpp,v 1.1 2008-11-19 12:19:40 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/plaintorich.h b/src/query/plaintorich.h index 77e7e335..0678f39d 100644 --- a/src/query/plaintorich.h +++ b/src/query/plaintorich.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _PLAINTORICH_H_INCLUDED_ #define _PLAINTORICH_H_INCLUDED_ -/* @(#$Id: plaintorich.h,v 1.2 2008-12-16 14:20:10 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/query/recollq.cpp b/src/query/recollq.cpp index aecd53d3..638a665a 100644 --- a/src/query/recollq.cpp +++ b/src/query/recollq.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: recollq.cpp,v 1.22 2008-12-17 08:01:40 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/recollq.h b/src/query/recollq.h index c74337b0..c378aa7c 100644 --- a/src/query/recollq.h +++ b/src/query/recollq.h @@ -1,6 +1,22 @@ +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _recollq_h_included_ #define _recollq_h_included_ -/* @(#$Id: recollq.h,v 1.1 2007-11-08 09:35:47 dockes Exp $ (C) 2007 J.F.Dockes */ /// Execute query, print results to stdout. This is just an api to the /// recollq command line program. diff --git a/src/query/reslistpager.cpp b/src/query/reslistpager.cpp index b2b56653..2a64ed2b 100644 --- a/src/query/reslistpager.cpp +++ b/src/query/reslistpager.cpp @@ -1,6 +1,19 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: reslistpager.cpp,v 1.7 2008-12-16 14:20:10 dockes Exp $ (C) 2007 J.F.Dockes"; -#endif +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include #include diff --git a/src/query/reslistpager.h b/src/query/reslistpager.h index de7279f3..53a8b8f0 100644 --- a/src/query/reslistpager.h +++ b/src/query/reslistpager.h @@ -1,6 +1,22 @@ +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _reslistpager_h_included_ #define _reslistpager_h_included_ -/* @(#$Id: reslistpager.h,v 1.4 2008-12-16 14:20:10 dockes Exp $ (C) 2007 J.F.Dockes */ #include using std::vector; diff --git a/src/query/sortseq.cpp b/src/query/sortseq.cpp index 259778aa..945bd333 100644 --- a/src/query/sortseq.cpp +++ b/src/query/sortseq.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: sortseq.cpp,v 1.14 2008-09-29 11:33:55 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/sortseq.h b/src/query/sortseq.h index c8235331..4d4f4b81 100644 --- a/src/query/sortseq.h +++ b/src/query/sortseq.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _SORTSEQ_H_INCLUDED_ #define _SORTSEQ_H_INCLUDED_ -/* @(#$Id: sortseq.h,v 1.13 2008-09-29 11:33:55 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/query/wasastringtoquery.cpp b/src/query/wasastringtoquery.cpp index 0e793845..88407457 100644 --- a/src/query/wasastringtoquery.cpp +++ b/src/query/wasastringtoquery.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: wasastringtoquery.cpp,v 1.10 2008-12-16 08:53:49 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/wasastringtoquery.h b/src/query/wasastringtoquery.h index 6ce25625..11cae9a4 100644 --- a/src/query/wasastringtoquery.h +++ b/src/query/wasastringtoquery.h @@ -1,7 +1,4 @@ -#ifndef _WASASTRINGTOQUERY_H_INCLUDED_ -#define _WASASTRINGTOQUERY_H_INCLUDED_ -/* @(#$Id: wasastringtoquery.h,v 1.7 2008-08-26 13:47:21 dockes Exp $ (C) 2006 J.F.Dockes */ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -17,6 +14,8 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _WASASTRINGTOQUERY_H_INCLUDED_ +#define _WASASTRINGTOQUERY_H_INCLUDED_ #include #include diff --git a/src/query/wasatorcl.cpp b/src/query/wasatorcl.cpp index 86f1143f..52f834d4 100644 --- a/src/query/wasatorcl.cpp +++ b/src/query/wasatorcl.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: wasatorcl.cpp,v 1.18 2008-12-05 11:09:31 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/query/wasatorcl.h b/src/query/wasatorcl.h index 3333eaa0..94999a7a 100644 --- a/src/query/wasatorcl.h +++ b/src/query/wasatorcl.h @@ -1,6 +1,4 @@ -#ifndef _WASATORCL_H_INCLUDED_ -#define _WASATORCL_H_INCLUDED_ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,8 +14,9 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* @(#$Id: wasatorcl.h,v 1.5 2007-02-07 12:00:17 dockes Exp $ (C) 2006 J.F.Dockes */ +#ifndef _WASATORCL_H_INCLUDED_ +#define _WASATORCL_H_INCLUDED_ #include using std::string; diff --git a/src/query/xadump.cpp b/src/query/xadump.cpp index f50be15d..de80c827 100644 --- a/src/query/xadump.cpp +++ b/src/query/xadump.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: xadump.cpp,v 1.20 2008-12-18 14:11:01 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/rcldb/rcldb.cpp b/src/rcldb/rcldb.cpp index cfba17de..2494ea3f 100644 --- a/src/rcldb/rcldb.cpp +++ b/src/rcldb/rcldb.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: rcldb.cpp,v 1.154 2008-12-17 16:19:58 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/rcldb/rcldb.h b/src/rcldb/rcldb.h index cc85e18d..8940b705 100644 --- a/src/rcldb/rcldb.h +++ b/src/rcldb/rcldb.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _DB_H_INCLUDED_ #define _DB_H_INCLUDED_ -/* @(#$Id: rcldb.h,v 1.65 2008-12-19 09:55:36 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/rcldb/rcldb_p.h b/src/rcldb/rcldb_p.h index 2d6a1129..4749cc76 100644 --- a/src/rcldb/rcldb_p.h +++ b/src/rcldb/rcldb_p.h @@ -1,10 +1,26 @@ +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _rcldb_p_h_included_ #define _rcldb_p_h_included_ #include "xapian.h" namespace Rcl { -/* @(#$Id: rcldb_p.h,v 1.6 2008-09-30 12:38:29 dockes Exp $ (C) 2007 J.F.Dockes */ // Omega compatible values. We leave a hole for future omega values. Not sure // it makes any sense to keep any level of omega compat given that the index diff --git a/src/rcldb/rcldoc.cpp b/src/rcldb/rcldoc.cpp index 05107b7d..070ed505 100644 --- a/src/rcldb/rcldoc.cpp +++ b/src/rcldb/rcldoc.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2007 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -14,9 +14,6 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef lint -static char rcsid[] = "@(#$Id: rcldoc.cpp,v 1.2 2008-09-16 08:18:30 dockes Exp $ (C) 2007 J.F.Dockes"; -#endif #include "rcldoc.h" #include "debuglog.h" diff --git a/src/rcldb/rcldoc.h b/src/rcldb/rcldoc.h index c0f8fb29..c0073525 100644 --- a/src/rcldb/rcldoc.h +++ b/src/rcldb/rcldoc.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _RCLDOC_H_INCLUDED_ #define _RCLDOC_H_INCLUDED_ -/* @(#$Id: rcldoc.h,v 1.10 2008-09-16 08:18:30 dockes Exp $ (C) 2006 J.F.Dockes */ #include #include diff --git a/src/rcldb/rclquery.cpp b/src/rcldb/rclquery.cpp index 6aec6010..413e19ca 100644 --- a/src/rcldb/rclquery.cpp +++ b/src/rcldb/rclquery.cpp @@ -1,6 +1,19 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: rclquery.cpp,v 1.11 2008-12-19 09:55:36 dockes Exp $ (C) 2008 J.F.Dockes"; -#endif +/* Copyright (C) 2008 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include #include diff --git a/src/rcldb/rclquery.h b/src/rcldb/rclquery.h index fea706cf..7691bff0 100644 --- a/src/rcldb/rclquery.h +++ b/src/rcldb/rclquery.h @@ -1,7 +1,4 @@ -#ifndef _rclquery_h_included_ -#define _rclquery_h_included_ -/* @(#$Id: rclquery.h,v 1.6 2008-09-29 11:33:55 dockes Exp $ (C) 2008 J.F.Dockes */ -/* +/* Copyright (C) 2008 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -17,6 +14,8 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef _rclquery_h_included_ +#define _rclquery_h_included_ #include #include #include diff --git a/src/rcldb/rclquery_p.h b/src/rcldb/rclquery_p.h index 165b91a5..c090ef6b 100644 --- a/src/rcldb/rclquery_p.h +++ b/src/rcldb/rclquery_p.h @@ -1,6 +1,22 @@ +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef _rclquery_p_h_included_ #define _rclquery_p_h_included_ -/* @(#$Id: rclquery_p.h,v 1.2 2008-07-01 08:31:08 dockes Exp $ (C) 2007 J.F.Dockes */ #include #include diff --git a/src/rcldb/searchdata.cpp b/src/rcldb/searchdata.cpp index 0d1c64c0..8628cbb0 100644 --- a/src/rcldb/searchdata.cpp +++ b/src/rcldb/searchdata.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: searchdata.cpp,v 1.32 2008-12-19 09:55:36 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/rcldb/searchdata.h b/src/rcldb/searchdata.h index 5e545a2c..d2ac10ae 100644 --- a/src/rcldb/searchdata.h +++ b/src/rcldb/searchdata.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _SEARCHDATA_H_INCLUDED_ #define _SEARCHDATA_H_INCLUDED_ -/* @(#$Id: searchdata.h,v 1.21 2008-10-14 07:50:13 dockes Exp $ (C) 2004 J.F.Dockes */ /** * Structures to hold data coming almost directly from the gui diff --git a/src/rcldb/stemdb.cpp b/src/rcldb/stemdb.cpp index 86778573..e7f7957a 100644 --- a/src/rcldb/stemdb.cpp +++ b/src/rcldb/stemdb.cpp @@ -1,6 +1,19 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: stemdb.cpp,v 1.12 2008-07-30 13:16:13 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif +/* Copyright (C) 2005 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /** * Management of the auxiliary databases listing stems and their expansion diff --git a/src/rcldb/stemdb.h b/src/rcldb/stemdb.h index 212a63d2..1836df6b 100644 --- a/src/rcldb/stemdb.h +++ b/src/rcldb/stemdb.h @@ -1,6 +1,21 @@ +/* Copyright (C) 2004 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef _STEMDB_H_INCLUDED_ #define _STEMDB_H_INCLUDED_ -/* @(#$Id: stemdb.h,v 1.4 2007-08-01 10:04:53 dockes Exp $ (C) 2004 J.F.Dockes */ /// Stem database code /// /// Stem databases list stems and the set of index terms they expand to. They diff --git a/src/rcldb/stoplist.cpp b/src/rcldb/stoplist.cpp index 8df8385c..571b7080 100644 --- a/src/rcldb/stoplist.cpp +++ b/src/rcldb/stoplist.cpp @@ -1,6 +1,20 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: stoplist.cpp,v 1.1 2007-06-02 08:30:42 dockes Exp $ (C) 2007 J.F.Dockes"; -#endif +/* Copyright (C) 2007 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + #ifndef TEST_STOPLIST #include "debuglog.h" #include "readfile.h" diff --git a/src/rcldb/stoplist.h b/src/rcldb/stoplist.h index 2a47d806..de4dd0ea 100644 --- a/src/rcldb/stoplist.h +++ b/src/rcldb/stoplist.h @@ -1,6 +1,21 @@ +/* Copyright (C) 2006 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #ifndef _STOPLIST_H_INCLUDED_ #define _STOPLIST_H_INCLUDED_ -/* @(#$Id: stoplist.h,v 1.1 2007-06-02 08:30:42 dockes Exp $ (C) 2006 J.F.Dockes */ #include #include diff --git a/src/utils/base64.cpp b/src/utils/base64.cpp index ef2dec58..ea84d0db 100644 --- a/src/utils/base64.cpp +++ b/src/utils/base64.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: base64.cpp,v 1.9 2008-09-15 08:01:42 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/base64.h b/src/utils/base64.h index e90eb91c..d7acd306 100644 --- a/src/utils/base64.h +++ b/src/utils/base64.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _BASE64_H_INCLUDED_ #define _BASE64_H_INCLUDED_ -/* @(#$Id: base64.h,v 1.3 2008-07-28 08:42:52 dockes Exp $ (C) 2004 J.F.Dockes */ #include void base64_encode(const std::string& in, std::string& out); diff --git a/src/utils/cancelcheck.h b/src/utils/cancelcheck.h index f0027cef..70a78a7f 100644 --- a/src/utils/cancelcheck.h +++ b/src/utils/cancelcheck.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _CANCELCHECK_H_INCLUDED_ #define _CANCELCHECK_H_INCLUDED_ -/* @(#$Id: cancelcheck.h,v 1.5 2008-11-18 13:51:09 dockes Exp $ (C) 2005 J.F.Dockes */ /** diff --git a/src/utils/circache.cpp b/src/utils/circache.cpp index 33a9b6f7..56112640 100644 --- a/src/utils/circache.cpp +++ b/src/utils/circache.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -14,9 +14,6 @@ * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef lint -static char rcsid[] = "@(#$Id: $ (C) 2009 J.F.Dockes"; -#endif #ifndef TEST_CIRCACHE #include "autoconfig.h" diff --git a/src/utils/circache.h b/src/utils/circache.h index c10a213c..d7403f4f 100644 --- a/src/utils/circache.h +++ b/src/utils/circache.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _circache_h_included_ #define _circache_h_included_ -/* @(#$Id: $ (C) 2009 J.F.Dockes */ /** * A data cache implemented as a circularly managed file diff --git a/src/utils/closefrom.cpp b/src/utils/closefrom.cpp index 472985c0..1464abed 100644 --- a/src/utils/closefrom.cpp +++ b/src/utils/closefrom.cpp @@ -1,6 +1,19 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: $ (C) 2009 J.F.Dockes"; -#endif +/* Copyright (C) 2009 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* * Close all file descriptors above a given value. * diff --git a/src/utils/closefrom.h b/src/utils/closefrom.h index b0391f82..c74c00ba 100644 --- a/src/utils/closefrom.h +++ b/src/utils/closefrom.h @@ -1,6 +1,21 @@ #ifndef _closefrom_h_included_ #define _closefrom_h_included_ -/* @(#$Id: $ (C) 2004 J.F.Dockes */ +/* Copyright (C) 2004 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /* Close all descriptors >= fd */ extern int libclf_closefrom(int fd); diff --git a/src/utils/conftree.cpp b/src/utils/conftree.cpp index 4337e231..acb7e172 100644 --- a/src/utils/conftree.cpp +++ b/src/utils/conftree.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid [] = "@(#$Id: conftree.cpp,v 1.16 2008-07-01 11:51:51 dockes Exp $ (C) 2003 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2003 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/copyfile.cpp b/src/utils/copyfile.cpp index fd7961dc..389ee0be 100644 --- a/src/utils/copyfile.cpp +++ b/src/utils/copyfile.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: copyfile.cpp,v 1.4 2007-12-13 06:58:22 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/copyfile.h b/src/utils/copyfile.h index 9df30e3b..6fdc469c 100644 --- a/src/utils/copyfile.h +++ b/src/utils/copyfile.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _COPYFILE_H_INCLUDED_ #define _COPYFILE_H_INCLUDED_ -/* @(#$Id: copyfile.h,v 1.2 2006-01-30 11:15:28 dockes Exp $ (C) 2004 J.F.Dockes */ #include using std::string; diff --git a/src/utils/debuglog.cpp b/src/utils/debuglog.cpp index 8f759ad2..86774354 100644 --- a/src/utils/debuglog.cpp +++ b/src/utils/debuglog.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: debuglog.cpp,v 1.6 2008-12-16 14:20:10 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2006 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/execmd.cpp b/src/utils/execmd.cpp index 088367e8..c08e81de 100644 --- a/src/utils/execmd.cpp +++ b/src/utils/execmd.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: execmd.cpp,v 1.27 2008-10-06 06:22:47 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/execmd.h b/src/utils/execmd.h index 74d68abd..fa72850e 100644 --- a/src/utils/execmd.h +++ b/src/utils/execmd.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _EXECMD_H_INCLUDED_ #define _EXECMD_H_INCLUDED_ -/* @(#$Id: execmd.h,v 1.12 2007-05-21 13:30:22 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include #include diff --git a/src/utils/fileudi.cpp b/src/utils/fileudi.cpp index 70a2d273..77799747 100644 --- a/src/utils/fileudi.cpp +++ b/src/utils/fileudi.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: fileudi.cpp,v 1.2 2008-07-28 12:24:15 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/fileudi.h b/src/utils/fileudi.h index bcfcbaac..5981a24f 100644 --- a/src/utils/fileudi.h +++ b/src/utils/fileudi.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _FILEUDI_H_INCLUDED_ #define _FILEUDI_H_INCLUDED_ -/* @(#$Id: fileudi.h,v 1.1 2008-07-28 10:20:20 dockes Exp $ (C) 2004 J.F.Dockes */ #include using std::string; diff --git a/src/utils/fstreewalk.cpp b/src/utils/fstreewalk.cpp index 19bf74d9..1b071e08 100644 --- a/src/utils/fstreewalk.cpp +++ b/src/utils/fstreewalk.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: fstreewalk.cpp,v 1.15 2007-12-13 06:58:22 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/fstreewalk.h b/src/utils/fstreewalk.h index e4cb1b49..75e1197e 100644 --- a/src/utils/fstreewalk.h +++ b/src/utils/fstreewalk.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _FSTREEWALK_H_INCLUDED_ #define _FSTREEWALK_H_INCLUDED_ -/* @(#$Id: fstreewalk.h,v 1.9 2007-08-30 09:01:52 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/utils/idfile.cpp b/src/utils/idfile.cpp index 050e2204..20394978 100644 --- a/src/utils/idfile.cpp +++ b/src/utils/idfile.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: idfile.cpp,v 1.9 2008-07-01 11:51:51 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/idfile.h b/src/utils/idfile.h index bc484adf..d4ceed88 100644 --- a/src/utils/idfile.h +++ b/src/utils/idfile.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _IDFILE_H_INCLUDED_ #define _IDFILE_H_INCLUDED_ -/* @(#$Id: idfile.h,v 1.3 2006-01-30 11:15:28 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/utils/mimeparse.cpp b/src/utils/mimeparse.cpp index a4c2af57..852e82ba 100644 --- a/src/utils/mimeparse.cpp +++ b/src/utils/mimeparse.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: mimeparse.cpp,v 1.21 2008-07-01 11:51:51 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/mimeparse.h b/src/utils/mimeparse.h index 7f69c138..de9e17a1 100644 --- a/src/utils/mimeparse.h +++ b/src/utils/mimeparse.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _MIME_H_INCLUDED_ #define _MIME_H_INCLUDED_ -/* @(#$Id: mimeparse.h,v 1.10 2006-12-07 07:07:18 dockes Exp $ (C) 2004 J.F.Dockes */ /* Mime definitions RFC to 4-9-2006: diff --git a/src/utils/netcon.cpp b/src/utils/netcon.cpp index f997ee19..33a44bcf 100644 --- a/src/utils/netcon.cpp +++ b/src/utils/netcon.cpp @@ -1,6 +1,4 @@ -#ifndef lint -static char rcsid [] = "@(#$Id: netcon.cpp,v 1.18 2009-02-06 06:27:08 dockes Exp $ (C) 2002 Jean-Francois Dockes"; -#endif +/* Copyright (C) 2002 Jean-Francois Dockes */ // Wrapper classes for the socket interface diff --git a/src/utils/netcon.h b/src/utils/netcon.h index 47aa0381..085537d7 100644 --- a/src/utils/netcon.h +++ b/src/utils/netcon.h @@ -1,6 +1,21 @@ #ifndef _NETCON_H_ #define _NETCON_H_ -/* @(#$Id: netcon.h,v 1.11 2009-02-05 14:25:24 dockes Exp $ (C) 2002 Jean-Francois Dockes */ +/* Copyright (C) 2002 Jean-Francois Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ #include "refcntr.h" /// A set of classes to manage client-server communication over a diff --git a/src/utils/pathut.cpp b/src/utils/pathut.cpp index 9e1a57b7..3510ad07 100644 --- a/src/utils/pathut.cpp +++ b/src/utils/pathut.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: pathut.cpp,v 1.23 2008-11-24 15:47:40 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/pathut.h b/src/utils/pathut.h index d7e02793..c405cfec 100644 --- a/src/utils/pathut.h +++ b/src/utils/pathut.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _PATHUT_H_INCLUDED_ #define _PATHUT_H_INCLUDED_ -/* @(#$Id: pathut.h,v 1.16 2008-12-04 11:49:59 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/utils/pxattr.cpp b/src/utils/pxattr.cpp index e0c1bfea..166fa81b 100644 --- a/src/utils/pxattr.cpp +++ b/src/utils/pxattr.cpp @@ -1,4 +1,4 @@ -/* @(#$Id: pxattr.cpp,v 1.9 2009-01-20 13:48:34 dockes Exp $ (C) 2009 J.F.Dockes +/* Copyright (c) 2009 Jean-Francois Dockes Permission is hereby granted, free of charge, to any person diff --git a/src/utils/pxattr.h b/src/utils/pxattr.h index 71536c76..89b242c2 100644 --- a/src/utils/pxattr.h +++ b/src/utils/pxattr.h @@ -1,7 +1,7 @@ #ifndef _pxattr_h_included_ #define _pxattr_h_included_ -/* @(#$Id: pxattr.h,v 1.5 2009-01-20 13:48:34 dockes Exp $ (C) 2009 J.F.Dockes +/* Copyright (c) 2009 Jean-Francois Dockes Permission is hereby granted, free of charge, to any person diff --git a/src/utils/readfile.cpp b/src/utils/readfile.cpp index bb5df6d0..9a142f2f 100644 --- a/src/utils/readfile.cpp +++ b/src/utils/readfile.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: readfile.cpp,v 1.9 2008-12-08 11:22:58 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/readfile.h b/src/utils/readfile.h index 75bd40d2..b92d19dc 100644 --- a/src/utils/readfile.h +++ b/src/utils/readfile.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _READFILE_H_INCLUDED_ #define _READFILE_H_INCLUDED_ -/* @(#$Id: readfile.h,v 1.3 2007-06-02 08:30:42 dockes Exp $ (C) 2004 J.F.Dockes */ #include diff --git a/src/utils/smallut.cpp b/src/utils/smallut.cpp index e0e13128..ca128037 100644 --- a/src/utils/smallut.cpp +++ b/src/utils/smallut.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: smallut.cpp,v 1.35 2008-11-19 10:06:49 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/smallut.h b/src/utils/smallut.h index 431348d0..0f1dd508 100644 --- a/src/utils/smallut.h +++ b/src/utils/smallut.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _SMALLUT_H_INCLUDED_ #define _SMALLUT_H_INCLUDED_ -/* @(#$Id: smallut.h,v 1.33 2008-12-05 07:38:07 dockes Exp $ (C) 2004 J.F.Dockes */ #include #include diff --git a/src/utils/transcode.cpp b/src/utils/transcode.cpp index b34ded15..60b6dac3 100644 --- a/src/utils/transcode.cpp +++ b/src/utils/transcode.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: transcode.cpp,v 1.12 2008-09-15 08:01:29 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/transcode.h b/src/utils/transcode.h index e769aa9e..41e9139a 100644 --- a/src/utils/transcode.h +++ b/src/utils/transcode.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _TRANSCODE_H_INCLUDED_ #define _TRANSCODE_H_INCLUDED_ -/* @(#$Id: transcode.h,v 1.5 2008-10-09 09:19:23 dockes Exp $ (C) 2004 J.F.Dockes */ /** * */ diff --git a/src/utils/utf8iter.cpp b/src/utils/utf8iter.cpp index 4d6dbc21..ac51dbf4 100644 --- a/src/utils/utf8iter.cpp +++ b/src/utils/utf8iter.cpp @@ -1,7 +1,4 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: utf8iter.cpp,v 1.6 2007-12-04 10:16:27 dockes Exp $ (C) 2005 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2005 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/utf8iter.h b/src/utils/utf8iter.h index 15019ca4..335d9da0 100644 --- a/src/utils/utf8iter.h +++ b/src/utils/utf8iter.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2004 J.F.Dockes * 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 * the Free Software Foundation; either version 2 of the License, or @@ -16,7 +16,6 @@ */ #ifndef _UTF8ITER_H_INCLUDED_ #define _UTF8ITER_H_INCLUDED_ -/* @(#$Id: utf8iter.h,v 1.10 2007-09-22 08:51:29 dockes Exp $ (C) 2004 J.F.Dockes */ #ifdef UTF8ITER_CHECK #include "assert.h" diff --git a/src/utils/wipedir.cpp b/src/utils/wipedir.cpp index 4519f18a..f11973a6 100644 --- a/src/utils/wipedir.cpp +++ b/src/utils/wipedir.cpp @@ -1,7 +1,5 @@ -#ifndef lint -static char rcsid[] = "@(#$Id: wipedir.cpp,v 1.6 2007-12-13 06:58:22 dockes Exp $ (C) 2004 J.F.Dockes"; -#endif -/* +/* Copyright (C) 2004 J.F.Dockes + * * 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 * the Free Software Foundation; either version 2 of the License, or diff --git a/src/utils/wipedir.h b/src/utils/wipedir.h index 6580f3b3..3cd3dbeb 100644 --- a/src/utils/wipedir.h +++ b/src/utils/wipedir.h @@ -16,7 +16,7 @@ */ #ifndef _FILEUT_H_INCLUDED_ #define _FILEUT_H_INCLUDED_ -/* @(#$Id: wipedir.h,v 1.2 2006-01-30 11:15:28 dockes Exp $ (C) 2004 J.F.Dockes */ +/* Copyright (C) 2004 J.F.Dockes */ #include diff --git a/src/utils/x11mon.cpp b/src/utils/x11mon.cpp index ad1b5706..12a1b5ea 100644 --- a/src/utils/x11mon.cpp +++ b/src/utils/x11mon.cpp @@ -1,7 +1,5 @@ #ifndef TEST_X11MON -#ifndef lint -static char rcsid[] = "@(#$Id: x11mon.cpp,v 1.1 2006-12-23 12:23:15 dockes Exp $ (C) 2006 J.F.Dockes"; -#endif +/* Copyright (C) 2006 J.F.Dockes */ // Poll state of X11 connectibility (to detect end of user session). #include "autoconfig.h" #ifndef DISABLE_X11MON diff --git a/src/utils/x11mon.h b/src/utils/x11mon.h index 72f15c90..725d2342 100644 --- a/src/utils/x11mon.h +++ b/src/utils/x11mon.h @@ -1,6 +1,21 @@ #ifndef _X11MON_H_INCLUDED_ #define _X11MON_H_INCLUDED_ -/* @(#$Id: x11mon.h,v 1.1 2006-12-23 12:23:15 dockes Exp $ (C) 2006 J.F.Dockes */ +/* Copyright (C) 2006 J.F.Dockes + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the + * Free Software Foundation, Inc., + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ /** Poll X11 server status and connectivity */ extern bool x11IsAlive();