From 8fa5427130c67a9710838672a61eaf2db0eb16ba Mon Sep 17 00:00:00 2001 From: Jeff Walsh Date: Wed, 18 Nov 2020 13:46:17 +1100 Subject: [PATCH] lisp/term/pgtk-win.el: Add copyright file header --- lisp/term/pgtk-win.el | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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)) -- 2.39.5