branch: elpa/hyperdrive commit 10a23d061938448fb58c9e14c9eaf7961e9a6d4d Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Meta: Update copyright notices --- doc/doc-setup.org | 2 +- doc/hyperdrive.org | 2 +- doc/hyperdrive.texi | 2 +- tests/test-hyperdrive-markdown.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/doc-setup.org b/doc/doc-setup.org index 624cf11060..89965bddfd 100644 --- a/doc/doc-setup.org +++ b/doc/doc-setup.org @@ -1,6 +1,6 @@ # SETUPFILE for Org manual -# Copyright (C) 2023 Joseph Turner <jos...@ushin.org> +# Copyright (C) 2023, 2024 USHIN, Inc. <cont...@ushin.org> # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Affero General Public License diff --git a/doc/hyperdrive.org b/doc/hyperdrive.org index ecac0bbcc1..f624ef7b30 100644 --- a/doc/hyperdrive.org +++ b/doc/hyperdrive.org @@ -23,7 +23,7 @@ This manual is for ~hyperdrive.el~ version {{{version}}}. * Freedom to copy -Copyright \copy 2023 USHIN, Inc. +Copyright \copy 2023, 2024 USHIN, Inc. #+begin_quote Permission is granted to copy, distribute and/or modify this document diff --git a/doc/hyperdrive.texi b/doc/hyperdrive.texi index c70c6b7694..efc339e04a 100644 --- a/doc/hyperdrive.texi +++ b/doc/hyperdrive.texi @@ -190,7 +190,7 @@ Indices @node Freedom to copy @chapter Freedom to copy -Copyright @copyright{} 2023 USHIN, Inc. +Copyright @copyright{} 2023, 2024 USHIN, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/tests/test-hyperdrive-markdown.el b/tests/test-hyperdrive-markdown.el index c17db9f3bc..a007bc1b55 100644 --- a/tests/test-hyperdrive-markdown.el +++ b/tests/test-hyperdrive-markdown.el @@ -1,6 +1,6 @@ ;;; test-hyperdrive-markdown.el --- Test Hyperdrive.el's integration with markdown-mode -*- lexical-binding: t; -*- -;; Copyright (C) 2023 Joseph Turner <jos...@ushin.org> +;; Copyright (C) 2023, 2024 USHIN, Inc. ;; Author: Joseph Turner ;; Author: Adam Porter <a...@alphapapa.net>