Rewrote copyright header. s/OpenBeOS/Haiku.

Slight cleanup to included headers.
This commit is contained in:
Matt Madia 2013-02-16 14:07:00 -05:00
parent fbcd94bde7
commit 04c4314e15
2 changed files with 17 additions and 27 deletions

View File

@ -1,16 +1,10 @@
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
//
// Copyright (c) 2001-2003, OpenBeOS
//
// This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license.
//
//
// File: clear.c
// Author: Jan-Rixt Van Hoye (janvanhoye@pandora.be)
// Description: clears the terminal screen
//
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
/*
* Copyright 2001-2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Jan-Rixt Van Hoye, janvanhoye@pandora.be
*/
#include <stdlib.h>

View File

@ -1,21 +1,17 @@
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
//
// Copyright (c) 2001-2003, OpenBeOS
//
// This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license.
//
//
// File: tty.c
// Author: Daniel Reinhold (danielre@users.sf.net)
// Description: prints the file name of the user's terminal
//
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
/*
* Copyright 2001-2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Daniel Reinhold, danielre@users.sf.net
*/
#include <OS.h>
#include <stdio.h>
#include <unistd.h>
#include <OS.h>
void
usage()