X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fecrash.c;h=b9decd1bfb6fac625e97cec6c7e309186118cebf;hb=aa7365c86de8e26e796d3aa3fd605c85d8c26220;hp=46f5b7b286f8f56aeb7d5a13bfce868b22b12d87;hpb=f754ac7486d3800b71a8269b0594f14831f5e2c2;p=citadel.git diff --git a/citadel/ecrash.c b/citadel/ecrash.c index 46f5b7b28..b9decd1bf 100644 --- a/citadel/ecrash.c +++ b/citadel/ecrash.c @@ -11,19 +11,13 @@ * * vim: ts=4 * - * 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 3 of the License, or - * (at your option) any later version. + * This program is open source software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 3. * * 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 "sysdep.h" @@ -45,7 +39,7 @@ #include "citserver.h" #include "ecrash.h" -#define NIY() printf("%s: Not Implemented Yet!\n", __FUNCTION__) +#define NIY() printf("function not implemented yet!\n"); #ifdef HAVE_BACKTRACE #include static eCrashParameters gbl_params;