emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/pgtk 8fa5427 097/100: lisp/term/pgtk-win.el: Add copyright file


From: Yuuki Harano
Subject: feature/pgtk 8fa5427 097/100: lisp/term/pgtk-win.el: Add copyright file header
Date: Tue, 24 Nov 2020 08:02:46 -0500 (EST)

branch: feature/pgtk
commit 8fa5427130c67a9710838672a61eaf2db0eb16ba
Author: Jeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>
Commit: Jeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local>

    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 e84fbf9..6e970c4 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 <https://www.gnu.org/licenses/>.
+
+;;; Commentary:
 
 ;;; Code:
 (eval-when-compile (require 'cl-lib))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]