branch: externals/engrave-faces commit 8b5e1fc45fed9ff2ae4b4ac6d50fb8856fc6b2e7 Author: TEC <t...@tecosaur.com> Commit: TEC <t...@tecosaur.com>
Move copyright to the FSF --- LICENCE | 4 ++-- engrave-faces-ansi.el | 2 ++ engrave-faces-html.el | 2 ++ engrave-faces-latex.el | 2 ++ engrave-faces.el | 2 +- 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/LICENCE b/LICENCE index 38eeb45..ac75458 100644 --- a/LICENCE +++ b/LICENCE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Convert font-lock faces to other formats. -Copyright (C) 2021 TEC +Copyright (C) 2021 Free Software Foundation, Inc. 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 @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: -Engrave Faces Copyright (C) 2021 TEC +Engrave Faces Copyright (C) 2021 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY; for details type Symbol’s value as variable is void: showshow c' for details. The hypothetical commands Symbol’s value as variable is void: showshow c' should show the appropriate diff --git a/engrave-faces-ansi.el b/engrave-faces-ansi.el index 4663256..17b987f 100644 --- a/engrave-faces-ansi.el +++ b/engrave-faces-ansi.el @@ -1,5 +1,7 @@ ;;; engrave-faces-ansi.el --- Support for engraving buffers to LaTeX -*- lexical-binding: t; -*- +;; Copyright (C) 2021 Free Software Foundation, Inc. + ;; This file is part of engrave-faces. ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/engrave-faces-html.el b/engrave-faces-html.el index 3190892..9a60cbc 100644 --- a/engrave-faces-html.el +++ b/engrave-faces-html.el @@ -1,5 +1,7 @@ ;;; engrave-faces-html.el --- Support for engraving buffers to HTML -*- lexical-binding: t; -*- +;; Copyright (C) 2021 Free Software Foundation, Inc. + ;; This file is part of engrave-faces. ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/engrave-faces-latex.el b/engrave-faces-latex.el index 29c208b..0e116a7 100644 --- a/engrave-faces-latex.el +++ b/engrave-faces-latex.el @@ -1,5 +1,7 @@ ;;; engrave-faces-latex.el --- Support for engraving buffers to LaTeX -*- lexical-binding: t; -*- +;; Copyright (C) 2021 Free Software Foundation, Inc. + ;; This file is part of engrave-faces. ;; SPDX-License-Identifier: GPL-3.0-or-later diff --git a/engrave-faces.el b/engrave-faces.el index 8a681bb..60bf438 100644 --- a/engrave-faces.el +++ b/engrave-faces.el @@ -1,6 +1,6 @@ ;;; engrave-faces.el --- Convert font-lock faces to other formats -*- lexical-binding: t; -*- -;; Copyright (C) 2021 TEC +;; Copyright (C) 2021 Free Software Foundation, Inc. ;; Author: TEC <https://github/tecosaur> ;; Maintainer: TEC <t...@tecosaur.com>