diff --git a/arch/x86/kernel/include/signal.h b/arch/x86/kernel/include/signal.h index eeadeb2b..1057d418 100644 --- a/arch/x86/kernel/include/signal.h +++ b/arch/x86/kernel/include/signal.h @@ -1,6 +1,6 @@ /** * \file arch/x86/kernel/include/signal.h - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * define signal * \author Tomoki Shirasawa \par diff --git a/arch/x86/tools/mcreboot-attached-mic.sh.in b/arch/x86/tools/mcreboot-attached-mic.sh.in index 5521a474..a20581e5 100755 --- a/arch/x86/tools/mcreboot-attached-mic.sh.in +++ b/arch/x86/tools/mcreboot-attached-mic.sh.in @@ -1,7 +1,7 @@ #!/bin/bash # \file arch/x86/tools/mcreboot-attached-mic.sh.in -# Licence details are found in the file LICENSE. +# License details are found in the file LICENSE. # \brief # mckernel boot script # \author Masamichi Takagi \par diff --git a/executer/include/uprotocol.h b/executer/include/uprotocol.h index dc6e4ea1..7c0f6332 100644 --- a/executer/include/uprotocol.h +++ b/executer/include/uprotocol.h @@ -1,6 +1,6 @@ /** * \file executer/include/uprotocol.h - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * define protocol * \author Taku Shimosawa \par diff --git a/executer/kernel/control.c b/executer/kernel/control.c index 1926c3d4..f13e0049 100644 --- a/executer/kernel/control.c +++ b/executer/kernel/control.c @@ -1,6 +1,6 @@ /** * \file executer/kernel/control.c - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * kernel module control * \author Taku Shimosawa \par diff --git a/executer/kernel/driver.c b/executer/kernel/driver.c index c4c8c5fd..bb0b6566 100644 --- a/executer/kernel/driver.c +++ b/executer/kernel/driver.c @@ -1,6 +1,6 @@ /** * \file executer/kernel/driver.c - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * kernel module entry * \author Taku Shimosawa \par diff --git a/executer/kernel/ikc.c b/executer/kernel/ikc.c index fffd7513..91e46647 100644 --- a/executer/kernel/ikc.c +++ b/executer/kernel/ikc.c @@ -1,6 +1,6 @@ /** * \file executer/kernel/ikc.c - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * inter kernel communication * \author Taku Shimosawa \par diff --git a/executer/kernel/mcctrl.h b/executer/kernel/mcctrl.h index 1a3c25f8..ce79fb90 100644 --- a/executer/kernel/mcctrl.h +++ b/executer/kernel/mcctrl.h @@ -1,6 +1,6 @@ /** * \file mcctrl.h - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * define data structure * \author Taku Shimosawa \par diff --git a/executer/kernel/syscall.c b/executer/kernel/syscall.c index 9d00760e..2418b198 100644 --- a/executer/kernel/syscall.c +++ b/executer/kernel/syscall.c @@ -1,6 +1,6 @@ /** * \file executer/kernel/syscall.c - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * provide system calls * \author Taku Shimosawa \par diff --git a/executer/user/mcexec.c b/executer/user/mcexec.c index 40102530..7219fed1 100644 --- a/executer/user/mcexec.c +++ b/executer/user/mcexec.c @@ -1,6 +1,6 @@ /** * \file executer/user/mcexec.c - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * .... * \author Taku Shimosawa \par diff --git a/kernel/init.c b/kernel/init.c index ae3a481e..75f52323 100644 --- a/kernel/init.c +++ b/kernel/init.c @@ -1,6 +1,6 @@ /** * \file kernel/init.c - * Licence details are found in the file LICENSE. + * License details are found in the file LICENSE. * \brief * main function and initializer * \author Taku Shimosawa \par