diff options
author | Yuchen Pei <id@ypei.org> | 2023-07-09 17:19:44 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-07-09 17:19:44 +1000 |
commit | ee8f323c1093d82914a33d5c026c59fff725a8a0 (patch) | |
tree | d7ce6419bfc948629cd2dcd75ed68d32c0d6a2a0 | |
parent | 8d612cb1905ab3d989ab795e08495d9c716fb007 (diff) |
Fix licensing headers
-rw-r--r-- | wiki-faces.el | 8 | ||||
-rw-r--r-- | wiki-markup.el | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/wiki-faces.el b/wiki-faces.el index 00a346a..d58ded7 100644 --- a/wiki-faces.el +++ b/wiki-faces.el @@ -5,20 +5,20 @@ ;; Author: Yuchen Pei <id@ypei.org> ;; Package-Requires: ((emacs "28.2")) -;; This file is part of dotted. +;; This file is part of wiki.el. -;; dotted is free software: you can redistribute it and/or modify it under +;; wiki.el is free software: you can redistribute it and/or modify it under ;; the terms of the GNU Affero General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; dotted is distributed in the hope that it will be useful, but WITHOUT +;; wiki.el 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 Affero General ;; Public License for more details. ;; You should have received a copy of the GNU Affero General Public -;; License along with dotted. If not, see <https://www.gnu.org/licenses/>. +;; License along with wiki.el. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: diff --git a/wiki-markup.el b/wiki-markup.el index 4a74974..dd40593 100644 --- a/wiki-markup.el +++ b/wiki-markup.el @@ -7,18 +7,18 @@ ;; This file is part of wiki-markup.el. -;; wiki-markup.el is free software: you can redistribute it and/or modify it under +;; wiki.el is free software: you can redistribute it and/or modify it under ;; the terms of the GNU Affero General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; wiki-markup.el is distributed in the hope that it will be useful, but WITHOUT +;; wiki.el 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 Affero General ;; Public License for more details. ;; You should have received a copy of the GNU Affero General Public -;; License along with wiki-markup.el. If not, see <https://www.gnu.org/licenses/>. +;; License along with wiki.el. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: |