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

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

[elpa] externals/cpio-mode 2463890 14/61: Create cpio-hpodc.el


From: Stefan Monnier
Subject: [elpa] externals/cpio-mode 2463890 14/61: Create cpio-hpodc.el
Date: Fri, 11 Jan 2019 15:25:22 -0500 (EST)

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

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

diff --git a/cpio-hpodc.el b/cpio-hpodc.el
new file mode 100644
index 0000000..68ccf70
--- /dev/null
+++ b/cpio-hpodc.el
@@ -0,0 +1,57 @@
+;; -*- coding: utf-8 -*-
+;;; cpio-hpodc.el --- handle hpodc cpio entry header formats
+;      $Id: cpio-hpodc.el,v 1.3.2.2 2018/03/08 06:10:13 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, HP portable character header
+
+;;; Commentary:
+
+;;; Documentation:
+
+;;; Code:
+
+;;
+;; Dependencies
+;; 
+
+
+;; 
+;; Vars
+;; 
+
+
+;; 
+;; Library
+;; 
+
+
+;; 
+;; Commands
+;; 
+
+
+(provide 'cpio-hpodc)
+;;; cpio-hpodc.el ends here.



reply via email to

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