diff --git a/finsh/finsh.h b/finsh/finsh.h index f499016b9b7f45ee3c89c36b7f44bc9f3f08a66b..af41b50c6ce693fc4d9c64ad9814b8432401bfd7 100644 --- a/finsh/finsh.h +++ b/finsh/finsh.h @@ -1,3 +1,16 @@ +/* + * File : finsh.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #ifndef __FINSH_H__ #define __FINSH_H__ diff --git a/finsh/finsh_compiler.c b/finsh/finsh_compiler.c index b440f0fa4e7fd3d7b2267647b71ccf26d3aed017..3ffdf8daec0c3dce37b8bc1136ee2b012789d6ea 100644 --- a/finsh/finsh_compiler.c +++ b/finsh/finsh_compiler.c @@ -1,3 +1,16 @@ +/* + * File : finsh_compiler.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #include "finsh_node.h" diff --git a/finsh/finsh_error.c b/finsh/finsh_error.c index e28223c732859786f32a717a767490debb01725b..c10c3c0092324eb4e48ff8c60eccb6b00909bc57 100644 --- a/finsh/finsh_error.c +++ b/finsh/finsh_error.c @@ -1,3 +1,16 @@ +/* + * File : finsh_error.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include "finsh_error.h" u_char global_errno; diff --git a/finsh/finsh_error.h b/finsh/finsh_error.h index 725da02a9e7a22af37b3f48e54f051d7208082ce..54bc0c32e1f2c66c83d5313a0c77bc64a8ae49fd 100644 --- a/finsh/finsh_error.h +++ b/finsh/finsh_error.h @@ -1,3 +1,16 @@ +/* + * File : finsh_error.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #ifndef __FINSH_ERROR_H__ #define __FINSH_ERROR_H__ diff --git a/finsh/finsh_heap.c b/finsh/finsh_heap.c index 2fc027896fbc9974037ffb251d9068c586b051b9..65449c414b64da17563f5e50282bc85cc3b65f7f 100644 --- a/finsh/finsh_heap.c +++ b/finsh/finsh_heap.c @@ -1,3 +1,16 @@ +/* + * File : finsh_heap.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #include "finsh_var.h" diff --git a/finsh/finsh_heap.h b/finsh/finsh_heap.h index ac9df4f91a02b90bd7c1558972532b0194ee0a34..73291b95f4ae7e1943c3c0815fb4409a9fe19bf0 100644 --- a/finsh/finsh_heap.h +++ b/finsh/finsh_heap.h @@ -1,3 +1,16 @@ +/* + * File : finsh_heap.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #ifndef __FINSH_HEAP_H__ diff --git a/finsh/finsh_init.c b/finsh/finsh_init.c index e0dce342d34bde19b9fab40e029ea95d5099edaa..7fe13c6a4ee2b485a6d9329d59f65c144a5deae8 100644 --- a/finsh/finsh_init.c +++ b/finsh/finsh_init.c @@ -1,3 +1,16 @@ +/* + * File : finsh_init.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #include "finsh_node.h" diff --git a/finsh/finsh_node.c b/finsh/finsh_node.c index b5d7461adc2bd5aeab467ddb47d2814e89fd46b8..32a890f2640e1aff420358479e0781a8513adea6 100644 --- a/finsh/finsh_node.c +++ b/finsh/finsh_node.c @@ -1,3 +1,16 @@ +/* + * File : finsh_node.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #include "finsh_node.h" diff --git a/finsh/finsh_node.h b/finsh/finsh_node.h index c26fdea8dee09742ea60e8f09d935b30bddff9ca..26abafdda6e03ecca802b5d7c8d51e85802cd255 100644 --- a/finsh/finsh_node.h +++ b/finsh/finsh_node.h @@ -1,3 +1,16 @@ +/* + * File : finsh_node.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #ifndef __FINSH_NODE_H__ #define __FINSH_NODE_H__ diff --git a/finsh/finsh_ops.c b/finsh/finsh_ops.c index d2013970836671c567fef5f4157d73672ccad720..a6efe865d1216e20016f42b761c817626addfa3f 100644 --- a/finsh/finsh_ops.c +++ b/finsh/finsh_ops.c @@ -1,3 +1,16 @@ +/* + * File : finsh_ops.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include "finsh_ops.h" #include "finsh_vm.h" diff --git a/finsh/finsh_ops.h b/finsh/finsh_ops.h index 1db58695180223a151265203fa2352c2ed637248..dc8061fe16f71fe005069911d035770c25a70caf 100644 --- a/finsh/finsh_ops.h +++ b/finsh/finsh_ops.h @@ -1,3 +1,16 @@ +/* + * File : finsh_ops.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #ifndef __FINSH_OP_H__ #define __FINSH_OP_H__ diff --git a/finsh/finsh_parser.c b/finsh/finsh_parser.c index 210ae5e04e21c4b7ecd992d4e2e93ec661fd513e..79b149276840ec0d303d25d8459767356b635bc6 100644 --- a/finsh/finsh_parser.c +++ b/finsh/finsh_parser.c @@ -1,3 +1,16 @@ +/* + * File : finsh_parser.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #include "finsh_token.h" diff --git a/finsh/finsh_parser.h b/finsh/finsh_parser.h index a8339062e77a5fba3131c6a564847405922a0dec..ef47b71c3813c02a95e362fec6d6ca57280acbec 100644 --- a/finsh/finsh_parser.h +++ b/finsh/finsh_parser.h @@ -1,3 +1,16 @@ +/* + * File : finsh_parser.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #ifndef __FINSH_PARSER_H__ #define __FINSH_PARSER_H__ diff --git a/finsh/finsh_token.c b/finsh/finsh_token.c index 7002ca27f47b2b2d5ce3766c0df8b2e01a23055c..11f9dc6459d97f5120c1741b20b739f6113b24a5 100644 --- a/finsh/finsh_token.c +++ b/finsh/finsh_token.c @@ -1,3 +1,16 @@ +/* + * File : finsh_token.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #include "finsh_token.h" diff --git a/finsh/finsh_token.h b/finsh/finsh_token.h index 2224f003a10ad2d7581f54665a772b4c60d4ed6e..a5eb775ddef9b601e9125be37c3e04c470cdad0a 100644 --- a/finsh/finsh_token.h +++ b/finsh/finsh_token.h @@ -1,3 +1,16 @@ +/* + * File : finsh_token.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #ifndef __FINSH_TOKEN_H__ #define __FINSH_TOKEN_H__ diff --git a/finsh/finsh_var.c b/finsh/finsh_var.c index 5b6d6ac3ea4da921ac26c1b1ec2e922879b7ad1e..fc2fa27aeafa218e629eaf5cb6e26d43ef2129fb 100644 --- a/finsh/finsh_var.c +++ b/finsh/finsh_var.c @@ -1,3 +1,16 @@ +/* + * File : finsh_var.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #include "finsh_var.h" diff --git a/finsh/finsh_var.h b/finsh/finsh_var.h index fa7df0ff1fac7f77a0b653ba2246c6af14bb2f5b..fe9a9c4de494326925a2a96df74e1fff37bdd09c 100644 --- a/finsh/finsh_var.h +++ b/finsh/finsh_var.h @@ -1,3 +1,16 @@ +/* + * File : finsh_var.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #ifndef __FINSH_VAR_H__ #define __FINSH_VAR_H__ diff --git a/finsh/finsh_vm.c b/finsh/finsh_vm.c index e51e4de022cf4c1d71c59e54edb259ee1e680f96..858459ac4a03b9ee9476f80509983e1875af83ea 100644 --- a/finsh/finsh_vm.c +++ b/finsh/finsh_vm.c @@ -1,3 +1,16 @@ +/* + * File : finsh_vm.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include #include "finsh_vm.h" diff --git a/finsh/finsh_vm.h b/finsh/finsh_vm.h index 1e453776ed6daebfb6966a95dac101074b6e0f03..e4aeaa55300d33676525b76f41bb0ef3efe8869f 100644 --- a/finsh/finsh_vm.h +++ b/finsh/finsh_vm.h @@ -1,3 +1,16 @@ +/* + * File : finsh_vm.h + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #ifndef __FINSH_VM_H__ #define __FINSH_VM_H__ diff --git a/finsh/symbol.c b/finsh/symbol.c index a94ec64009504ac18c0d3b4b7ae3c7c11c0ac9d1..4d50a194700622a8c7bb2c64afe734f0c7914332 100644 --- a/finsh/symbol.c +++ b/finsh/symbol.c @@ -1,3 +1,16 @@ +/* + * File : symbol.c + * This file is part of RT-Thread RTOS + * COPYRIGHT (C) 2006 - 2010, RT-Thread Development Team + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rt-thread.org/license/LICENSE + * + * Change Logs: + * Date Author Notes + * 2010-03-22 Bernard first version + */ #include "finsh.h" long hello(void); @@ -44,7 +57,7 @@ struct finsh_syscall _syscall_table[] = {"list_mq", list_msgqueue}, #endif #ifdef RT_USING_MEMPOOL - {"list_memp", list_mempool}, + {"list_memp", list_mempool}, #endif {"list_timer", list_timer}, };