diff --git a/src/bin/clear.c b/src/bin/clear.c index eec2235801..f41db6422c 100644 --- a/src/bin/clear.c +++ b/src/bin/clear.c @@ -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 diff --git a/src/bin/tty.c b/src/bin/tty.c index 06e576dc93..c892a99700 100644 --- a/src/bin/tty.c +++ b/src/bin/tty.c @@ -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 #include #include +#include + void usage()