From 2488744791e04650653d75c1b34b06e8d2e58839 Mon Sep 17 00:00:00 2001 From: Nikolaj Schumacher Date: Mon, 20 Apr 2009 14:06:04 +0200 Subject: [PATCH] Added missing GPL header to company-eclim.el. --- company-eclim.el | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/company-eclim.el b/company-eclim.el index 818567b8b..a3c32a6d5 100644 --- a/company-eclim.el +++ b/company-eclim.el @@ -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 . + (require 'company) (eval-when-compile (require 'cl)) -- 2.39.2