diff --git a/eldoc-box.el b/eldoc-box.el index 7ef41cf..3ba8101 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -1,17 +1,30 @@ ;;; eldoc-box.el --- Display documentation in childframe -*- lexical-binding: t; -*- -;; Copyright (C) 2018 Yuan Fu +;; Copyright (C) 2017 Sebastien Chapuis ;; 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. + +;; Author: Sebastien Chapuis +;; Yuan Fu made a lot of change to use it for ElDoc ;; URL: https://github.com/casouri/eldoc-box ;; Package-Requires: ((emacs "26.1")) +;;; 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. ;;; This file is NOT part of GNU Emacs ;;; Commentary: