From 4a191a0fd0cf86279c1a0f7208f6052b17661d41 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Wed, 12 Aug 2015 17:01:38 -0700 Subject: [PATCH] Add copyright header to fetch --- userspace/net/fetch.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/userspace/net/fetch.c b/userspace/net/fetch.c index bcef8454..109724a2 100644 --- a/userspace/net/fetch.c +++ b/userspace/net/fetch.c @@ -1,3 +1,11 @@ +/* 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 + * + * fetch - Retreive documents from HTTP servers. + * + */ #include #include #include