summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fed/fed.c
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-03-28 09:24:38 +0000
committerhm <hm@FreeBSD.org>2000-03-28 09:24:38 +0000
commit92604fe2cce33a9dd6373a892e6ca1ba3ed99f1c (patch)
tree4ac222190bcf72097315dffcf92fa6777d4c56c0 /usr.sbin/pcvt/fed/fed.c
parent133e15ccd6e8be5cbafeeea69af66f708a6bc26f (diff)
downloadFreeBSD-src-92604fe2cce33a9dd6373a892e6ca1ba3ed99f1c.zip
FreeBSD-src-92604fe2cce33a9dd6373a892e6ca1ba3ed99f1c.tar.gz
pcvt cleanup.
add $FreeBSD$. get copyright in sync with FreeBSD recommendation. make it compile and run again. add a manpage.
Diffstat (limited to 'usr.sbin/pcvt/fed/fed.c')
-rw-r--r--usr.sbin/pcvt/fed/fed.c17
1 files changed, 4 insertions, 13 deletions
diff --git a/usr.sbin/pcvt/fed/fed.c b/usr.sbin/pcvt/fed/fed.c
index d2fa4f3..8c226b5 100644
--- a/usr.sbin/pcvt/fed/fed.c
+++ b/usr.sbin/pcvt/fed/fed.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1992, 1993, 1994 by Hellmuth Michaelis
+ * Copyright (c) 1992, 2000 Hellmuth Michaelis
*
* All rights reserved.
*
@@ -11,12 +11,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Hellmuth Michaelis.
- * 4. The name of the developer may not be used to endorse or promote
- * products derived from this software without specific prior written
- * permission.
*
* THIS SOFTWARE IS PROVIDED BY THE DEVELOPER ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -28,8 +22,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * fed.c, 3.00, last edit-date: [Sun Jan 2 20:08:45 1994]
*/
/*---------------------------------------------------------------------------
@@ -37,10 +29,9 @@
* fed.c font editor main file
* -------------------------------------
*
- * written by Hellmuth Michaelis, hm@hcshh.hcs.de
+ * last edit-date: [Mon Mar 27 16:36:45 2000]
*
- * -hm first public release
- * -hm activating font save
+ * $FreeBSD$
*
*---------------------------------------------------------------------------*/
@@ -72,7 +63,7 @@ void main(int argc, char *argv[])
move(0,0);
standout();
- addstr(" Interactive EGA/VGA Fonteditor - (c) 1993, 1994 Hellmuth Michaelis ");
+ addstr(" Interactive EGA/VGA Fonteditor - (c) 1993, 2000 Hellmuth Michaelis ");
standend();
/* character horizontal ruler */
OpenPOWER on IntegriCloud