From 3e36894105f9cccbb890cd479ea7b9c424acb1dc Mon Sep 17 00:00:00 2001 From: jakanakaevangeli Date: Thu, 21 Oct 2021 17:42:38 +0200 Subject: [PATCH] Fix copyright notice --- capf-autosuggest.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/capf-autosuggest.el b/capf-autosuggest.el index d747e7a..b614ceb 100644 --- a/capf-autosuggest.el +++ b/capf-autosuggest.el @@ -1,5 +1,7 @@ ;;; capf-autosuggest.el --- History autosuggestions for comint and eshell -*- lexical-binding: t; -*- +;; Copyright (C) 2021 Free Software Foundation, Inc. + ;; Filename: capf-autosuggest.el ;; Author: jakanakaevangeli ;; Created: 2021-07-13 @@ -7,7 +9,7 @@ ;; Package-Requires: ((emacs "25.1")) ;; URL: https://repo.or.cz/emacs-capf-autosuggest.git -;; This file part of GNU Emacs. +;; This file is part of GNU Emacs. ;; 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 -- 2.11.4.GIT