Global removal of RCS Id: flags.

This commit is contained in:
Pavel Roskin 2002-09-26 23:13:45 +00:00
parent 85ea3e7533
commit da7e82d253
35 changed files with 0 additions and 69 deletions

View File

@ -4,8 +4,6 @@
Authors: 1996, 1997 Paul Sheer
$Id$
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

View File

@ -4,8 +4,6 @@
Authors: 1996, 1997 Paul Sheer
$Id$
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

View File

@ -4,8 +4,6 @@
Authors: 1996, 1997 Paul Sheer
$Id$
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

View File

@ -4,8 +4,6 @@
Authors: 1996, 1997 Paul Sheer
$Id$
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

View File

@ -4,8 +4,6 @@
Authors: 1998 Paul Sheer
$Id$
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

View File

@ -8,8 +8,6 @@
# Andreas Hyden <a.hyden@cyberpoint.se>.
# Christian Rose <menthos@menthos.com>, 2000, 2001, 2002.
#
# $Id$
#
msgid ""
msgstr ""
"Project-Id-Version: mc\n"

View File

@ -23,8 +23,6 @@
#include "setup.h" /* For the externs */
#include "color.h"
/* "$Id$" */
/* Set to force black and white display at program startup */
int disable_colors = 0;

View File

@ -30,8 +30,6 @@
#include "tree.h"
#include "../vfs/vfs.h"
/* "$Id$" */
/* If true show files starting with a dot */
int show_dot_files = 1;

View File

@ -17,7 +17,6 @@
*/
#include <config.h>
/* "$Id$" */
#include <string.h>
#include <stdio.h>
#include <ctype.h>

View File

@ -95,8 +95,6 @@
/* }}} */
/* rcsid [] = "$Id$" */
int verbose = 1;
/*

View File

@ -69,8 +69,6 @@
#define WANT_WIDGETS
#include "setup.h" /* For save_setup() */
/* "$Id$" */
/* Controls the display of the rotating dash on the verbose mode */
int nice_rotating_dash = 1;

View File

@ -96,8 +96,6 @@
#include "popt.h"
/* "$Id$" */
/* When the modes are active, left_panel, right_panel and tree_panel */
/* Point to a proper data structure. You should check with the functions */
/* get_current_type and get_other_type the types of the panels before using */

View File

@ -31,8 +31,6 @@
#include "win.h"
#include "key.h" /* For mi_getch() */
/* "$Id$" */
extern int is_right;
int menubar_visible = 1; /* This is the new default */

View File

@ -18,8 +18,6 @@
/* Events received by clients of this library have their coordinates 0 */
/* based */
/* "$Id$" */
#include <config.h>
#include <sys/types.h>
#ifdef HAVE_UNISTD_H

View File

@ -20,8 +20,6 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* "$Id$" */
#include <config.h>
#include <stdio.h>
#include <string.h>

View File

@ -55,8 +55,6 @@
#endif
/* "$Id$" */
extern char *find_ignore_dirs;
extern int num_history_items_recorded;

View File

@ -6,8 +6,6 @@
Author Miguel de Icaza
Norbert Warmuth
$Id$
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

View File

@ -63,8 +63,6 @@ static void tree_rescan_cmd (WTree *tree);
static int tree_callback (Dlg_head *h, WTree *tree, int msg, int par);
#define tcallback (callback_fn) tree_callback
/* "$Id$" */
static tree_entry *back_ptr (tree_entry *ptr, int *count)
{
int i = 0;

View File

@ -41,8 +41,6 @@
#include "view.h" /* for default_* externs */
/* "$Id$" */
#define MAX_ENTRIES 16
#define MAX_ENTRY_LEN 60

View File

@ -47,8 +47,6 @@
#include "charsets.h"
#endif
/* "$Id$" */
static const char app_text [] = "Midnight-Commander";
int easy_patterns = 1;

View File

@ -111,8 +111,6 @@ int altered_magic_flag = 0;
int altered_nroff_flag = 0;
/* }}} */
/* "$Id$" */
static const char hex_char[] = "0123456789ABCDEF";
/* Our callback */

View File

@ -32,8 +32,6 @@
#include "key.h" /* XCTRL and ALT macros */
#include "layout.h"
/* "$Id$" */
typedef void (*fnptr)(void);
typedef struct Fkey_Table_List {

View File

@ -28,8 +28,6 @@
/* }}} */
/* [] = "$Id$" */
#include <config.h>
#include <string.h>
#include <stdio.h>

View File

@ -3,8 +3,6 @@
Written by: 2000 Jan Hudec
$Id$
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of

View File

@ -3,8 +3,6 @@
*
* Written at 1998 by Pavel Machek <pavel@ucw.cz>, distribute under LGPL.
*
* $Id$
*
* Very loosely based on tar.c from midnight and archives.[ch] from
* avfs by Miklos Szeredi (mszeredi@inf.bme.hu)
*

View File

@ -5,8 +5,6 @@
Rewritten by: 1998 Pavel Machek
Additional changes by: 1999 Andrew T. Veliath
$Id$
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of

View File

@ -6,8 +6,6 @@
Written by: 1998 Pavel Machek
Spaces fix: 2000 Michal Svec
$Id$
Derived from ftpfs.c.
This program is free software; you can redistribute it and/or

View File

@ -7,8 +7,6 @@
1997 Norbert Warmuth
1998 Pavel Machek
$Id$
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of

View File

@ -1,7 +1,5 @@
/* ftpfs.h */
/* $Id$ */
#if !defined(__FTPFS_H)
#define __FTPFS_H

View File

@ -6,8 +6,6 @@
Andrej Borsenkow
Norbert Warmuth
$Id$
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of

View File

@ -3,8 +3,6 @@
*
* Copyright 1998 Pavel Machek, distribute under GPL
*
* $Id$
*
* This defines whole class of filesystems which contain single file
* inside. It is somehow similar to extfs, except that extfs makes
* whole virtual trees and we do only single virtual files.

View File

@ -4,8 +4,6 @@
Written by Wayne Roberts <wroberts1@home.com>
$Id$
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of

View File

@ -11,8 +11,6 @@
1997 Norbert Warmuth.
2000 Pavel Machek
$Id$
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of

View File

@ -5,8 +5,6 @@
1995 Jakub Jelinek
1998 Pavel Machek
$Id$
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
as published by the Free Software Foundation; either version 2 of

View File

@ -1,8 +1,6 @@
#ifndef DIRENTRY_H
#define DIRENTRY_H
/* $Id$ */
#include <stdio.h>
#include <ctype.h>
#include <string.h>