branch: externals/cpio-mode commit f321338ae31ca5691257de44472c3288c567441e Author: dlewan <d.lewan2...@gmail.com> Commit: GitHub <nore...@github.com>
Update to version 0.17. --- cpio-tar.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cpio-tar.el b/cpio-tar.el index 438467d..1d3fa92 100644 --- a/cpio-tar.el +++ b/cpio-tar.el @@ -1,23 +1,23 @@ ;; cpio-tar.el --- Let tar-mode handle tar archives. -*- coding: utf-8 -*- ;; COPYRIGHT -;; +;; ;; Copyright © 2019 Free Software Foundation, Inc. ;; All rights reserved. -;; +;; ;; 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 ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. -;; +;; ;; This program 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 +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. -;; +;; ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <http://www.gnu.org/licenses/>. -;; +;; ;;; Tar archives are already handled by tar-mode.