Initial revision
0 parent commit 355e06c9e72d5683e8ac746166cb24eb30e8235b
@tundra tundra authored on 9 Oct 2002
Showing 4 changed files
View
11
Makefile 0 → 100644
# Fake Makefile For mailfmt
# $Id: Makefile,v 1.1 2002/10/09 19:19:19 tundra Exp $
 
all: # Do nothing - this is a python script that needs no build
 
install:
install -c -o root -g wheel -m 755 ./mailfmt ${PREFIX}/bin
mkdir ${PREFIX}/share/doc/mailfmt
install -c -o root -g wheel -m 644 ./mailfmt.1.gz ${PREFIX}/man/man1
install -c -o root -g wheel -m 644 ./mailfmt-license.txt ${PREFIX}/share/doc/mailfmt
View
81
mailfmt-license.txt 0 → 100644
$Id: mailfmt-license.txt,v 1.1 2002/10/09 19:19:19 tundra Exp $
 
In order to use, study, modify, or copy 'mailfmt', 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
granted a license to use, study, modify, or copy 'mailfmt'. By using,
studying, modifying, or copying 'mailfmt', you are agreeing to all the
terms of the 'mailfmt' LICENSE below in their entirety.
 
 
'mailfmt' LICENSE AGREEMENT
===========================
 
1) DEFINITIONS
 
Throughout this Agreement the term 'mailfmt' is used to mean:
 
Anything included in the 'mailfmt' software distribution package from
TundraWare Inc. This includes scripts, programs, documentation, license
text and all other files provided in that original software
distribution package.
 
Throughout this Agreement the term "User" is used to mean
any person who is enagaged in any of the following activities:
 
- Uses any files found in the 'mailfmt' software distribution in any way.
- Reads the 'mailfmt' documentation.
- Studies the 'mailfmt' program source code or supporting files.
- Makes use of any part of the 'mailfmt' software distribution for any
purpose.
- Duplicates and/or distributes the 'mailfmt' software distribution.
 
2) OWNERSHIP
 
'mailfmt' Is Copyright (c) 2002 TundraWare Inc., All Rights Reserved.
 
 
3) TERMS
 
Permission is hereby granted to the User for the duplication and use
of 'mailfmt' so long as ALL the following conditions are met:
 
1) The User of 'mailfmt' understands and agrees that this is EXPERIMENTAL
SOFTWARE which is provided "AS-IS" with no warranties expressed
or implied by TundraWare Inc.
 
2) The User acknowledges 'mailfmt' has NOT been tested for:
 
a) Correct operation
b) Freedom from unintended consequences
c) Any operation or condition which might cause damage,
compromise, or disruption to the User's or other:
hardware, software, networks, or data, or which might
cause any breach of system security of such systems,
software, and networks.
 
3) By using 'mailfmt' in any way, the User does so at their own risk and
agrees to hold TundraWare Inc. harmless for any damage,
direct or indirect, that this software may or does cause to
the User's computational environment, including, but not
limited to, the User's or others' hardware, software, network,
or data. THE USER FURTHER AGREES TO HOLD TUNDRAWARE
INC. HARMLESS FOR ANY ECONOMIC DAMAGE OR ANY OTHER ADVERSE
CONSEQUENCE, DIRECT OR INDIRECT, CAUSED BY THE USE OF 'mailfmt'.
 
4) If duplicated and/or distributed, no fee beyond reasonable
duplication charges may be charged for 'mailfmt'. No commercial
use of 'mailfmt' which involves any remuneration beyond these
duplication charges is permitted.
 
5) Any distributed copies of 'mailfmt' must include all the originally
provided software, documentation, and licensing information in
their original distribution format and packaging without any
modifications.
 
By using any part or all of 'mailfmt', you are agreeing to be bound by
this license.
 
IF YOU DO NOT UNDERSTAND, OR CANNOT ABIDE BY ANY OF THESE CONDITIONS,
DO NOT USE 'mailfmt'.
View
mailfmt.1 0 → 100644
View
mkmailfmt 0 → 100755