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

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

[elpa] externals/javaimp ed26a43 24/32: * javaimp.el: Add missing licens


From: Stefan Monnier
Subject: [elpa] externals/javaimp ed26a43 24/32: * javaimp.el: Add missing license
Date: Tue, 1 Dec 2020 10:08:31 -0500 (EST)

branch: externals/javaimp
commit ed26a435e1bc8a66808a2415fb2b952c023569e6
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * javaimp.el: Add missing license
---
 javaimp.el | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/javaimp.el b/javaimp.el
index d1c6865..e19d0da 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -1,12 +1,25 @@
 ;;; javaimp.el --- Add and reorder Java import statements in Maven projects  
-*- lexical-binding: t; -*-
 
-;; Copyright (C) 2014, 2015, 2016  Free Software Foundation, Inc.
+;; Copyright (C) 2014-2017  Free Software Foundation, Inc.
 
 ;; Author: Filipp Gunbin <fgunbin@fastmail.fm>
 ;; Maintainer: Filipp Gunbin <fgunbin@fastmail.fm>
 ;; Version: 0.6
 ;; Keywords: java, maven, programming
 
+;; 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 3 of the License, 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+
 ;;; Commentary:
 
 ;; Allows to manage Java import statements in Maven projects.



reply via email to

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