Initial CVS checkin to initialize version number
1 parent bbd3589 commit 3d9ddb484a536965292a96701a96bbdae5b6d1e6
@tundra tundra authored on 21 Nov 2014
Showing 6 changed files
View
2
■■■
Makefile
# FreeBSD Ports Makefile For 'appendall'
# $Id: Makefile,v 1.1 2014/11/21 20:30:26 tundra Exp $
# $Id: Makefile,v 1.100 2014/11/21 20:30:27 tundra Exp $
 
all: # Just need to create the compiled image
@python -OOOO -c"import py_compile;py_compile.compile('appendall.py')"
 
View
2
■■■
appendall-license.txt
$Id: appendall-license.txt,v 1.1 2014/11/21 20:30:26 tundra Exp $
$Id: appendall-license.txt,v 1.100 2014/11/21 20:30:27 tundra Exp $
 
In order to use, study, modify, or copy 'appendall', you must read
and agree to all the licensing terms below. If you do not agree with
or do not understand *ANYTHING* you see in this document, you are NOT
View
4
appendall.py
# appendall.py - Append Text To Every Non-Comment Line In A File
# Copyright (c) 2014 TundraWare Inc., Des Plaines, IL 60018 USA
# All Rights Reserved. For Terms Of Use See: appendall-license.txt
# For Program Updates See: http://www.tundraware.com/Software/appendall
# $Id: appendall.py,v 1.1 2014/11/21 20:30:26 tundra Exp $
# $Id: appendall.py,v 1.100 2014/11/21 20:30:27 tundra Exp $
 
# Embed the source control ID string for use by program
 
CVSID='$Id: appendall.py,v 1.1 2014/11/21 20:30:26 tundra Exp $'
CVSID='$Id: appendall.py,v 1.100 2014/11/21 20:30:27 tundra Exp $'
 
#####
# Program Information
#####
View
2
■■■
appendall.rst
-----------------------------
 
::
 
$Id: appendall.rst,v 1.1 2014/11/21 20:30:26 tundra Exp $
$Id: appendall.rst,v 1.100 2014/11/21 20:30:27 tundra Exp $
 
You can find the latest version of this program at:
 
http://www.tundraware.com/Software/appendall
View
2
■■■
makefile
# All Rights Reserved. For Terms Of Use See: appendall-license.txt
#
# For Program Updates See: http://www.tundraware.com/Software/appendall
#
# $Id: makefile,v 1.1 2014/11/21 20:30:26 tundra Exp $
# $Id: makefile,v 1.100 2014/11/21 20:30:27 tundra Exp $
 
 
# Uncomment One Of The Following For Early Releases
 
View
setup.py