diff --git a/src/ChangeLog b/src/ChangeLog index a581e2696..b7a85b0ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2002-08-27 Pavel Roskin + * 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. diff --git a/src/charsets.c b/src/charsets.c index 83a3f63ee..56102c0a0 100644 --- a/src/charsets.c +++ b/src/charsets.c @@ -1,3 +1,22 @@ +/* Text conversion from one charset to another. + + Copyright (C) 2001 Walery Studennikov + + 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 #ifdef HAVE_CHARSET diff --git a/src/filenot.c b/src/filenot.c index 548282bdf..b7840df28 100644 --- a/src/filenot.c +++ b/src/filenot.c @@ -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 diff --git a/src/fileopctx.c b/src/fileopctx.c index 5ee663796..7f7eb9f57 100644 --- a/src/fileopctx.c +++ b/src/fileopctx.c @@ -1,9 +1,23 @@ /* File operation contexts for the Midnight Commander - * - * Copyright (C) 1998 The Free Software Foundation - * - * Authors: Federico Mena - * Miguel de Icaza + + Copyright (C) 1998 The Free Software Foundation + + Authors: Federico Mena + 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 diff --git a/src/mfmt.c b/src/mfmt.c index a0a8db224..f93710666 100644 --- a/src/mfmt.c +++ b/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 diff --git a/src/selcodepage.c b/src/selcodepage.c index 60f7660e5..dfc86353f 100644 --- a/src/selcodepage.c +++ b/src/selcodepage.c @@ -1,3 +1,22 @@ +/* User interface for charset selection. + + Copyright (C) 2001 Walery Studennikov + + 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 #ifdef HAVE_CHARSET diff --git a/src/text.c b/src/text.c index 780e9b181..36d805422 100644 --- a/src/text.c +++ b/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 diff --git a/src/textconf.c b/src/textconf.c index 8d8898492..a2515121a 100644 --- a/src/textconf.c +++ b/src/textconf.c @@ -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 #include