]> code.delx.au - gnu-emacs-elpa/commitdiff
Added missing GPL header to company-eclim.el.
authorNikolaj Schumacher <git@nschum.de>
Mon, 20 Apr 2009 12:06:04 +0000 (14:06 +0200)
committerNikolaj Schumacher <git@nschum.de>
Wed, 22 Apr 2009 16:19:17 +0000 (18:19 +0200)
company-eclim.el

index 818567b8b412c8cbdef41f13fbd9bf1f2bc0b0be..a3c32a6d500c6e54d52c6cba307eb2d9c9e04763 100644 (file)
@@ -1,3 +1,22 @@
+;;; company-eclim.el --- a company-mode completion back-end for eclim.
+;;
+;; Copyright (C) 2009 Nikolaj Schumacher
+;;
+;; This file is part of company 0.4.1.
+;;
+;; 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
+;; 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/>.
+
 (require 'company)
 (eval-when-compile (require 'cl))