[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phps-mode 5489e6f: * phps-mode-parser-grammar-macro.el:
From: |
Stefan Monnier |
Subject: |
[elpa] externals/phps-mode 5489e6f: * phps-mode-parser-grammar-macro.el: Fix copyright header |
Date: |
Thu, 2 Jul 2020 18:08:36 -0400 (EDT) |
branch: externals/phps-mode
commit 5489e6fe9a70f5b26c271e3833e3791afce97c3e
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* phps-mode-parser-grammar-macro.el: Fix copyright header
---
phps-mode-parser-grammar-macro.el | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/phps-mode-parser-grammar-macro.el
b/phps-mode-parser-grammar-macro.el
index 324437c..93c4532 100644
--- a/phps-mode-parser-grammar-macro.el
+++ b/phps-mode-parser-grammar-macro.el
@@ -1,4 +1,21 @@
-;;; phps-mode-parser-grammar-macro.el
+;;; phps-mode-parser-grammar-macro.el --- ??? -*- lexical-binding:t -*-
+
+;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+
+;; This program 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 2, or (at
+;; your option) any later version.
+
+;; This program 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/>.
+
+;;; Code:
(require 'semantic/wisent/grammar)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/phps-mode 5489e6f: * phps-mode-parser-grammar-macro.el: Fix copyright header,
Stefan Monnier <=