reverted license change from 0634f21542cfaf9a70c85e2154bc88435967fa9c

This commit is contained in:
Zakaria Kasmi 2013-08-06 16:36:37 +02:00 committed by Oleg Hahm
parent 3ea68ecfc1
commit c52a24625f
3 changed files with 11 additions and 10 deletions

View File

@ -2,7 +2,8 @@
* sc_heap.c - the handler of the heap state on the command shell. * sc_heap.c - the handler of the heap state on the command shell.
* Copyright (C) 2013 Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * Copyright (C) 2013 Zakaria Kasmi <zkasmi@inf.fu-berlin.de>
* *
* The source code is licensed under the LGPLv2 license, See the file LICENSE for more details. * The source code is licensed under the LGPLv2 license,
* See the file LICENSE for more details.
*/ */
/** /**

View File

@ -3,8 +3,10 @@
* *
* Copyright (C) 2013 INRIA. * Copyright (C) 2013 INRIA.
* *
* The source code is licensed under the LGPLv2 license, * This file subject to the terms and conditions of the GNU Lesser General
* see the file LICENSE for more details. * Public License. See the file LICENSE in the top level directory for more
* details.
*
* *
* @ingroup shell_commands * @ingroup shell_commands
* @{ * @{
@ -18,8 +20,6 @@
#include <shell_commands.h> #include <shell_commands.h>
#include <stdlib.h> #include <stdlib.h>
extern void _id_handler(char* id); extern void _id_handler(char* id);
extern void _heap_handler(char* unused); extern void _heap_handler(char* unused);