From 156c61b72c1c9c61bd886b5931b8a382153f52fa Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Mon, 9 May 2022 15:53:01 -0700 Subject: [PATCH] Update to reflect IP transfer --- CHANGELOG.md | 48 ++++++++++++++++++++++---------------------- LICENSE.md | 3 ++- README.md | 6 +++--- el-patch-stub.el | 8 ++++---- el-patch-template.el | 4 ++-- el-patch.el | 10 ++++----- 6 files changed, 40 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb650a..848b992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,11 +47,11 @@ The format is based on [Keep a Changelog]. `load-path` for autoloads to work. This should be taken care of automatically by any of the popular Emacs package managers. -[#29]: https://github.com/raxod502/el-patch/issues/29 -[#35]: https://github.com/raxod502/el-patch/issues/35 -[#47]: https://github.com/raxod502/el-patch/issues/47 -[#48]: https://github.com/raxod502/el-patch/issues/48 -[#56]: https://github.com/raxod502/el-patch/pull/56 +[#29]: https://github.com/radian-software/el-patch/issues/29 +[#35]: https://github.com/radian-software/el-patch/issues/35 +[#47]: https://github.com/radian-software/el-patch/issues/47 +[#48]: https://github.com/radian-software/el-patch/issues/48 +[#56]: https://github.com/radian-software/el-patch/pull/56 ## 2.4 (released 2021-12-27) ### New features @@ -63,8 +63,8 @@ The format is based on [Keep a Changelog]. * Patch forms were not processed when they appeared inside a vector. This has been fixed ([#51]). -[#50]: https://github.com/raxod502/el-patch/issues/50 -[#51]: https://github.com/raxod502/el-patch/issues/51 +[#50]: https://github.com/radian-software/el-patch/issues/50 +[#51]: https://github.com/radian-software/el-patch/issues/51 ## 2.3.1 (released 2020-07-16) ### Bugs fixed @@ -72,7 +72,7 @@ The format is based on [Keep a Changelog]. proceed to check other patches before reporting the error, rather than crashing immediately ([#46]). -[#46]: https://github.com/raxod502/el-patch/issues/46 +[#46]: https://github.com/radian-software/el-patch/issues/46 ## 2.3 (released 2020-04-02) ### Added @@ -94,8 +94,8 @@ The format is based on [Keep a Changelog]. get that error regardless of whether `el-patch` was loaded previously ([#30]). -[#30]: https://github.com/raxod502/el-patch/issues/30 -[#39]: https://github.com/raxod502/el-patch/issues/39 +[#30]: https://github.com/radian-software/el-patch/issues/30 +[#39]: https://github.com/radian-software/el-patch/issues/39 ## 2.2.3 (released 2019-04-10) ### Enhancements @@ -111,7 +111,7 @@ The format is based on [Keep a Changelog]. contain a docstring at all; now, the note is included regardless, adding a docstring if one was missing ([#31]). -[#31]: https://github.com/raxod502/el-patch/pull/31 +[#31]: https://github.com/radian-software/el-patch/pull/31 ## 2.2.1 (released 2018-09-04) @@ -135,9 +135,9 @@ This release includes only a minor documentation enhancement. note to the end of the docstring indicating that a patch was made ([#14]). -[#14]: https://github.com/raxod502/el-patch/issues/14 -[#24]: https://github.com/raxod502/el-patch/issues/24 -[#25]: https://github.com/raxod502/el-patch/issues/25 +[#14]: https://github.com/radian-software/el-patch/issues/14 +[#24]: https://github.com/radian-software/el-patch/issues/24 +[#25]: https://github.com/radian-software/el-patch/issues/25 ## 2.1 (released 2018-07-12) ### New features @@ -301,16 +301,16 @@ This release includes only a minor documentation enhancement. * Functions for removing patches: * `el-patch-unpatch` -[#2]: https://github.com/raxod502/el-patch/issues/2 -[#4]: https://github.com/raxod502/el-patch/issues/4 -[#5]: https://github.com/raxod502/el-patch/issues/5 -[#7]: https://github.com/raxod502/el-patch/issues/7 -[#8]: https://github.com/raxod502/el-patch/issues/8 -[#9]: https://github.com/raxod502/el-patch/issues/9 -[#10]: https://github.com/raxod502/el-patch/issues/10 -[#11]: https://github.com/raxod502/el-patch/pull/11 -[#13]: https://github.com/raxod502/el-patch/issues/13 -[#15]: https://github.com/raxod502/el-patch/issues/15 +[#2]: https://github.com/radian-software/el-patch/issues/2 +[#4]: https://github.com/radian-software/el-patch/issues/4 +[#5]: https://github.com/radian-software/el-patch/issues/5 +[#7]: https://github.com/radian-software/el-patch/issues/7 +[#8]: https://github.com/radian-software/el-patch/issues/8 +[#9]: https://github.com/radian-software/el-patch/issues/9 +[#10]: https://github.com/radian-software/el-patch/issues/10 +[#11]: https://github.com/radian-software/el-patch/pull/11 +[#13]: https://github.com/radian-software/el-patch/issues/13 +[#15]: https://github.com/radian-software/el-patch/issues/15 [melpa/melpa#4512]: https://github.com/melpa/melpa/pull/4512#issuecomment-274682089 diff --git a/LICENSE.md b/LICENSE.md index 81831ca..a9f100c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,7 @@ # MIT License -Copyright (c) 2017 Radon Rosborough +Copyright (c) 2017–2022 [Radian LLC](https://radian.codes) and +contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 01faa1f..93efd2a 100644 --- a/README.md +++ b/README.md @@ -625,7 +625,7 @@ However, if you dynamically bind `el-patch-variant` to a different (symbol) value for each call, then the latter patch is still the one that takes effect, but `el-patch` retains a record of both patches, meaning they can be inspected and validated individually. See -[#29](https://github.com/raxod502/el-patch/issues/29). +[#29](https://github.com/radian-software/el-patch/issues/29). ## Usage with byte-compiled init-file @@ -671,7 +671,7 @@ It doesn't seem to crash [my Emacs][radian], at least. ## Contributor guide Please see [the contributor guide for my -projects](https://github.com/raxod502/contributor-guide). +projects](https://github.com/radian-software/contributor-guide). [installation]: #installation [lazy-loading]: #lazy-loading-packages @@ -684,6 +684,6 @@ projects](https://github.com/raxod502/contributor-guide). [ivy]: https://github.com/abo-abo/swiper [melpa]: http://melpa.org [package.el]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html -[radian]: https://github.com/raxod502/radian +[radian]: https://github.com/radian-software/radian [straight.el]: https://github.com/raxod502/straight.el [use-package]: https://github.com/jwiegley/use-package diff --git a/el-patch-stub.el b/el-patch-stub.el index 93e2af7..a5f71ae 100644 --- a/el-patch-stub.el +++ b/el-patch-stub.el @@ -1,10 +1,10 @@ ;;; el-patch-stub.el --- Functions loaded separately -*- lexical-binding: t -*- -;; Copyright (C) 2021 Radon Rosborough +;; Copyright (C) 2021-2022 Radian LLC and contributors -;; Author: Radon Rosborough +;; Author: Radian LLC ;; Created: 21 Dec 2021 -;; Homepage: https://github.com/raxod502/el-patch +;; Homepage: https://github.com/radian-software/el-patch ;; Keywords: extensions ;; Package-Requires: ((emacs "26")) ;; SPDX-License-Identifier: MIT @@ -18,7 +18,7 @@ ;; and indentation correctly for a number of different functions all ;; at once, without a bunch of code duplication. -;; Please see https://github.com/raxod502/el-patch for more +;; Please see https://github.com/radian-software/el-patch for more ;; information. ;;; Code: diff --git a/el-patch-template.el b/el-patch-template.el index 94b8459..efaa652 100644 --- a/el-patch-template.el +++ b/el-patch-template.el @@ -4,7 +4,7 @@ ;; Author: Al Haji-Ali ;; Created: 1 March 2021 -;; Homepage: https://github.com/raxod502/el-patch +;; Homepage: https://github.com/radian-software/el-patch ;; Keywords: extensions ;; Package-Requires: ((emacs "26")) ;; SPDX-License-Identifier: MIT @@ -35,7 +35,7 @@ ;; (save-buffers-kill-emacs) ;; (restart-emacs--launch-other-emacs restart-args))) ;; -;; Please see https://github.com/raxod502/el-patch for more +;; Please see https://github.com/radian-software/el-patch for more ;; information. ;;; Code: diff --git a/el-patch.el b/el-patch.el index bffed2d..9cff914 100644 --- a/el-patch.el +++ b/el-patch.el @@ -1,10 +1,10 @@ ;;; el-patch.el --- Future-proof your Elisp -*- lexical-binding: t -*- -;; Copyright (C) 2016 Radon Rosborough +;; Copyright (C) 2016-2022 Radian LLC and contributors -;; Author: Radon Rosborough +;; Author: Radian LLC ;; Created: 31 Dec 2016 -;; Homepage: https://github.com/raxod502/el-patch +;; Homepage: https://github.com/radian-software/el-patch ;; Keywords: extensions ;; Package-Requires: ((emacs "26")) ;; SPDX-License-Identifier: MIT @@ -36,7 +36,7 @@ ;; definition by el-patch so you will know when to update your copy of ;; the definition. -;; Please see https://github.com/raxod502/el-patch for more +;; Please see https://github.com/radian-software/el-patch for more ;; information. ;;; Code: @@ -64,7 +64,7 @@ "Future-proof your Emacs Lisp customizations!" :prefix "el-patch-" :group 'lisp - :link '(url-link :tag "GitHub" "https://github.com/raxod502/el-patch") + :link '(url-link :tag "GitHub" "https://github.com/radian-software/el-patch") :link '(emacs-commentary-link :tag "Commentary" "el-patch")) (defcustom el-patch-use-aggressive-defvar nil