aboutsummaryrefslogtreecommitdiff
path: root/arch/all/core/src/stdio/open.c.draft
diff options
context:
space:
mode:
Diffstat (limited to 'arch/all/core/src/stdio/open.c.draft')
-rw-r--r--arch/all/core/src/stdio/open.c.draft19
1 files changed, 1 insertions, 18 deletions
diff --git a/arch/all/core/src/stdio/open.c.draft b/arch/all/core/src/stdio/open.c.draft
index c093171..00c5389 100644
--- a/arch/all/core/src/stdio/open.c.draft
+++ b/arch/all/core/src/stdio/open.c.draft
@@ -1,21 +1,4 @@
-/* ****************************************************************************
- * stdio/open.c -- Open a stream.
- * Copyright (C) 2017 Thomas "Cakeisalie5" Touhey <thomas@touhey.fr>
- *
- * This file is part of libcarrot.
- * libcarrot is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 3.0 of the License,
- * or (at your option) any later version.
- *
- * libcarrot 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with the libcarrot; if not, see <http://www.gnu.org/licenses/>.
- * ************************************************************************* */
+/* Open a stream. */
#include "stdio.h"
/**