Remove stray references to my old name

This commit is contained in:
K. Lange 2018-07-23 20:01:23 +09:00
parent b0a154a07e
commit e698fa5e81
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
/* vim: ts=4 sw=4 noexpandtab
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2015 Kevin Lange
* Copyright (C) 2015 K. Lange
*
* fetch - Retreive documents from HTTP servers.
*

View File

@ -1,7 +1,7 @@
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2013-2015 Kevin Lange
* Copyright (C) 2013-2015 K. Lange
*/
/*
* glogin

View File

@ -1,7 +1,7 @@
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2013-2015 Kevin Lange
* Copyright (C) 2013-2015 K. Lange
*
* Graphical login daemon.
*

View File

@ -1,7 +1,7 @@
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2014-2017 Kevin Lange
* Copyright (C) 2014-2017 K. Lange
*
* gsudo - graphical implementation of sudo
*

View File

@ -1,7 +1,7 @@
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2013-2014 Kevin Lange
* Copyright (C) 2013-2014 K. Lange
*
* Login Service
*

View File

@ -1,6 +1,6 @@
/* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2015 Kevin Lange
* Copyright (C) 2015 K. Lange
*
* Window Manager Pong
*

View File

@ -1,7 +1,7 @@
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2014 Kevin Lange
* Copyright (C) 2014 K. Lange
*
* sudo
*

View File

@ -1,6 +1,6 @@
/* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2013 Kevin Lange
* Copyright (C) 2013 K. Lange
*/
#include <stdio.h>
#include <sys/ioctl.h>