Change copyright stuff

This commit is contained in:
Yuan Fu 2018-12-11 16:40:48 -05:00
parent 349e4738ec
commit f8de3466f5
No known key found for this signature in database
GPG Key ID: 1CF5ECABEC37A901

View File

@ -1,17 +1,30 @@
;;; eldoc-box.el --- Display documentation in childframe -*- lexical-binding: t; -*- ;;; eldoc-box.el --- Display documentation in childframe -*- lexical-binding: t; -*-
;; Copyright (C) 2018 Yuan Fu ;; Copyright (C) 2017 Sebastien Chapuis
;; Version: 1.0 ;; Version: 1.0
;; Author: Yuan Fu <casouri@gmail.com>
;; Not really because I copied code from lsp-ui-doc.el ;; Author: Sebastien Chapuis <sebastien@chapu.is>
;; which is written by Sebastien Chapuis <sebastien@chapu.is> ;; Yuan Fu <casouri@gmail.com> made a lot of change to use it for ElDoc
;; 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 ;; URL: https://github.com/casouri/eldoc-box
;; Package-Requires: ((emacs "26.1")) ;; 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 ;;; This file is NOT part of GNU Emacs
;;; Commentary: ;;; Commentary: