Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-17 00:38:26 +0400
committerMike Frysinger <vapier@gentoo.org>2006-04-17 00:38:26 +0400
commitf284c767e5e8d138589f760d03dc2c681f326b25 (patch)
treeb122c3ae77adef573433cdd6046b87ad4d329151 /miscutils/last.c
parent3a2b103eea9f87fa476b1f8c4ed4a11b7422eab8 (diff)
use more boiler plate GPL notices
Diffstat (limited to 'miscutils/last.c')
-rw-r--r--miscutils/last.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/miscutils/last.c b/miscutils/last.c
index e27e2f386..ac6c86c63 100644
--- a/miscutils/last.c
+++ b/miscutils/last.c
@@ -4,20 +4,7 @@
*
* Copyright (C) 2003-2004 by Erik Andersen <andersen@codepoet.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/
#include <sys/types.h>