From: Jeff Walsh Date: Wed, 18 Nov 2020 02:46:17 +0000 (+1100) Subject: lisp/term/pgtk-win.el: Add copyright file header X-Git-Tag: emacs-29.0.90~3763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fa5427130c67a9710838672a61eaf2db0eb16ba;p=emacs.git lisp/term/pgtk-win.el: Add copyright file header --- diff --git a/lisp/term/pgtk-win.el b/lisp/term/pgtk-win.el index e84fbf9168f..6e970c45d81 100644 --- a/lisp/term/pgtk-win.el +++ b/lisp/term/pgtk-win.el @@ -1,4 +1,26 @@ -;;; +;;; xterm.el --- define function key sequences and standard colors for xterm -*- lexical-binding: t -*- + +;; Copyright (C) 1995, 2001-2020 Free Software Foundation, Inc. + +;; Author: FSF +;; Keywords: terminals + +;; This file is part of GNU Emacs. + +;; GNU Emacs 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 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs 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 GNU Emacs. If not, see . + +;;; Commentary: ;;; Code: (eval-when-compile (require 'cl-lib))