* charsets.c: Add disclaimer of warranty.
* filenot.c: Likewise. * fileopctx.c: Likewise. * mfmt.c: Likewise. * selcodepage.c: Likewise. * text.c: Likewise. * textconf.c: Likewise.
Этот коммит содержится в:
родитель
c4cb874e0c
Коммит
9514de4ed7
@ -1,5 +1,13 @@
|
||||
2002-08-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* charsets.c: Add disclaimer of warranty.
|
||||
* filenot.c: Likewise.
|
||||
* fileopctx.c: Likewise.
|
||||
* mfmt.c: Likewise.
|
||||
* selcodepage.c: Likewise.
|
||||
* text.c: Likewise.
|
||||
* textconf.c: Likewise.
|
||||
|
||||
* man2hlp.c (main): Factor error checks in fopen() and fclose(),
|
||||
eliminate reuse of variables for different purposes, add more
|
||||
comments. Correctly process "\&" escape.
|
||||
|
@ -1,3 +1,22 @@
|
||||
/* Text conversion from one charset to another.
|
||||
|
||||
Copyright (C) 2001 Walery Studennikov <despair@sama.ru>
|
||||
|
||||
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 <config.h>
|
||||
|
||||
#ifdef HAVE_CHARSET
|
||||
|
@ -1,11 +1,25 @@
|
||||
/*
|
||||
* filenot.c: wrapper for routines to notify the
|
||||
* tree about the changes made to the directory
|
||||
* structure.
|
||||
*
|
||||
* Author:
|
||||
* Janne Kukonlehto
|
||||
* Miguel de Icaza
|
||||
filenot.c: wrapper for routines to notify the
|
||||
tree about the changes made to the directory
|
||||
structure.
|
||||
|
||||
Author:
|
||||
Janne Kukonlehto
|
||||
Miguel de Icaza
|
||||
|
||||
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 <config.h>
|
||||
|
@ -1,9 +1,23 @@
|
||||
/* File operation contexts for the Midnight Commander
|
||||
*
|
||||
* Copyright (C) 1998 The Free Software Foundation
|
||||
*
|
||||
* Authors: Federico Mena <federico@nuclecu.unam.mx>
|
||||
* Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
Copyright (C) 1998 The Free Software Foundation
|
||||
|
||||
Authors: Federico Mena <federico@nuclecu.unam.mx>
|
||||
Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
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 <config.h>
|
||||
|
19
src/mfmt.c
19
src/mfmt.c
@ -1,5 +1,20 @@
|
||||
/* mfmt: sets bold and underline for mail files */
|
||||
/* (c) 1995 miguel de icaza */
|
||||
/* mfmt: sets bold and underline for mail files
|
||||
(c) 1995 miguel de icaza
|
||||
|
||||
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 <stdio.h>
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/* User interface for charset selection.
|
||||
|
||||
Copyright (C) 2001 Walery Studennikov <despair@sama.ru>
|
||||
|
||||
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 <config.h>
|
||||
|
||||
#ifdef HAVE_CHARSET
|
||||
|
21
src/text.c
21
src/text.c
@ -1,7 +1,20 @@
|
||||
/*
|
||||
* Text edition support code
|
||||
*
|
||||
*
|
||||
/* Text edition support code.
|
||||
|
||||
Copyright (C) 2001-2002 Free Software Foundation
|
||||
|
||||
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 <config.h>
|
||||
|
||||
|
@ -1,4 +1,21 @@
|
||||
/* Print features specific for this build */
|
||||
/* Print features specific for this build
|
||||
|
||||
Copyright (C) 2001-2002 Free Software Foundation
|
||||
|
||||
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 <config.h>
|
||||
#include <stdio.h>
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user