From 001c421ce65167cbe46603126dea58f8972afed9 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 11 Dec 2018 15:49:17 -0500 Subject: [PATCH] License is not really license so there is no license in fact sorry I removed the license --- eldoc-box.el | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/eldoc-box.el b/eldoc-box.el index 4019b6e..74547b2 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -4,28 +4,16 @@ ;; Version: 1.0 ;; Author: Yuan Fu +;; Not really because I copied code from lsp-ui-doc.el +;; which is written by Sebastien Chapuis +;; And I removed the license so the previous commits with license +;; are not really with license. +;; I hope I don't get in troubles because of this. ;; URL: https://github.com/casouri/eldoc-box ;; Package-Requires: ((emacs "26.1")) ;;; This file is NOT part of GNU Emacs -;;; License -;; -;; 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, 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; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth -;; Floor, Boston, MA 02110-1301, USA. - ;;; Commentary: ;;