| File: special/licenses/files/rxvt | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 0 |
| /*--------------------------------*-C-*---------------------------------* * File: command.c *----------------------------------------------------------------------* * $Id: rxvt,v 1.1 2003/01/21 09:01:09 schoen Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk> * - original version * Copyright (c) 1994 Robert Nation <nation@rocket.sanders.lockheed.com> * - extensive modifications * Copyright (c) 1995 Garrett D'Amore <garrett@netcom.com> * - vt100 printing * Copyright (c) 1995 Steven Hirsch <hirsch@emba.uvm.edu> * - X11 mouse report mode and support for * DEC "private mode" save/restore functions. * Copyright (c) 1995 Jakub Jelinek <jj@gnu.ai.mit.edu> * - key-related changes to handle Shift+function * keys properly. * Copyright (c) 1997 MJ Olesen <olesen@me.queensu.ca> * - extensive modifications * Copyright (c) 1997 Raul Garcia Garcia <rgg@tid.es> * - modification and cleanups for Solaris 2.x * and Linux 1.2.x * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de> * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com> * - extensive modifications * Copyright (c) 1998 Alfredo K. Kojima <kojima@windowmaker.org> * Copyright (c) 2001 Marius Gedminas * - Ctrl/Mod4+Tab works like Meta+Tab (options) * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. *----------------------------------------------------------------------*/ | |