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

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

[elpa] master 169d584: * javaimp.el: Add missing license


From: Stefan Monnier
Subject: [elpa] master 169d584: * javaimp.el: Add missing license
Date: Thu, 31 Aug 2017 10:03:16 -0400 (EDT)

branch: master
commit 169d584dbd33239132e5b1bf3ffd34abf4e3d65d
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

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

diff --git a/packages/javaimp/javaimp.el b/packages/javaimp/javaimp.el
index d1c6865..e19d0da 100644
--- a/packages/javaimp/javaimp.el
+++ b/packages/javaimp/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 <address@hidden>
 ;; Maintainer: Filipp Gunbin <address@hidden>
 ;; 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]