]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/term/pgtk-win.el: Add copyright file header
authorJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Wed, 18 Nov 2020 02:46:17 +0000 (13:46 +1100)
committerJeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Tue, 24 Nov 2020 01:24:40 +0000 (12:24 +1100)
lisp/term/pgtk-win.el

index e84fbf9168f6e951c48e57f27fd1ea668036ee95..6e970c45d81e193607881a1ac502a2e82eb641aa 100644 (file)
@@ -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 <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
 
 ;;; Code:
 (eval-when-compile (require 'cl-lib))