emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cpio-mode 125c509 19/61: Create cpio-odc.el


From: Stefan Monnier
Subject: [elpa] externals/cpio-mode 125c509 19/61: Create cpio-odc.el
Date: Fri, 11 Jan 2019 15:25:24 -0500 (EST)

branch: externals/cpio-mode
commit 125c509ebad57d02fcd8830e5cd413a5ca446900
Author: dlewan <address@hidden>
Commit: GitHub <address@hidden>

    Create cpio-odc.el
    
    Initial code from local CVS.
---
 cpio-odc.el | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/cpio-odc.el b/cpio-odc.el
new file mode 100644
index 0000000..dfd68d7
--- /dev/null
+++ b/cpio-odc.el
@@ -0,0 +1,58 @@
+;; -*- coding: utf-8 -*-
+;;; cpio-odc.el --- handle old portable cpio entry header format
+;      $Id: cpio-odc.el,v 1.3.2.3 2018/03/08 06:10:14 doug Exp $       
+
+;; COPYRIGHT
+;; 
+;; Copyright © 2015, 2018 Douglas Lewan, address@hidden
+;; 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
+;; 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/>.
+;; 
+
+;; Author: Douglas Lewan (address@hidden)
+;; Maintainer: -- " --
+;; Created: 2015 Jan 03
+;; Version: 0.01
+;; Keywords: cpio, binary header
+
+;;; Commentary:
+
+;;; Documentation:
+
+
+;;; Code:
+
+;;
+;; Dependencies
+;; 
+
+
+;; 
+;; Vars
+;; 
+
+
+;; 
+;; Library
+;; 
+
+
+;; 
+;; Commands
+;; 
+
+
+(provide 'cpio-odc)
+;;; cpio-odc.el ends here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]