comparison etc/ms-7bkermit @ 71189:3681678d3d86

Add copyright notice and copying permissions.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Jun 2006 13:53:01 +0000
parents 695cf19ef79e
children 0259a1711394 a8190f7e546e
comparison
equal deleted inserted replaced
71188:d4fb4584a969 71189:3681678d3d86
1 ;;; Copyright (c) 1999, 2003, 2006
2 ;;; Free Software Foundation, Inc.
3
1 ;;; This file is designed for 7-bit connections. 4 ;;; This file is designed for 7-bit connections.
2 ;;; Use the file ms-kermit if you have an 8-bit connection. 5 ;;; Use the file ms-kermit if you have an 8-bit connection.
3 6
4 ;;; This kermit script maps the IBM-PC keyboard for use with Gnu Emacs. 7 ;;; This kermit script maps the IBM-PC keyboard for use with Gnu Emacs.
5 ;;; The ALT key is used to generate Meta characters and, in conjunction 8 ;;; The ALT key is used to generate Meta characters and, in conjunction
309 set key \2455 \khomscn 312 set key \2455 \khomscn
310 set key \2463 \kendscn 313 set key \2463 \kendscn
311 set key \2457 \kupscn 314 set key \2457 \kupscn
312 set key \2465 \kdnscn 315 set key \2465 \kdnscn
313 316
317 ;;; COPYING PERMISSIONS:
318 ;;;
319 ;;; This document is free software; you can redistribute it and/or modify
320 ;;; it under the terms of the GNU General Public License as published by
321 ;;; the Free Software Foundation; either version 2 of the License, or
322 ;;; (at your option) any later version.
323 ;;;
324 ;;; This program is distributed in the hope that it will be useful,
325 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
326 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
327 ;;; GNU General Public License for more details.
328 ;;;
329 ;;; You should have received a copy of the GNU General Public License
330 ;;; along with this program; if not, write to the Free Software
331 ;;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
332
314 ;;; arch-tag: b066a884-e956-4f46-9d9c-13502f6cf7a6 333 ;;; arch-tag: b066a884-e956-4f46-9d9c-13502f6cf7a6