emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/phps-mode 19fcb7e: Added FSF header to parser


From: Christian Johansson
Subject: [elpa] externals/phps-mode 19fcb7e: Added FSF header to parser
Date: Sat, 30 Oct 2021 03:43:35 -0400 (EDT)

branch: externals/phps-mode
commit 19fcb7e0d8476d4fbd597c8309991ab5c80851f2
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Added FSF header to parser
---
 phps-mode-parser.el | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/phps-mode-parser.el b/phps-mode-parser.el
index e914eeb..4725e8e 100644
--- a/phps-mode-parser.el
+++ b/phps-mode-parser.el
@@ -1,5 +1,22 @@
 ;;; phps-mode-parser.el --- Exported Emacs Parser Generator -*- 
lexical-binding: t -*-
 
+;; Copyright (C) 2018-2021  Free Software Foundation, Inc.
+
+;; This file is not 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:
 



reply via email to

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