|
a/src/index/fsindexer.cpp |
|
b/src/index/fsindexer.cpp |
1 |
#ifndef lint
|
1 |
/* Copyright (C) 2009 J.F.Dockes
|
2 |
static char rcsid[] = "@(#$Id: $ (C) 2009 J.F.Dockes";
|
|
|
3 |
#endif
|
|
|
4 |
/*
|
|
|
5 |
* This program is free software; you can redistribute it and/or modify
|
2 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
3 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
4 |
* the Free Software Foundation; either version 2 of the License, or
|
8 |
* (at your option) any later version.
|
5 |
* (at your option) any later version.
|
9 |
*
|
6 |
*
|