summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-13 20:48:05 +0800
committerruki <[email protected]>2019-04-13 20:48:05 +0800
commit85cb688e30f996c5ac1036ec99b6c7c1a45cb035 (patch)
treefa332a49d2807f338599f169a952eb0cc05988ca /core/src
parent2fb1ea89f795179cfd37dde437b294a79812d80d (diff)
fix headers with ASF to non-ASF
Diffstat (limited to 'core/src')
-rw-r--r--core/src/tbox/src/tbox/algorithm/algorithm.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/binary_find.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/binary_find.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/binary_find_if.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/binary_find_if.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/bubble_sort.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/bubble_sort.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/count.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/count.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/count_if.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/count_if.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/distance.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/distance.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/find.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/find.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/find_if.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/find_if.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/for.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/for_if.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/heap_sort.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/heap_sort.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/insert_sort.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/insert_sort.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/predicate.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/predicate.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/quick_sort.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/quick_sort.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/remove.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/remove.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/remove_first.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/remove_first.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/remove_first_if.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/remove_first_if.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/remove_if.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/remove_if.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/rfind.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/rfind.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/rfind_if.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/rfind_if.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/rfor.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/rfor_if.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/rwalk.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/rwalk.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/sort.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/sort.h10
-rw-r--r--core/src/tbox/src/tbox/algorithm/walk.c10
-rw-r--r--core/src/tbox/src/tbox/algorithm/walk.h10
-rw-r--r--core/src/tbox/src/tbox/charset/ascii.c10
-rw-r--r--core/src/tbox/src/tbox/charset/charset.c10
-rw-r--r--core/src/tbox/src/tbox/charset/charset.h10
-rw-r--r--core/src/tbox/src/tbox/charset/gb2312.c10
-rw-r--r--core/src/tbox/src/tbox/charset/iso8859.c10
-rw-r--r--core/src/tbox/src/tbox/charset/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/charset/ucs2.c10
-rw-r--r--core/src/tbox/src/tbox/charset/ucs4.c10
-rw-r--r--core/src/tbox/src/tbox/charset/utf16.c10
-rw-r--r--core/src/tbox/src/tbox/charset/utf32.c10
-rw-r--r--core/src/tbox/src/tbox/charset/utf8.c10
-rw-r--r--core/src/tbox/src/tbox/config.h10
-rw-r--r--core/src/tbox/src/tbox/container/array_iterator.c10
-rw-r--r--core/src/tbox/src/tbox/container/array_iterator.h10
-rw-r--r--core/src/tbox/src/tbox/container/bloom_filter.c10
-rw-r--r--core/src/tbox/src/tbox/container/bloom_filter.h10
-rw-r--r--core/src/tbox/src/tbox/container/circle_queue.c10
-rw-r--r--core/src/tbox/src/tbox/container/circle_queue.h10
-rw-r--r--core/src/tbox/src/tbox/container/container.h10
-rw-r--r--core/src/tbox/src/tbox/container/element.h10
-rw-r--r--core/src/tbox/src/tbox/container/element/hash.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/hash.h10
-rw-r--r--core/src/tbox/src/tbox/container/element/long.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/mem.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/null.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/obj.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/container/element/ptr.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/size.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/str.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/true.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/uint16.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/uint32.c10
-rw-r--r--core/src/tbox/src/tbox/container/element/uint8.c10
-rw-r--r--core/src/tbox/src/tbox/container/hash_map.c10
-rw-r--r--core/src/tbox/src/tbox/container/hash_map.h10
-rw-r--r--core/src/tbox/src/tbox/container/hash_set.c10
-rw-r--r--core/src/tbox/src/tbox/container/hash_set.h10
-rw-r--r--core/src/tbox/src/tbox/container/heap.c10
-rw-r--r--core/src/tbox/src/tbox/container/heap.h10
-rw-r--r--core/src/tbox/src/tbox/container/iterator.c10
-rw-r--r--core/src/tbox/src/tbox/container/iterator.h10
-rw-r--r--core/src/tbox/src/tbox/container/list.c10
-rw-r--r--core/src/tbox/src/tbox/container/list.h10
-rw-r--r--core/src/tbox/src/tbox/container/list_entry.c10
-rw-r--r--core/src/tbox/src/tbox/container/list_entry.h10
-rw-r--r--core/src/tbox/src/tbox/container/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/container/priority_queue.c10
-rw-r--r--core/src/tbox/src/tbox/container/priority_queue.h10
-rw-r--r--core/src/tbox/src/tbox/container/queue.c10
-rw-r--r--core/src/tbox/src/tbox/container/queue.h10
-rw-r--r--core/src/tbox/src/tbox/container/single_list.c10
-rw-r--r--core/src/tbox/src/tbox/container/single_list.h10
-rw-r--r--core/src/tbox/src/tbox/container/single_list_entry.c10
-rw-r--r--core/src/tbox/src/tbox/container/single_list_entry.h10
-rw-r--r--core/src/tbox/src/tbox/container/stack.c10
-rw-r--r--core/src/tbox/src/tbox/container/stack.h10
-rw-r--r--core/src/tbox/src/tbox/container/vector.c10
-rw-r--r--core/src/tbox/src/tbox/container/vector.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/channel.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/channel.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/coroutine.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/coroutine.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/coroutine.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/coroutine.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/scheduler.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/scheduler.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/scheduler_io.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/scheduler_io.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/stackless/coroutine.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/stackless/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/impl/stackless/stackless.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/lock.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/lock.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/scheduler.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/scheduler.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/semaphore.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/semaphore.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/core.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/coroutine.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/coroutine.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/lock.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/scheduler.c10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/scheduler.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/semaphore.h10
-rw-r--r--core/src/tbox/src/tbox/coroutine/stackless/stackless.h10
-rw-r--r--core/src/tbox/src/tbox/database/database.h10
-rw-r--r--core/src/tbox/src/tbox/database/impl/mysql.c10
-rw-r--r--core/src/tbox/src/tbox/database/impl/mysql.h10
-rw-r--r--core/src/tbox/src/tbox/database/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/database/impl/sqlite3.c10
-rw-r--r--core/src/tbox/src/tbox/database/impl/sqlite3.h10
-rw-r--r--core/src/tbox/src/tbox/database/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/database/sql.c10
-rw-r--r--core/src/tbox/src/tbox/database/sql.h10
-rw-r--r--core/src/tbox/src/tbox/database/value.c10
-rw-r--r--core/src/tbox/src/tbox/database/value.h10
-rw-r--r--core/src/tbox/src/tbox/hash/adler32.h10
-rw-r--r--core/src/tbox/src/tbox/hash/ap.c10
-rw-r--r--core/src/tbox/src/tbox/hash/ap.h10
-rw-r--r--core/src/tbox/src/tbox/hash/arch/arm/crc32.S10
-rw-r--r--core/src/tbox/src/tbox/hash/arch/crc32.S10
-rw-r--r--core/src/tbox/src/tbox/hash/bkdr.c10
-rw-r--r--core/src/tbox/src/tbox/hash/bkdr.h10
-rw-r--r--core/src/tbox/src/tbox/hash/blizzard.c10
-rw-r--r--core/src/tbox/src/tbox/hash/blizzard.h10
-rw-r--r--core/src/tbox/src/tbox/hash/crc16.c10
-rw-r--r--core/src/tbox/src/tbox/hash/crc16.h10
-rw-r--r--core/src/tbox/src/tbox/hash/crc32.c10
-rw-r--r--core/src/tbox/src/tbox/hash/crc32.h10
-rw-r--r--core/src/tbox/src/tbox/hash/crc8.c10
-rw-r--r--core/src/tbox/src/tbox/hash/crc8.h10
-rw-r--r--core/src/tbox/src/tbox/hash/djb2.c10
-rw-r--r--core/src/tbox/src/tbox/hash/djb2.h10
-rw-r--r--core/src/tbox/src/tbox/hash/fnv32.c10
-rw-r--r--core/src/tbox/src/tbox/hash/fnv32.h10
-rw-r--r--core/src/tbox/src/tbox/hash/fnv64.c10
-rw-r--r--core/src/tbox/src/tbox/hash/fnv64.h10
-rw-r--r--core/src/tbox/src/tbox/hash/hash.h10
-rw-r--r--core/src/tbox/src/tbox/hash/md5.c10
-rw-r--r--core/src/tbox/src/tbox/hash/md5.h10
-rw-r--r--core/src/tbox/src/tbox/hash/murmur.c10
-rw-r--r--core/src/tbox/src/tbox/hash/murmur.h10
-rw-r--r--core/src/tbox/src/tbox/hash/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/hash/rs.c10
-rw-r--r--core/src/tbox/src/tbox/hash/rs.h10
-rw-r--r--core/src/tbox/src/tbox/hash/sdbm.c10
-rw-r--r--core/src/tbox/src/tbox/hash/sdbm.h10
-rw-r--r--core/src/tbox/src/tbox/hash/sha.c10
-rw-r--r--core/src/tbox/src/tbox/hash/sha.h10
-rw-r--r--core/src/tbox/src/tbox/hash/uuid.c10
-rw-r--r--core/src/tbox/src/tbox/hash/uuid.h10
-rw-r--r--core/src/tbox/src/tbox/libc/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/libc/impl/libc.c10
-rw-r--r--core/src/tbox/src/tbox/libc/impl/libc.h10
-rw-r--r--core/src/tbox/src/tbox/libc/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/libc.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/ctype.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/limits.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/misc.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/setjmp.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/signal.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/stdarg.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/time/gmmktime.c10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/time/gmtime.c10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/time/localtime.c10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/time/mktime.c10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/time/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/time/time.c10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/time/time.h10
-rw-r--r--core/src/tbox/src/tbox/libc/misc/time/type.h10
-rw-r--r--core/src/tbox/src/tbox/libc/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/stdio/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/stdio/printf_object.c10
-rw-r--r--core/src/tbox/src/tbox/libc/stdio/printf_object.h10
-rw-r--r--core/src/tbox/src/tbox/libc/stdio/stdio.h10
-rw-r--r--core/src/tbox/src/tbox/libc/stdio/vsnprintf.c10
-rw-r--r--core/src/tbox/src/tbox/libc/stdio/vswprintf.c10
-rw-r--r--core/src/tbox/src/tbox/libc/stdlib/mbstowcs.c10
-rw-r--r--core/src/tbox/src/tbox/libc/stdlib/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/stdlib/random.c10
-rw-r--r--core/src/tbox/src/tbox/libc/stdlib/stdlib.c10
-rw-r--r--core/src/tbox/src/tbox/libc/stdlib/stdlib.h10
-rw-r--r--core/src/tbox/src/tbox/libc/stdlib/wcstombs.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/memcmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/memcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/memmov.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/memset.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/strcmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/strcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/strlcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/strlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/strncmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/strncpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/arm/strnlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/memcmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/memcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/memmov.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/memset.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/strcmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/strcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/strlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/strncmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/strncpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/sh4/strnlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/memcmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/memcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/memmov.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/memset.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/strcmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/strcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/strlcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/strlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/strncmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/strncpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/impl/x86/strnlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/memcmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/memcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/memdup.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/memmem.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/memmov.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/memset.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strcat.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strcmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strdup.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strichr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/stricmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/string.h10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strirchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strirstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/stristr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strlcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strncat.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strncmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strncpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strndup.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strnicmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strnirchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strnirstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strnistr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strnlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strnrchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strnrstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strnstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strrchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strrstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/strstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcscat.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcschr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcscmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcscpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsdup.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsichr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsicmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsirchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsirstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsistr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcslcpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcslen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsncat.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsncmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsncpy.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsndup.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsnicmp.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsnirchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsnirstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsnlen.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsnrchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsnrstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsrchr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsrstr.c10
-rw-r--r--core/src/tbox/src/tbox/libc/string/wcsstr.c10
-rw-r--r--core/src/tbox/src/tbox/libm/acos.c10
-rw-r--r--core/src/tbox/src/tbox/libm/acosf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/asin.c10
-rw-r--r--core/src/tbox/src/tbox/libm/asinf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/atan.c10
-rw-r--r--core/src/tbox/src/tbox/libm/atan2.c10
-rw-r--r--core/src/tbox/src/tbox/libm/atan2f.c10
-rw-r--r--core/src/tbox/src/tbox/libm/atanf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/ceil.h10
-rw-r--r--core/src/tbox/src/tbox/libm/cos.c10
-rw-r--r--core/src/tbox/src/tbox/libm/cosf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/exp.c10
-rw-r--r--core/src/tbox/src/tbox/libm/exp1.c10
-rw-r--r--core/src/tbox/src/tbox/libm/exp1f.c10
-rw-r--r--core/src/tbox/src/tbox/libm/expf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/expi.c10
-rw-r--r--core/src/tbox/src/tbox/libm/expif.c10
-rw-r--r--core/src/tbox/src/tbox/libm/fabs.h10
-rw-r--r--core/src/tbox/src/tbox/libm/floor.h10
-rw-r--r--core/src/tbox/src/tbox/libm/fmod.c10
-rw-r--r--core/src/tbox/src/tbox/libm/fmodf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/idivi8.c10
-rw-r--r--core/src/tbox/src/tbox/libm/ilog2i.c10
-rw-r--r--core/src/tbox/src/tbox/libm/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/libm/impl/libm.c10
-rw-r--r--core/src/tbox/src/tbox/libm/impl/libm.h10
-rw-r--r--core/src/tbox/src/tbox/libm/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libm/inf.h10
-rw-r--r--core/src/tbox/src/tbox/libm/isfin.c10
-rw-r--r--core/src/tbox/src/tbox/libm/isfinf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/isinf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/isinff.c10
-rw-r--r--core/src/tbox/src/tbox/libm/isnan.c10
-rw-r--r--core/src/tbox/src/tbox/libm/isnanf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/isqrti.c10
-rw-r--r--core/src/tbox/src/tbox/libm/isqrti64.c10
-rw-r--r--core/src/tbox/src/tbox/libm/libm.h10
-rw-r--r--core/src/tbox/src/tbox/libm/log2.c10
-rw-r--r--core/src/tbox/src/tbox/libm/log2f.c10
-rw-r--r--core/src/tbox/src/tbox/libm/maf.h10
-rw-r--r--core/src/tbox/src/tbox/libm/math.h10
-rw-r--r--core/src/tbox/src/tbox/libm/mif.h10
-rw-r--r--core/src/tbox/src/tbox/libm/nan.h10
-rw-r--r--core/src/tbox/src/tbox/libm/pi.h10
-rw-r--r--core/src/tbox/src/tbox/libm/pow.c10
-rw-r--r--core/src/tbox/src/tbox/libm/powf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/libm/round.h10
-rw-r--r--core/src/tbox/src/tbox/libm/sin.c10
-rw-r--r--core/src/tbox/src/tbox/libm/sincos.c10
-rw-r--r--core/src/tbox/src/tbox/libm/sincosf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/sinf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/sqrt.c10
-rw-r--r--core/src/tbox/src/tbox/libm/sqrtf.c10
-rw-r--r--core/src/tbox/src/tbox/libm/tan.c10
-rw-r--r--core/src/tbox/src/tbox/libm/tanf.c10
-rw-r--r--core/src/tbox/src/tbox/math/fixed.h10
-rw-r--r--core/src/tbox/src/tbox/math/fixed16.c10
-rw-r--r--core/src/tbox/src/tbox/math/fixed16.h10
-rw-r--r--core/src/tbox/src/tbox/math/fixed30.h10
-rw-r--r--core/src/tbox/src/tbox/math/fixed6.h10
-rw-r--r--core/src/tbox/src/tbox/math/impl/fixed16_arm.h10
-rw-r--r--core/src/tbox/src/tbox/math/impl/fixed30_arm.h10
-rw-r--r--core/src/tbox/src/tbox/math/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/math/impl/math.c10
-rw-r--r--core/src/tbox/src/tbox/math/impl/math.h10
-rw-r--r--core/src/tbox/src/tbox/math/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/math/int32.c10
-rw-r--r--core/src/tbox/src/tbox/math/int32.h10
-rw-r--r--core/src/tbox/src/tbox/math/math.h10
-rw-r--r--core/src/tbox/src/tbox/math/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/math/random/linear.c10
-rw-r--r--core/src/tbox/src/tbox/math/random/linear.h10
-rw-r--r--core/src/tbox/src/tbox/math/random/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/math/random/random.c10
-rw-r--r--core/src/tbox/src/tbox/math/random/random.h10
-rw-r--r--core/src/tbox/src/tbox/memory/allocator.c10
-rw-r--r--core/src/tbox/src/tbox/memory/allocator.h10
-rw-r--r--core/src/tbox/src/tbox/memory/buffer.c10
-rw-r--r--core/src/tbox/src/tbox/memory/buffer.h10
-rw-r--r--core/src/tbox/src/tbox/memory/default_allocator.c10
-rw-r--r--core/src/tbox/src/tbox/memory/default_allocator.h10
-rw-r--r--core/src/tbox/src/tbox/memory/fixed_pool.c10
-rw-r--r--core/src/tbox/src/tbox/memory/fixed_pool.h10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/memory.c10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/memory.h10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/native_large_allocator.c10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/native_large_allocator.h10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/prefix.c10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/static_fixed_pool.c10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/static_fixed_pool.h10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/static_large_allocator.c10
-rw-r--r--core/src/tbox/src/tbox/memory/impl/static_large_allocator.h10
-rw-r--r--core/src/tbox/src/tbox/memory/large_allocator.c10
-rw-r--r--core/src/tbox/src/tbox/memory/large_allocator.h10
-rw-r--r--core/src/tbox/src/tbox/memory/memory.h10
-rw-r--r--core/src/tbox/src/tbox/memory/native_allocator.c10
-rw-r--r--core/src/tbox/src/tbox/memory/native_allocator.h10
-rw-r--r--core/src/tbox/src/tbox/memory/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/memory/queue_buffer.c10
-rw-r--r--core/src/tbox/src/tbox/memory/queue_buffer.h10
-rw-r--r--core/src/tbox/src/tbox/memory/small_allocator.c10
-rw-r--r--core/src/tbox/src/tbox/memory/small_allocator.h10
-rw-r--r--core/src/tbox/src/tbox/memory/static_allocator.c10
-rw-r--r--core/src/tbox/src/tbox/memory/static_allocator.h10
-rw-r--r--core/src/tbox/src/tbox/memory/static_buffer.c10
-rw-r--r--core/src/tbox/src/tbox/memory/static_buffer.h10
-rw-r--r--core/src/tbox/src/tbox/memory/string_pool.c10
-rw-r--r--core/src/tbox/src/tbox/memory/string_pool.h10
-rw-r--r--core/src/tbox/src/tbox/network/cookies.c10
-rw-r--r--core/src/tbox/src/tbox/network/cookies.h10
-rw-r--r--core/src/tbox/src/tbox/network/dns/cache.c10
-rw-r--r--core/src/tbox/src/tbox/network/dns/cache.h10
-rw-r--r--core/src/tbox/src/tbox/network/dns/dns.h10
-rw-r--r--core/src/tbox/src/tbox/network/dns/looker.c10
-rw-r--r--core/src/tbox/src/tbox/network/dns/looker.h10
-rw-r--r--core/src/tbox/src/tbox/network/dns/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/network/dns/server.c10
-rw-r--r--core/src/tbox/src/tbox/network/dns/server.h10
-rw-r--r--core/src/tbox/src/tbox/network/http.c10
-rw-r--r--core/src/tbox/src/tbox/network/http.h10
-rw-r--r--core/src/tbox/src/tbox/network/hwaddr.c10
-rw-r--r--core/src/tbox/src/tbox/network/hwaddr.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/date.c10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/date.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/method.c10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/method.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/option.c10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/option.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/status.c10
-rw-r--r--core/src/tbox/src/tbox/network/impl/http/status.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/network.c10
-rw-r--r--core/src/tbox/src/tbox/network/impl/network.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/network/impl/ssl/mbedtls.c10
-rw-r--r--core/src/tbox/src/tbox/network/impl/ssl/openssl.c10
-rw-r--r--core/src/tbox/src/tbox/network/impl/ssl/polarssl.c10
-rw-r--r--core/src/tbox/src/tbox/network/impl/ssl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/network/ipaddr.c10
-rw-r--r--core/src/tbox/src/tbox/network/ipaddr.h10
-rw-r--r--core/src/tbox/src/tbox/network/ipv4.c10
-rw-r--r--core/src/tbox/src/tbox/network/ipv4.h10
-rw-r--r--core/src/tbox/src/tbox/network/ipv6.c10
-rw-r--r--core/src/tbox/src/tbox/network/ipv6.h10
-rw-r--r--core/src/tbox/src/tbox/network/network.h10
-rw-r--r--core/src/tbox/src/tbox/network/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/network/ssl.h10
-rw-r--r--core/src/tbox/src/tbox/network/url.c10
-rw-r--r--core/src/tbox/src/tbox/network/url.h10
-rw-r--r--core/src/tbox/src/tbox/object/array.c10
-rw-r--r--core/src/tbox/src/tbox/object/array.h10
-rw-r--r--core/src/tbox/src/tbox/object/boolean.c10
-rw-r--r--core/src/tbox/src/tbox/object/boolean.h10
-rw-r--r--core/src/tbox/src/tbox/object/data.c10
-rw-r--r--core/src/tbox/src/tbox/object/data.h10
-rw-r--r--core/src/tbox/src/tbox/object/date.c10
-rw-r--r--core/src/tbox/src/tbox/object/date.h10
-rw-r--r--core/src/tbox/src/tbox/object/dictionary.c10
-rw-r--r--core/src/tbox/src/tbox/object/dictionary.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/object.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/object.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/bin.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/bin.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/bplist.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/bplist.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/json.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/json.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/reader.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/reader.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/xml.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/xml.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/xplist.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/reader/xplist.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/bin.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/bin.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/bplist.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/bplist.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/json.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/json.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/writer.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/writer.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/xml.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/xml.h10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/xplist.c10
-rw-r--r--core/src/tbox/src/tbox/object/impl/writer/xplist.h10
-rw-r--r--core/src/tbox/src/tbox/object/null.c10
-rw-r--r--core/src/tbox/src/tbox/object/null.h10
-rw-r--r--core/src/tbox/src/tbox/object/number.c10
-rw-r--r--core/src/tbox/src/tbox/object/number.h10
-rw-r--r--core/src/tbox/src/tbox/object/object.c10
-rw-r--r--core/src/tbox/src/tbox/object/object.h10
-rw-r--r--core/src/tbox/src/tbox/object/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/object/string.c10
-rw-r--r--core/src/tbox/src/tbox/object/string.h10
-rw-r--r--core/src/tbox/src/tbox/platform/addrinfo.c10
-rw-r--r--core/src/tbox/src/tbox/platform/addrinfo.h10
-rw-r--r--core/src/tbox/src/tbox/platform/android/android.c10
-rw-r--r--core/src/tbox/src/tbox/platform/android/android.h10
-rw-r--r--core/src/tbox/src/tbox/platform/android/backtrace.c10
-rw-r--r--core/src/tbox/src/tbox/platform/android/directory.c10
-rw-r--r--core/src/tbox/src/tbox/platform/android/dns.c10
-rw-r--r--core/src/tbox/src/tbox/platform/android/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/android/print.c10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/arm/frame.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/arm/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/arm64/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/atomic.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/barrier.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/context.S10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/frame.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/mips/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/x64/atomic.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/x64/barrier.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/x64/frame.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/x64/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/x86/atomic.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/x86/barrier.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/x86/frame.h10
-rw-r--r--core/src/tbox/src/tbox/platform/arch/x86/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/atomic.h10
-rw-r--r--core/src/tbox/src/tbox/platform/atomic64.c10
-rw-r--r--core/src/tbox/src/tbox/platform/atomic64.h10
-rw-r--r--core/src/tbox/src/tbox/platform/backtrace.c10
-rw-r--r--core/src/tbox/src/tbox/platform/backtrace.h10
-rw-r--r--core/src/tbox/src/tbox/platform/barrier.h10
-rw-r--r--core/src/tbox/src/tbox/platform/cache_time.c10
-rw-r--r--core/src/tbox/src/tbox/platform/cache_time.h10
-rw-r--r--core/src/tbox/src/tbox/platform/compiler/gcc/atomic.h10
-rw-r--r--core/src/tbox/src/tbox/platform/compiler/gcc/atomic64.h10
-rw-r--r--core/src/tbox/src/tbox/platform/compiler/gcc/barrier.h10
-rw-r--r--core/src/tbox/src/tbox/platform/compiler/gcc/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/compiler/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/context.c10
-rw-r--r--core/src/tbox/src/tbox/platform/context.h10
-rw-r--r--core/src/tbox/src/tbox/platform/directory.c10
-rw-r--r--core/src/tbox/src/tbox/platform/directory.h10
-rw-r--r--core/src/tbox/src/tbox/platform/dynamic.c10
-rw-r--r--core/src/tbox/src/tbox/platform/dynamic.h10
-rw-r--r--core/src/tbox/src/tbox/platform/environment.c10
-rw-r--r--core/src/tbox/src/tbox/platform/environment.h10
-rw-r--r--core/src/tbox/src/tbox/platform/event.c10
-rw-r--r--core/src/tbox/src/tbox/platform/event.h10
-rw-r--r--core/src/tbox/src/tbox/platform/exception.c10
-rw-r--r--core/src/tbox/src/tbox/platform/exception.h10
-rw-r--r--core/src/tbox/src/tbox/platform/file.c10
-rw-r--r--core/src/tbox/src/tbox/platform/file.h10
-rw-r--r--core/src/tbox/src/tbox/platform/hostname.c10
-rw-r--r--core/src/tbox/src/tbox/platform/hostname.h10
-rw-r--r--core/src/tbox/src/tbox/platform/ifaddrs.c10
-rw-r--r--core/src/tbox/src/tbox/platform/ifaddrs.h10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/dns.c10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/dns.h10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/exception.h10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/platform.c10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/platform.h10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/sockdata.c10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/sockdata.h10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/socket.h10
-rw-r--r--core/src/tbox/src/tbox/platform/impl/thread_local.h10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/backtrace.c10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/environment.c10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/exception.c10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/exception.h10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/memory.c10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/print.c10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/random.c10
-rw-r--r--core/src/tbox/src/tbox/platform/libc/syserror.c10
-rw-r--r--core/src/tbox/src/tbox/platform/linux/ifaddrs.c10
-rw-r--r--core/src/tbox/src/tbox/platform/linux/ifaddrs2.c10
-rw-r--r--core/src/tbox/src/tbox/platform/linux/poller_epoll.c10
-rw-r--r--core/src/tbox/src/tbox/platform/linux/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/ltimer.c10
-rw-r--r--core/src/tbox/src/tbox/platform/ltimer.h10
-rw-r--r--core/src/tbox/src/tbox/platform/mach/barrier.h10
-rw-r--r--core/src/tbox/src/tbox/platform/mach/dns.c10
-rw-r--r--core/src/tbox/src/tbox/platform/mach/ios/directory.m10
-rw-r--r--core/src/tbox/src/tbox/platform/mach/ios/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/mach/ios/print.c10
-rw-r--r--core/src/tbox/src/tbox/platform/mach/poller_kqueue.c10
-rw-r--r--core/src/tbox/src/tbox/platform/mach/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/mach/semaphore.c10
-rw-r--r--core/src/tbox/src/tbox/platform/memory.c10
-rw-r--r--core/src/tbox/src/tbox/platform/memory.h10
-rw-r--r--core/src/tbox/src/tbox/platform/mutex.c10
-rw-r--r--core/src/tbox/src/tbox/platform/mutex.h10
-rw-r--r--core/src/tbox/src/tbox/platform/page.c10
-rw-r--r--core/src/tbox/src/tbox/platform/page.h10
-rw-r--r--core/src/tbox/src/tbox/platform/path.c10
-rw-r--r--core/src/tbox/src/tbox/platform/path.h10
-rw-r--r--core/src/tbox/src/tbox/platform/platform.h10
-rw-r--r--core/src/tbox/src/tbox/platform/poller.c10
-rw-r--r--core/src/tbox/src/tbox/platform/poller.h10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/addrinfo.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/context.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/directory.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/dynamic.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/event.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/file.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/hostname.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/ifaddrs.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/mutex.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/page.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/poller_poll.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/poller_select.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/process.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/processor.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/regex.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/sched.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/semaphore.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/sockaddr.h10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/socket.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/socket_poll.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/socket_select.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/thread.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/thread_local.c10
-rw-r--r--core/src/tbox/src/tbox/platform/posix/time.c10
-rw-r--r--core/src/tbox/src/tbox/platform/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/print.c10
-rw-r--r--core/src/tbox/src/tbox/platform/print.h10
-rw-r--r--core/src/tbox/src/tbox/platform/process.c10
-rw-r--r--core/src/tbox/src/tbox/platform/process.h10
-rw-r--r--core/src/tbox/src/tbox/platform/processor.c10
-rw-r--r--core/src/tbox/src/tbox/platform/processor.h10
-rw-r--r--core/src/tbox/src/tbox/platform/sched.c10
-rw-r--r--core/src/tbox/src/tbox/platform/sched.h10
-rw-r--r--core/src/tbox/src/tbox/platform/semaphore.c10
-rw-r--r--core/src/tbox/src/tbox/platform/semaphore.h10
-rw-r--r--core/src/tbox/src/tbox/platform/socket.c10
-rw-r--r--core/src/tbox/src/tbox/platform/socket.h10
-rw-r--r--core/src/tbox/src/tbox/platform/spinlock.h10
-rw-r--r--core/src/tbox/src/tbox/platform/syserror.c10
-rw-r--r--core/src/tbox/src/tbox/platform/syserror.h10
-rw-r--r--core/src/tbox/src/tbox/platform/systemv/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/systemv/semaphore.c10
-rw-r--r--core/src/tbox/src/tbox/platform/thread.c10
-rw-r--r--core/src/tbox/src/tbox/platform/thread.h10
-rw-r--r--core/src/tbox/src/tbox/platform/thread_local.c10
-rw-r--r--core/src/tbox/src/tbox/platform/thread_local.h10
-rw-r--r--core/src/tbox/src/tbox/platform/thread_pool.c10
-rw-r--r--core/src/tbox/src/tbox/platform/thread_pool.h10
-rw-r--r--core/src/tbox/src/tbox/platform/time.c10
-rw-r--r--core/src/tbox/src/tbox/platform/time.h10
-rw-r--r--core/src/tbox/src/tbox/platform/timer.c10
-rw-r--r--core/src/tbox/src/tbox/platform/timer.h10
-rw-r--r--core/src/tbox/src/tbox/platform/unix/dns.c10
-rw-r--r--core/src/tbox/src/tbox/platform/unix/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/unix/syscall.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/addrinfo.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/atomic.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/atomic64.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/backtrace.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/barrier.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/context.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/directory.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/dns.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/dynamic.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/environment.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/event.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/exception.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/exception.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/file.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/hostname.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/ifaddrs.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/dbghelp.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/dbghelp.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/interface.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/interface.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/kernel32.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/kernel32.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/mswsock.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/mswsock.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/ole32.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/ole32.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/shell32.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/shell32.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/user32.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/user32.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/ws2_32.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/interface/ws2_32.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/iocp_object.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/iocp_object.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/memory.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/mutex.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/ntstatus.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/page.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/poller_iocp.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/print.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/process.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/processor.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/sched.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/semaphore.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/socket.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/socket_pool.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/socket_pool.h10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/syserror.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/thread.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/thread_local.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/time.c10
-rw-r--r--core/src/tbox/src/tbox/platform/windows/uuid.c10
-rw-r--r--core/src/tbox/src/tbox/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/abort.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/arch.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/arm/prefix.S10
-rw-r--r--core/src/tbox/src/tbox/prefix/arm64/prefix.S10
-rw-r--r--core/src/tbox/src/tbox/prefix/assembler.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/assert.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/cache.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/check.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/compiler.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/config.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/cpu.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/endian.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/keyword.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/limits.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/malloc.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/mips/prefix.S10
-rw-r--r--core/src/tbox/src/tbox/prefix/packed.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/prefix.S10
-rw-r--r--core/src/tbox/src/tbox/prefix/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/state.c10
-rw-r--r--core/src/tbox/src/tbox/prefix/state.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/trace.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/type.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/utils.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/version.h10
-rw-r--r--core/src/tbox/src/tbox/prefix/x64/prefix.S10
-rw-r--r--core/src/tbox/src/tbox/prefix/x86/prefix.S10
-rw-r--r--core/src/tbox/src/tbox/regex/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/regex/impl/pcre.c10
-rw-r--r--core/src/tbox/src/tbox/regex/impl/pcre2.c10
-rw-r--r--core/src/tbox/src/tbox/regex/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/regex/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/regex/regex.c10
-rw-r--r--core/src/tbox/src/tbox/regex/regex.h10
-rw-r--r--core/src/tbox/src/tbox/stream/filter.c10
-rw-r--r--core/src/tbox/src/tbox/stream/filter.h10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/filter.h10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/filter/cache.c10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/filter/charset.c10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/filter/chunked.c10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/filter/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/filter/zip.c10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/stream.h10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/stream/data.c10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/stream/file.c10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/stream/filter.c10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/stream/http.c10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/stream/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/stream/impl/stream/sock.c10
-rw-r--r--core/src/tbox/src/tbox/stream/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/stream/static_stream.c10
-rw-r--r--core/src/tbox/src/tbox/stream/static_stream.h10
-rw-r--r--core/src/tbox/src/tbox/stream/stream.c10
-rw-r--r--core/src/tbox/src/tbox/stream/stream.h10
-rw-r--r--core/src/tbox/src/tbox/stream/transfer.c10
-rw-r--r--core/src/tbox/src/tbox/stream/transfer.h10
-rw-r--r--core/src/tbox/src/tbox/string/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/string/static_string.c10
-rw-r--r--core/src/tbox/src/tbox/string/static_string.h10
-rw-r--r--core/src/tbox/src/tbox/string/string.c10
-rw-r--r--core/src/tbox/src/tbox/string/string.h10
-rw-r--r--core/src/tbox/src/tbox/tbox.c10
-rw-r--r--core/src/tbox/src/tbox/tbox.h10
-rw-r--r--core/src/tbox/src/tbox/utils/base32.c10
-rw-r--r--core/src/tbox/src/tbox/utils/base32.h10
-rw-r--r--core/src/tbox/src/tbox/utils/base64.c10
-rw-r--r--core/src/tbox/src/tbox/utils/base64.h10
-rw-r--r--core/src/tbox/src/tbox/utils/bits.c10
-rw-r--r--core/src/tbox/src/tbox/utils/bits.h10
-rw-r--r--core/src/tbox/src/tbox/utils/dump.c10
-rw-r--r--core/src/tbox/src/tbox/utils/dump.h10
-rw-r--r--core/src/tbox/src/tbox/utils/impl/bits_arm.h10
-rw-r--r--core/src/tbox/src/tbox/utils/impl/bits_gcc.h10
-rw-r--r--core/src/tbox/src/tbox/utils/impl/bits_sh4.h10
-rw-r--r--core/src/tbox/src/tbox/utils/impl/bits_x86.h10
-rw-r--r--core/src/tbox/src/tbox/utils/impl/impl.h10
-rw-r--r--core/src/tbox/src/tbox/utils/impl/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/utils/lock_profiler.c10
-rw-r--r--core/src/tbox/src/tbox/utils/lock_profiler.h10
-rw-r--r--core/src/tbox/src/tbox/utils/option.c10
-rw-r--r--core/src/tbox/src/tbox/utils/option.h10
-rw-r--r--core/src/tbox/src/tbox/utils/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/utils/singleton.c10
-rw-r--r--core/src/tbox/src/tbox/utils/singleton.h10
-rw-r--r--core/src/tbox/src/tbox/utils/trace.c10
-rw-r--r--core/src/tbox/src/tbox/utils/trace.h10
-rw-r--r--core/src/tbox/src/tbox/utils/url.c10
-rw-r--r--core/src/tbox/src/tbox/utils/url.h10
-rw-r--r--core/src/tbox/src/tbox/utils/used.c10
-rw-r--r--core/src/tbox/src/tbox/utils/used.h10
-rw-r--r--core/src/tbox/src/tbox/utils/utils.h10
-rw-r--r--core/src/tbox/src/tbox/xml/node.c10
-rw-r--r--core/src/tbox/src/tbox/xml/node.h10
-rw-r--r--core/src/tbox/src/tbox/xml/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/xml/reader.c10
-rw-r--r--core/src/tbox/src/tbox/xml/reader.h10
-rw-r--r--core/src/tbox/src/tbox/xml/writer.c10
-rw-r--r--core/src/tbox/src/tbox/xml/writer.h10
-rw-r--r--core/src/tbox/src/tbox/xml/xml.h10
-rw-r--r--core/src/tbox/src/tbox/zip/gzip.c10
-rw-r--r--core/src/tbox/src/tbox/zip/gzip.h10
-rw-r--r--core/src/tbox/src/tbox/zip/prefix.h10
-rw-r--r--core/src/tbox/src/tbox/zip/zip.c10
-rw-r--r--core/src/tbox/src/tbox/zip/zip.h10
-rw-r--r--core/src/tbox/src/tbox/zip/zlib.c10
-rw-r--r--core/src/tbox/src/tbox/zip/zlib.h10
-rw-r--r--core/src/tbox/src/tbox/zip/zlibraw.c10
-rw-r--r--core/src/tbox/src/tbox/zip/zlibraw.h10
-rw-r--r--core/src/xmake/config.h10
-rw-r--r--core/src/xmake/hash/prefix.h10
-rw-r--r--core/src/xmake/hash/sha256.c10
-rw-r--r--core/src/xmake/hash/uuid.c10
-rw-r--r--core/src/xmake/io/isatty.c10
-rw-r--r--core/src/xmake/io/prefix.h10
-rw-r--r--core/src/xmake/machine.c10
-rw-r--r--core/src/xmake/machine.h10
-rw-r--r--core/src/xmake/os/argv.c10
-rw-r--r--core/src/xmake/os/chdir.c10
-rw-r--r--core/src/xmake/os/cpdir.c10
-rw-r--r--core/src/xmake/os/cpfile.c10
-rw-r--r--core/src/xmake/os/curdir.c10
-rw-r--r--core/src/xmake/os/emptydir.c10
-rw-r--r--core/src/xmake/os/exists.c10
-rw-r--r--core/src/xmake/os/filesize.c10
-rw-r--r--core/src/xmake/os/find.c10
-rw-r--r--core/src/xmake/os/getenv.c10
-rw-r--r--core/src/xmake/os/getown.c10
-rw-r--r--core/src/xmake/os/getwinsize.c10
-rw-r--r--core/src/xmake/os/gid.c10
-rw-r--r--core/src/xmake/os/isdir.c10
-rw-r--r--core/src/xmake/os/isfile.c10
-rw-r--r--core/src/xmake/os/islink.c10
-rw-r--r--core/src/xmake/os/link.c10
-rw-r--r--core/src/xmake/os/mclock.c10
-rw-r--r--core/src/xmake/os/mkdir.c10
-rw-r--r--core/src/xmake/os/mtime.c10
-rw-r--r--core/src/xmake/os/prefix.h10
-rw-r--r--core/src/xmake/os/readlink.c10
-rw-r--r--core/src/xmake/os/rename.c10
-rw-r--r--core/src/xmake/os/rmdir.c10
-rw-r--r--core/src/xmake/os/rmfile.c10
-rw-r--r--core/src/xmake/os/setenv.c10
-rw-r--r--core/src/xmake/os/sleep.c10
-rw-r--r--core/src/xmake/os/strerror.c10
-rw-r--r--core/src/xmake/os/tmpdir.c10
-rw-r--r--core/src/xmake/os/uid.c10
-rw-r--r--core/src/xmake/os/versioninfo.c10
-rw-r--r--core/src/xmake/path/absolute.c10
-rw-r--r--core/src/xmake/path/is_absolute.c10
-rw-r--r--core/src/xmake/path/prefix.h10
-rw-r--r--core/src/xmake/path/relative.c10
-rw-r--r--core/src/xmake/path/translate.c10
-rw-r--r--core/src/xmake/prefix.h10
-rw-r--r--core/src/xmake/prefix/config.h10
-rw-r--r--core/src/xmake/prefix/prefix.h10
-rw-r--r--core/src/xmake/prefix/version.h10
-rw-r--r--core/src/xmake/process/close.c10
-rw-r--r--core/src/xmake/process/open.c10
-rw-r--r--core/src/xmake/process/openv.c10
-rw-r--r--core/src/xmake/process/prefix.h10
-rw-r--r--core/src/xmake/process/wait.c10
-rw-r--r--core/src/xmake/process/waitlist.c10
-rw-r--r--core/src/xmake/readline/add_history.c10
-rw-r--r--core/src/xmake/readline/clear_history.c10
-rw-r--r--core/src/xmake/readline/history_list.c10
-rw-r--r--core/src/xmake/readline/prefix.h10
-rw-r--r--core/src/xmake/readline/readline.c10
-rw-r--r--core/src/xmake/sandbox/interactive.c10
-rw-r--r--core/src/xmake/sandbox/prefix.h10
-rw-r--r--core/src/xmake/semver/compare.c10
-rw-r--r--core/src/xmake/semver/parse.c10
-rw-r--r--core/src/xmake/semver/prefix.h10
-rw-r--r--core/src/xmake/semver/satisfies.c10
-rw-r--r--core/src/xmake/semver/select.c10
-rw-r--r--core/src/xmake/semver/semver.c10
-rw-r--r--core/src/xmake/string/convert.c10
-rw-r--r--core/src/xmake/string/endswith.c10
-rw-r--r--core/src/xmake/string/prefix.h10
-rw-r--r--core/src/xmake/string/startswith.c10
-rw-r--r--core/src/xmake/winos/logical_drives.c10
-rw-r--r--core/src/xmake/winos/prefix.h10
-rw-r--r--core/src/xmake/winos/registry_query.c10
-rw-r--r--core/src/xmake/xmake.c10
-rw-r--r--core/src/xmake/xmake.h10
918 files changed, 2754 insertions, 6426 deletions
diff --git a/core/src/tbox/src/tbox/algorithm/algorithm.h b/core/src/tbox/src/tbox/algorithm/algorithm.h
index e3d10ce42..4842ff874 100644
--- a/core/src/tbox/src/tbox/algorithm/algorithm.h
+++ b/core/src/tbox/src/tbox/algorithm/algorithm.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/binary_find.c b/core/src/tbox/src/tbox/algorithm/binary_find.c
index 13e35ec9e..31758eb64 100644
--- a/core/src/tbox/src/tbox/algorithm/binary_find.c
+++ b/core/src/tbox/src/tbox/algorithm/binary_find.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/binary_find.h b/core/src/tbox/src/tbox/algorithm/binary_find.h
index 2213946ce..52433c9b2 100644
--- a/core/src/tbox/src/tbox/algorithm/binary_find.h
+++ b/core/src/tbox/src/tbox/algorithm/binary_find.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/binary_find_if.c b/core/src/tbox/src/tbox/algorithm/binary_find_if.c
index 6fb19b516..796a7b7d1 100644
--- a/core/src/tbox/src/tbox/algorithm/binary_find_if.c
+++ b/core/src/tbox/src/tbox/algorithm/binary_find_if.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/binary_find_if.h b/core/src/tbox/src/tbox/algorithm/binary_find_if.h
index cb316e8bf..f3875d1b2 100644
--- a/core/src/tbox/src/tbox/algorithm/binary_find_if.h
+++ b/core/src/tbox/src/tbox/algorithm/binary_find_if.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/bubble_sort.c b/core/src/tbox/src/tbox/algorithm/bubble_sort.c
index 49afffa18..0628cd4c4 100644
--- a/core/src/tbox/src/tbox/algorithm/bubble_sort.c
+++ b/core/src/tbox/src/tbox/algorithm/bubble_sort.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/bubble_sort.h b/core/src/tbox/src/tbox/algorithm/bubble_sort.h
index ae98a9774..027fa0786 100644
--- a/core/src/tbox/src/tbox/algorithm/bubble_sort.h
+++ b/core/src/tbox/src/tbox/algorithm/bubble_sort.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/count.c b/core/src/tbox/src/tbox/algorithm/count.c
index 0728b5cd7..35a405bcc 100644
--- a/core/src/tbox/src/tbox/algorithm/count.c
+++ b/core/src/tbox/src/tbox/algorithm/count.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/count.h b/core/src/tbox/src/tbox/algorithm/count.h
index d00150e9c..e56cbd827 100644
--- a/core/src/tbox/src/tbox/algorithm/count.h
+++ b/core/src/tbox/src/tbox/algorithm/count.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/count_if.c b/core/src/tbox/src/tbox/algorithm/count_if.c
index 6f7404093..32cb99f9b 100644
--- a/core/src/tbox/src/tbox/algorithm/count_if.c
+++ b/core/src/tbox/src/tbox/algorithm/count_if.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/count_if.h b/core/src/tbox/src/tbox/algorithm/count_if.h
index 50dbf1202..06e735b52 100644
--- a/core/src/tbox/src/tbox/algorithm/count_if.h
+++ b/core/src/tbox/src/tbox/algorithm/count_if.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/distance.c b/core/src/tbox/src/tbox/algorithm/distance.c
index 3d961c632..3c2a544f1 100644
--- a/core/src/tbox/src/tbox/algorithm/distance.c
+++ b/core/src/tbox/src/tbox/algorithm/distance.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/distance.h b/core/src/tbox/src/tbox/algorithm/distance.h
index 63a32f6a8..94ef799cf 100644
--- a/core/src/tbox/src/tbox/algorithm/distance.h
+++ b/core/src/tbox/src/tbox/algorithm/distance.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/find.c b/core/src/tbox/src/tbox/algorithm/find.c
index 1f91b2a01..901a1a573 100644
--- a/core/src/tbox/src/tbox/algorithm/find.c
+++ b/core/src/tbox/src/tbox/algorithm/find.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/find.h b/core/src/tbox/src/tbox/algorithm/find.h
index 942814123..fb2b4e17d 100644
--- a/core/src/tbox/src/tbox/algorithm/find.h
+++ b/core/src/tbox/src/tbox/algorithm/find.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/find_if.c b/core/src/tbox/src/tbox/algorithm/find_if.c
index 8cf9d826f..679d6ce96 100644
--- a/core/src/tbox/src/tbox/algorithm/find_if.c
+++ b/core/src/tbox/src/tbox/algorithm/find_if.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/find_if.h b/core/src/tbox/src/tbox/algorithm/find_if.h
index 6e485fb58..5412aec46 100644
--- a/core/src/tbox/src/tbox/algorithm/find_if.h
+++ b/core/src/tbox/src/tbox/algorithm/find_if.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/for.h b/core/src/tbox/src/tbox/algorithm/for.h
index a27fb36b4..fea703f8d 100644
--- a/core/src/tbox/src/tbox/algorithm/for.h
+++ b/core/src/tbox/src/tbox/algorithm/for.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/for_if.h b/core/src/tbox/src/tbox/algorithm/for_if.h
index e425dc5bd..e8acc8970 100644
--- a/core/src/tbox/src/tbox/algorithm/for_if.h
+++ b/core/src/tbox/src/tbox/algorithm/for_if.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/heap_sort.c b/core/src/tbox/src/tbox/algorithm/heap_sort.c
index 74b6ab9ab..cb1afcf36 100644
--- a/core/src/tbox/src/tbox/algorithm/heap_sort.c
+++ b/core/src/tbox/src/tbox/algorithm/heap_sort.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/heap_sort.h b/core/src/tbox/src/tbox/algorithm/heap_sort.h
index 6bc52b4b0..7462eae2b 100644
--- a/core/src/tbox/src/tbox/algorithm/heap_sort.h
+++ b/core/src/tbox/src/tbox/algorithm/heap_sort.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/insert_sort.c b/core/src/tbox/src/tbox/algorithm/insert_sort.c
index d31992ec7..a5857fa57 100644
--- a/core/src/tbox/src/tbox/algorithm/insert_sort.c
+++ b/core/src/tbox/src/tbox/algorithm/insert_sort.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/insert_sort.h b/core/src/tbox/src/tbox/algorithm/insert_sort.h
index 8b0ffe2bb..bb0b90c98 100644
--- a/core/src/tbox/src/tbox/algorithm/insert_sort.h
+++ b/core/src/tbox/src/tbox/algorithm/insert_sort.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/predicate.c b/core/src/tbox/src/tbox/algorithm/predicate.c
index 057e04e64..dab47994c 100644
--- a/core/src/tbox/src/tbox/algorithm/predicate.c
+++ b/core/src/tbox/src/tbox/algorithm/predicate.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/predicate.h b/core/src/tbox/src/tbox/algorithm/predicate.h
index b25a81089..6ca73d850 100644
--- a/core/src/tbox/src/tbox/algorithm/predicate.h
+++ b/core/src/tbox/src/tbox/algorithm/predicate.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/prefix.h b/core/src/tbox/src/tbox/algorithm/prefix.h
index 637c625bd..4bdbb9b73 100644
--- a/core/src/tbox/src/tbox/algorithm/prefix.h
+++ b/core/src/tbox/src/tbox/algorithm/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/quick_sort.c b/core/src/tbox/src/tbox/algorithm/quick_sort.c
index 4cc563f86..34e98a34f 100644
--- a/core/src/tbox/src/tbox/algorithm/quick_sort.c
+++ b/core/src/tbox/src/tbox/algorithm/quick_sort.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/quick_sort.h b/core/src/tbox/src/tbox/algorithm/quick_sort.h
index 236b41b05..1b62e5fd1 100644
--- a/core/src/tbox/src/tbox/algorithm/quick_sort.h
+++ b/core/src/tbox/src/tbox/algorithm/quick_sort.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/remove.c b/core/src/tbox/src/tbox/algorithm/remove.c
index ac9138a75..7a1408151 100644
--- a/core/src/tbox/src/tbox/algorithm/remove.c
+++ b/core/src/tbox/src/tbox/algorithm/remove.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/remove.h b/core/src/tbox/src/tbox/algorithm/remove.h
index 5b995bd3c..40a97233e 100644
--- a/core/src/tbox/src/tbox/algorithm/remove.h
+++ b/core/src/tbox/src/tbox/algorithm/remove.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/remove_first.c b/core/src/tbox/src/tbox/algorithm/remove_first.c
index 5ef511edd..90d777ee1 100644
--- a/core/src/tbox/src/tbox/algorithm/remove_first.c
+++ b/core/src/tbox/src/tbox/algorithm/remove_first.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/remove_first.h b/core/src/tbox/src/tbox/algorithm/remove_first.h
index 0edcc0835..96d47df02 100644
--- a/core/src/tbox/src/tbox/algorithm/remove_first.h
+++ b/core/src/tbox/src/tbox/algorithm/remove_first.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/remove_first_if.c b/core/src/tbox/src/tbox/algorithm/remove_first_if.c
index 902a7ed4f..846b260b1 100644
--- a/core/src/tbox/src/tbox/algorithm/remove_first_if.c
+++ b/core/src/tbox/src/tbox/algorithm/remove_first_if.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/remove_first_if.h b/core/src/tbox/src/tbox/algorithm/remove_first_if.h
index 510894317..5e337999c 100644
--- a/core/src/tbox/src/tbox/algorithm/remove_first_if.h
+++ b/core/src/tbox/src/tbox/algorithm/remove_first_if.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/remove_if.c b/core/src/tbox/src/tbox/algorithm/remove_if.c
index 27991bfeb..da10c80cd 100644
--- a/core/src/tbox/src/tbox/algorithm/remove_if.c
+++ b/core/src/tbox/src/tbox/algorithm/remove_if.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/remove_if.h b/core/src/tbox/src/tbox/algorithm/remove_if.h
index de2164e2a..ef0ea0f79 100644
--- a/core/src/tbox/src/tbox/algorithm/remove_if.h
+++ b/core/src/tbox/src/tbox/algorithm/remove_if.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/rfind.c b/core/src/tbox/src/tbox/algorithm/rfind.c
index 9c22ade6d..6d32433f6 100644
--- a/core/src/tbox/src/tbox/algorithm/rfind.c
+++ b/core/src/tbox/src/tbox/algorithm/rfind.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/rfind.h b/core/src/tbox/src/tbox/algorithm/rfind.h
index a73bcb112..2c028604d 100644
--- a/core/src/tbox/src/tbox/algorithm/rfind.h
+++ b/core/src/tbox/src/tbox/algorithm/rfind.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/rfind_if.c b/core/src/tbox/src/tbox/algorithm/rfind_if.c
index 1473c9b49..ce1a52308 100644
--- a/core/src/tbox/src/tbox/algorithm/rfind_if.c
+++ b/core/src/tbox/src/tbox/algorithm/rfind_if.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/rfind_if.h b/core/src/tbox/src/tbox/algorithm/rfind_if.h
index de0c8d320..c3a40090f 100644
--- a/core/src/tbox/src/tbox/algorithm/rfind_if.h
+++ b/core/src/tbox/src/tbox/algorithm/rfind_if.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/rfor.h b/core/src/tbox/src/tbox/algorithm/rfor.h
index e455420a8..52e1f9747 100644
--- a/core/src/tbox/src/tbox/algorithm/rfor.h
+++ b/core/src/tbox/src/tbox/algorithm/rfor.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/rfor_if.h b/core/src/tbox/src/tbox/algorithm/rfor_if.h
index f4b4ea79f..bcf48caf7 100644
--- a/core/src/tbox/src/tbox/algorithm/rfor_if.h
+++ b/core/src/tbox/src/tbox/algorithm/rfor_if.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/rwalk.c b/core/src/tbox/src/tbox/algorithm/rwalk.c
index 234b439fe..dac90e404 100644
--- a/core/src/tbox/src/tbox/algorithm/rwalk.c
+++ b/core/src/tbox/src/tbox/algorithm/rwalk.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/rwalk.h b/core/src/tbox/src/tbox/algorithm/rwalk.h
index 23c2a8e89..29fcca1ca 100644
--- a/core/src/tbox/src/tbox/algorithm/rwalk.h
+++ b/core/src/tbox/src/tbox/algorithm/rwalk.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/sort.c b/core/src/tbox/src/tbox/algorithm/sort.c
index 692cbf7ae..0f10f2625 100644
--- a/core/src/tbox/src/tbox/algorithm/sort.c
+++ b/core/src/tbox/src/tbox/algorithm/sort.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/sort.h b/core/src/tbox/src/tbox/algorithm/sort.h
index 78509feb0..3d6adfd20 100644
--- a/core/src/tbox/src/tbox/algorithm/sort.h
+++ b/core/src/tbox/src/tbox/algorithm/sort.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/walk.c b/core/src/tbox/src/tbox/algorithm/walk.c
index 2974d28e6..51df3df1d 100644
--- a/core/src/tbox/src/tbox/algorithm/walk.c
+++ b/core/src/tbox/src/tbox/algorithm/walk.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/algorithm/walk.h b/core/src/tbox/src/tbox/algorithm/walk.h
index 7925dc50a..4f192c948 100644
--- a/core/src/tbox/src/tbox/algorithm/walk.h
+++ b/core/src/tbox/src/tbox/algorithm/walk.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/ascii.c b/core/src/tbox/src/tbox/charset/ascii.c
index 2f2fcb8af..43a7f45c3 100644
--- a/core/src/tbox/src/tbox/charset/ascii.c
+++ b/core/src/tbox/src/tbox/charset/ascii.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/charset.c b/core/src/tbox/src/tbox/charset/charset.c
index 505cafd8d..457abc41f 100644
--- a/core/src/tbox/src/tbox/charset/charset.c
+++ b/core/src/tbox/src/tbox/charset/charset.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/charset.h b/core/src/tbox/src/tbox/charset/charset.h
index 0f725e8ce..502453173 100644
--- a/core/src/tbox/src/tbox/charset/charset.h
+++ b/core/src/tbox/src/tbox/charset/charset.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/gb2312.c b/core/src/tbox/src/tbox/charset/gb2312.c
index b1de04745..690a31ba4 100644
--- a/core/src/tbox/src/tbox/charset/gb2312.c
+++ b/core/src/tbox/src/tbox/charset/gb2312.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/iso8859.c b/core/src/tbox/src/tbox/charset/iso8859.c
index 295cfd595..5c208f326 100644
--- a/core/src/tbox/src/tbox/charset/iso8859.c
+++ b/core/src/tbox/src/tbox/charset/iso8859.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/prefix.h b/core/src/tbox/src/tbox/charset/prefix.h
index 5aff189fe..4a80f9f7f 100644
--- a/core/src/tbox/src/tbox/charset/prefix.h
+++ b/core/src/tbox/src/tbox/charset/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/ucs2.c b/core/src/tbox/src/tbox/charset/ucs2.c
index e8afa4725..78e7feb8a 100644
--- a/core/src/tbox/src/tbox/charset/ucs2.c
+++ b/core/src/tbox/src/tbox/charset/ucs2.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/ucs4.c b/core/src/tbox/src/tbox/charset/ucs4.c
index 0ce20716e..adba4bf6f 100644
--- a/core/src/tbox/src/tbox/charset/ucs4.c
+++ b/core/src/tbox/src/tbox/charset/ucs4.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/utf16.c b/core/src/tbox/src/tbox/charset/utf16.c
index 0a6ea8b07..51586cad3 100644
--- a/core/src/tbox/src/tbox/charset/utf16.c
+++ b/core/src/tbox/src/tbox/charset/utf16.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/utf32.c b/core/src/tbox/src/tbox/charset/utf32.c
index 9cb96b92b..c142e634f 100644
--- a/core/src/tbox/src/tbox/charset/utf32.c
+++ b/core/src/tbox/src/tbox/charset/utf32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/charset/utf8.c b/core/src/tbox/src/tbox/charset/utf8.c
index ba82361c7..8c0e69f93 100644
--- a/core/src/tbox/src/tbox/charset/utf8.c
+++ b/core/src/tbox/src/tbox/charset/utf8.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/config.h b/core/src/tbox/src/tbox/config.h
index 3c1cfc7b7..43d3bde39 100644
--- a/core/src/tbox/src/tbox/config.h
+++ b/core/src/tbox/src/tbox/config.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/array_iterator.c b/core/src/tbox/src/tbox/container/array_iterator.c
index 1d50c7823..844c817e4 100644
--- a/core/src/tbox/src/tbox/container/array_iterator.c
+++ b/core/src/tbox/src/tbox/container/array_iterator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/array_iterator.h b/core/src/tbox/src/tbox/container/array_iterator.h
index 7d8ae68a9..a9ffa9afc 100644
--- a/core/src/tbox/src/tbox/container/array_iterator.h
+++ b/core/src/tbox/src/tbox/container/array_iterator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/bloom_filter.c b/core/src/tbox/src/tbox/container/bloom_filter.c
index aa9314fae..7f05b0c76 100644
--- a/core/src/tbox/src/tbox/container/bloom_filter.c
+++ b/core/src/tbox/src/tbox/container/bloom_filter.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/bloom_filter.h b/core/src/tbox/src/tbox/container/bloom_filter.h
index 920462ead..c9aaa31cd 100644
--- a/core/src/tbox/src/tbox/container/bloom_filter.h
+++ b/core/src/tbox/src/tbox/container/bloom_filter.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/circle_queue.c b/core/src/tbox/src/tbox/container/circle_queue.c
index 48df9a3fe..7e188d813 100644
--- a/core/src/tbox/src/tbox/container/circle_queue.c
+++ b/core/src/tbox/src/tbox/container/circle_queue.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/circle_queue.h b/core/src/tbox/src/tbox/container/circle_queue.h
index 05281b49c..c29ade2db 100644
--- a/core/src/tbox/src/tbox/container/circle_queue.h
+++ b/core/src/tbox/src/tbox/container/circle_queue.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/container.h b/core/src/tbox/src/tbox/container/container.h
index 13ef87343..7410fecc6 100644
--- a/core/src/tbox/src/tbox/container/container.h
+++ b/core/src/tbox/src/tbox/container/container.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element.h b/core/src/tbox/src/tbox/container/element.h
index 5f58f91f7..ef144b431 100644
--- a/core/src/tbox/src/tbox/container/element.h
+++ b/core/src/tbox/src/tbox/container/element.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/hash.c b/core/src/tbox/src/tbox/container/element/hash.c
index 5dca91764..3a6b5d75b 100644
--- a/core/src/tbox/src/tbox/container/element/hash.c
+++ b/core/src/tbox/src/tbox/container/element/hash.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/hash.h b/core/src/tbox/src/tbox/container/element/hash.h
index 898d63160..a97dbbea8 100644
--- a/core/src/tbox/src/tbox/container/element/hash.h
+++ b/core/src/tbox/src/tbox/container/element/hash.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/long.c b/core/src/tbox/src/tbox/container/element/long.c
index 011edabac..0050e413a 100644
--- a/core/src/tbox/src/tbox/container/element/long.c
+++ b/core/src/tbox/src/tbox/container/element/long.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/mem.c b/core/src/tbox/src/tbox/container/element/mem.c
index 6984a5df1..f1a6d219c 100644
--- a/core/src/tbox/src/tbox/container/element/mem.c
+++ b/core/src/tbox/src/tbox/container/element/mem.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/null.c b/core/src/tbox/src/tbox/container/element/null.c
index 1233ff267..63fb8b5da 100644
--- a/core/src/tbox/src/tbox/container/element/null.c
+++ b/core/src/tbox/src/tbox/container/element/null.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/obj.c b/core/src/tbox/src/tbox/container/element/obj.c
index e8fae3cf1..ad32ee50a 100644
--- a/core/src/tbox/src/tbox/container/element/obj.c
+++ b/core/src/tbox/src/tbox/container/element/obj.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/prefix.h b/core/src/tbox/src/tbox/container/element/prefix.h
index bee889796..c4df6aff1 100644
--- a/core/src/tbox/src/tbox/container/element/prefix.h
+++ b/core/src/tbox/src/tbox/container/element/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/ptr.c b/core/src/tbox/src/tbox/container/element/ptr.c
index 491cc4202..2d55675ed 100644
--- a/core/src/tbox/src/tbox/container/element/ptr.c
+++ b/core/src/tbox/src/tbox/container/element/ptr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/size.c b/core/src/tbox/src/tbox/container/element/size.c
index 306cf880b..7354b1e39 100644
--- a/core/src/tbox/src/tbox/container/element/size.c
+++ b/core/src/tbox/src/tbox/container/element/size.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/str.c b/core/src/tbox/src/tbox/container/element/str.c
index a0fbd033f..0f3a97ef4 100644
--- a/core/src/tbox/src/tbox/container/element/str.c
+++ b/core/src/tbox/src/tbox/container/element/str.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/true.c b/core/src/tbox/src/tbox/container/element/true.c
index 3389a9a51..3a89eb5d6 100644
--- a/core/src/tbox/src/tbox/container/element/true.c
+++ b/core/src/tbox/src/tbox/container/element/true.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/uint16.c b/core/src/tbox/src/tbox/container/element/uint16.c
index 1accd2b61..4787b590c 100644
--- a/core/src/tbox/src/tbox/container/element/uint16.c
+++ b/core/src/tbox/src/tbox/container/element/uint16.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/uint32.c b/core/src/tbox/src/tbox/container/element/uint32.c
index 9a1d2c207..c05853bd7 100644
--- a/core/src/tbox/src/tbox/container/element/uint32.c
+++ b/core/src/tbox/src/tbox/container/element/uint32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/element/uint8.c b/core/src/tbox/src/tbox/container/element/uint8.c
index c8cdc031d..0775b6501 100644
--- a/core/src/tbox/src/tbox/container/element/uint8.c
+++ b/core/src/tbox/src/tbox/container/element/uint8.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/hash_map.c b/core/src/tbox/src/tbox/container/hash_map.c
index 2bea04a7b..43733d04c 100644
--- a/core/src/tbox/src/tbox/container/hash_map.c
+++ b/core/src/tbox/src/tbox/container/hash_map.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/hash_map.h b/core/src/tbox/src/tbox/container/hash_map.h
index 9594e0366..6249b2920 100644
--- a/core/src/tbox/src/tbox/container/hash_map.h
+++ b/core/src/tbox/src/tbox/container/hash_map.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/hash_set.c b/core/src/tbox/src/tbox/container/hash_set.c
index 718631743..7db534985 100644
--- a/core/src/tbox/src/tbox/container/hash_set.c
+++ b/core/src/tbox/src/tbox/container/hash_set.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/hash_set.h b/core/src/tbox/src/tbox/container/hash_set.h
index 6959f7dc6..66ecf1429 100644
--- a/core/src/tbox/src/tbox/container/hash_set.h
+++ b/core/src/tbox/src/tbox/container/hash_set.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/heap.c b/core/src/tbox/src/tbox/container/heap.c
index cab0fc135..af677a7bb 100644
--- a/core/src/tbox/src/tbox/container/heap.c
+++ b/core/src/tbox/src/tbox/container/heap.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/heap.h b/core/src/tbox/src/tbox/container/heap.h
index 3ebee7f31..814f1aeb9 100644
--- a/core/src/tbox/src/tbox/container/heap.h
+++ b/core/src/tbox/src/tbox/container/heap.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/iterator.c b/core/src/tbox/src/tbox/container/iterator.c
index b1febfb2a..7aa5e2fd3 100644
--- a/core/src/tbox/src/tbox/container/iterator.c
+++ b/core/src/tbox/src/tbox/container/iterator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/iterator.h b/core/src/tbox/src/tbox/container/iterator.h
index 625811573..292008cb2 100644
--- a/core/src/tbox/src/tbox/container/iterator.h
+++ b/core/src/tbox/src/tbox/container/iterator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/list.c b/core/src/tbox/src/tbox/container/list.c
index 51718c188..99925fff6 100644
--- a/core/src/tbox/src/tbox/container/list.c
+++ b/core/src/tbox/src/tbox/container/list.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/list.h b/core/src/tbox/src/tbox/container/list.h
index e00270ab9..b66c54653 100644
--- a/core/src/tbox/src/tbox/container/list.h
+++ b/core/src/tbox/src/tbox/container/list.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/list_entry.c b/core/src/tbox/src/tbox/container/list_entry.c
index e682476ee..aa9230aba 100644
--- a/core/src/tbox/src/tbox/container/list_entry.c
+++ b/core/src/tbox/src/tbox/container/list_entry.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/list_entry.h b/core/src/tbox/src/tbox/container/list_entry.h
index 058c5a76f..0b2470641 100644
--- a/core/src/tbox/src/tbox/container/list_entry.h
+++ b/core/src/tbox/src/tbox/container/list_entry.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/prefix.h b/core/src/tbox/src/tbox/container/prefix.h
index 8de0eee9f..7b5e59309 100644
--- a/core/src/tbox/src/tbox/container/prefix.h
+++ b/core/src/tbox/src/tbox/container/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/priority_queue.c b/core/src/tbox/src/tbox/container/priority_queue.c
index ef2531d58..cd2061b32 100644
--- a/core/src/tbox/src/tbox/container/priority_queue.c
+++ b/core/src/tbox/src/tbox/container/priority_queue.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/priority_queue.h b/core/src/tbox/src/tbox/container/priority_queue.h
index 9250de49c..1cc010c1e 100644
--- a/core/src/tbox/src/tbox/container/priority_queue.h
+++ b/core/src/tbox/src/tbox/container/priority_queue.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/queue.c b/core/src/tbox/src/tbox/container/queue.c
index 2069d78fa..3f12f088c 100644
--- a/core/src/tbox/src/tbox/container/queue.c
+++ b/core/src/tbox/src/tbox/container/queue.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/queue.h b/core/src/tbox/src/tbox/container/queue.h
index 783d8ba2b..030504513 100644
--- a/core/src/tbox/src/tbox/container/queue.h
+++ b/core/src/tbox/src/tbox/container/queue.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/single_list.c b/core/src/tbox/src/tbox/container/single_list.c
index 978c5c37f..856936d49 100644
--- a/core/src/tbox/src/tbox/container/single_list.c
+++ b/core/src/tbox/src/tbox/container/single_list.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/single_list.h b/core/src/tbox/src/tbox/container/single_list.h
index 031e66799..95a415335 100644
--- a/core/src/tbox/src/tbox/container/single_list.h
+++ b/core/src/tbox/src/tbox/container/single_list.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/single_list_entry.c b/core/src/tbox/src/tbox/container/single_list_entry.c
index c6046681a..5e66f9449 100644
--- a/core/src/tbox/src/tbox/container/single_list_entry.c
+++ b/core/src/tbox/src/tbox/container/single_list_entry.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/single_list_entry.h b/core/src/tbox/src/tbox/container/single_list_entry.h
index a0261bc50..5f7966098 100644
--- a/core/src/tbox/src/tbox/container/single_list_entry.h
+++ b/core/src/tbox/src/tbox/container/single_list_entry.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/stack.c b/core/src/tbox/src/tbox/container/stack.c
index 1ce5500d4..b61fc3d9d 100644
--- a/core/src/tbox/src/tbox/container/stack.c
+++ b/core/src/tbox/src/tbox/container/stack.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/stack.h b/core/src/tbox/src/tbox/container/stack.h
index e4b03e614..07c39d8fc 100644
--- a/core/src/tbox/src/tbox/container/stack.h
+++ b/core/src/tbox/src/tbox/container/stack.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/vector.c b/core/src/tbox/src/tbox/container/vector.c
index 54eac2dda..a9a7b56ec 100644
--- a/core/src/tbox/src/tbox/container/vector.c
+++ b/core/src/tbox/src/tbox/container/vector.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/container/vector.h b/core/src/tbox/src/tbox/container/vector.h
index 3c9e61b4b..97f27e620 100644
--- a/core/src/tbox/src/tbox/container/vector.h
+++ b/core/src/tbox/src/tbox/container/vector.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/channel.c b/core/src/tbox/src/tbox/coroutine/channel.c
index 96b86c185..a25094784 100644
--- a/core/src/tbox/src/tbox/coroutine/channel.c
+++ b/core/src/tbox/src/tbox/coroutine/channel.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/channel.h b/core/src/tbox/src/tbox/coroutine/channel.h
index cef4c4c68..1c41d3593 100644
--- a/core/src/tbox/src/tbox/coroutine/channel.h
+++ b/core/src/tbox/src/tbox/coroutine/channel.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/coroutine.c b/core/src/tbox/src/tbox/coroutine/coroutine.c
index e04bd3b71..97972505d 100644
--- a/core/src/tbox/src/tbox/coroutine/coroutine.c
+++ b/core/src/tbox/src/tbox/coroutine/coroutine.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/coroutine.h b/core/src/tbox/src/tbox/coroutine/coroutine.h
index 4027f053e..83429c87e 100644
--- a/core/src/tbox/src/tbox/coroutine/coroutine.h
+++ b/core/src/tbox/src/tbox/coroutine/coroutine.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/coroutine.c b/core/src/tbox/src/tbox/coroutine/impl/coroutine.c
index 83e47961a..d12785d2a 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/coroutine.c
+++ b/core/src/tbox/src/tbox/coroutine/impl/coroutine.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/coroutine.h b/core/src/tbox/src/tbox/coroutine/impl/coroutine.h
index 187eac9ab..b307d55ab 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/coroutine.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/coroutine.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/impl.h b/core/src/tbox/src/tbox/coroutine/impl/impl.h
index c001a1738..a58e0b57f 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/impl.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/prefix.h b/core/src/tbox/src/tbox/coroutine/impl/prefix.h
index 2347de410..6d7f414b9 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/prefix.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/scheduler.c b/core/src/tbox/src/tbox/coroutine/impl/scheduler.c
index 042d7bbef..376346059 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/scheduler.c
+++ b/core/src/tbox/src/tbox/coroutine/impl/scheduler.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/scheduler.h b/core/src/tbox/src/tbox/coroutine/impl/scheduler.h
index 774a4bb7c..6cecd5193 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/scheduler.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/scheduler.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/scheduler_io.c b/core/src/tbox/src/tbox/coroutine/impl/scheduler_io.c
index 253dd7f24..d6953a631 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/scheduler_io.c
+++ b/core/src/tbox/src/tbox/coroutine/impl/scheduler_io.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/scheduler_io.h b/core/src/tbox/src/tbox/coroutine/impl/scheduler_io.h
index 9ea16909b..97a64bb56 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/scheduler_io.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/scheduler_io.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/stackless/coroutine.h b/core/src/tbox/src/tbox/coroutine/impl/stackless/coroutine.h
index 92a0e40d5..2abd0555b 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/stackless/coroutine.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/stackless/coroutine.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/stackless/prefix.h b/core/src/tbox/src/tbox/coroutine/impl/stackless/prefix.h
index 09cf02ad6..13b0d8a44 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/stackless/prefix.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/stackless/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler.h b/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler.h
index 5bf6ac304..8926009b0 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.c b/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.c
index 66576970e..51cfb4612 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.c
+++ b/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.h b/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.h
index fcd21ad7c..eda7948c4 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/stackless/scheduler_io.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/impl/stackless/stackless.h b/core/src/tbox/src/tbox/coroutine/impl/stackless/stackless.h
index f6749812f..36f859fc4 100644
--- a/core/src/tbox/src/tbox/coroutine/impl/stackless/stackless.h
+++ b/core/src/tbox/src/tbox/coroutine/impl/stackless/stackless.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/lock.c b/core/src/tbox/src/tbox/coroutine/lock.c
index b075e4443..600a57d3c 100644
--- a/core/src/tbox/src/tbox/coroutine/lock.c
+++ b/core/src/tbox/src/tbox/coroutine/lock.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/lock.h b/core/src/tbox/src/tbox/coroutine/lock.h
index ceb8b920a..c40ddda91 100644
--- a/core/src/tbox/src/tbox/coroutine/lock.h
+++ b/core/src/tbox/src/tbox/coroutine/lock.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/prefix.h b/core/src/tbox/src/tbox/coroutine/prefix.h
index 8dc390ee2..69da73d2a 100644
--- a/core/src/tbox/src/tbox/coroutine/prefix.h
+++ b/core/src/tbox/src/tbox/coroutine/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/scheduler.c b/core/src/tbox/src/tbox/coroutine/scheduler.c
index 3c0c4b3cd..495b58e29 100644
--- a/core/src/tbox/src/tbox/coroutine/scheduler.c
+++ b/core/src/tbox/src/tbox/coroutine/scheduler.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/scheduler.h b/core/src/tbox/src/tbox/coroutine/scheduler.h
index f6c944063..7626dce0a 100644
--- a/core/src/tbox/src/tbox/coroutine/scheduler.h
+++ b/core/src/tbox/src/tbox/coroutine/scheduler.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/semaphore.c b/core/src/tbox/src/tbox/coroutine/semaphore.c
index f93826090..c17d370df 100644
--- a/core/src/tbox/src/tbox/coroutine/semaphore.c
+++ b/core/src/tbox/src/tbox/coroutine/semaphore.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/semaphore.h b/core/src/tbox/src/tbox/coroutine/semaphore.h
index aa4be2a28..77e15e3d7 100644
--- a/core/src/tbox/src/tbox/coroutine/semaphore.h
+++ b/core/src/tbox/src/tbox/coroutine/semaphore.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/core.h b/core/src/tbox/src/tbox/coroutine/stackless/core.h
index b97498912..9f643ba9b 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/core.h
+++ b/core/src/tbox/src/tbox/coroutine/stackless/core.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/coroutine.c b/core/src/tbox/src/tbox/coroutine/stackless/coroutine.c
index 98fa0f780..8171ae131 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/coroutine.c
+++ b/core/src/tbox/src/tbox/coroutine/stackless/coroutine.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/coroutine.h b/core/src/tbox/src/tbox/coroutine/stackless/coroutine.h
index e2175feba..08b11f40d 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/coroutine.h
+++ b/core/src/tbox/src/tbox/coroutine/stackless/coroutine.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/lock.h b/core/src/tbox/src/tbox/coroutine/stackless/lock.h
index 232ec8753..b44fd9d50 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/lock.h
+++ b/core/src/tbox/src/tbox/coroutine/stackless/lock.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/prefix.h b/core/src/tbox/src/tbox/coroutine/stackless/prefix.h
index 96cb2e83c..791496c9a 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/prefix.h
+++ b/core/src/tbox/src/tbox/coroutine/stackless/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/scheduler.c b/core/src/tbox/src/tbox/coroutine/stackless/scheduler.c
index c80b6c18a..7458251a6 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/scheduler.c
+++ b/core/src/tbox/src/tbox/coroutine/stackless/scheduler.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/scheduler.h b/core/src/tbox/src/tbox/coroutine/stackless/scheduler.h
index cbbac042c..db8e81f9c 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/scheduler.h
+++ b/core/src/tbox/src/tbox/coroutine/stackless/scheduler.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/semaphore.h b/core/src/tbox/src/tbox/coroutine/stackless/semaphore.h
index b198a88c6..d1b90303d 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/semaphore.h
+++ b/core/src/tbox/src/tbox/coroutine/stackless/semaphore.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/coroutine/stackless/stackless.h b/core/src/tbox/src/tbox/coroutine/stackless/stackless.h
index 96f783da9..b7bb4b12a 100644
--- a/core/src/tbox/src/tbox/coroutine/stackless/stackless.h
+++ b/core/src/tbox/src/tbox/coroutine/stackless/stackless.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/database.h b/core/src/tbox/src/tbox/database/database.h
index a7534bb6e..1e718f40f 100644
--- a/core/src/tbox/src/tbox/database/database.h
+++ b/core/src/tbox/src/tbox/database/database.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/impl/mysql.c b/core/src/tbox/src/tbox/database/impl/mysql.c
index cebed6991..a7848abac 100644
--- a/core/src/tbox/src/tbox/database/impl/mysql.c
+++ b/core/src/tbox/src/tbox/database/impl/mysql.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/impl/mysql.h b/core/src/tbox/src/tbox/database/impl/mysql.h
index dae8a9cb1..747a7ea43 100644
--- a/core/src/tbox/src/tbox/database/impl/mysql.h
+++ b/core/src/tbox/src/tbox/database/impl/mysql.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/impl/prefix.h b/core/src/tbox/src/tbox/database/impl/prefix.h
index 7e0bfc103..758d94f0f 100644
--- a/core/src/tbox/src/tbox/database/impl/prefix.h
+++ b/core/src/tbox/src/tbox/database/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/impl/sqlite3.c b/core/src/tbox/src/tbox/database/impl/sqlite3.c
index 716ca6a21..132133a26 100644
--- a/core/src/tbox/src/tbox/database/impl/sqlite3.c
+++ b/core/src/tbox/src/tbox/database/impl/sqlite3.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/impl/sqlite3.h b/core/src/tbox/src/tbox/database/impl/sqlite3.h
index e6c1c4bab..5bc833767 100644
--- a/core/src/tbox/src/tbox/database/impl/sqlite3.h
+++ b/core/src/tbox/src/tbox/database/impl/sqlite3.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/prefix.h b/core/src/tbox/src/tbox/database/prefix.h
index 553d173b9..7f92c05e3 100644
--- a/core/src/tbox/src/tbox/database/prefix.h
+++ b/core/src/tbox/src/tbox/database/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/sql.c b/core/src/tbox/src/tbox/database/sql.c
index 338a5a663..85dc9047f 100644
--- a/core/src/tbox/src/tbox/database/sql.c
+++ b/core/src/tbox/src/tbox/database/sql.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/sql.h b/core/src/tbox/src/tbox/database/sql.h
index a1af24a69..0174986cd 100644
--- a/core/src/tbox/src/tbox/database/sql.h
+++ b/core/src/tbox/src/tbox/database/sql.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/value.c b/core/src/tbox/src/tbox/database/value.c
index 74ea60420..1de0bc40a 100644
--- a/core/src/tbox/src/tbox/database/value.c
+++ b/core/src/tbox/src/tbox/database/value.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/database/value.h b/core/src/tbox/src/tbox/database/value.h
index d77d17a54..cb0c4cf9f 100644
--- a/core/src/tbox/src/tbox/database/value.h
+++ b/core/src/tbox/src/tbox/database/value.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/adler32.h b/core/src/tbox/src/tbox/hash/adler32.h
index 5faf7ffca..196b38365 100644
--- a/core/src/tbox/src/tbox/hash/adler32.h
+++ b/core/src/tbox/src/tbox/hash/adler32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/ap.c b/core/src/tbox/src/tbox/hash/ap.c
index ae055269e..fc8476588 100644
--- a/core/src/tbox/src/tbox/hash/ap.c
+++ b/core/src/tbox/src/tbox/hash/ap.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/ap.h b/core/src/tbox/src/tbox/hash/ap.h
index c11d9cc8a..54ac5fbf9 100644
--- a/core/src/tbox/src/tbox/hash/ap.h
+++ b/core/src/tbox/src/tbox/hash/ap.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/arch/arm/crc32.S b/core/src/tbox/src/tbox/hash/arch/arm/crc32.S
index 1bc2770d5..459956aa8 100644
--- a/core/src/tbox/src/tbox/hash/arch/arm/crc32.S
+++ b/core/src/tbox/src/tbox/hash/arch/arm/crc32.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/arch/crc32.S b/core/src/tbox/src/tbox/hash/arch/crc32.S
index 7ac1c69e7..eb8d73158 100644
--- a/core/src/tbox/src/tbox/hash/arch/crc32.S
+++ b/core/src/tbox/src/tbox/hash/arch/crc32.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/bkdr.c b/core/src/tbox/src/tbox/hash/bkdr.c
index 54fbd5993..0cd84009b 100644
--- a/core/src/tbox/src/tbox/hash/bkdr.c
+++ b/core/src/tbox/src/tbox/hash/bkdr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/bkdr.h b/core/src/tbox/src/tbox/hash/bkdr.h
index 5da91d38f..1947eb7b0 100644
--- a/core/src/tbox/src/tbox/hash/bkdr.h
+++ b/core/src/tbox/src/tbox/hash/bkdr.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/blizzard.c b/core/src/tbox/src/tbox/hash/blizzard.c
index 50f8f7528..4aac2e419 100644
--- a/core/src/tbox/src/tbox/hash/blizzard.c
+++ b/core/src/tbox/src/tbox/hash/blizzard.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/blizzard.h b/core/src/tbox/src/tbox/hash/blizzard.h
index 4d9743558..e2882a785 100644
--- a/core/src/tbox/src/tbox/hash/blizzard.h
+++ b/core/src/tbox/src/tbox/hash/blizzard.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/crc16.c b/core/src/tbox/src/tbox/hash/crc16.c
index eca2cc00e..aa8e9157b 100644
--- a/core/src/tbox/src/tbox/hash/crc16.c
+++ b/core/src/tbox/src/tbox/hash/crc16.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/crc16.h b/core/src/tbox/src/tbox/hash/crc16.h
index 258c5c47a..2a4e101d1 100644
--- a/core/src/tbox/src/tbox/hash/crc16.h
+++ b/core/src/tbox/src/tbox/hash/crc16.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/crc32.c b/core/src/tbox/src/tbox/hash/crc32.c
index dedc91f0c..aaf85299c 100644
--- a/core/src/tbox/src/tbox/hash/crc32.c
+++ b/core/src/tbox/src/tbox/hash/crc32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/crc32.h b/core/src/tbox/src/tbox/hash/crc32.h
index aa2118aaa..dc47fb6ee 100644
--- a/core/src/tbox/src/tbox/hash/crc32.h
+++ b/core/src/tbox/src/tbox/hash/crc32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/crc8.c b/core/src/tbox/src/tbox/hash/crc8.c
index 86db8070e..6d6b6878d 100644
--- a/core/src/tbox/src/tbox/hash/crc8.c
+++ b/core/src/tbox/src/tbox/hash/crc8.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/crc8.h b/core/src/tbox/src/tbox/hash/crc8.h
index ded4f4290..db151c705 100644
--- a/core/src/tbox/src/tbox/hash/crc8.h
+++ b/core/src/tbox/src/tbox/hash/crc8.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/djb2.c b/core/src/tbox/src/tbox/hash/djb2.c
index a8db441aa..867b8bff8 100644
--- a/core/src/tbox/src/tbox/hash/djb2.c
+++ b/core/src/tbox/src/tbox/hash/djb2.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/djb2.h b/core/src/tbox/src/tbox/hash/djb2.h
index 388929019..2ed10d65d 100644
--- a/core/src/tbox/src/tbox/hash/djb2.h
+++ b/core/src/tbox/src/tbox/hash/djb2.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/fnv32.c b/core/src/tbox/src/tbox/hash/fnv32.c
index 378f85ad7..7a953944d 100644
--- a/core/src/tbox/src/tbox/hash/fnv32.c
+++ b/core/src/tbox/src/tbox/hash/fnv32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/fnv32.h b/core/src/tbox/src/tbox/hash/fnv32.h
index 921812ffc..5fe4b79a9 100644
--- a/core/src/tbox/src/tbox/hash/fnv32.h
+++ b/core/src/tbox/src/tbox/hash/fnv32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/fnv64.c b/core/src/tbox/src/tbox/hash/fnv64.c
index 0ba81f321..6fbd1d94b 100644
--- a/core/src/tbox/src/tbox/hash/fnv64.c
+++ b/core/src/tbox/src/tbox/hash/fnv64.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/fnv64.h b/core/src/tbox/src/tbox/hash/fnv64.h
index 39e77de38..928641bcb 100644
--- a/core/src/tbox/src/tbox/hash/fnv64.h
+++ b/core/src/tbox/src/tbox/hash/fnv64.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/hash.h b/core/src/tbox/src/tbox/hash/hash.h
index c30d34304..8c4bf747f 100644
--- a/core/src/tbox/src/tbox/hash/hash.h
+++ b/core/src/tbox/src/tbox/hash/hash.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/md5.c b/core/src/tbox/src/tbox/hash/md5.c
index 67e399bfc..0bdf46d07 100644
--- a/core/src/tbox/src/tbox/hash/md5.c
+++ b/core/src/tbox/src/tbox/hash/md5.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/md5.h b/core/src/tbox/src/tbox/hash/md5.h
index 1f9128082..5fc453855 100644
--- a/core/src/tbox/src/tbox/hash/md5.h
+++ b/core/src/tbox/src/tbox/hash/md5.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/murmur.c b/core/src/tbox/src/tbox/hash/murmur.c
index f62c3da3a..87f3ce2dd 100644
--- a/core/src/tbox/src/tbox/hash/murmur.c
+++ b/core/src/tbox/src/tbox/hash/murmur.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/murmur.h b/core/src/tbox/src/tbox/hash/murmur.h
index 55f75ee7f..efc94f45a 100644
--- a/core/src/tbox/src/tbox/hash/murmur.h
+++ b/core/src/tbox/src/tbox/hash/murmur.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/prefix.h b/core/src/tbox/src/tbox/hash/prefix.h
index 6d6a1229e..94d8f2b99 100644
--- a/core/src/tbox/src/tbox/hash/prefix.h
+++ b/core/src/tbox/src/tbox/hash/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/rs.c b/core/src/tbox/src/tbox/hash/rs.c
index e02f0895e..26b879a34 100644
--- a/core/src/tbox/src/tbox/hash/rs.c
+++ b/core/src/tbox/src/tbox/hash/rs.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/rs.h b/core/src/tbox/src/tbox/hash/rs.h
index 08b6c878a..8ff2d27fe 100644
--- a/core/src/tbox/src/tbox/hash/rs.h
+++ b/core/src/tbox/src/tbox/hash/rs.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/sdbm.c b/core/src/tbox/src/tbox/hash/sdbm.c
index 60db070cc..8d7862cab 100644
--- a/core/src/tbox/src/tbox/hash/sdbm.c
+++ b/core/src/tbox/src/tbox/hash/sdbm.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/sdbm.h b/core/src/tbox/src/tbox/hash/sdbm.h
index 6251d4276..4f66cd5d5 100644
--- a/core/src/tbox/src/tbox/hash/sdbm.h
+++ b/core/src/tbox/src/tbox/hash/sdbm.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/sha.c b/core/src/tbox/src/tbox/hash/sha.c
index d6f96e910..00befffc3 100644
--- a/core/src/tbox/src/tbox/hash/sha.c
+++ b/core/src/tbox/src/tbox/hash/sha.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/sha.h b/core/src/tbox/src/tbox/hash/sha.h
index 8db9846ab..eb65941b0 100644
--- a/core/src/tbox/src/tbox/hash/sha.h
+++ b/core/src/tbox/src/tbox/hash/sha.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/uuid.c b/core/src/tbox/src/tbox/hash/uuid.c
index 91918fda2..5208923ed 100644
--- a/core/src/tbox/src/tbox/hash/uuid.c
+++ b/core/src/tbox/src/tbox/hash/uuid.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/hash/uuid.h b/core/src/tbox/src/tbox/hash/uuid.h
index ef202da61..c02139005 100644
--- a/core/src/tbox/src/tbox/hash/uuid.h
+++ b/core/src/tbox/src/tbox/hash/uuid.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/impl/impl.h b/core/src/tbox/src/tbox/libc/impl/impl.h
index 977a549aa..075fb6768 100644
--- a/core/src/tbox/src/tbox/libc/impl/impl.h
+++ b/core/src/tbox/src/tbox/libc/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/impl/libc.c b/core/src/tbox/src/tbox/libc/impl/libc.c
index b5c320e19..b33c5cc9e 100644
--- a/core/src/tbox/src/tbox/libc/impl/libc.c
+++ b/core/src/tbox/src/tbox/libc/impl/libc.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/impl/libc.h b/core/src/tbox/src/tbox/libc/impl/libc.h
index 6e7f08408..7419c8879 100644
--- a/core/src/tbox/src/tbox/libc/impl/libc.h
+++ b/core/src/tbox/src/tbox/libc/impl/libc.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/impl/prefix.h b/core/src/tbox/src/tbox/libc/impl/prefix.h
index 846e12b8a..09b4e5d86 100644
--- a/core/src/tbox/src/tbox/libc/impl/prefix.h
+++ b/core/src/tbox/src/tbox/libc/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/libc.h b/core/src/tbox/src/tbox/libc/libc.h
index cda918a75..4fc21197b 100644
--- a/core/src/tbox/src/tbox/libc/libc.h
+++ b/core/src/tbox/src/tbox/libc/libc.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/ctype.h b/core/src/tbox/src/tbox/libc/misc/ctype.h
index 0f6983bf5..55bab6316 100644
--- a/core/src/tbox/src/tbox/libc/misc/ctype.h
+++ b/core/src/tbox/src/tbox/libc/misc/ctype.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/limits.h b/core/src/tbox/src/tbox/libc/misc/limits.h
index 095f6286f..cd66de7e5 100644
--- a/core/src/tbox/src/tbox/libc/misc/limits.h
+++ b/core/src/tbox/src/tbox/libc/misc/limits.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/misc.h b/core/src/tbox/src/tbox/libc/misc/misc.h
index 0420c5df1..c54c0bb6d 100644
--- a/core/src/tbox/src/tbox/libc/misc/misc.h
+++ b/core/src/tbox/src/tbox/libc/misc/misc.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/prefix.h b/core/src/tbox/src/tbox/libc/misc/prefix.h
index 0c6c10b11..fb38dfccc 100644
--- a/core/src/tbox/src/tbox/libc/misc/prefix.h
+++ b/core/src/tbox/src/tbox/libc/misc/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/setjmp.h b/core/src/tbox/src/tbox/libc/misc/setjmp.h
index b14c3a112..25dc7b560 100644
--- a/core/src/tbox/src/tbox/libc/misc/setjmp.h
+++ b/core/src/tbox/src/tbox/libc/misc/setjmp.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/signal.h b/core/src/tbox/src/tbox/libc/misc/signal.h
index d5f408181..f25ae4e67 100644
--- a/core/src/tbox/src/tbox/libc/misc/signal.h
+++ b/core/src/tbox/src/tbox/libc/misc/signal.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/stdarg.h b/core/src/tbox/src/tbox/libc/misc/stdarg.h
index b0d945ea5..0b050a742 100644
--- a/core/src/tbox/src/tbox/libc/misc/stdarg.h
+++ b/core/src/tbox/src/tbox/libc/misc/stdarg.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/time/gmmktime.c b/core/src/tbox/src/tbox/libc/misc/time/gmmktime.c
index d9a073522..64be2a5b3 100644
--- a/core/src/tbox/src/tbox/libc/misc/time/gmmktime.c
+++ b/core/src/tbox/src/tbox/libc/misc/time/gmmktime.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/time/gmtime.c b/core/src/tbox/src/tbox/libc/misc/time/gmtime.c
index e1cf4069e..a51065f7b 100644
--- a/core/src/tbox/src/tbox/libc/misc/time/gmtime.c
+++ b/core/src/tbox/src/tbox/libc/misc/time/gmtime.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/time/localtime.c b/core/src/tbox/src/tbox/libc/misc/time/localtime.c
index b0ee45a31..a47e8ea30 100644
--- a/core/src/tbox/src/tbox/libc/misc/time/localtime.c
+++ b/core/src/tbox/src/tbox/libc/misc/time/localtime.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/time/mktime.c b/core/src/tbox/src/tbox/libc/misc/time/mktime.c
index 685ded269..db9cab221 100644
--- a/core/src/tbox/src/tbox/libc/misc/time/mktime.c
+++ b/core/src/tbox/src/tbox/libc/misc/time/mktime.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/time/prefix.h b/core/src/tbox/src/tbox/libc/misc/time/prefix.h
index f7662bfcf..0dae91d0f 100644
--- a/core/src/tbox/src/tbox/libc/misc/time/prefix.h
+++ b/core/src/tbox/src/tbox/libc/misc/time/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/time/time.c b/core/src/tbox/src/tbox/libc/misc/time/time.c
index aca6c4efb..667e4cf95 100644
--- a/core/src/tbox/src/tbox/libc/misc/time/time.c
+++ b/core/src/tbox/src/tbox/libc/misc/time/time.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/time/time.h b/core/src/tbox/src/tbox/libc/misc/time/time.h
index b09cfcfd5..9db208c30 100644
--- a/core/src/tbox/src/tbox/libc/misc/time/time.h
+++ b/core/src/tbox/src/tbox/libc/misc/time/time.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/misc/time/type.h b/core/src/tbox/src/tbox/libc/misc/time/type.h
index 94fff1c33..7469c0326 100644
--- a/core/src/tbox/src/tbox/libc/misc/time/type.h
+++ b/core/src/tbox/src/tbox/libc/misc/time/type.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/prefix.h b/core/src/tbox/src/tbox/libc/prefix.h
index 9169ed257..3ec641c24 100644
--- a/core/src/tbox/src/tbox/libc/prefix.h
+++ b/core/src/tbox/src/tbox/libc/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdio/prefix.h b/core/src/tbox/src/tbox/libc/stdio/prefix.h
index eff00d598..0fdd0e216 100644
--- a/core/src/tbox/src/tbox/libc/stdio/prefix.h
+++ b/core/src/tbox/src/tbox/libc/stdio/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdio/printf_object.c b/core/src/tbox/src/tbox/libc/stdio/printf_object.c
index f82bb71ef..46ad344ed 100644
--- a/core/src/tbox/src/tbox/libc/stdio/printf_object.c
+++ b/core/src/tbox/src/tbox/libc/stdio/printf_object.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdio/printf_object.h b/core/src/tbox/src/tbox/libc/stdio/printf_object.h
index cff75235a..5c8b4dd28 100644
--- a/core/src/tbox/src/tbox/libc/stdio/printf_object.h
+++ b/core/src/tbox/src/tbox/libc/stdio/printf_object.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdio/stdio.h b/core/src/tbox/src/tbox/libc/stdio/stdio.h
index dba288439..530ba36e5 100644
--- a/core/src/tbox/src/tbox/libc/stdio/stdio.h
+++ b/core/src/tbox/src/tbox/libc/stdio/stdio.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdio/vsnprintf.c b/core/src/tbox/src/tbox/libc/stdio/vsnprintf.c
index 922f26fb3..50b37ad97 100644
--- a/core/src/tbox/src/tbox/libc/stdio/vsnprintf.c
+++ b/core/src/tbox/src/tbox/libc/stdio/vsnprintf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdio/vswprintf.c b/core/src/tbox/src/tbox/libc/stdio/vswprintf.c
index cffa1a22a..72ef82340 100644
--- a/core/src/tbox/src/tbox/libc/stdio/vswprintf.c
+++ b/core/src/tbox/src/tbox/libc/stdio/vswprintf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdlib/mbstowcs.c b/core/src/tbox/src/tbox/libc/stdlib/mbstowcs.c
index 00545f85e..dcb4bfd6d 100644
--- a/core/src/tbox/src/tbox/libc/stdlib/mbstowcs.c
+++ b/core/src/tbox/src/tbox/libc/stdlib/mbstowcs.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdlib/prefix.h b/core/src/tbox/src/tbox/libc/stdlib/prefix.h
index de2a248ec..3277f2e25 100644
--- a/core/src/tbox/src/tbox/libc/stdlib/prefix.h
+++ b/core/src/tbox/src/tbox/libc/stdlib/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdlib/random.c b/core/src/tbox/src/tbox/libc/stdlib/random.c
index 066a951eb..618454892 100644
--- a/core/src/tbox/src/tbox/libc/stdlib/random.c
+++ b/core/src/tbox/src/tbox/libc/stdlib/random.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdlib/stdlib.c b/core/src/tbox/src/tbox/libc/stdlib/stdlib.c
index 7e127fe61..c2100ba40 100644
--- a/core/src/tbox/src/tbox/libc/stdlib/stdlib.c
+++ b/core/src/tbox/src/tbox/libc/stdlib/stdlib.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdlib/stdlib.h b/core/src/tbox/src/tbox/libc/stdlib/stdlib.h
index 02cd2aaf0..f17b5c6e7 100644
--- a/core/src/tbox/src/tbox/libc/stdlib/stdlib.h
+++ b/core/src/tbox/src/tbox/libc/stdlib/stdlib.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/stdlib/wcstombs.c b/core/src/tbox/src/tbox/libc/stdlib/wcstombs.c
index e118dacb1..88d65117f 100644
--- a/core/src/tbox/src/tbox/libc/stdlib/wcstombs.c
+++ b/core/src/tbox/src/tbox/libc/stdlib/wcstombs.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/memcmp.c b/core/src/tbox/src/tbox/libc/string/impl/arm/memcmp.c
index 1a3d613ca..82f5358fd 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/memcmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/memcmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/memcpy.c b/core/src/tbox/src/tbox/libc/string/impl/arm/memcpy.c
index 2753c6b2f..c9e277266 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/memcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/memcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/memmov.c b/core/src/tbox/src/tbox/libc/string/impl/arm/memmov.c
index ce8157741..12a2672bb 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/memmov.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/memmov.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/memset.c b/core/src/tbox/src/tbox/libc/string/impl/arm/memset.c
index 9abaecc77..8083e89b0 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/memset.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/memset.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/prefix.h b/core/src/tbox/src/tbox/libc/string/impl/arm/prefix.h
index 8b73941da..086ba33b3 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/prefix.h
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/strcmp.c b/core/src/tbox/src/tbox/libc/string/impl/arm/strcmp.c
index 44eab3078..ce4b87825 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/strcmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/strcmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/strcpy.c b/core/src/tbox/src/tbox/libc/string/impl/arm/strcpy.c
index 41eb0e733..5c7685feb 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/strcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/strcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/strlcpy.c b/core/src/tbox/src/tbox/libc/string/impl/arm/strlcpy.c
index fd6e6d5b7..3de89470f 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/strlcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/strlcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/strlen.c b/core/src/tbox/src/tbox/libc/string/impl/arm/strlen.c
index 2d4be80ca..20be191c3 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/strlen.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/strlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/strncmp.c b/core/src/tbox/src/tbox/libc/string/impl/arm/strncmp.c
index df0bfb11a..b31e3e0ce 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/strncmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/strncmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/strncpy.c b/core/src/tbox/src/tbox/libc/string/impl/arm/strncpy.c
index 10622411b..fb57c2bc2 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/strncpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/strncpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/arm/strnlen.c b/core/src/tbox/src/tbox/libc/string/impl/arm/strnlen.c
index 51c42e81e..5b20d4544 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/arm/strnlen.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/arm/strnlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/prefix.h b/core/src/tbox/src/tbox/libc/string/impl/prefix.h
index bb8fc3c78..7be5770fa 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/prefix.h
+++ b/core/src/tbox/src/tbox/libc/string/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/memcmp.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/memcmp.c
index 477fc3b91..28c9be97c 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/memcmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/memcmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/memcpy.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/memcpy.c
index 94d716d0d..5cf9794a4 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/memcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/memcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/memmov.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/memmov.c
index d03c2269d..560585af2 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/memmov.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/memmov.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/memset.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/memset.c
index c3caa5331..f6dc64080 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/memset.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/memset.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/prefix.h b/core/src/tbox/src/tbox/libc/string/impl/sh4/prefix.h
index 8aa43343a..47d151b3e 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/prefix.h
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/strcmp.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/strcmp.c
index f23f10e9b..599d23a04 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/strcmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/strcmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/strcpy.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/strcpy.c
index 41eb0e733..5c7685feb 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/strcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/strcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/strlen.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/strlen.c
index e09aad46b..d6d81c8ee 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/strlen.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/strlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/strncmp.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/strncmp.c
index df0bfb11a..b31e3e0ce 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/strncmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/strncmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/strncpy.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/strncpy.c
index 10622411b..fb57c2bc2 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/strncpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/strncpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/sh4/strnlen.c b/core/src/tbox/src/tbox/libc/string/impl/sh4/strnlen.c
index 51c42e81e..5b20d4544 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/sh4/strnlen.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/sh4/strnlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/memcmp.c b/core/src/tbox/src/tbox/libc/string/impl/x86/memcmp.c
index 24498ade7..345c95f07 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/memcmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/memcmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/memcpy.c b/core/src/tbox/src/tbox/libc/string/impl/x86/memcpy.c
index f98374734..9187dd5f8 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/memcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/memcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/memmov.c b/core/src/tbox/src/tbox/libc/string/impl/x86/memmov.c
index 4ac4da97c..0d0eda82c 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/memmov.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/memmov.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/memset.c b/core/src/tbox/src/tbox/libc/string/impl/x86/memset.c
index 97d992158..6f2ceae2c 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/memset.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/memset.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/prefix.h b/core/src/tbox/src/tbox/libc/string/impl/x86/prefix.h
index 05ebfbc0e..b82b42147 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/prefix.h
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/strcmp.c b/core/src/tbox/src/tbox/libc/string/impl/x86/strcmp.c
index c48a4d8f4..b047cd5c2 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/strcmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/strcmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/strcpy.c b/core/src/tbox/src/tbox/libc/string/impl/x86/strcpy.c
index 6f5f22258..2185fb4ae 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/strcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/strcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/strlcpy.c b/core/src/tbox/src/tbox/libc/string/impl/x86/strlcpy.c
index 696259d9b..d3f9a6210 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/strlcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/strlcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/strlen.c b/core/src/tbox/src/tbox/libc/string/impl/x86/strlen.c
index 52ec3880d..8642b03c2 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/strlen.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/strlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/strncmp.c b/core/src/tbox/src/tbox/libc/string/impl/x86/strncmp.c
index c793bd53c..f00508c01 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/strncmp.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/strncmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/strncpy.c b/core/src/tbox/src/tbox/libc/string/impl/x86/strncpy.c
index be9afb50f..16d6412f7 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/strncpy.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/strncpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/impl/x86/strnlen.c b/core/src/tbox/src/tbox/libc/string/impl/x86/strnlen.c
index 265f50615..eaad92850 100644
--- a/core/src/tbox/src/tbox/libc/string/impl/x86/strnlen.c
+++ b/core/src/tbox/src/tbox/libc/string/impl/x86/strnlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/memcmp.c b/core/src/tbox/src/tbox/libc/string/memcmp.c
index 1474bf182..2f63515e8 100644
--- a/core/src/tbox/src/tbox/libc/string/memcmp.c
+++ b/core/src/tbox/src/tbox/libc/string/memcmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/memcpy.c b/core/src/tbox/src/tbox/libc/string/memcpy.c
index 655bd3624..ebe53871d 100644
--- a/core/src/tbox/src/tbox/libc/string/memcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/memcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/memdup.c b/core/src/tbox/src/tbox/libc/string/memdup.c
index 1539a8c04..8dceb38cb 100644
--- a/core/src/tbox/src/tbox/libc/string/memdup.c
+++ b/core/src/tbox/src/tbox/libc/string/memdup.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/memmem.c b/core/src/tbox/src/tbox/libc/string/memmem.c
index ee9b316d0..de6531ac8 100644
--- a/core/src/tbox/src/tbox/libc/string/memmem.c
+++ b/core/src/tbox/src/tbox/libc/string/memmem.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/memmov.c b/core/src/tbox/src/tbox/libc/string/memmov.c
index 50533a8c0..4797338cc 100644
--- a/core/src/tbox/src/tbox/libc/string/memmov.c
+++ b/core/src/tbox/src/tbox/libc/string/memmov.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/memset.c b/core/src/tbox/src/tbox/libc/string/memset.c
index 083833311..252832c82 100644
--- a/core/src/tbox/src/tbox/libc/string/memset.c
+++ b/core/src/tbox/src/tbox/libc/string/memset.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/prefix.h b/core/src/tbox/src/tbox/libc/string/prefix.h
index 86dd9a44a..522cab5e2 100644
--- a/core/src/tbox/src/tbox/libc/string/prefix.h
+++ b/core/src/tbox/src/tbox/libc/string/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strcat.c b/core/src/tbox/src/tbox/libc/string/strcat.c
index 1a659f12a..4c3a8dda1 100644
--- a/core/src/tbox/src/tbox/libc/string/strcat.c
+++ b/core/src/tbox/src/tbox/libc/string/strcat.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strchr.c b/core/src/tbox/src/tbox/libc/string/strchr.c
index 926b3283e..78fad9432 100644
--- a/core/src/tbox/src/tbox/libc/string/strchr.c
+++ b/core/src/tbox/src/tbox/libc/string/strchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strcmp.c b/core/src/tbox/src/tbox/libc/string/strcmp.c
index 5fb28c9d4..1b20483bd 100644
--- a/core/src/tbox/src/tbox/libc/string/strcmp.c
+++ b/core/src/tbox/src/tbox/libc/string/strcmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strcpy.c b/core/src/tbox/src/tbox/libc/string/strcpy.c
index c9f4f3138..5f57ff650 100644
--- a/core/src/tbox/src/tbox/libc/string/strcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/strcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strdup.c b/core/src/tbox/src/tbox/libc/string/strdup.c
index b103ea5da..b2ac4d0a0 100644
--- a/core/src/tbox/src/tbox/libc/string/strdup.c
+++ b/core/src/tbox/src/tbox/libc/string/strdup.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strichr.c b/core/src/tbox/src/tbox/libc/string/strichr.c
index 9df718cd3..c5b7c5bed 100644
--- a/core/src/tbox/src/tbox/libc/string/strichr.c
+++ b/core/src/tbox/src/tbox/libc/string/strichr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/stricmp.c b/core/src/tbox/src/tbox/libc/string/stricmp.c
index e576dd582..762079bd6 100644
--- a/core/src/tbox/src/tbox/libc/string/stricmp.c
+++ b/core/src/tbox/src/tbox/libc/string/stricmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/string.h b/core/src/tbox/src/tbox/libc/string/string.h
index e9716646b..fcab4ba03 100644
--- a/core/src/tbox/src/tbox/libc/string/string.h
+++ b/core/src/tbox/src/tbox/libc/string/string.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strirchr.c b/core/src/tbox/src/tbox/libc/string/strirchr.c
index d74cf68b3..d649dfcb1 100644
--- a/core/src/tbox/src/tbox/libc/string/strirchr.c
+++ b/core/src/tbox/src/tbox/libc/string/strirchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strirstr.c b/core/src/tbox/src/tbox/libc/string/strirstr.c
index 415eb7581..c73c85019 100644
--- a/core/src/tbox/src/tbox/libc/string/strirstr.c
+++ b/core/src/tbox/src/tbox/libc/string/strirstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/stristr.c b/core/src/tbox/src/tbox/libc/string/stristr.c
index 64142d419..53982fcd8 100644
--- a/core/src/tbox/src/tbox/libc/string/stristr.c
+++ b/core/src/tbox/src/tbox/libc/string/stristr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strlcpy.c b/core/src/tbox/src/tbox/libc/string/strlcpy.c
index 9c182f29e..a7cd0ab81 100644
--- a/core/src/tbox/src/tbox/libc/string/strlcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/strlcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strlen.c b/core/src/tbox/src/tbox/libc/string/strlen.c
index 2d57a0dd2..d19197084 100644
--- a/core/src/tbox/src/tbox/libc/string/strlen.c
+++ b/core/src/tbox/src/tbox/libc/string/strlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strncat.c b/core/src/tbox/src/tbox/libc/string/strncat.c
index f81ad1331..854b5334c 100644
--- a/core/src/tbox/src/tbox/libc/string/strncat.c
+++ b/core/src/tbox/src/tbox/libc/string/strncat.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strncmp.c b/core/src/tbox/src/tbox/libc/string/strncmp.c
index 43f08bcd9..f2d0de663 100644
--- a/core/src/tbox/src/tbox/libc/string/strncmp.c
+++ b/core/src/tbox/src/tbox/libc/string/strncmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strncpy.c b/core/src/tbox/src/tbox/libc/string/strncpy.c
index 3fb957791..79eba372d 100644
--- a/core/src/tbox/src/tbox/libc/string/strncpy.c
+++ b/core/src/tbox/src/tbox/libc/string/strncpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strndup.c b/core/src/tbox/src/tbox/libc/string/strndup.c
index b562ca120..f9b9c11f8 100644
--- a/core/src/tbox/src/tbox/libc/string/strndup.c
+++ b/core/src/tbox/src/tbox/libc/string/strndup.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strnicmp.c b/core/src/tbox/src/tbox/libc/string/strnicmp.c
index 001026910..f4721c907 100644
--- a/core/src/tbox/src/tbox/libc/string/strnicmp.c
+++ b/core/src/tbox/src/tbox/libc/string/strnicmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strnirchr.c b/core/src/tbox/src/tbox/libc/string/strnirchr.c
index 2d7a9fd2e..fcb63dd0d 100644
--- a/core/src/tbox/src/tbox/libc/string/strnirchr.c
+++ b/core/src/tbox/src/tbox/libc/string/strnirchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strnirstr.c b/core/src/tbox/src/tbox/libc/string/strnirstr.c
index 2476940b7..8e359ea3a 100644
--- a/core/src/tbox/src/tbox/libc/string/strnirstr.c
+++ b/core/src/tbox/src/tbox/libc/string/strnirstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strnistr.c b/core/src/tbox/src/tbox/libc/string/strnistr.c
index 0e9d7172f..f9a909231 100644
--- a/core/src/tbox/src/tbox/libc/string/strnistr.c
+++ b/core/src/tbox/src/tbox/libc/string/strnistr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strnlen.c b/core/src/tbox/src/tbox/libc/string/strnlen.c
index 5de733d50..b0fbe472b 100644
--- a/core/src/tbox/src/tbox/libc/string/strnlen.c
+++ b/core/src/tbox/src/tbox/libc/string/strnlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strnrchr.c b/core/src/tbox/src/tbox/libc/string/strnrchr.c
index 5f198dc12..09d5a4200 100644
--- a/core/src/tbox/src/tbox/libc/string/strnrchr.c
+++ b/core/src/tbox/src/tbox/libc/string/strnrchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strnrstr.c b/core/src/tbox/src/tbox/libc/string/strnrstr.c
index 856beddf1..26a02599c 100644
--- a/core/src/tbox/src/tbox/libc/string/strnrstr.c
+++ b/core/src/tbox/src/tbox/libc/string/strnrstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strnstr.c b/core/src/tbox/src/tbox/libc/string/strnstr.c
index ba35e2590..2fc59a7bc 100644
--- a/core/src/tbox/src/tbox/libc/string/strnstr.c
+++ b/core/src/tbox/src/tbox/libc/string/strnstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strrchr.c b/core/src/tbox/src/tbox/libc/string/strrchr.c
index da3c191ce..defcc1c90 100644
--- a/core/src/tbox/src/tbox/libc/string/strrchr.c
+++ b/core/src/tbox/src/tbox/libc/string/strrchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strrstr.c b/core/src/tbox/src/tbox/libc/string/strrstr.c
index 610e292f3..7d857c933 100644
--- a/core/src/tbox/src/tbox/libc/string/strrstr.c
+++ b/core/src/tbox/src/tbox/libc/string/strrstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/strstr.c b/core/src/tbox/src/tbox/libc/string/strstr.c
index c0cdab7d7..eb14e612e 100644
--- a/core/src/tbox/src/tbox/libc/string/strstr.c
+++ b/core/src/tbox/src/tbox/libc/string/strstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcscat.c b/core/src/tbox/src/tbox/libc/string/wcscat.c
index 792648298..600b623dd 100644
--- a/core/src/tbox/src/tbox/libc/string/wcscat.c
+++ b/core/src/tbox/src/tbox/libc/string/wcscat.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcschr.c b/core/src/tbox/src/tbox/libc/string/wcschr.c
index 2bdfb6dc6..219af4389 100644
--- a/core/src/tbox/src/tbox/libc/string/wcschr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcschr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcscmp.c b/core/src/tbox/src/tbox/libc/string/wcscmp.c
index 6229d3ff9..63c05d6d7 100644
--- a/core/src/tbox/src/tbox/libc/string/wcscmp.c
+++ b/core/src/tbox/src/tbox/libc/string/wcscmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcscpy.c b/core/src/tbox/src/tbox/libc/string/wcscpy.c
index b86640812..86ea38b14 100644
--- a/core/src/tbox/src/tbox/libc/string/wcscpy.c
+++ b/core/src/tbox/src/tbox/libc/string/wcscpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsdup.c b/core/src/tbox/src/tbox/libc/string/wcsdup.c
index a84ec35d9..e15f472b8 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsdup.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsdup.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsichr.c b/core/src/tbox/src/tbox/libc/string/wcsichr.c
index b6cf6a6d8..f67cce4cd 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsichr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsichr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsicmp.c b/core/src/tbox/src/tbox/libc/string/wcsicmp.c
index 4ed087533..e9343746a 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsicmp.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsicmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsirchr.c b/core/src/tbox/src/tbox/libc/string/wcsirchr.c
index 690cca4dc..51acd94ee 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsirchr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsirchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsirstr.c b/core/src/tbox/src/tbox/libc/string/wcsirstr.c
index 1c6c812cd..8fc4db0f1 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsirstr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsirstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsistr.c b/core/src/tbox/src/tbox/libc/string/wcsistr.c
index ef860d88c..ebc7e12c7 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsistr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsistr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcslcpy.c b/core/src/tbox/src/tbox/libc/string/wcslcpy.c
index e7f9b3252..ee276df18 100644
--- a/core/src/tbox/src/tbox/libc/string/wcslcpy.c
+++ b/core/src/tbox/src/tbox/libc/string/wcslcpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcslen.c b/core/src/tbox/src/tbox/libc/string/wcslen.c
index 1b690eb3b..b4c6206b7 100644
--- a/core/src/tbox/src/tbox/libc/string/wcslen.c
+++ b/core/src/tbox/src/tbox/libc/string/wcslen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsncat.c b/core/src/tbox/src/tbox/libc/string/wcsncat.c
index 900df122a..6a58d4561 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsncat.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsncat.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsncmp.c b/core/src/tbox/src/tbox/libc/string/wcsncmp.c
index 9143f6ccb..f0574f92f 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsncmp.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsncmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsncpy.c b/core/src/tbox/src/tbox/libc/string/wcsncpy.c
index e56074c9a..184b065b9 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsncpy.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsncpy.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsndup.c b/core/src/tbox/src/tbox/libc/string/wcsndup.c
index 88272f908..7c76c1643 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsndup.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsndup.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsnicmp.c b/core/src/tbox/src/tbox/libc/string/wcsnicmp.c
index aeb929dbe..90d9bbb4e 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsnicmp.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsnicmp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsnirchr.c b/core/src/tbox/src/tbox/libc/string/wcsnirchr.c
index 52c5f333c..4d2507b05 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsnirchr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsnirchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsnirstr.c b/core/src/tbox/src/tbox/libc/string/wcsnirstr.c
index 4124d760d..fa5624c25 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsnirstr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsnirstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsnlen.c b/core/src/tbox/src/tbox/libc/string/wcsnlen.c
index accab1a5f..3fe7b828f 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsnlen.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsnlen.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsnrchr.c b/core/src/tbox/src/tbox/libc/string/wcsnrchr.c
index 6834b853c..22fd9c630 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsnrchr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsnrchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsnrstr.c b/core/src/tbox/src/tbox/libc/string/wcsnrstr.c
index a26b1ac00..cd69104a9 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsnrstr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsnrstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsrchr.c b/core/src/tbox/src/tbox/libc/string/wcsrchr.c
index c9f57496b..10441e0d7 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsrchr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsrchr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsrstr.c b/core/src/tbox/src/tbox/libc/string/wcsrstr.c
index a9bf28561..5bfd9cc38 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsrstr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsrstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libc/string/wcsstr.c b/core/src/tbox/src/tbox/libc/string/wcsstr.c
index 783f7fd8a..754d30690 100644
--- a/core/src/tbox/src/tbox/libc/string/wcsstr.c
+++ b/core/src/tbox/src/tbox/libc/string/wcsstr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/acos.c b/core/src/tbox/src/tbox/libm/acos.c
index 7db77cc35..6abbb522e 100644
--- a/core/src/tbox/src/tbox/libm/acos.c
+++ b/core/src/tbox/src/tbox/libm/acos.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/acosf.c b/core/src/tbox/src/tbox/libm/acosf.c
index e17a875b4..eb84ae426 100644
--- a/core/src/tbox/src/tbox/libm/acosf.c
+++ b/core/src/tbox/src/tbox/libm/acosf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/asin.c b/core/src/tbox/src/tbox/libm/asin.c
index a7b3de7c5..c40f38b62 100644
--- a/core/src/tbox/src/tbox/libm/asin.c
+++ b/core/src/tbox/src/tbox/libm/asin.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/asinf.c b/core/src/tbox/src/tbox/libm/asinf.c
index 7e671d24c..a4f57df76 100644
--- a/core/src/tbox/src/tbox/libm/asinf.c
+++ b/core/src/tbox/src/tbox/libm/asinf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/atan.c b/core/src/tbox/src/tbox/libm/atan.c
index b38722891..0fee44dc9 100644
--- a/core/src/tbox/src/tbox/libm/atan.c
+++ b/core/src/tbox/src/tbox/libm/atan.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/atan2.c b/core/src/tbox/src/tbox/libm/atan2.c
index d23509161..47ad6a141 100644
--- a/core/src/tbox/src/tbox/libm/atan2.c
+++ b/core/src/tbox/src/tbox/libm/atan2.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/atan2f.c b/core/src/tbox/src/tbox/libm/atan2f.c
index a22e7f339..a31a057d6 100644
--- a/core/src/tbox/src/tbox/libm/atan2f.c
+++ b/core/src/tbox/src/tbox/libm/atan2f.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/atanf.c b/core/src/tbox/src/tbox/libm/atanf.c
index 15f1ca479..e0163c1eb 100644
--- a/core/src/tbox/src/tbox/libm/atanf.c
+++ b/core/src/tbox/src/tbox/libm/atanf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/ceil.h b/core/src/tbox/src/tbox/libm/ceil.h
index ec01e46d2..979dee8f7 100644
--- a/core/src/tbox/src/tbox/libm/ceil.h
+++ b/core/src/tbox/src/tbox/libm/ceil.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/cos.c b/core/src/tbox/src/tbox/libm/cos.c
index 7304a8f8f..8d83d4247 100644
--- a/core/src/tbox/src/tbox/libm/cos.c
+++ b/core/src/tbox/src/tbox/libm/cos.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/cosf.c b/core/src/tbox/src/tbox/libm/cosf.c
index 3c881165e..789834fd4 100644
--- a/core/src/tbox/src/tbox/libm/cosf.c
+++ b/core/src/tbox/src/tbox/libm/cosf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/exp.c b/core/src/tbox/src/tbox/libm/exp.c
index 3b99a32bf..5b112ff7b 100644
--- a/core/src/tbox/src/tbox/libm/exp.c
+++ b/core/src/tbox/src/tbox/libm/exp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/exp1.c b/core/src/tbox/src/tbox/libm/exp1.c
index 5ad6ae991..977dd73e9 100644
--- a/core/src/tbox/src/tbox/libm/exp1.c
+++ b/core/src/tbox/src/tbox/libm/exp1.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/exp1f.c b/core/src/tbox/src/tbox/libm/exp1f.c
index 803b2ab89..09dd59e4e 100644
--- a/core/src/tbox/src/tbox/libm/exp1f.c
+++ b/core/src/tbox/src/tbox/libm/exp1f.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/expf.c b/core/src/tbox/src/tbox/libm/expf.c
index ab5b67a18..670fa48d0 100644
--- a/core/src/tbox/src/tbox/libm/expf.c
+++ b/core/src/tbox/src/tbox/libm/expf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/expi.c b/core/src/tbox/src/tbox/libm/expi.c
index 48dcccd0b..093d7bdf1 100644
--- a/core/src/tbox/src/tbox/libm/expi.c
+++ b/core/src/tbox/src/tbox/libm/expi.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/expif.c b/core/src/tbox/src/tbox/libm/expif.c
index 13f14a65c..9da91d980 100644
--- a/core/src/tbox/src/tbox/libm/expif.c
+++ b/core/src/tbox/src/tbox/libm/expif.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/fabs.h b/core/src/tbox/src/tbox/libm/fabs.h
index 17fe56de2..814734976 100644
--- a/core/src/tbox/src/tbox/libm/fabs.h
+++ b/core/src/tbox/src/tbox/libm/fabs.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/floor.h b/core/src/tbox/src/tbox/libm/floor.h
index 63bae06af..8f8fac54e 100644
--- a/core/src/tbox/src/tbox/libm/floor.h
+++ b/core/src/tbox/src/tbox/libm/floor.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/fmod.c b/core/src/tbox/src/tbox/libm/fmod.c
index b8f2d3c52..29642cdec 100644
--- a/core/src/tbox/src/tbox/libm/fmod.c
+++ b/core/src/tbox/src/tbox/libm/fmod.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/fmodf.c b/core/src/tbox/src/tbox/libm/fmodf.c
index 641ca98c2..749567493 100644
--- a/core/src/tbox/src/tbox/libm/fmodf.c
+++ b/core/src/tbox/src/tbox/libm/fmodf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/idivi8.c b/core/src/tbox/src/tbox/libm/idivi8.c
index 14dca6d99..baeeb9126 100644
--- a/core/src/tbox/src/tbox/libm/idivi8.c
+++ b/core/src/tbox/src/tbox/libm/idivi8.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/ilog2i.c b/core/src/tbox/src/tbox/libm/ilog2i.c
index 14e9dcadc..218b434b7 100644
--- a/core/src/tbox/src/tbox/libm/ilog2i.c
+++ b/core/src/tbox/src/tbox/libm/ilog2i.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/impl/impl.h b/core/src/tbox/src/tbox/libm/impl/impl.h
index caf87103f..274ac310c 100644
--- a/core/src/tbox/src/tbox/libm/impl/impl.h
+++ b/core/src/tbox/src/tbox/libm/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/impl/libm.c b/core/src/tbox/src/tbox/libm/impl/libm.c
index b4a1822d4..c274c0ba1 100644
--- a/core/src/tbox/src/tbox/libm/impl/libm.c
+++ b/core/src/tbox/src/tbox/libm/impl/libm.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/impl/libm.h b/core/src/tbox/src/tbox/libm/impl/libm.h
index d6013576c..97e30b0fe 100644
--- a/core/src/tbox/src/tbox/libm/impl/libm.h
+++ b/core/src/tbox/src/tbox/libm/impl/libm.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/impl/prefix.h b/core/src/tbox/src/tbox/libm/impl/prefix.h
index 69cd8df69..241857259 100644
--- a/core/src/tbox/src/tbox/libm/impl/prefix.h
+++ b/core/src/tbox/src/tbox/libm/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/inf.h b/core/src/tbox/src/tbox/libm/inf.h
index 911192b97..f0aaca9ea 100644
--- a/core/src/tbox/src/tbox/libm/inf.h
+++ b/core/src/tbox/src/tbox/libm/inf.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/isfin.c b/core/src/tbox/src/tbox/libm/isfin.c
index cc5175b10..cd98822e7 100644
--- a/core/src/tbox/src/tbox/libm/isfin.c
+++ b/core/src/tbox/src/tbox/libm/isfin.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/isfinf.c b/core/src/tbox/src/tbox/libm/isfinf.c
index 6495b7aaa..ee7d75b8c 100644
--- a/core/src/tbox/src/tbox/libm/isfinf.c
+++ b/core/src/tbox/src/tbox/libm/isfinf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/isinf.c b/core/src/tbox/src/tbox/libm/isinf.c
index 587230d7b..c47c6e857 100644
--- a/core/src/tbox/src/tbox/libm/isinf.c
+++ b/core/src/tbox/src/tbox/libm/isinf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/isinff.c b/core/src/tbox/src/tbox/libm/isinff.c
index ea7a42094..e7b9b695f 100644
--- a/core/src/tbox/src/tbox/libm/isinff.c
+++ b/core/src/tbox/src/tbox/libm/isinff.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/isnan.c b/core/src/tbox/src/tbox/libm/isnan.c
index 3879145b8..bd2c7a1b4 100644
--- a/core/src/tbox/src/tbox/libm/isnan.c
+++ b/core/src/tbox/src/tbox/libm/isnan.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/isnanf.c b/core/src/tbox/src/tbox/libm/isnanf.c
index 7bf6771e5..68ed6400e 100644
--- a/core/src/tbox/src/tbox/libm/isnanf.c
+++ b/core/src/tbox/src/tbox/libm/isnanf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/isqrti.c b/core/src/tbox/src/tbox/libm/isqrti.c
index f488b6786..7ccce7f2d 100644
--- a/core/src/tbox/src/tbox/libm/isqrti.c
+++ b/core/src/tbox/src/tbox/libm/isqrti.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/isqrti64.c b/core/src/tbox/src/tbox/libm/isqrti64.c
index f8d6f5f4e..f8879eb2f 100644
--- a/core/src/tbox/src/tbox/libm/isqrti64.c
+++ b/core/src/tbox/src/tbox/libm/isqrti64.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/libm.h b/core/src/tbox/src/tbox/libm/libm.h
index 38bcac104..7b0ea2b19 100644
--- a/core/src/tbox/src/tbox/libm/libm.h
+++ b/core/src/tbox/src/tbox/libm/libm.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/log2.c b/core/src/tbox/src/tbox/libm/log2.c
index 4c95be8e3..6c87f7f65 100644
--- a/core/src/tbox/src/tbox/libm/log2.c
+++ b/core/src/tbox/src/tbox/libm/log2.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/log2f.c b/core/src/tbox/src/tbox/libm/log2f.c
index 89102f15b..a6f6fb1fc 100644
--- a/core/src/tbox/src/tbox/libm/log2f.c
+++ b/core/src/tbox/src/tbox/libm/log2f.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/maf.h b/core/src/tbox/src/tbox/libm/maf.h
index 1a8eafa0f..060d18f2d 100644
--- a/core/src/tbox/src/tbox/libm/maf.h
+++ b/core/src/tbox/src/tbox/libm/maf.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/math.h b/core/src/tbox/src/tbox/libm/math.h
index e753a4288..408874853 100644
--- a/core/src/tbox/src/tbox/libm/math.h
+++ b/core/src/tbox/src/tbox/libm/math.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/mif.h b/core/src/tbox/src/tbox/libm/mif.h
index 1aa374bc3..53dbc4628 100644
--- a/core/src/tbox/src/tbox/libm/mif.h
+++ b/core/src/tbox/src/tbox/libm/mif.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/nan.h b/core/src/tbox/src/tbox/libm/nan.h
index b07d4ad8f..67b66514c 100644
--- a/core/src/tbox/src/tbox/libm/nan.h
+++ b/core/src/tbox/src/tbox/libm/nan.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/pi.h b/core/src/tbox/src/tbox/libm/pi.h
index de9799466..9be254698 100644
--- a/core/src/tbox/src/tbox/libm/pi.h
+++ b/core/src/tbox/src/tbox/libm/pi.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/pow.c b/core/src/tbox/src/tbox/libm/pow.c
index ab3e4b26d..d1bdc2aaa 100644
--- a/core/src/tbox/src/tbox/libm/pow.c
+++ b/core/src/tbox/src/tbox/libm/pow.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/powf.c b/core/src/tbox/src/tbox/libm/powf.c
index 4298c3f14..db052737c 100644
--- a/core/src/tbox/src/tbox/libm/powf.c
+++ b/core/src/tbox/src/tbox/libm/powf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/prefix.h b/core/src/tbox/src/tbox/libm/prefix.h
index ccf603062..68b0d132c 100644
--- a/core/src/tbox/src/tbox/libm/prefix.h
+++ b/core/src/tbox/src/tbox/libm/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/round.h b/core/src/tbox/src/tbox/libm/round.h
index f42cd91a9..586fe6b48 100644
--- a/core/src/tbox/src/tbox/libm/round.h
+++ b/core/src/tbox/src/tbox/libm/round.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/sin.c b/core/src/tbox/src/tbox/libm/sin.c
index 774b6507f..d26e9a63c 100644
--- a/core/src/tbox/src/tbox/libm/sin.c
+++ b/core/src/tbox/src/tbox/libm/sin.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/sincos.c b/core/src/tbox/src/tbox/libm/sincos.c
index 6415b11dc..68c3d95c0 100644
--- a/core/src/tbox/src/tbox/libm/sincos.c
+++ b/core/src/tbox/src/tbox/libm/sincos.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/sincosf.c b/core/src/tbox/src/tbox/libm/sincosf.c
index ff8d7ffe9..d19787ff9 100644
--- a/core/src/tbox/src/tbox/libm/sincosf.c
+++ b/core/src/tbox/src/tbox/libm/sincosf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/sinf.c b/core/src/tbox/src/tbox/libm/sinf.c
index 5e89f6f99..d184fa1f0 100644
--- a/core/src/tbox/src/tbox/libm/sinf.c
+++ b/core/src/tbox/src/tbox/libm/sinf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/sqrt.c b/core/src/tbox/src/tbox/libm/sqrt.c
index bb5d95216..0f346251b 100644
--- a/core/src/tbox/src/tbox/libm/sqrt.c
+++ b/core/src/tbox/src/tbox/libm/sqrt.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/sqrtf.c b/core/src/tbox/src/tbox/libm/sqrtf.c
index 592d98bbf..6fcc07b85 100644
--- a/core/src/tbox/src/tbox/libm/sqrtf.c
+++ b/core/src/tbox/src/tbox/libm/sqrtf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/tan.c b/core/src/tbox/src/tbox/libm/tan.c
index 25628fd1e..ad23fda63 100644
--- a/core/src/tbox/src/tbox/libm/tan.c
+++ b/core/src/tbox/src/tbox/libm/tan.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/libm/tanf.c b/core/src/tbox/src/tbox/libm/tanf.c
index 2ad06dac9..b0bd6bd42 100644
--- a/core/src/tbox/src/tbox/libm/tanf.c
+++ b/core/src/tbox/src/tbox/libm/tanf.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/fixed.h b/core/src/tbox/src/tbox/math/fixed.h
index 345c5f869..0bce2ed23 100644
--- a/core/src/tbox/src/tbox/math/fixed.h
+++ b/core/src/tbox/src/tbox/math/fixed.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/fixed16.c b/core/src/tbox/src/tbox/math/fixed16.c
index 0637b4873..8ea99a525 100644
--- a/core/src/tbox/src/tbox/math/fixed16.c
+++ b/core/src/tbox/src/tbox/math/fixed16.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/fixed16.h b/core/src/tbox/src/tbox/math/fixed16.h
index c51b59543..6b41ada15 100644
--- a/core/src/tbox/src/tbox/math/fixed16.h
+++ b/core/src/tbox/src/tbox/math/fixed16.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/fixed30.h b/core/src/tbox/src/tbox/math/fixed30.h
index ecab8d96d..271601710 100644
--- a/core/src/tbox/src/tbox/math/fixed30.h
+++ b/core/src/tbox/src/tbox/math/fixed30.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/fixed6.h b/core/src/tbox/src/tbox/math/fixed6.h
index 567923c16..2a4a230e7 100644
--- a/core/src/tbox/src/tbox/math/fixed6.h
+++ b/core/src/tbox/src/tbox/math/fixed6.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/impl/fixed16_arm.h b/core/src/tbox/src/tbox/math/impl/fixed16_arm.h
index 8568f3aa9..1cad298de 100644
--- a/core/src/tbox/src/tbox/math/impl/fixed16_arm.h
+++ b/core/src/tbox/src/tbox/math/impl/fixed16_arm.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/impl/fixed30_arm.h b/core/src/tbox/src/tbox/math/impl/fixed30_arm.h
index 7d9ba73ca..6842ac160 100644
--- a/core/src/tbox/src/tbox/math/impl/fixed30_arm.h
+++ b/core/src/tbox/src/tbox/math/impl/fixed30_arm.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/impl/impl.h b/core/src/tbox/src/tbox/math/impl/impl.h
index 7e4107c36..f5ba145b9 100644
--- a/core/src/tbox/src/tbox/math/impl/impl.h
+++ b/core/src/tbox/src/tbox/math/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/impl/math.c b/core/src/tbox/src/tbox/math/impl/math.c
index a1e91faed..c964fd2ad 100644
--- a/core/src/tbox/src/tbox/math/impl/math.c
+++ b/core/src/tbox/src/tbox/math/impl/math.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/impl/math.h b/core/src/tbox/src/tbox/math/impl/math.h
index 098b2c3d2..03dd91002 100644
--- a/core/src/tbox/src/tbox/math/impl/math.h
+++ b/core/src/tbox/src/tbox/math/impl/math.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/impl/prefix.h b/core/src/tbox/src/tbox/math/impl/prefix.h
index 7350b9484..f251c7e5e 100644
--- a/core/src/tbox/src/tbox/math/impl/prefix.h
+++ b/core/src/tbox/src/tbox/math/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/int32.c b/core/src/tbox/src/tbox/math/int32.c
index b1eb634f8..62f5cddc8 100644
--- a/core/src/tbox/src/tbox/math/int32.c
+++ b/core/src/tbox/src/tbox/math/int32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/int32.h b/core/src/tbox/src/tbox/math/int32.h
index 8e102dda0..76e3bdbef 100644
--- a/core/src/tbox/src/tbox/math/int32.h
+++ b/core/src/tbox/src/tbox/math/int32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/math.h b/core/src/tbox/src/tbox/math/math.h
index 1e197ab15..030f43eaa 100644
--- a/core/src/tbox/src/tbox/math/math.h
+++ b/core/src/tbox/src/tbox/math/math.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/prefix.h b/core/src/tbox/src/tbox/math/prefix.h
index c56932fa7..a63d71882 100644
--- a/core/src/tbox/src/tbox/math/prefix.h
+++ b/core/src/tbox/src/tbox/math/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/random/linear.c b/core/src/tbox/src/tbox/math/random/linear.c
index 6fd323544..dcf6b7a77 100644
--- a/core/src/tbox/src/tbox/math/random/linear.c
+++ b/core/src/tbox/src/tbox/math/random/linear.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/random/linear.h b/core/src/tbox/src/tbox/math/random/linear.h
index be059c3dc..9db9a5483 100644
--- a/core/src/tbox/src/tbox/math/random/linear.h
+++ b/core/src/tbox/src/tbox/math/random/linear.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/random/prefix.h b/core/src/tbox/src/tbox/math/random/prefix.h
index 29b099648..fc6d0779e 100644
--- a/core/src/tbox/src/tbox/math/random/prefix.h
+++ b/core/src/tbox/src/tbox/math/random/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/random/random.c b/core/src/tbox/src/tbox/math/random/random.c
index a84725c9d..a660ba6ab 100644
--- a/core/src/tbox/src/tbox/math/random/random.c
+++ b/core/src/tbox/src/tbox/math/random/random.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/math/random/random.h b/core/src/tbox/src/tbox/math/random/random.h
index 419a8b9c6..4410877c1 100644
--- a/core/src/tbox/src/tbox/math/random/random.h
+++ b/core/src/tbox/src/tbox/math/random/random.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/allocator.c b/core/src/tbox/src/tbox/memory/allocator.c
index d80a31144..08ec0f79b 100644
--- a/core/src/tbox/src/tbox/memory/allocator.c
+++ b/core/src/tbox/src/tbox/memory/allocator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/allocator.h b/core/src/tbox/src/tbox/memory/allocator.h
index a8b433740..6d6493949 100644
--- a/core/src/tbox/src/tbox/memory/allocator.h
+++ b/core/src/tbox/src/tbox/memory/allocator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/buffer.c b/core/src/tbox/src/tbox/memory/buffer.c
index 10708dba4..bf4b489a6 100644
--- a/core/src/tbox/src/tbox/memory/buffer.c
+++ b/core/src/tbox/src/tbox/memory/buffer.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/buffer.h b/core/src/tbox/src/tbox/memory/buffer.h
index ca478b849..07bb5c3df 100644
--- a/core/src/tbox/src/tbox/memory/buffer.h
+++ b/core/src/tbox/src/tbox/memory/buffer.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/default_allocator.c b/core/src/tbox/src/tbox/memory/default_allocator.c
index 556e14f32..f8076566c 100644
--- a/core/src/tbox/src/tbox/memory/default_allocator.c
+++ b/core/src/tbox/src/tbox/memory/default_allocator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/default_allocator.h b/core/src/tbox/src/tbox/memory/default_allocator.h
index 2b14e8ea2..1f9ac770d 100644
--- a/core/src/tbox/src/tbox/memory/default_allocator.h
+++ b/core/src/tbox/src/tbox/memory/default_allocator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/fixed_pool.c b/core/src/tbox/src/tbox/memory/fixed_pool.c
index d89f51535..c4a5fc785 100644
--- a/core/src/tbox/src/tbox/memory/fixed_pool.c
+++ b/core/src/tbox/src/tbox/memory/fixed_pool.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/fixed_pool.h b/core/src/tbox/src/tbox/memory/fixed_pool.h
index fb04a463f..4a7097bb6 100644
--- a/core/src/tbox/src/tbox/memory/fixed_pool.h
+++ b/core/src/tbox/src/tbox/memory/fixed_pool.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/impl.h b/core/src/tbox/src/tbox/memory/impl/impl.h
index 750dbe4e0..f76459061 100644
--- a/core/src/tbox/src/tbox/memory/impl/impl.h
+++ b/core/src/tbox/src/tbox/memory/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/memory.c b/core/src/tbox/src/tbox/memory/impl/memory.c
index d859fb729..4d35faa31 100644
--- a/core/src/tbox/src/tbox/memory/impl/memory.c
+++ b/core/src/tbox/src/tbox/memory/impl/memory.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/memory.h b/core/src/tbox/src/tbox/memory/impl/memory.h
index 61482fb0b..e2401a7f1 100644
--- a/core/src/tbox/src/tbox/memory/impl/memory.h
+++ b/core/src/tbox/src/tbox/memory/impl/memory.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/native_large_allocator.c b/core/src/tbox/src/tbox/memory/impl/native_large_allocator.c
index a8e23ecb8..7aa89fb2d 100644
--- a/core/src/tbox/src/tbox/memory/impl/native_large_allocator.c
+++ b/core/src/tbox/src/tbox/memory/impl/native_large_allocator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/native_large_allocator.h b/core/src/tbox/src/tbox/memory/impl/native_large_allocator.h
index 2f67f6805..ffa6c1bb3 100644
--- a/core/src/tbox/src/tbox/memory/impl/native_large_allocator.h
+++ b/core/src/tbox/src/tbox/memory/impl/native_large_allocator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/prefix.c b/core/src/tbox/src/tbox/memory/impl/prefix.c
index 549ad6b18..6ae7d47a5 100644
--- a/core/src/tbox/src/tbox/memory/impl/prefix.c
+++ b/core/src/tbox/src/tbox/memory/impl/prefix.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/prefix.h b/core/src/tbox/src/tbox/memory/impl/prefix.h
index cfc4dbd8f..8ab31b3d2 100644
--- a/core/src/tbox/src/tbox/memory/impl/prefix.h
+++ b/core/src/tbox/src/tbox/memory/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/static_fixed_pool.c b/core/src/tbox/src/tbox/memory/impl/static_fixed_pool.c
index a75b95421..a1d996d52 100644
--- a/core/src/tbox/src/tbox/memory/impl/static_fixed_pool.c
+++ b/core/src/tbox/src/tbox/memory/impl/static_fixed_pool.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/static_fixed_pool.h b/core/src/tbox/src/tbox/memory/impl/static_fixed_pool.h
index 335546352..4b2a95968 100644
--- a/core/src/tbox/src/tbox/memory/impl/static_fixed_pool.h
+++ b/core/src/tbox/src/tbox/memory/impl/static_fixed_pool.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/static_large_allocator.c b/core/src/tbox/src/tbox/memory/impl/static_large_allocator.c
index 3e84de935..540ffb752 100644
--- a/core/src/tbox/src/tbox/memory/impl/static_large_allocator.c
+++ b/core/src/tbox/src/tbox/memory/impl/static_large_allocator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/impl/static_large_allocator.h b/core/src/tbox/src/tbox/memory/impl/static_large_allocator.h
index c576e82b2..038c32ca1 100644
--- a/core/src/tbox/src/tbox/memory/impl/static_large_allocator.h
+++ b/core/src/tbox/src/tbox/memory/impl/static_large_allocator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/large_allocator.c b/core/src/tbox/src/tbox/memory/large_allocator.c
index 91f0f5e28..ea17c167a 100644
--- a/core/src/tbox/src/tbox/memory/large_allocator.c
+++ b/core/src/tbox/src/tbox/memory/large_allocator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/large_allocator.h b/core/src/tbox/src/tbox/memory/large_allocator.h
index a8be11400..e244bfee3 100644
--- a/core/src/tbox/src/tbox/memory/large_allocator.h
+++ b/core/src/tbox/src/tbox/memory/large_allocator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/memory.h b/core/src/tbox/src/tbox/memory/memory.h
index 2cf5be91f..60e7cc779 100644
--- a/core/src/tbox/src/tbox/memory/memory.h
+++ b/core/src/tbox/src/tbox/memory/memory.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/native_allocator.c b/core/src/tbox/src/tbox/memory/native_allocator.c
index a79dd830a..b102d0262 100644
--- a/core/src/tbox/src/tbox/memory/native_allocator.c
+++ b/core/src/tbox/src/tbox/memory/native_allocator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/native_allocator.h b/core/src/tbox/src/tbox/memory/native_allocator.h
index 5425ea66f..5d1d38315 100644
--- a/core/src/tbox/src/tbox/memory/native_allocator.h
+++ b/core/src/tbox/src/tbox/memory/native_allocator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/prefix.h b/core/src/tbox/src/tbox/memory/prefix.h
index 58feff23c..a62a4c39e 100644
--- a/core/src/tbox/src/tbox/memory/prefix.h
+++ b/core/src/tbox/src/tbox/memory/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/queue_buffer.c b/core/src/tbox/src/tbox/memory/queue_buffer.c
index 7e7d7d668..493f4194d 100644
--- a/core/src/tbox/src/tbox/memory/queue_buffer.c
+++ b/core/src/tbox/src/tbox/memory/queue_buffer.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/queue_buffer.h b/core/src/tbox/src/tbox/memory/queue_buffer.h
index c79923133..69417132f 100644
--- a/core/src/tbox/src/tbox/memory/queue_buffer.h
+++ b/core/src/tbox/src/tbox/memory/queue_buffer.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/small_allocator.c b/core/src/tbox/src/tbox/memory/small_allocator.c
index 8f50c0308..0ba14066d 100644
--- a/core/src/tbox/src/tbox/memory/small_allocator.c
+++ b/core/src/tbox/src/tbox/memory/small_allocator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/small_allocator.h b/core/src/tbox/src/tbox/memory/small_allocator.h
index 0f753d4bf..5683c006e 100644
--- a/core/src/tbox/src/tbox/memory/small_allocator.h
+++ b/core/src/tbox/src/tbox/memory/small_allocator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/static_allocator.c b/core/src/tbox/src/tbox/memory/static_allocator.c
index dec210fb5..ed3949474 100644
--- a/core/src/tbox/src/tbox/memory/static_allocator.c
+++ b/core/src/tbox/src/tbox/memory/static_allocator.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/static_allocator.h b/core/src/tbox/src/tbox/memory/static_allocator.h
index 0da28d12a..bfea27de3 100644
--- a/core/src/tbox/src/tbox/memory/static_allocator.h
+++ b/core/src/tbox/src/tbox/memory/static_allocator.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/static_buffer.c b/core/src/tbox/src/tbox/memory/static_buffer.c
index f8426f488..3a56a8a4c 100644
--- a/core/src/tbox/src/tbox/memory/static_buffer.c
+++ b/core/src/tbox/src/tbox/memory/static_buffer.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/static_buffer.h b/core/src/tbox/src/tbox/memory/static_buffer.h
index e6ee9cfeb..50f1171e1 100644
--- a/core/src/tbox/src/tbox/memory/static_buffer.h
+++ b/core/src/tbox/src/tbox/memory/static_buffer.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/string_pool.c b/core/src/tbox/src/tbox/memory/string_pool.c
index cca69496d..0bccc3a6e 100644
--- a/core/src/tbox/src/tbox/memory/string_pool.c
+++ b/core/src/tbox/src/tbox/memory/string_pool.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/memory/string_pool.h b/core/src/tbox/src/tbox/memory/string_pool.h
index 55a6be17f..d1c01b767 100644
--- a/core/src/tbox/src/tbox/memory/string_pool.h
+++ b/core/src/tbox/src/tbox/memory/string_pool.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/cookies.c b/core/src/tbox/src/tbox/network/cookies.c
index dc416d650..1eab1f261 100644
--- a/core/src/tbox/src/tbox/network/cookies.c
+++ b/core/src/tbox/src/tbox/network/cookies.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/cookies.h b/core/src/tbox/src/tbox/network/cookies.h
index 7cd69ed47..b5eaa348d 100644
--- a/core/src/tbox/src/tbox/network/cookies.h
+++ b/core/src/tbox/src/tbox/network/cookies.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/dns/cache.c b/core/src/tbox/src/tbox/network/dns/cache.c
index 848c48123..385627bc9 100644
--- a/core/src/tbox/src/tbox/network/dns/cache.c
+++ b/core/src/tbox/src/tbox/network/dns/cache.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/dns/cache.h b/core/src/tbox/src/tbox/network/dns/cache.h
index 37472346c..7c537156d 100644
--- a/core/src/tbox/src/tbox/network/dns/cache.h
+++ b/core/src/tbox/src/tbox/network/dns/cache.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/dns/dns.h b/core/src/tbox/src/tbox/network/dns/dns.h
index c0db853f4..a3c44a391 100644
--- a/core/src/tbox/src/tbox/network/dns/dns.h
+++ b/core/src/tbox/src/tbox/network/dns/dns.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/dns/looker.c b/core/src/tbox/src/tbox/network/dns/looker.c
index a4cfd1874..cd0472d63 100644
--- a/core/src/tbox/src/tbox/network/dns/looker.c
+++ b/core/src/tbox/src/tbox/network/dns/looker.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/dns/looker.h b/core/src/tbox/src/tbox/network/dns/looker.h
index e6e4a8e81..98366b6db 100644
--- a/core/src/tbox/src/tbox/network/dns/looker.h
+++ b/core/src/tbox/src/tbox/network/dns/looker.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/dns/prefix.h b/core/src/tbox/src/tbox/network/dns/prefix.h
index 2d125f0c1..878b0b455 100644
--- a/core/src/tbox/src/tbox/network/dns/prefix.h
+++ b/core/src/tbox/src/tbox/network/dns/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/dns/server.c b/core/src/tbox/src/tbox/network/dns/server.c
index 623d8652b..bfc708088 100644
--- a/core/src/tbox/src/tbox/network/dns/server.c
+++ b/core/src/tbox/src/tbox/network/dns/server.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/dns/server.h b/core/src/tbox/src/tbox/network/dns/server.h
index eb3abb098..f8e70dcab 100644
--- a/core/src/tbox/src/tbox/network/dns/server.h
+++ b/core/src/tbox/src/tbox/network/dns/server.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/http.c b/core/src/tbox/src/tbox/network/http.c
index dd4e38fe2..a84724bcd 100644
--- a/core/src/tbox/src/tbox/network/http.c
+++ b/core/src/tbox/src/tbox/network/http.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/http.h b/core/src/tbox/src/tbox/network/http.h
index f72b89ccc..e9bf72730 100644
--- a/core/src/tbox/src/tbox/network/http.h
+++ b/core/src/tbox/src/tbox/network/http.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/hwaddr.c b/core/src/tbox/src/tbox/network/hwaddr.c
index 92961d6c9..96458b039 100644
--- a/core/src/tbox/src/tbox/network/hwaddr.c
+++ b/core/src/tbox/src/tbox/network/hwaddr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/hwaddr.h b/core/src/tbox/src/tbox/network/hwaddr.h
index 0cd51847d..ef274aa7c 100644
--- a/core/src/tbox/src/tbox/network/hwaddr.h
+++ b/core/src/tbox/src/tbox/network/hwaddr.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/date.c b/core/src/tbox/src/tbox/network/impl/http/date.c
index e2365684a..7900fc562 100644
--- a/core/src/tbox/src/tbox/network/impl/http/date.c
+++ b/core/src/tbox/src/tbox/network/impl/http/date.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/date.h b/core/src/tbox/src/tbox/network/impl/http/date.h
index f4a862974..f22f588a5 100644
--- a/core/src/tbox/src/tbox/network/impl/http/date.h
+++ b/core/src/tbox/src/tbox/network/impl/http/date.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/method.c b/core/src/tbox/src/tbox/network/impl/http/method.c
index 7ebfd2b6b..6467b4755 100644
--- a/core/src/tbox/src/tbox/network/impl/http/method.c
+++ b/core/src/tbox/src/tbox/network/impl/http/method.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/method.h b/core/src/tbox/src/tbox/network/impl/http/method.h
index 3a8c0d376..9f941950d 100644
--- a/core/src/tbox/src/tbox/network/impl/http/method.h
+++ b/core/src/tbox/src/tbox/network/impl/http/method.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/option.c b/core/src/tbox/src/tbox/network/impl/http/option.c
index 8c298c8e9..c5426491a 100644
--- a/core/src/tbox/src/tbox/network/impl/http/option.c
+++ b/core/src/tbox/src/tbox/network/impl/http/option.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/option.h b/core/src/tbox/src/tbox/network/impl/http/option.h
index 77cc5a77d..0c74f9011 100644
--- a/core/src/tbox/src/tbox/network/impl/http/option.h
+++ b/core/src/tbox/src/tbox/network/impl/http/option.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/prefix.h b/core/src/tbox/src/tbox/network/impl/http/prefix.h
index 6a9e5d1fa..3bcf99d23 100644
--- a/core/src/tbox/src/tbox/network/impl/http/prefix.h
+++ b/core/src/tbox/src/tbox/network/impl/http/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/status.c b/core/src/tbox/src/tbox/network/impl/http/status.c
index a8bad766d..9350aa326 100644
--- a/core/src/tbox/src/tbox/network/impl/http/status.c
+++ b/core/src/tbox/src/tbox/network/impl/http/status.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/http/status.h b/core/src/tbox/src/tbox/network/impl/http/status.h
index 6cbcc1416..c52d537bc 100644
--- a/core/src/tbox/src/tbox/network/impl/http/status.h
+++ b/core/src/tbox/src/tbox/network/impl/http/status.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/impl.h b/core/src/tbox/src/tbox/network/impl/impl.h
index 485d36773..be621b089 100644
--- a/core/src/tbox/src/tbox/network/impl/impl.h
+++ b/core/src/tbox/src/tbox/network/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/network.c b/core/src/tbox/src/tbox/network/impl/network.c
index dddf3add0..ac298128b 100644
--- a/core/src/tbox/src/tbox/network/impl/network.c
+++ b/core/src/tbox/src/tbox/network/impl/network.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/network.h b/core/src/tbox/src/tbox/network/impl/network.h
index 4303a77a4..2fd81d72c 100644
--- a/core/src/tbox/src/tbox/network/impl/network.h
+++ b/core/src/tbox/src/tbox/network/impl/network.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/prefix.h b/core/src/tbox/src/tbox/network/impl/prefix.h
index d63d2ba62..bb279afad 100644
--- a/core/src/tbox/src/tbox/network/impl/prefix.h
+++ b/core/src/tbox/src/tbox/network/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/ssl/mbedtls.c b/core/src/tbox/src/tbox/network/impl/ssl/mbedtls.c
index b5fcced35..0b3fb1058 100644
--- a/core/src/tbox/src/tbox/network/impl/ssl/mbedtls.c
+++ b/core/src/tbox/src/tbox/network/impl/ssl/mbedtls.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/ssl/openssl.c b/core/src/tbox/src/tbox/network/impl/ssl/openssl.c
index 9c8745a5b..53a242217 100644
--- a/core/src/tbox/src/tbox/network/impl/ssl/openssl.c
+++ b/core/src/tbox/src/tbox/network/impl/ssl/openssl.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/ssl/polarssl.c b/core/src/tbox/src/tbox/network/impl/ssl/polarssl.c
index 7160f4736..b0f4cd7cc 100644
--- a/core/src/tbox/src/tbox/network/impl/ssl/polarssl.c
+++ b/core/src/tbox/src/tbox/network/impl/ssl/polarssl.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/impl/ssl/prefix.h b/core/src/tbox/src/tbox/network/impl/ssl/prefix.h
index e91b938b5..563db264c 100644
--- a/core/src/tbox/src/tbox/network/impl/ssl/prefix.h
+++ b/core/src/tbox/src/tbox/network/impl/ssl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/ipaddr.c b/core/src/tbox/src/tbox/network/ipaddr.c
index 78c7af167..98f907246 100644
--- a/core/src/tbox/src/tbox/network/ipaddr.c
+++ b/core/src/tbox/src/tbox/network/ipaddr.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/ipaddr.h b/core/src/tbox/src/tbox/network/ipaddr.h
index b7b96ba62..a1f09e97d 100644
--- a/core/src/tbox/src/tbox/network/ipaddr.h
+++ b/core/src/tbox/src/tbox/network/ipaddr.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/ipv4.c b/core/src/tbox/src/tbox/network/ipv4.c
index 97deb9412..03037df8d 100644
--- a/core/src/tbox/src/tbox/network/ipv4.c
+++ b/core/src/tbox/src/tbox/network/ipv4.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/ipv4.h b/core/src/tbox/src/tbox/network/ipv4.h
index 3e45b109e..6c73a4d58 100644
--- a/core/src/tbox/src/tbox/network/ipv4.h
+++ b/core/src/tbox/src/tbox/network/ipv4.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/ipv6.c b/core/src/tbox/src/tbox/network/ipv6.c
index c4165b44d..121fe8548 100644
--- a/core/src/tbox/src/tbox/network/ipv6.c
+++ b/core/src/tbox/src/tbox/network/ipv6.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/ipv6.h b/core/src/tbox/src/tbox/network/ipv6.h
index 90de2fa96..9e785a0de 100644
--- a/core/src/tbox/src/tbox/network/ipv6.h
+++ b/core/src/tbox/src/tbox/network/ipv6.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/network.h b/core/src/tbox/src/tbox/network/network.h
index dbc473b89..0b57db35f 100644
--- a/core/src/tbox/src/tbox/network/network.h
+++ b/core/src/tbox/src/tbox/network/network.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/prefix.h b/core/src/tbox/src/tbox/network/prefix.h
index 1bd1aee91..56316c496 100644
--- a/core/src/tbox/src/tbox/network/prefix.h
+++ b/core/src/tbox/src/tbox/network/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/ssl.h b/core/src/tbox/src/tbox/network/ssl.h
index 8317b7100..b27605e6d 100644
--- a/core/src/tbox/src/tbox/network/ssl.h
+++ b/core/src/tbox/src/tbox/network/ssl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/url.c b/core/src/tbox/src/tbox/network/url.c
index 7d1bf078e..af95ef7ec 100644
--- a/core/src/tbox/src/tbox/network/url.c
+++ b/core/src/tbox/src/tbox/network/url.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/network/url.h b/core/src/tbox/src/tbox/network/url.h
index 92166a8e3..1164825ea 100644
--- a/core/src/tbox/src/tbox/network/url.h
+++ b/core/src/tbox/src/tbox/network/url.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/array.c b/core/src/tbox/src/tbox/object/array.c
index 0bdf8575b..b4801e2d3 100644
--- a/core/src/tbox/src/tbox/object/array.c
+++ b/core/src/tbox/src/tbox/object/array.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/array.h b/core/src/tbox/src/tbox/object/array.h
index f1a4574f7..904c28c85 100644
--- a/core/src/tbox/src/tbox/object/array.h
+++ b/core/src/tbox/src/tbox/object/array.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/boolean.c b/core/src/tbox/src/tbox/object/boolean.c
index c846fd487..810792b71 100644
--- a/core/src/tbox/src/tbox/object/boolean.c
+++ b/core/src/tbox/src/tbox/object/boolean.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/boolean.h b/core/src/tbox/src/tbox/object/boolean.h
index e79980bd7..2025854e5 100644
--- a/core/src/tbox/src/tbox/object/boolean.h
+++ b/core/src/tbox/src/tbox/object/boolean.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/data.c b/core/src/tbox/src/tbox/object/data.c
index 3ecfaa7df..d2d223ceb 100644
--- a/core/src/tbox/src/tbox/object/data.c
+++ b/core/src/tbox/src/tbox/object/data.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/data.h b/core/src/tbox/src/tbox/object/data.h
index a8c0393b9..d7b259f4c 100644
--- a/core/src/tbox/src/tbox/object/data.h
+++ b/core/src/tbox/src/tbox/object/data.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/date.c b/core/src/tbox/src/tbox/object/date.c
index 57d4afca2..d64b52d99 100644
--- a/core/src/tbox/src/tbox/object/date.c
+++ b/core/src/tbox/src/tbox/object/date.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/date.h b/core/src/tbox/src/tbox/object/date.h
index b65338b11..a2927371f 100644
--- a/core/src/tbox/src/tbox/object/date.h
+++ b/core/src/tbox/src/tbox/object/date.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/dictionary.c b/core/src/tbox/src/tbox/object/dictionary.c
index 9dec38995..1d13dc9bd 100644
--- a/core/src/tbox/src/tbox/object/dictionary.c
+++ b/core/src/tbox/src/tbox/object/dictionary.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/dictionary.h b/core/src/tbox/src/tbox/object/dictionary.h
index 714e84ded..5a2ed2c30 100644
--- a/core/src/tbox/src/tbox/object/dictionary.h
+++ b/core/src/tbox/src/tbox/object/dictionary.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/impl.h b/core/src/tbox/src/tbox/object/impl/impl.h
index e1f998c1d..7c3afadad 100644
--- a/core/src/tbox/src/tbox/object/impl/impl.h
+++ b/core/src/tbox/src/tbox/object/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/object.c b/core/src/tbox/src/tbox/object/impl/object.c
index 5e65d18c2..dac4abf29 100644
--- a/core/src/tbox/src/tbox/object/impl/object.c
+++ b/core/src/tbox/src/tbox/object/impl/object.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/object.h b/core/src/tbox/src/tbox/object/impl/object.h
index 08c8a1e22..97d721a81 100644
--- a/core/src/tbox/src/tbox/object/impl/object.h
+++ b/core/src/tbox/src/tbox/object/impl/object.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/prefix.h b/core/src/tbox/src/tbox/object/impl/prefix.h
index b103d23d6..81ffdd063 100644
--- a/core/src/tbox/src/tbox/object/impl/prefix.h
+++ b/core/src/tbox/src/tbox/object/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/bin.c b/core/src/tbox/src/tbox/object/impl/reader/bin.c
index f7f98c9b1..2028c5998 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/bin.c
+++ b/core/src/tbox/src/tbox/object/impl/reader/bin.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/bin.h b/core/src/tbox/src/tbox/object/impl/reader/bin.h
index 433b10f4e..f245fe9c0 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/bin.h
+++ b/core/src/tbox/src/tbox/object/impl/reader/bin.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/bplist.c b/core/src/tbox/src/tbox/object/impl/reader/bplist.c
index c57a164f3..f312699d4 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/bplist.c
+++ b/core/src/tbox/src/tbox/object/impl/reader/bplist.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/bplist.h b/core/src/tbox/src/tbox/object/impl/reader/bplist.h
index 6a2735525..7b4837068 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/bplist.h
+++ b/core/src/tbox/src/tbox/object/impl/reader/bplist.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/json.c b/core/src/tbox/src/tbox/object/impl/reader/json.c
index 7ab7489ed..23fd7c58d 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/json.c
+++ b/core/src/tbox/src/tbox/object/impl/reader/json.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/json.h b/core/src/tbox/src/tbox/object/impl/reader/json.h
index 75d436392..d8351afed 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/json.h
+++ b/core/src/tbox/src/tbox/object/impl/reader/json.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/prefix.h b/core/src/tbox/src/tbox/object/impl/reader/prefix.h
index 9e4f5030a..fd821a512 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/prefix.h
+++ b/core/src/tbox/src/tbox/object/impl/reader/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/reader.c b/core/src/tbox/src/tbox/object/impl/reader/reader.c
index 2e530ec27..7274adc06 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/reader.c
+++ b/core/src/tbox/src/tbox/object/impl/reader/reader.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/reader.h b/core/src/tbox/src/tbox/object/impl/reader/reader.h
index c7f6d5e26..2027cdcd5 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/reader.h
+++ b/core/src/tbox/src/tbox/object/impl/reader/reader.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/xml.c b/core/src/tbox/src/tbox/object/impl/reader/xml.c
index afd944a0a..32ae5e1d8 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/xml.c
+++ b/core/src/tbox/src/tbox/object/impl/reader/xml.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/xml.h b/core/src/tbox/src/tbox/object/impl/reader/xml.h
index fb2cefaea..cb905b674 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/xml.h
+++ b/core/src/tbox/src/tbox/object/impl/reader/xml.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/xplist.c b/core/src/tbox/src/tbox/object/impl/reader/xplist.c
index 1a7230b47..049cb9cc5 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/xplist.c
+++ b/core/src/tbox/src/tbox/object/impl/reader/xplist.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/reader/xplist.h b/core/src/tbox/src/tbox/object/impl/reader/xplist.h
index 4e100cf7b..fa0d7013f 100644
--- a/core/src/tbox/src/tbox/object/impl/reader/xplist.h
+++ b/core/src/tbox/src/tbox/object/impl/reader/xplist.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/bin.c b/core/src/tbox/src/tbox/object/impl/writer/bin.c
index d819f1095..8703f45fc 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/bin.c
+++ b/core/src/tbox/src/tbox/object/impl/writer/bin.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/bin.h b/core/src/tbox/src/tbox/object/impl/writer/bin.h
index 6591ade43..50f80e3fa 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/bin.h
+++ b/core/src/tbox/src/tbox/object/impl/writer/bin.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/bplist.c b/core/src/tbox/src/tbox/object/impl/writer/bplist.c
index 9ddf3bee0..14c5bed7d 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/bplist.c
+++ b/core/src/tbox/src/tbox/object/impl/writer/bplist.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/bplist.h b/core/src/tbox/src/tbox/object/impl/writer/bplist.h
index 964dce1e0..d190b2e4e 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/bplist.h
+++ b/core/src/tbox/src/tbox/object/impl/writer/bplist.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/json.c b/core/src/tbox/src/tbox/object/impl/writer/json.c
index 15996cfb3..15cefb92b 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/json.c
+++ b/core/src/tbox/src/tbox/object/impl/writer/json.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/json.h b/core/src/tbox/src/tbox/object/impl/writer/json.h
index 5f280c4ad..881ae7cb9 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/json.h
+++ b/core/src/tbox/src/tbox/object/impl/writer/json.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/prefix.h b/core/src/tbox/src/tbox/object/impl/writer/prefix.h
index 82d3fe377..02168b7ba 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/prefix.h
+++ b/core/src/tbox/src/tbox/object/impl/writer/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/writer.c b/core/src/tbox/src/tbox/object/impl/writer/writer.c
index 1b180325b..d4a7ec5b0 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/writer.c
+++ b/core/src/tbox/src/tbox/object/impl/writer/writer.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/writer.h b/core/src/tbox/src/tbox/object/impl/writer/writer.h
index c0ab46723..f0a7ae510 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/writer.h
+++ b/core/src/tbox/src/tbox/object/impl/writer/writer.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/xml.c b/core/src/tbox/src/tbox/object/impl/writer/xml.c
index 6dcfa1c5b..4305cdd71 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/xml.c
+++ b/core/src/tbox/src/tbox/object/impl/writer/xml.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/xml.h b/core/src/tbox/src/tbox/object/impl/writer/xml.h
index 98d2ba8c6..01233ac14 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/xml.h
+++ b/core/src/tbox/src/tbox/object/impl/writer/xml.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/xplist.c b/core/src/tbox/src/tbox/object/impl/writer/xplist.c
index f05fe587b..7a0038e2c 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/xplist.c
+++ b/core/src/tbox/src/tbox/object/impl/writer/xplist.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/impl/writer/xplist.h b/core/src/tbox/src/tbox/object/impl/writer/xplist.h
index 41cdffdd7..772d0fb00 100644
--- a/core/src/tbox/src/tbox/object/impl/writer/xplist.h
+++ b/core/src/tbox/src/tbox/object/impl/writer/xplist.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/null.c b/core/src/tbox/src/tbox/object/null.c
index 9efd5652b..2c133ef35 100644
--- a/core/src/tbox/src/tbox/object/null.c
+++ b/core/src/tbox/src/tbox/object/null.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/null.h b/core/src/tbox/src/tbox/object/null.h
index 9edbe1cd7..b8d9a53bc 100644
--- a/core/src/tbox/src/tbox/object/null.h
+++ b/core/src/tbox/src/tbox/object/null.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/number.c b/core/src/tbox/src/tbox/object/number.c
index 302d1c973..763377fff 100644
--- a/core/src/tbox/src/tbox/object/number.c
+++ b/core/src/tbox/src/tbox/object/number.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/number.h b/core/src/tbox/src/tbox/object/number.h
index 15bdce7e1..d98807851 100644
--- a/core/src/tbox/src/tbox/object/number.h
+++ b/core/src/tbox/src/tbox/object/number.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/object.c b/core/src/tbox/src/tbox/object/object.c
index 9c35d0931..b641e3239 100644
--- a/core/src/tbox/src/tbox/object/object.c
+++ b/core/src/tbox/src/tbox/object/object.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/object.h b/core/src/tbox/src/tbox/object/object.h
index bc10a40bd..a9e10b1ec 100644
--- a/core/src/tbox/src/tbox/object/object.h
+++ b/core/src/tbox/src/tbox/object/object.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/prefix.h b/core/src/tbox/src/tbox/object/prefix.h
index ea8beb979..0e3610b20 100644
--- a/core/src/tbox/src/tbox/object/prefix.h
+++ b/core/src/tbox/src/tbox/object/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/string.c b/core/src/tbox/src/tbox/object/string.c
index adb50c4a2..1719d80b9 100644
--- a/core/src/tbox/src/tbox/object/string.c
+++ b/core/src/tbox/src/tbox/object/string.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/object/string.h b/core/src/tbox/src/tbox/object/string.h
index 0f39493c4..3f6ccba9c 100644
--- a/core/src/tbox/src/tbox/object/string.h
+++ b/core/src/tbox/src/tbox/object/string.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/addrinfo.c b/core/src/tbox/src/tbox/platform/addrinfo.c
index 424f6002c..64f21235e 100644
--- a/core/src/tbox/src/tbox/platform/addrinfo.c
+++ b/core/src/tbox/src/tbox/platform/addrinfo.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/addrinfo.h b/core/src/tbox/src/tbox/platform/addrinfo.h
index 19bbf661e..6a32fee09 100644
--- a/core/src/tbox/src/tbox/platform/addrinfo.h
+++ b/core/src/tbox/src/tbox/platform/addrinfo.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/android/android.c b/core/src/tbox/src/tbox/platform/android/android.c
index e7e316c8b..60206f3ec 100644
--- a/core/src/tbox/src/tbox/platform/android/android.c
+++ b/core/src/tbox/src/tbox/platform/android/android.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/android/android.h b/core/src/tbox/src/tbox/platform/android/android.h
index c7dad652b..53905faf2 100644
--- a/core/src/tbox/src/tbox/platform/android/android.h
+++ b/core/src/tbox/src/tbox/platform/android/android.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/android/backtrace.c b/core/src/tbox/src/tbox/platform/android/backtrace.c
index 0699eda8a..505c6098e 100644
--- a/core/src/tbox/src/tbox/platform/android/backtrace.c
+++ b/core/src/tbox/src/tbox/platform/android/backtrace.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/android/directory.c b/core/src/tbox/src/tbox/platform/android/directory.c
index ef56a18ec..81c30000b 100644
--- a/core/src/tbox/src/tbox/platform/android/directory.c
+++ b/core/src/tbox/src/tbox/platform/android/directory.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/android/dns.c b/core/src/tbox/src/tbox/platform/android/dns.c
index d7c6e47e1..5d228c570 100644
--- a/core/src/tbox/src/tbox/platform/android/dns.c
+++ b/core/src/tbox/src/tbox/platform/android/dns.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/android/prefix.h b/core/src/tbox/src/tbox/platform/android/prefix.h
index d9b3956aa..ea2799231 100644
--- a/core/src/tbox/src/tbox/platform/android/prefix.h
+++ b/core/src/tbox/src/tbox/platform/android/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/android/print.c b/core/src/tbox/src/tbox/platform/android/print.c
index b0cb1ef34..62f5bef65 100644
--- a/core/src/tbox/src/tbox/platform/android/print.c
+++ b/core/src/tbox/src/tbox/platform/android/print.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/arm/frame.h b/core/src/tbox/src/tbox/platform/arch/arm/frame.h
index 9812834fa..5672a0027 100644
--- a/core/src/tbox/src/tbox/platform/arch/arm/frame.h
+++ b/core/src/tbox/src/tbox/platform/arch/arm/frame.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/arm/prefix.h b/core/src/tbox/src/tbox/platform/arch/arm/prefix.h
index 591cb18fd..1a8e9d469 100644
--- a/core/src/tbox/src/tbox/platform/arch/arm/prefix.h
+++ b/core/src/tbox/src/tbox/platform/arch/arm/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/arm64/prefix.h b/core/src/tbox/src/tbox/platform/arch/arm64/prefix.h
index 52caa82a0..963c1077f 100644
--- a/core/src/tbox/src/tbox/platform/arch/arm64/prefix.h
+++ b/core/src/tbox/src/tbox/platform/arch/arm64/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/atomic.h b/core/src/tbox/src/tbox/platform/arch/atomic.h
index c1323b506..db1176a49 100644
--- a/core/src/tbox/src/tbox/platform/arch/atomic.h
+++ b/core/src/tbox/src/tbox/platform/arch/atomic.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/barrier.h b/core/src/tbox/src/tbox/platform/arch/barrier.h
index c2f14115f..25b176ff1 100644
--- a/core/src/tbox/src/tbox/platform/arch/barrier.h
+++ b/core/src/tbox/src/tbox/platform/arch/barrier.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/context.S b/core/src/tbox/src/tbox/platform/arch/context.S
index b6c2c5d27..3d0baef59 100644
--- a/core/src/tbox/src/tbox/platform/arch/context.S
+++ b/core/src/tbox/src/tbox/platform/arch/context.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/frame.h b/core/src/tbox/src/tbox/platform/arch/frame.h
index fa778c32a..e6dc7eaff 100644
--- a/core/src/tbox/src/tbox/platform/arch/frame.h
+++ b/core/src/tbox/src/tbox/platform/arch/frame.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/mips/prefix.h b/core/src/tbox/src/tbox/platform/arch/mips/prefix.h
index 23f7356b8..a2ae69986 100644
--- a/core/src/tbox/src/tbox/platform/arch/mips/prefix.h
+++ b/core/src/tbox/src/tbox/platform/arch/mips/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/prefix.h b/core/src/tbox/src/tbox/platform/arch/prefix.h
index 52c11e7aa..86b851c26 100644
--- a/core/src/tbox/src/tbox/platform/arch/prefix.h
+++ b/core/src/tbox/src/tbox/platform/arch/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/x64/atomic.h b/core/src/tbox/src/tbox/platform/arch/x64/atomic.h
index 1f742820a..9282db7da 100644
--- a/core/src/tbox/src/tbox/platform/arch/x64/atomic.h
+++ b/core/src/tbox/src/tbox/platform/arch/x64/atomic.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/x64/barrier.h b/core/src/tbox/src/tbox/platform/arch/x64/barrier.h
index e67b10963..fa1ee9b3c 100644
--- a/core/src/tbox/src/tbox/platform/arch/x64/barrier.h
+++ b/core/src/tbox/src/tbox/platform/arch/x64/barrier.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/x64/frame.h b/core/src/tbox/src/tbox/platform/arch/x64/frame.h
index f17e3bfc1..2081b1574 100644
--- a/core/src/tbox/src/tbox/platform/arch/x64/frame.h
+++ b/core/src/tbox/src/tbox/platform/arch/x64/frame.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/x64/prefix.h b/core/src/tbox/src/tbox/platform/arch/x64/prefix.h
index 5751d42fd..8a952e85d 100644
--- a/core/src/tbox/src/tbox/platform/arch/x64/prefix.h
+++ b/core/src/tbox/src/tbox/platform/arch/x64/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/x86/atomic.h b/core/src/tbox/src/tbox/platform/arch/x86/atomic.h
index 2ac0b9df7..d6a3486d0 100644
--- a/core/src/tbox/src/tbox/platform/arch/x86/atomic.h
+++ b/core/src/tbox/src/tbox/platform/arch/x86/atomic.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/x86/barrier.h b/core/src/tbox/src/tbox/platform/arch/x86/barrier.h
index 141a440f7..4ddd727dd 100644
--- a/core/src/tbox/src/tbox/platform/arch/x86/barrier.h
+++ b/core/src/tbox/src/tbox/platform/arch/x86/barrier.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/x86/frame.h b/core/src/tbox/src/tbox/platform/arch/x86/frame.h
index d0893d35f..98886e8cb 100644
--- a/core/src/tbox/src/tbox/platform/arch/x86/frame.h
+++ b/core/src/tbox/src/tbox/platform/arch/x86/frame.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/arch/x86/prefix.h b/core/src/tbox/src/tbox/platform/arch/x86/prefix.h
index 42c7ae33f..9d22d0e43 100644
--- a/core/src/tbox/src/tbox/platform/arch/x86/prefix.h
+++ b/core/src/tbox/src/tbox/platform/arch/x86/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/atomic.h b/core/src/tbox/src/tbox/platform/atomic.h
index 8af240280..5c8aff3f5 100644
--- a/core/src/tbox/src/tbox/platform/atomic.h
+++ b/core/src/tbox/src/tbox/platform/atomic.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/atomic64.c b/core/src/tbox/src/tbox/platform/atomic64.c
index f6830ba27..21962654d 100644
--- a/core/src/tbox/src/tbox/platform/atomic64.c
+++ b/core/src/tbox/src/tbox/platform/atomic64.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/atomic64.h b/core/src/tbox/src/tbox/platform/atomic64.h
index 2a581a14d..d5cd2336d 100644
--- a/core/src/tbox/src/tbox/platform/atomic64.h
+++ b/core/src/tbox/src/tbox/platform/atomic64.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/backtrace.c b/core/src/tbox/src/tbox/platform/backtrace.c
index 2a4565c7b..b792f01b7 100644
--- a/core/src/tbox/src/tbox/platform/backtrace.c
+++ b/core/src/tbox/src/tbox/platform/backtrace.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/backtrace.h b/core/src/tbox/src/tbox/platform/backtrace.h
index 99d3a39de..482f4ebf2 100644
--- a/core/src/tbox/src/tbox/platform/backtrace.h
+++ b/core/src/tbox/src/tbox/platform/backtrace.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/barrier.h b/core/src/tbox/src/tbox/platform/barrier.h
index 321f13e69..81f3534fc 100644
--- a/core/src/tbox/src/tbox/platform/barrier.h
+++ b/core/src/tbox/src/tbox/platform/barrier.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/cache_time.c b/core/src/tbox/src/tbox/platform/cache_time.c
index 58aec2350..8672ce00a 100644
--- a/core/src/tbox/src/tbox/platform/cache_time.c
+++ b/core/src/tbox/src/tbox/platform/cache_time.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/cache_time.h b/core/src/tbox/src/tbox/platform/cache_time.h
index 8c63b0ada..9e30c6e86 100644
--- a/core/src/tbox/src/tbox/platform/cache_time.h
+++ b/core/src/tbox/src/tbox/platform/cache_time.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/compiler/gcc/atomic.h b/core/src/tbox/src/tbox/platform/compiler/gcc/atomic.h
index df14be328..6b7824ae9 100644
--- a/core/src/tbox/src/tbox/platform/compiler/gcc/atomic.h
+++ b/core/src/tbox/src/tbox/platform/compiler/gcc/atomic.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/compiler/gcc/atomic64.h b/core/src/tbox/src/tbox/platform/compiler/gcc/atomic64.h
index f5db47e1b..7e8b88c64 100644
--- a/core/src/tbox/src/tbox/platform/compiler/gcc/atomic64.h
+++ b/core/src/tbox/src/tbox/platform/compiler/gcc/atomic64.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/compiler/gcc/barrier.h b/core/src/tbox/src/tbox/platform/compiler/gcc/barrier.h
index 67b3ec943..d27efb796 100644
--- a/core/src/tbox/src/tbox/platform/compiler/gcc/barrier.h
+++ b/core/src/tbox/src/tbox/platform/compiler/gcc/barrier.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/compiler/gcc/prefix.h b/core/src/tbox/src/tbox/platform/compiler/gcc/prefix.h
index e08305427..3ce57ad28 100644
--- a/core/src/tbox/src/tbox/platform/compiler/gcc/prefix.h
+++ b/core/src/tbox/src/tbox/platform/compiler/gcc/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/compiler/prefix.h b/core/src/tbox/src/tbox/platform/compiler/prefix.h
index 7f1a0bda6..9645ddbf6 100644
--- a/core/src/tbox/src/tbox/platform/compiler/prefix.h
+++ b/core/src/tbox/src/tbox/platform/compiler/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/context.c b/core/src/tbox/src/tbox/platform/context.c
index 932b37cd7..23c560338 100644
--- a/core/src/tbox/src/tbox/platform/context.c
+++ b/core/src/tbox/src/tbox/platform/context.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/context.h b/core/src/tbox/src/tbox/platform/context.h
index 65e9ad4f7..91bceb09d 100644
--- a/core/src/tbox/src/tbox/platform/context.h
+++ b/core/src/tbox/src/tbox/platform/context.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/directory.c b/core/src/tbox/src/tbox/platform/directory.c
index 9537ce3f6..1d669c6f4 100644
--- a/core/src/tbox/src/tbox/platform/directory.c
+++ b/core/src/tbox/src/tbox/platform/directory.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/directory.h b/core/src/tbox/src/tbox/platform/directory.h
index e805b5dfd..8ff061e2f 100644
--- a/core/src/tbox/src/tbox/platform/directory.h
+++ b/core/src/tbox/src/tbox/platform/directory.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/dynamic.c b/core/src/tbox/src/tbox/platform/dynamic.c
index 75d2e3224..4b8e91223 100644
--- a/core/src/tbox/src/tbox/platform/dynamic.c
+++ b/core/src/tbox/src/tbox/platform/dynamic.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/dynamic.h b/core/src/tbox/src/tbox/platform/dynamic.h
index 30e372153..12ee7310c 100644
--- a/core/src/tbox/src/tbox/platform/dynamic.h
+++ b/core/src/tbox/src/tbox/platform/dynamic.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/environment.c b/core/src/tbox/src/tbox/platform/environment.c
index 704a48848..70125ebab 100644
--- a/core/src/tbox/src/tbox/platform/environment.c
+++ b/core/src/tbox/src/tbox/platform/environment.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/environment.h b/core/src/tbox/src/tbox/platform/environment.h
index c728fb516..af930fae0 100644
--- a/core/src/tbox/src/tbox/platform/environment.h
+++ b/core/src/tbox/src/tbox/platform/environment.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/event.c b/core/src/tbox/src/tbox/platform/event.c
index 3bf61ee61..03345142a 100644
--- a/core/src/tbox/src/tbox/platform/event.c
+++ b/core/src/tbox/src/tbox/platform/event.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/event.h b/core/src/tbox/src/tbox/platform/event.h
index 853129c6a..61c80347d 100644
--- a/core/src/tbox/src/tbox/platform/event.h
+++ b/core/src/tbox/src/tbox/platform/event.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/exception.c b/core/src/tbox/src/tbox/platform/exception.c
index 2722ea294..3600dfd3f 100644
--- a/core/src/tbox/src/tbox/platform/exception.c
+++ b/core/src/tbox/src/tbox/platform/exception.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/exception.h b/core/src/tbox/src/tbox/platform/exception.h
index f3352faad..0e3a80932 100644
--- a/core/src/tbox/src/tbox/platform/exception.h
+++ b/core/src/tbox/src/tbox/platform/exception.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/file.c b/core/src/tbox/src/tbox/platform/file.c
index 886ef55ca..27421a61e 100644
--- a/core/src/tbox/src/tbox/platform/file.c
+++ b/core/src/tbox/src/tbox/platform/file.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/file.h b/core/src/tbox/src/tbox/platform/file.h
index 2467dede6..5ad70c179 100644
--- a/core/src/tbox/src/tbox/platform/file.h
+++ b/core/src/tbox/src/tbox/platform/file.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/hostname.c b/core/src/tbox/src/tbox/platform/hostname.c
index 02a52c036..029fb144e 100644
--- a/core/src/tbox/src/tbox/platform/hostname.c
+++ b/core/src/tbox/src/tbox/platform/hostname.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/hostname.h b/core/src/tbox/src/tbox/platform/hostname.h
index 1258ea9a2..2fff45e39 100644
--- a/core/src/tbox/src/tbox/platform/hostname.h
+++ b/core/src/tbox/src/tbox/platform/hostname.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/ifaddrs.c b/core/src/tbox/src/tbox/platform/ifaddrs.c
index 0483be782..251b94293 100644
--- a/core/src/tbox/src/tbox/platform/ifaddrs.c
+++ b/core/src/tbox/src/tbox/platform/ifaddrs.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/ifaddrs.h b/core/src/tbox/src/tbox/platform/ifaddrs.h
index c6243285e..ca8686610 100644
--- a/core/src/tbox/src/tbox/platform/ifaddrs.h
+++ b/core/src/tbox/src/tbox/platform/ifaddrs.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/dns.c b/core/src/tbox/src/tbox/platform/impl/dns.c
index 25c976f53..bc8ae80a3 100644
--- a/core/src/tbox/src/tbox/platform/impl/dns.c
+++ b/core/src/tbox/src/tbox/platform/impl/dns.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/dns.h b/core/src/tbox/src/tbox/platform/impl/dns.h
index ce1acdaa8..32275979a 100644
--- a/core/src/tbox/src/tbox/platform/impl/dns.h
+++ b/core/src/tbox/src/tbox/platform/impl/dns.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/exception.h b/core/src/tbox/src/tbox/platform/impl/exception.h
index 0d644d949..b24e1b399 100644
--- a/core/src/tbox/src/tbox/platform/impl/exception.h
+++ b/core/src/tbox/src/tbox/platform/impl/exception.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/impl.h b/core/src/tbox/src/tbox/platform/impl/impl.h
index 90b8da63b..f5b6b07b6 100644
--- a/core/src/tbox/src/tbox/platform/impl/impl.h
+++ b/core/src/tbox/src/tbox/platform/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/platform.c b/core/src/tbox/src/tbox/platform/impl/platform.c
index 6ee70a35e..714dbfca6 100644
--- a/core/src/tbox/src/tbox/platform/impl/platform.c
+++ b/core/src/tbox/src/tbox/platform/impl/platform.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/platform.h b/core/src/tbox/src/tbox/platform/impl/platform.h
index 47b2b02d0..ed6ac407e 100644
--- a/core/src/tbox/src/tbox/platform/impl/platform.h
+++ b/core/src/tbox/src/tbox/platform/impl/platform.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/prefix.h b/core/src/tbox/src/tbox/platform/impl/prefix.h
index 34a6df13e..71342b5b9 100644
--- a/core/src/tbox/src/tbox/platform/impl/prefix.h
+++ b/core/src/tbox/src/tbox/platform/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/sockdata.c b/core/src/tbox/src/tbox/platform/impl/sockdata.c
index e2981483d..9ceff77f4 100644
--- a/core/src/tbox/src/tbox/platform/impl/sockdata.c
+++ b/core/src/tbox/src/tbox/platform/impl/sockdata.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/sockdata.h b/core/src/tbox/src/tbox/platform/impl/sockdata.h
index c0b070f36..d78a2f4e1 100644
--- a/core/src/tbox/src/tbox/platform/impl/sockdata.h
+++ b/core/src/tbox/src/tbox/platform/impl/sockdata.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/socket.h b/core/src/tbox/src/tbox/platform/impl/socket.h
index 345216602..ba3480c82 100644
--- a/core/src/tbox/src/tbox/platform/impl/socket.h
+++ b/core/src/tbox/src/tbox/platform/impl/socket.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/impl/thread_local.h b/core/src/tbox/src/tbox/platform/impl/thread_local.h
index 8384219ff..8622334ae 100644
--- a/core/src/tbox/src/tbox/platform/impl/thread_local.h
+++ b/core/src/tbox/src/tbox/platform/impl/thread_local.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/backtrace.c b/core/src/tbox/src/tbox/platform/libc/backtrace.c
index 66d27044b..de8e23b4c 100644
--- a/core/src/tbox/src/tbox/platform/libc/backtrace.c
+++ b/core/src/tbox/src/tbox/platform/libc/backtrace.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/environment.c b/core/src/tbox/src/tbox/platform/libc/environment.c
index c753b0f77..c028f7fdd 100644
--- a/core/src/tbox/src/tbox/platform/libc/environment.c
+++ b/core/src/tbox/src/tbox/platform/libc/environment.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/exception.c b/core/src/tbox/src/tbox/platform/libc/exception.c
index 3d3c1f47d..8cf3eebee 100644
--- a/core/src/tbox/src/tbox/platform/libc/exception.c
+++ b/core/src/tbox/src/tbox/platform/libc/exception.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/exception.h b/core/src/tbox/src/tbox/platform/libc/exception.h
index e7a1ed49c..4a9d3b837 100644
--- a/core/src/tbox/src/tbox/platform/libc/exception.h
+++ b/core/src/tbox/src/tbox/platform/libc/exception.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/memory.c b/core/src/tbox/src/tbox/platform/libc/memory.c
index 7d1a28153..5d8393127 100644
--- a/core/src/tbox/src/tbox/platform/libc/memory.c
+++ b/core/src/tbox/src/tbox/platform/libc/memory.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/prefix.h b/core/src/tbox/src/tbox/platform/libc/prefix.h
index 580db7268..e3f2129ee 100644
--- a/core/src/tbox/src/tbox/platform/libc/prefix.h
+++ b/core/src/tbox/src/tbox/platform/libc/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/print.c b/core/src/tbox/src/tbox/platform/libc/print.c
index b7b0bb617..6545f5411 100644
--- a/core/src/tbox/src/tbox/platform/libc/print.c
+++ b/core/src/tbox/src/tbox/platform/libc/print.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/random.c b/core/src/tbox/src/tbox/platform/libc/random.c
index 19b0f9021..6c12c454c 100644
--- a/core/src/tbox/src/tbox/platform/libc/random.c
+++ b/core/src/tbox/src/tbox/platform/libc/random.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/libc/syserror.c b/core/src/tbox/src/tbox/platform/libc/syserror.c
index 4350b487b..0ecc81e6a 100644
--- a/core/src/tbox/src/tbox/platform/libc/syserror.c
+++ b/core/src/tbox/src/tbox/platform/libc/syserror.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/linux/ifaddrs.c b/core/src/tbox/src/tbox/platform/linux/ifaddrs.c
index eb67d2646..640bf703f 100644
--- a/core/src/tbox/src/tbox/platform/linux/ifaddrs.c
+++ b/core/src/tbox/src/tbox/platform/linux/ifaddrs.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/linux/ifaddrs2.c b/core/src/tbox/src/tbox/platform/linux/ifaddrs2.c
index d28efccc6..2239ade16 100644
--- a/core/src/tbox/src/tbox/platform/linux/ifaddrs2.c
+++ b/core/src/tbox/src/tbox/platform/linux/ifaddrs2.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/linux/poller_epoll.c b/core/src/tbox/src/tbox/platform/linux/poller_epoll.c
index 57f9decec..86aa912d0 100644
--- a/core/src/tbox/src/tbox/platform/linux/poller_epoll.c
+++ b/core/src/tbox/src/tbox/platform/linux/poller_epoll.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/linux/prefix.h b/core/src/tbox/src/tbox/platform/linux/prefix.h
index fd7ec0f83..4e693d1d1 100644
--- a/core/src/tbox/src/tbox/platform/linux/prefix.h
+++ b/core/src/tbox/src/tbox/platform/linux/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/ltimer.c b/core/src/tbox/src/tbox/platform/ltimer.c
index c8451f1c7..f8b26da8e 100644
--- a/core/src/tbox/src/tbox/platform/ltimer.c
+++ b/core/src/tbox/src/tbox/platform/ltimer.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/ltimer.h b/core/src/tbox/src/tbox/platform/ltimer.h
index e87382a98..2c728a9cb 100644
--- a/core/src/tbox/src/tbox/platform/ltimer.h
+++ b/core/src/tbox/src/tbox/platform/ltimer.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mach/barrier.h b/core/src/tbox/src/tbox/platform/mach/barrier.h
index 2944dc072..33f472fc9 100644
--- a/core/src/tbox/src/tbox/platform/mach/barrier.h
+++ b/core/src/tbox/src/tbox/platform/mach/barrier.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mach/dns.c b/core/src/tbox/src/tbox/platform/mach/dns.c
index 7401141b0..7b4ca02d7 100644
--- a/core/src/tbox/src/tbox/platform/mach/dns.c
+++ b/core/src/tbox/src/tbox/platform/mach/dns.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mach/ios/directory.m b/core/src/tbox/src/tbox/platform/mach/ios/directory.m
index 34667fe64..3dbf9c722 100644
--- a/core/src/tbox/src/tbox/platform/mach/ios/directory.m
+++ b/core/src/tbox/src/tbox/platform/mach/ios/directory.m
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mach/ios/prefix.h b/core/src/tbox/src/tbox/platform/mach/ios/prefix.h
index 4db9f253b..dd4283485 100644
--- a/core/src/tbox/src/tbox/platform/mach/ios/prefix.h
+++ b/core/src/tbox/src/tbox/platform/mach/ios/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mach/ios/print.c b/core/src/tbox/src/tbox/platform/mach/ios/print.c
index 06236f2de..92162e922 100644
--- a/core/src/tbox/src/tbox/platform/mach/ios/print.c
+++ b/core/src/tbox/src/tbox/platform/mach/ios/print.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mach/poller_kqueue.c b/core/src/tbox/src/tbox/platform/mach/poller_kqueue.c
index 424b0eaba..557aaceec 100644
--- a/core/src/tbox/src/tbox/platform/mach/poller_kqueue.c
+++ b/core/src/tbox/src/tbox/platform/mach/poller_kqueue.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mach/prefix.h b/core/src/tbox/src/tbox/platform/mach/prefix.h
index e64375743..ee97dff7c 100644
--- a/core/src/tbox/src/tbox/platform/mach/prefix.h
+++ b/core/src/tbox/src/tbox/platform/mach/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mach/semaphore.c b/core/src/tbox/src/tbox/platform/mach/semaphore.c
index 8a559f31a..b088c9f8f 100644
--- a/core/src/tbox/src/tbox/platform/mach/semaphore.c
+++ b/core/src/tbox/src/tbox/platform/mach/semaphore.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/memory.c b/core/src/tbox/src/tbox/platform/memory.c
index e52065793..cc871862f 100644
--- a/core/src/tbox/src/tbox/platform/memory.c
+++ b/core/src/tbox/src/tbox/platform/memory.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/memory.h b/core/src/tbox/src/tbox/platform/memory.h
index 956fa7b13..cb8f41079 100644
--- a/core/src/tbox/src/tbox/platform/memory.h
+++ b/core/src/tbox/src/tbox/platform/memory.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mutex.c b/core/src/tbox/src/tbox/platform/mutex.c
index 701282fb0..c3e953a43 100644
--- a/core/src/tbox/src/tbox/platform/mutex.c
+++ b/core/src/tbox/src/tbox/platform/mutex.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/mutex.h b/core/src/tbox/src/tbox/platform/mutex.h
index ed2114d9a..852eb2fb6 100644
--- a/core/src/tbox/src/tbox/platform/mutex.h
+++ b/core/src/tbox/src/tbox/platform/mutex.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/page.c b/core/src/tbox/src/tbox/platform/page.c
index a9a85a624..63b80b735 100644
--- a/core/src/tbox/src/tbox/platform/page.c
+++ b/core/src/tbox/src/tbox/platform/page.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/page.h b/core/src/tbox/src/tbox/platform/page.h
index 38eb32fa4..a51ab3977 100644
--- a/core/src/tbox/src/tbox/platform/page.h
+++ b/core/src/tbox/src/tbox/platform/page.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/path.c b/core/src/tbox/src/tbox/platform/path.c
index 72a1d1f11..22f3382e5 100644
--- a/core/src/tbox/src/tbox/platform/path.c
+++ b/core/src/tbox/src/tbox/platform/path.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/path.h b/core/src/tbox/src/tbox/platform/path.h
index d97d014ab..5429fc121 100644
--- a/core/src/tbox/src/tbox/platform/path.h
+++ b/core/src/tbox/src/tbox/platform/path.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/platform.h b/core/src/tbox/src/tbox/platform/platform.h
index dd85e7b89..86435dd1b 100644
--- a/core/src/tbox/src/tbox/platform/platform.h
+++ b/core/src/tbox/src/tbox/platform/platform.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/poller.c b/core/src/tbox/src/tbox/platform/poller.c
index 0b8a3157b..bd2e346dd 100644
--- a/core/src/tbox/src/tbox/platform/poller.c
+++ b/core/src/tbox/src/tbox/platform/poller.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/poller.h b/core/src/tbox/src/tbox/platform/poller.h
index 3f58335ed..b172dfd39 100644
--- a/core/src/tbox/src/tbox/platform/poller.h
+++ b/core/src/tbox/src/tbox/platform/poller.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/addrinfo.c b/core/src/tbox/src/tbox/platform/posix/addrinfo.c
index 0baec8adc..557ce07de 100644
--- a/core/src/tbox/src/tbox/platform/posix/addrinfo.c
+++ b/core/src/tbox/src/tbox/platform/posix/addrinfo.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/context.c b/core/src/tbox/src/tbox/platform/posix/context.c
index b84d8ab40..5f30bfb7f 100644
--- a/core/src/tbox/src/tbox/platform/posix/context.c
+++ b/core/src/tbox/src/tbox/platform/posix/context.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/directory.c b/core/src/tbox/src/tbox/platform/posix/directory.c
index 3b1fbd923..be3b6f5ba 100644
--- a/core/src/tbox/src/tbox/platform/posix/directory.c
+++ b/core/src/tbox/src/tbox/platform/posix/directory.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/dynamic.c b/core/src/tbox/src/tbox/platform/posix/dynamic.c
index 2e10bdd28..5b39c62e6 100644
--- a/core/src/tbox/src/tbox/platform/posix/dynamic.c
+++ b/core/src/tbox/src/tbox/platform/posix/dynamic.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/event.c b/core/src/tbox/src/tbox/platform/posix/event.c
index 615bc17d0..7c17fa2ce 100644
--- a/core/src/tbox/src/tbox/platform/posix/event.c
+++ b/core/src/tbox/src/tbox/platform/posix/event.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/file.c b/core/src/tbox/src/tbox/platform/posix/file.c
index 1141adff0..7d3e838c8 100644
--- a/core/src/tbox/src/tbox/platform/posix/file.c
+++ b/core/src/tbox/src/tbox/platform/posix/file.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/hostname.c b/core/src/tbox/src/tbox/platform/posix/hostname.c
index 03de29fcb..057b96d40 100644
--- a/core/src/tbox/src/tbox/platform/posix/hostname.c
+++ b/core/src/tbox/src/tbox/platform/posix/hostname.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/ifaddrs.c b/core/src/tbox/src/tbox/platform/posix/ifaddrs.c
index 46a357860..4869a19f1 100644
--- a/core/src/tbox/src/tbox/platform/posix/ifaddrs.c
+++ b/core/src/tbox/src/tbox/platform/posix/ifaddrs.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/mutex.c b/core/src/tbox/src/tbox/platform/posix/mutex.c
index d7072f69c..5970d4730 100644
--- a/core/src/tbox/src/tbox/platform/posix/mutex.c
+++ b/core/src/tbox/src/tbox/platform/posix/mutex.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/page.c b/core/src/tbox/src/tbox/platform/posix/page.c
index 9eaf4b1f5..1651ae62b 100644
--- a/core/src/tbox/src/tbox/platform/posix/page.c
+++ b/core/src/tbox/src/tbox/platform/posix/page.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/poller_poll.c b/core/src/tbox/src/tbox/platform/posix/poller_poll.c
index 24b6428c3..677af175d 100644
--- a/core/src/tbox/src/tbox/platform/posix/poller_poll.c
+++ b/core/src/tbox/src/tbox/platform/posix/poller_poll.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/poller_select.c b/core/src/tbox/src/tbox/platform/posix/poller_select.c
index 86dde2c95..b98f112de 100644
--- a/core/src/tbox/src/tbox/platform/posix/poller_select.c
+++ b/core/src/tbox/src/tbox/platform/posix/poller_select.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/prefix.h b/core/src/tbox/src/tbox/platform/posix/prefix.h
index 5bfdaee5e..0af300c0c 100644
--- a/core/src/tbox/src/tbox/platform/posix/prefix.h
+++ b/core/src/tbox/src/tbox/platform/posix/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/process.c b/core/src/tbox/src/tbox/platform/posix/process.c
index b316ea0af..c4a40d35d 100644
--- a/core/src/tbox/src/tbox/platform/posix/process.c
+++ b/core/src/tbox/src/tbox/platform/posix/process.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/processor.c b/core/src/tbox/src/tbox/platform/posix/processor.c
index 4a0433328..39b60924a 100644
--- a/core/src/tbox/src/tbox/platform/posix/processor.c
+++ b/core/src/tbox/src/tbox/platform/posix/processor.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/regex.c b/core/src/tbox/src/tbox/platform/posix/regex.c
index 054691363..4e19e4601 100644
--- a/core/src/tbox/src/tbox/platform/posix/regex.c
+++ b/core/src/tbox/src/tbox/platform/posix/regex.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/sched.c b/core/src/tbox/src/tbox/platform/posix/sched.c
index 218a81ed2..6138ca026 100644
--- a/core/src/tbox/src/tbox/platform/posix/sched.c
+++ b/core/src/tbox/src/tbox/platform/posix/sched.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/semaphore.c b/core/src/tbox/src/tbox/platform/posix/semaphore.c
index 274783e7a..9685a2263 100644
--- a/core/src/tbox/src/tbox/platform/posix/semaphore.c
+++ b/core/src/tbox/src/tbox/platform/posix/semaphore.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/sockaddr.h b/core/src/tbox/src/tbox/platform/posix/sockaddr.h
index bbc79e51b..faa7d79c0 100644
--- a/core/src/tbox/src/tbox/platform/posix/sockaddr.h
+++ b/core/src/tbox/src/tbox/platform/posix/sockaddr.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/socket.c b/core/src/tbox/src/tbox/platform/posix/socket.c
index 4597b7df5..f91753289 100644
--- a/core/src/tbox/src/tbox/platform/posix/socket.c
+++ b/core/src/tbox/src/tbox/platform/posix/socket.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/socket_poll.c b/core/src/tbox/src/tbox/platform/posix/socket_poll.c
index 46b3af912..879267e5b 100644
--- a/core/src/tbox/src/tbox/platform/posix/socket_poll.c
+++ b/core/src/tbox/src/tbox/platform/posix/socket_poll.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/socket_select.c b/core/src/tbox/src/tbox/platform/posix/socket_select.c
index a2f567e6b..6b02bc24e 100644
--- a/core/src/tbox/src/tbox/platform/posix/socket_select.c
+++ b/core/src/tbox/src/tbox/platform/posix/socket_select.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/thread.c b/core/src/tbox/src/tbox/platform/posix/thread.c
index 9b2432863..32af66d9f 100644
--- a/core/src/tbox/src/tbox/platform/posix/thread.c
+++ b/core/src/tbox/src/tbox/platform/posix/thread.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/thread_local.c b/core/src/tbox/src/tbox/platform/posix/thread_local.c
index dea394f96..d39be0771 100644
--- a/core/src/tbox/src/tbox/platform/posix/thread_local.c
+++ b/core/src/tbox/src/tbox/platform/posix/thread_local.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/posix/time.c b/core/src/tbox/src/tbox/platform/posix/time.c
index 793fb93c1..95d68c115 100644
--- a/core/src/tbox/src/tbox/platform/posix/time.c
+++ b/core/src/tbox/src/tbox/platform/posix/time.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/prefix.h b/core/src/tbox/src/tbox/platform/prefix.h
index 2b01f8532..fe8aee2e2 100644
--- a/core/src/tbox/src/tbox/platform/prefix.h
+++ b/core/src/tbox/src/tbox/platform/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/print.c b/core/src/tbox/src/tbox/platform/print.c
index 0cceeefc0..a33f3a5bb 100644
--- a/core/src/tbox/src/tbox/platform/print.c
+++ b/core/src/tbox/src/tbox/platform/print.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/print.h b/core/src/tbox/src/tbox/platform/print.h
index 31f657a07..4685abc78 100644
--- a/core/src/tbox/src/tbox/platform/print.h
+++ b/core/src/tbox/src/tbox/platform/print.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/process.c b/core/src/tbox/src/tbox/platform/process.c
index 7b4021cc1..ced490d46 100644
--- a/core/src/tbox/src/tbox/platform/process.c
+++ b/core/src/tbox/src/tbox/platform/process.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/process.h b/core/src/tbox/src/tbox/platform/process.h
index 34fe4d638..aaf980e68 100644
--- a/core/src/tbox/src/tbox/platform/process.h
+++ b/core/src/tbox/src/tbox/platform/process.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/processor.c b/core/src/tbox/src/tbox/platform/processor.c
index 856a38dcb..262ee7def 100644
--- a/core/src/tbox/src/tbox/platform/processor.c
+++ b/core/src/tbox/src/tbox/platform/processor.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/processor.h b/core/src/tbox/src/tbox/platform/processor.h
index e62a1de38..464dbd74a 100644
--- a/core/src/tbox/src/tbox/platform/processor.h
+++ b/core/src/tbox/src/tbox/platform/processor.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/sched.c b/core/src/tbox/src/tbox/platform/sched.c
index 8907896b7..ee08e9669 100644
--- a/core/src/tbox/src/tbox/platform/sched.c
+++ b/core/src/tbox/src/tbox/platform/sched.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/sched.h b/core/src/tbox/src/tbox/platform/sched.h
index 77f4c8fe2..641dbf0a9 100644
--- a/core/src/tbox/src/tbox/platform/sched.h
+++ b/core/src/tbox/src/tbox/platform/sched.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/semaphore.c b/core/src/tbox/src/tbox/platform/semaphore.c
index 6ac9a6af3..5e74bc6f1 100644
--- a/core/src/tbox/src/tbox/platform/semaphore.c
+++ b/core/src/tbox/src/tbox/platform/semaphore.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/semaphore.h b/core/src/tbox/src/tbox/platform/semaphore.h
index 64c79a8f0..bb4534ec9 100644
--- a/core/src/tbox/src/tbox/platform/semaphore.h
+++ b/core/src/tbox/src/tbox/platform/semaphore.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/socket.c b/core/src/tbox/src/tbox/platform/socket.c
index da74f7d60..6cd5f0327 100644
--- a/core/src/tbox/src/tbox/platform/socket.c
+++ b/core/src/tbox/src/tbox/platform/socket.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/socket.h b/core/src/tbox/src/tbox/platform/socket.h
index 2125837d2..5ea7e769e 100644
--- a/core/src/tbox/src/tbox/platform/socket.h
+++ b/core/src/tbox/src/tbox/platform/socket.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/spinlock.h b/core/src/tbox/src/tbox/platform/spinlock.h
index 3513d65d7..05c3a750a 100644
--- a/core/src/tbox/src/tbox/platform/spinlock.h
+++ b/core/src/tbox/src/tbox/platform/spinlock.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/syserror.c b/core/src/tbox/src/tbox/platform/syserror.c
index c24b65ce3..0ca1fc914 100644
--- a/core/src/tbox/src/tbox/platform/syserror.c
+++ b/core/src/tbox/src/tbox/platform/syserror.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/syserror.h b/core/src/tbox/src/tbox/platform/syserror.h
index 178256622..cc6407cce 100644
--- a/core/src/tbox/src/tbox/platform/syserror.h
+++ b/core/src/tbox/src/tbox/platform/syserror.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/systemv/prefix.h b/core/src/tbox/src/tbox/platform/systemv/prefix.h
index 800abd7db..20807827e 100644
--- a/core/src/tbox/src/tbox/platform/systemv/prefix.h
+++ b/core/src/tbox/src/tbox/platform/systemv/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/systemv/semaphore.c b/core/src/tbox/src/tbox/platform/systemv/semaphore.c
index d80d1182b..4ac8d0dce 100644
--- a/core/src/tbox/src/tbox/platform/systemv/semaphore.c
+++ b/core/src/tbox/src/tbox/platform/systemv/semaphore.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/thread.c b/core/src/tbox/src/tbox/platform/thread.c
index 4930c6f38..59476b368 100644
--- a/core/src/tbox/src/tbox/platform/thread.c
+++ b/core/src/tbox/src/tbox/platform/thread.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/thread.h b/core/src/tbox/src/tbox/platform/thread.h
index 46ef9c342..29e1569c7 100644
--- a/core/src/tbox/src/tbox/platform/thread.h
+++ b/core/src/tbox/src/tbox/platform/thread.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/thread_local.c b/core/src/tbox/src/tbox/platform/thread_local.c
index 4fa888cde..04cf8c32e 100644
--- a/core/src/tbox/src/tbox/platform/thread_local.c
+++ b/core/src/tbox/src/tbox/platform/thread_local.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/thread_local.h b/core/src/tbox/src/tbox/platform/thread_local.h
index 2270873d6..dec7d57e5 100644
--- a/core/src/tbox/src/tbox/platform/thread_local.h
+++ b/core/src/tbox/src/tbox/platform/thread_local.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/thread_pool.c b/core/src/tbox/src/tbox/platform/thread_pool.c
index df7351f10..b1ccfd29d 100644
--- a/core/src/tbox/src/tbox/platform/thread_pool.c
+++ b/core/src/tbox/src/tbox/platform/thread_pool.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/thread_pool.h b/core/src/tbox/src/tbox/platform/thread_pool.h
index a5d71a19c..7c96f9d66 100644
--- a/core/src/tbox/src/tbox/platform/thread_pool.h
+++ b/core/src/tbox/src/tbox/platform/thread_pool.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/time.c b/core/src/tbox/src/tbox/platform/time.c
index d0085dc13..d28ec8be4 100644
--- a/core/src/tbox/src/tbox/platform/time.c
+++ b/core/src/tbox/src/tbox/platform/time.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/time.h b/core/src/tbox/src/tbox/platform/time.h
index 8b1a17aa2..1f44e1148 100644
--- a/core/src/tbox/src/tbox/platform/time.h
+++ b/core/src/tbox/src/tbox/platform/time.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/timer.c b/core/src/tbox/src/tbox/platform/timer.c
index 74b4998b5..aef56d0a7 100644
--- a/core/src/tbox/src/tbox/platform/timer.c
+++ b/core/src/tbox/src/tbox/platform/timer.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/timer.h b/core/src/tbox/src/tbox/platform/timer.h
index 0bab213a1..c8d61bec5 100644
--- a/core/src/tbox/src/tbox/platform/timer.h
+++ b/core/src/tbox/src/tbox/platform/timer.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/unix/dns.c b/core/src/tbox/src/tbox/platform/unix/dns.c
index a6847f83a..6d1471d14 100644
--- a/core/src/tbox/src/tbox/platform/unix/dns.c
+++ b/core/src/tbox/src/tbox/platform/unix/dns.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/unix/prefix.h b/core/src/tbox/src/tbox/platform/unix/prefix.h
index 074507327..036349a52 100644
--- a/core/src/tbox/src/tbox/platform/unix/prefix.h
+++ b/core/src/tbox/src/tbox/platform/unix/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/unix/syscall.h b/core/src/tbox/src/tbox/platform/unix/syscall.h
index 14781fa52..6948f551a 100644
--- a/core/src/tbox/src/tbox/platform/unix/syscall.h
+++ b/core/src/tbox/src/tbox/platform/unix/syscall.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/addrinfo.c b/core/src/tbox/src/tbox/platform/windows/addrinfo.c
index 13270b2c5..18ccd966c 100644
--- a/core/src/tbox/src/tbox/platform/windows/addrinfo.c
+++ b/core/src/tbox/src/tbox/platform/windows/addrinfo.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/atomic.h b/core/src/tbox/src/tbox/platform/windows/atomic.h
index 927f65415..99a4f7863 100644
--- a/core/src/tbox/src/tbox/platform/windows/atomic.h
+++ b/core/src/tbox/src/tbox/platform/windows/atomic.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/atomic64.h b/core/src/tbox/src/tbox/platform/windows/atomic64.h
index fa260aec9..3a1c851de 100644
--- a/core/src/tbox/src/tbox/platform/windows/atomic64.h
+++ b/core/src/tbox/src/tbox/platform/windows/atomic64.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/backtrace.c b/core/src/tbox/src/tbox/platform/windows/backtrace.c
index 541ce4c42..7c54569f2 100644
--- a/core/src/tbox/src/tbox/platform/windows/backtrace.c
+++ b/core/src/tbox/src/tbox/platform/windows/backtrace.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/barrier.h b/core/src/tbox/src/tbox/platform/windows/barrier.h
index f6e8663f2..1ac1d2e17 100644
--- a/core/src/tbox/src/tbox/platform/windows/barrier.h
+++ b/core/src/tbox/src/tbox/platform/windows/barrier.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/context.c b/core/src/tbox/src/tbox/platform/windows/context.c
index a8c9c9cd0..572a4b60d 100644
--- a/core/src/tbox/src/tbox/platform/windows/context.c
+++ b/core/src/tbox/src/tbox/platform/windows/context.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/directory.c b/core/src/tbox/src/tbox/platform/windows/directory.c
index 9643d760f..2b973c04c 100644
--- a/core/src/tbox/src/tbox/platform/windows/directory.c
+++ b/core/src/tbox/src/tbox/platform/windows/directory.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/dns.c b/core/src/tbox/src/tbox/platform/windows/dns.c
index c54878158..a24b08715 100644
--- a/core/src/tbox/src/tbox/platform/windows/dns.c
+++ b/core/src/tbox/src/tbox/platform/windows/dns.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/dynamic.c b/core/src/tbox/src/tbox/platform/windows/dynamic.c
index 02c81f7bd..67bcb7a51 100644
--- a/core/src/tbox/src/tbox/platform/windows/dynamic.c
+++ b/core/src/tbox/src/tbox/platform/windows/dynamic.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/environment.c b/core/src/tbox/src/tbox/platform/windows/environment.c
index 4993d495c..a997214c3 100644
--- a/core/src/tbox/src/tbox/platform/windows/environment.c
+++ b/core/src/tbox/src/tbox/platform/windows/environment.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/event.c b/core/src/tbox/src/tbox/platform/windows/event.c
index fd8318f59..942cc5c72 100644
--- a/core/src/tbox/src/tbox/platform/windows/event.c
+++ b/core/src/tbox/src/tbox/platform/windows/event.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/exception.c b/core/src/tbox/src/tbox/platform/windows/exception.c
index 5ebd81197..efe148285 100644
--- a/core/src/tbox/src/tbox/platform/windows/exception.c
+++ b/core/src/tbox/src/tbox/platform/windows/exception.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/exception.h b/core/src/tbox/src/tbox/platform/windows/exception.h
index 789228ae1..9d10ebc43 100644
--- a/core/src/tbox/src/tbox/platform/windows/exception.h
+++ b/core/src/tbox/src/tbox/platform/windows/exception.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/file.c b/core/src/tbox/src/tbox/platform/windows/file.c
index 34792aa31..d41654dde 100644
--- a/core/src/tbox/src/tbox/platform/windows/file.c
+++ b/core/src/tbox/src/tbox/platform/windows/file.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/hostname.c b/core/src/tbox/src/tbox/platform/windows/hostname.c
index ca88a6d3b..7a38c7236 100644
--- a/core/src/tbox/src/tbox/platform/windows/hostname.c
+++ b/core/src/tbox/src/tbox/platform/windows/hostname.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/ifaddrs.c b/core/src/tbox/src/tbox/platform/windows/ifaddrs.c
index 0001a9446..f6e33b865 100644
--- a/core/src/tbox/src/tbox/platform/windows/ifaddrs.c
+++ b/core/src/tbox/src/tbox/platform/windows/ifaddrs.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/dbghelp.c b/core/src/tbox/src/tbox/platform/windows/interface/dbghelp.c
index 1e8a75ff4..5eccd32d9 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/dbghelp.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/dbghelp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/dbghelp.h b/core/src/tbox/src/tbox/platform/windows/interface/dbghelp.h
index 24afb22fb..34197df07 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/dbghelp.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/dbghelp.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/interface.c b/core/src/tbox/src/tbox/platform/windows/interface/interface.c
index 210603539..c9dae2fd7 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/interface.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/interface.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/interface.h b/core/src/tbox/src/tbox/platform/windows/interface/interface.h
index 72699fa2b..c437b3fb2 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/interface.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/interface.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.c b/core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.c
index 763fb66cf..519dd369a 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.h b/core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.h
index d3b99f8a8..59362f449 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/iphlpapi.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/kernel32.c b/core/src/tbox/src/tbox/platform/windows/interface/kernel32.c
index 3f1ddad3c..5bed0b820 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/kernel32.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/kernel32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/kernel32.h b/core/src/tbox/src/tbox/platform/windows/interface/kernel32.h
index 909b39ea3..54bbdb1f6 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/kernel32.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/kernel32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/mswsock.c b/core/src/tbox/src/tbox/platform/windows/interface/mswsock.c
index 16edbc088..f7c0eb6db 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/mswsock.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/mswsock.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/mswsock.h b/core/src/tbox/src/tbox/platform/windows/interface/mswsock.h
index fbec6b9d5..862d23897 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/mswsock.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/mswsock.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/ole32.c b/core/src/tbox/src/tbox/platform/windows/interface/ole32.c
index 6a48bc05d..c4d9d7d48 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/ole32.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/ole32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/ole32.h b/core/src/tbox/src/tbox/platform/windows/interface/ole32.h
index d44389d00..faa0ed397 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/ole32.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/ole32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/prefix.h b/core/src/tbox/src/tbox/platform/windows/interface/prefix.h
index 48d36b4f6..9946c588f 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/prefix.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/shell32.c b/core/src/tbox/src/tbox/platform/windows/interface/shell32.c
index e0ef67dd7..45939c021 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/shell32.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/shell32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/shell32.h b/core/src/tbox/src/tbox/platform/windows/interface/shell32.h
index 80922c692..0c91c922f 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/shell32.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/shell32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/user32.c b/core/src/tbox/src/tbox/platform/windows/interface/user32.c
index 5f461d81a..b13ffcd68 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/user32.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/user32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/user32.h b/core/src/tbox/src/tbox/platform/windows/interface/user32.h
index 223c84f06..33203f8f9 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/user32.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/user32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.c b/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.c
index f7eb8eb48..ff9c684aa 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.c
+++ b/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.h b/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.h
index de0655889..f57bd3a61 100644
--- a/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.h
+++ b/core/src/tbox/src/tbox/platform/windows/interface/ws2_32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/iocp_object.c b/core/src/tbox/src/tbox/platform/windows/iocp_object.c
index cfc6f5ff7..81d18093b 100644
--- a/core/src/tbox/src/tbox/platform/windows/iocp_object.c
+++ b/core/src/tbox/src/tbox/platform/windows/iocp_object.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/iocp_object.h b/core/src/tbox/src/tbox/platform/windows/iocp_object.h
index 0576b932c..d75e01baf 100644
--- a/core/src/tbox/src/tbox/platform/windows/iocp_object.h
+++ b/core/src/tbox/src/tbox/platform/windows/iocp_object.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/memory.c b/core/src/tbox/src/tbox/platform/windows/memory.c
index 9de4c638b..c86315a80 100644
--- a/core/src/tbox/src/tbox/platform/windows/memory.c
+++ b/core/src/tbox/src/tbox/platform/windows/memory.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/mutex.c b/core/src/tbox/src/tbox/platform/windows/mutex.c
index 9cf9366d3..7d8aec2cd 100644
--- a/core/src/tbox/src/tbox/platform/windows/mutex.c
+++ b/core/src/tbox/src/tbox/platform/windows/mutex.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/ntstatus.h b/core/src/tbox/src/tbox/platform/windows/ntstatus.h
index 5646a30d7..fb1eb9fa3 100644
--- a/core/src/tbox/src/tbox/platform/windows/ntstatus.h
+++ b/core/src/tbox/src/tbox/platform/windows/ntstatus.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/page.c b/core/src/tbox/src/tbox/platform/windows/page.c
index d6bf9a8ed..3d1ee6e20 100644
--- a/core/src/tbox/src/tbox/platform/windows/page.c
+++ b/core/src/tbox/src/tbox/platform/windows/page.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/poller_iocp.c b/core/src/tbox/src/tbox/platform/windows/poller_iocp.c
index 2bd8ab9aa..1b5d864bc 100644
--- a/core/src/tbox/src/tbox/platform/windows/poller_iocp.c
+++ b/core/src/tbox/src/tbox/platform/windows/poller_iocp.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/prefix.h b/core/src/tbox/src/tbox/platform/windows/prefix.h
index 03099d987..dc5d18073 100644
--- a/core/src/tbox/src/tbox/platform/windows/prefix.h
+++ b/core/src/tbox/src/tbox/platform/windows/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/print.c b/core/src/tbox/src/tbox/platform/windows/print.c
index 883ccc51d..6a8a3513d 100644
--- a/core/src/tbox/src/tbox/platform/windows/print.c
+++ b/core/src/tbox/src/tbox/platform/windows/print.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/process.c b/core/src/tbox/src/tbox/platform/windows/process.c
index b4b6bbf4f..7b10332b1 100644
--- a/core/src/tbox/src/tbox/platform/windows/process.c
+++ b/core/src/tbox/src/tbox/platform/windows/process.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/processor.c b/core/src/tbox/src/tbox/platform/windows/processor.c
index 5f950be43..8a8980fc7 100644
--- a/core/src/tbox/src/tbox/platform/windows/processor.c
+++ b/core/src/tbox/src/tbox/platform/windows/processor.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/sched.c b/core/src/tbox/src/tbox/platform/windows/sched.c
index 469900936..3423bfac1 100644
--- a/core/src/tbox/src/tbox/platform/windows/sched.c
+++ b/core/src/tbox/src/tbox/platform/windows/sched.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/semaphore.c b/core/src/tbox/src/tbox/platform/windows/semaphore.c
index 8679cc8e9..3aa34e7a2 100644
--- a/core/src/tbox/src/tbox/platform/windows/semaphore.c
+++ b/core/src/tbox/src/tbox/platform/windows/semaphore.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/socket.c b/core/src/tbox/src/tbox/platform/windows/socket.c
index 920eb887b..e21138666 100644
--- a/core/src/tbox/src/tbox/platform/windows/socket.c
+++ b/core/src/tbox/src/tbox/platform/windows/socket.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/socket_pool.c b/core/src/tbox/src/tbox/platform/windows/socket_pool.c
index eae2aaa33..378da0ee6 100644
--- a/core/src/tbox/src/tbox/platform/windows/socket_pool.c
+++ b/core/src/tbox/src/tbox/platform/windows/socket_pool.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/socket_pool.h b/core/src/tbox/src/tbox/platform/windows/socket_pool.h
index 24ea7c87e..e39f622a2 100644
--- a/core/src/tbox/src/tbox/platform/windows/socket_pool.h
+++ b/core/src/tbox/src/tbox/platform/windows/socket_pool.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/syserror.c b/core/src/tbox/src/tbox/platform/windows/syserror.c
index ec08d21c1..0d12f8c0e 100644
--- a/core/src/tbox/src/tbox/platform/windows/syserror.c
+++ b/core/src/tbox/src/tbox/platform/windows/syserror.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/thread.c b/core/src/tbox/src/tbox/platform/windows/thread.c
index 30491f610..7e0e96074 100644
--- a/core/src/tbox/src/tbox/platform/windows/thread.c
+++ b/core/src/tbox/src/tbox/platform/windows/thread.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/thread_local.c b/core/src/tbox/src/tbox/platform/windows/thread_local.c
index 07f137d45..37cc0929f 100644
--- a/core/src/tbox/src/tbox/platform/windows/thread_local.c
+++ b/core/src/tbox/src/tbox/platform/windows/thread_local.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/time.c b/core/src/tbox/src/tbox/platform/windows/time.c
index fecd2b103..44579cd30 100644
--- a/core/src/tbox/src/tbox/platform/windows/time.c
+++ b/core/src/tbox/src/tbox/platform/windows/time.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/platform/windows/uuid.c b/core/src/tbox/src/tbox/platform/windows/uuid.c
index e72435979..43a3687ce 100644
--- a/core/src/tbox/src/tbox/platform/windows/uuid.c
+++ b/core/src/tbox/src/tbox/platform/windows/uuid.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix.h b/core/src/tbox/src/tbox/prefix.h
index 76ac09ad4..a0251d9f2 100644
--- a/core/src/tbox/src/tbox/prefix.h
+++ b/core/src/tbox/src/tbox/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/abort.h b/core/src/tbox/src/tbox/prefix/abort.h
index 03800b955..4c928a21d 100644
--- a/core/src/tbox/src/tbox/prefix/abort.h
+++ b/core/src/tbox/src/tbox/prefix/abort.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/arch.h b/core/src/tbox/src/tbox/prefix/arch.h
index 1a8c09d8c..228f57c7f 100644
--- a/core/src/tbox/src/tbox/prefix/arch.h
+++ b/core/src/tbox/src/tbox/prefix/arch.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/arm/prefix.S b/core/src/tbox/src/tbox/prefix/arm/prefix.S
index f05c1ee28..695d15992 100644
--- a/core/src/tbox/src/tbox/prefix/arm/prefix.S
+++ b/core/src/tbox/src/tbox/prefix/arm/prefix.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/arm64/prefix.S b/core/src/tbox/src/tbox/prefix/arm64/prefix.S
index 01c998cca..111a9f6e6 100644
--- a/core/src/tbox/src/tbox/prefix/arm64/prefix.S
+++ b/core/src/tbox/src/tbox/prefix/arm64/prefix.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/assembler.h b/core/src/tbox/src/tbox/prefix/assembler.h
index f4a4597bb..58f78d336 100644
--- a/core/src/tbox/src/tbox/prefix/assembler.h
+++ b/core/src/tbox/src/tbox/prefix/assembler.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/assert.h b/core/src/tbox/src/tbox/prefix/assert.h
index 2c8c4a86a..c48f31da1 100644
--- a/core/src/tbox/src/tbox/prefix/assert.h
+++ b/core/src/tbox/src/tbox/prefix/assert.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/cache.h b/core/src/tbox/src/tbox/prefix/cache.h
index b9a66da91..406524554 100644
--- a/core/src/tbox/src/tbox/prefix/cache.h
+++ b/core/src/tbox/src/tbox/prefix/cache.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/check.h b/core/src/tbox/src/tbox/prefix/check.h
index 8573b2bd6..2235e96a3 100644
--- a/core/src/tbox/src/tbox/prefix/check.h
+++ b/core/src/tbox/src/tbox/prefix/check.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/compiler.h b/core/src/tbox/src/tbox/prefix/compiler.h
index e4b706631..8bfedf9a1 100644
--- a/core/src/tbox/src/tbox/prefix/compiler.h
+++ b/core/src/tbox/src/tbox/prefix/compiler.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/config.h b/core/src/tbox/src/tbox/prefix/config.h
index d57aa3c6e..42c2c7d17 100644
--- a/core/src/tbox/src/tbox/prefix/config.h
+++ b/core/src/tbox/src/tbox/prefix/config.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/cpu.h b/core/src/tbox/src/tbox/prefix/cpu.h
index 6f9d1c76a..c3e99dbaf 100644
--- a/core/src/tbox/src/tbox/prefix/cpu.h
+++ b/core/src/tbox/src/tbox/prefix/cpu.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/endian.h b/core/src/tbox/src/tbox/prefix/endian.h
index 3e01a54a4..d058ba200 100644
--- a/core/src/tbox/src/tbox/prefix/endian.h
+++ b/core/src/tbox/src/tbox/prefix/endian.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/keyword.h b/core/src/tbox/src/tbox/prefix/keyword.h
index 94281940b..7412d5108 100644
--- a/core/src/tbox/src/tbox/prefix/keyword.h
+++ b/core/src/tbox/src/tbox/prefix/keyword.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/limits.h b/core/src/tbox/src/tbox/prefix/limits.h
index 647bc0769..a5f933e50 100644
--- a/core/src/tbox/src/tbox/prefix/limits.h
+++ b/core/src/tbox/src/tbox/prefix/limits.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/malloc.h b/core/src/tbox/src/tbox/prefix/malloc.h
index de4d55e96..3141b0307 100644
--- a/core/src/tbox/src/tbox/prefix/malloc.h
+++ b/core/src/tbox/src/tbox/prefix/malloc.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/mips/prefix.S b/core/src/tbox/src/tbox/prefix/mips/prefix.S
index a350424b7..aac169a19 100644
--- a/core/src/tbox/src/tbox/prefix/mips/prefix.S
+++ b/core/src/tbox/src/tbox/prefix/mips/prefix.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/packed.h b/core/src/tbox/src/tbox/prefix/packed.h
index fca8e0172..9f51697cf 100644
--- a/core/src/tbox/src/tbox/prefix/packed.h
+++ b/core/src/tbox/src/tbox/prefix/packed.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/prefix.S b/core/src/tbox/src/tbox/prefix/prefix.S
index 0f65ccf97..823b6e872 100644
--- a/core/src/tbox/src/tbox/prefix/prefix.S
+++ b/core/src/tbox/src/tbox/prefix/prefix.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/prefix.h b/core/src/tbox/src/tbox/prefix/prefix.h
index ed92e4804..8833d0c2c 100644
--- a/core/src/tbox/src/tbox/prefix/prefix.h
+++ b/core/src/tbox/src/tbox/prefix/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/state.c b/core/src/tbox/src/tbox/prefix/state.c
index 3ed79f927..88600d30b 100644
--- a/core/src/tbox/src/tbox/prefix/state.c
+++ b/core/src/tbox/src/tbox/prefix/state.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/state.h b/core/src/tbox/src/tbox/prefix/state.h
index 090c1a05a..8be9b5213 100644
--- a/core/src/tbox/src/tbox/prefix/state.h
+++ b/core/src/tbox/src/tbox/prefix/state.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/trace.h b/core/src/tbox/src/tbox/prefix/trace.h
index 1a2d41c81..37e16f4a2 100644
--- a/core/src/tbox/src/tbox/prefix/trace.h
+++ b/core/src/tbox/src/tbox/prefix/trace.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/type.h b/core/src/tbox/src/tbox/prefix/type.h
index 26146e40c..3990dff08 100644
--- a/core/src/tbox/src/tbox/prefix/type.h
+++ b/core/src/tbox/src/tbox/prefix/type.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/utils.h b/core/src/tbox/src/tbox/prefix/utils.h
index 5cd5151cd..5756b70fa 100644
--- a/core/src/tbox/src/tbox/prefix/utils.h
+++ b/core/src/tbox/src/tbox/prefix/utils.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/version.h b/core/src/tbox/src/tbox/prefix/version.h
index 8df862343..15d0729a9 100644
--- a/core/src/tbox/src/tbox/prefix/version.h
+++ b/core/src/tbox/src/tbox/prefix/version.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/x64/prefix.S b/core/src/tbox/src/tbox/prefix/x64/prefix.S
index bb38f0813..6a6def0c8 100644
--- a/core/src/tbox/src/tbox/prefix/x64/prefix.S
+++ b/core/src/tbox/src/tbox/prefix/x64/prefix.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/prefix/x86/prefix.S b/core/src/tbox/src/tbox/prefix/x86/prefix.S
index 1aca5289f..99d761992 100644
--- a/core/src/tbox/src/tbox/prefix/x86/prefix.S
+++ b/core/src/tbox/src/tbox/prefix/x86/prefix.S
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/regex/impl/impl.h b/core/src/tbox/src/tbox/regex/impl/impl.h
index f44181a1c..97e883d49 100644
--- a/core/src/tbox/src/tbox/regex/impl/impl.h
+++ b/core/src/tbox/src/tbox/regex/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/regex/impl/pcre.c b/core/src/tbox/src/tbox/regex/impl/pcre.c
index a3f12611d..5e0fa63cf 100644
--- a/core/src/tbox/src/tbox/regex/impl/pcre.c
+++ b/core/src/tbox/src/tbox/regex/impl/pcre.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/regex/impl/pcre2.c b/core/src/tbox/src/tbox/regex/impl/pcre2.c
index 5dac2372c..77914441a 100644
--- a/core/src/tbox/src/tbox/regex/impl/pcre2.c
+++ b/core/src/tbox/src/tbox/regex/impl/pcre2.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/regex/impl/prefix.h b/core/src/tbox/src/tbox/regex/impl/prefix.h
index 55010ed07..42b528ed4 100644
--- a/core/src/tbox/src/tbox/regex/impl/prefix.h
+++ b/core/src/tbox/src/tbox/regex/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/regex/prefix.h b/core/src/tbox/src/tbox/regex/prefix.h
index 7ae5011f7..f885d7e67 100644
--- a/core/src/tbox/src/tbox/regex/prefix.h
+++ b/core/src/tbox/src/tbox/regex/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/regex/regex.c b/core/src/tbox/src/tbox/regex/regex.c
index ced832263..8c7aafc62 100644
--- a/core/src/tbox/src/tbox/regex/regex.c
+++ b/core/src/tbox/src/tbox/regex/regex.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/regex/regex.h b/core/src/tbox/src/tbox/regex/regex.h
index 8ee6b4300..29e09b3fb 100644
--- a/core/src/tbox/src/tbox/regex/regex.h
+++ b/core/src/tbox/src/tbox/regex/regex.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/filter.c b/core/src/tbox/src/tbox/stream/filter.c
index e3f29d753..e9a0250d6 100644
--- a/core/src/tbox/src/tbox/stream/filter.c
+++ b/core/src/tbox/src/tbox/stream/filter.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/filter.h b/core/src/tbox/src/tbox/stream/filter.h
index 39b49cc14..e18fb0947 100644
--- a/core/src/tbox/src/tbox/stream/filter.h
+++ b/core/src/tbox/src/tbox/stream/filter.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/filter.h b/core/src/tbox/src/tbox/stream/impl/filter.h
index 454e0bc62..5b5269b27 100644
--- a/core/src/tbox/src/tbox/stream/impl/filter.h
+++ b/core/src/tbox/src/tbox/stream/impl/filter.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/filter/cache.c b/core/src/tbox/src/tbox/stream/impl/filter/cache.c
index 10b4be923..6cc26b8a8 100644
--- a/core/src/tbox/src/tbox/stream/impl/filter/cache.c
+++ b/core/src/tbox/src/tbox/stream/impl/filter/cache.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/filter/charset.c b/core/src/tbox/src/tbox/stream/impl/filter/charset.c
index dcd144ec9..5536ed821 100644
--- a/core/src/tbox/src/tbox/stream/impl/filter/charset.c
+++ b/core/src/tbox/src/tbox/stream/impl/filter/charset.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/filter/chunked.c b/core/src/tbox/src/tbox/stream/impl/filter/chunked.c
index f18761bd2..50a6ecc02 100644
--- a/core/src/tbox/src/tbox/stream/impl/filter/chunked.c
+++ b/core/src/tbox/src/tbox/stream/impl/filter/chunked.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/filter/prefix.h b/core/src/tbox/src/tbox/stream/impl/filter/prefix.h
index e4e648e43..14810cf11 100644
--- a/core/src/tbox/src/tbox/stream/impl/filter/prefix.h
+++ b/core/src/tbox/src/tbox/stream/impl/filter/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/filter/zip.c b/core/src/tbox/src/tbox/stream/impl/filter/zip.c
index 7077463e5..ad8a24e4b 100644
--- a/core/src/tbox/src/tbox/stream/impl/filter/zip.c
+++ b/core/src/tbox/src/tbox/stream/impl/filter/zip.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/prefix.h b/core/src/tbox/src/tbox/stream/impl/prefix.h
index a5c292d3c..aed230a42 100644
--- a/core/src/tbox/src/tbox/stream/impl/prefix.h
+++ b/core/src/tbox/src/tbox/stream/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/stream.h b/core/src/tbox/src/tbox/stream/impl/stream.h
index a101ba0b3..96bdab444 100644
--- a/core/src/tbox/src/tbox/stream/impl/stream.h
+++ b/core/src/tbox/src/tbox/stream/impl/stream.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/stream/data.c b/core/src/tbox/src/tbox/stream/impl/stream/data.c
index 00e1e8ae5..1f5a8784c 100644
--- a/core/src/tbox/src/tbox/stream/impl/stream/data.c
+++ b/core/src/tbox/src/tbox/stream/impl/stream/data.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/stream/file.c b/core/src/tbox/src/tbox/stream/impl/stream/file.c
index cfbeeab0e..b09bd9786 100644
--- a/core/src/tbox/src/tbox/stream/impl/stream/file.c
+++ b/core/src/tbox/src/tbox/stream/impl/stream/file.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/stream/filter.c b/core/src/tbox/src/tbox/stream/impl/stream/filter.c
index 8a228bffc..2bcdb98a8 100644
--- a/core/src/tbox/src/tbox/stream/impl/stream/filter.c
+++ b/core/src/tbox/src/tbox/stream/impl/stream/filter.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/stream/http.c b/core/src/tbox/src/tbox/stream/impl/stream/http.c
index b7b73f6c8..4465a3231 100644
--- a/core/src/tbox/src/tbox/stream/impl/stream/http.c
+++ b/core/src/tbox/src/tbox/stream/impl/stream/http.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/stream/prefix.h b/core/src/tbox/src/tbox/stream/impl/stream/prefix.h
index 9697acdc0..65ac90909 100644
--- a/core/src/tbox/src/tbox/stream/impl/stream/prefix.h
+++ b/core/src/tbox/src/tbox/stream/impl/stream/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/impl/stream/sock.c b/core/src/tbox/src/tbox/stream/impl/stream/sock.c
index b4d19be03..8ae1c367f 100644
--- a/core/src/tbox/src/tbox/stream/impl/stream/sock.c
+++ b/core/src/tbox/src/tbox/stream/impl/stream/sock.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/prefix.h b/core/src/tbox/src/tbox/stream/prefix.h
index 98f561706..91becf238 100644
--- a/core/src/tbox/src/tbox/stream/prefix.h
+++ b/core/src/tbox/src/tbox/stream/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/static_stream.c b/core/src/tbox/src/tbox/stream/static_stream.c
index 5d75af38a..1a3ba4eca 100644
--- a/core/src/tbox/src/tbox/stream/static_stream.c
+++ b/core/src/tbox/src/tbox/stream/static_stream.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/static_stream.h b/core/src/tbox/src/tbox/stream/static_stream.h
index 5a57a94fc..40129c7fb 100644
--- a/core/src/tbox/src/tbox/stream/static_stream.h
+++ b/core/src/tbox/src/tbox/stream/static_stream.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/stream.c b/core/src/tbox/src/tbox/stream/stream.c
index 8615be79a..8fb04cc8d 100644
--- a/core/src/tbox/src/tbox/stream/stream.c
+++ b/core/src/tbox/src/tbox/stream/stream.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/stream.h b/core/src/tbox/src/tbox/stream/stream.h
index 50bd0463b..ca7268a9b 100644
--- a/core/src/tbox/src/tbox/stream/stream.h
+++ b/core/src/tbox/src/tbox/stream/stream.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/transfer.c b/core/src/tbox/src/tbox/stream/transfer.c
index 0be9343fd..82f707edc 100644
--- a/core/src/tbox/src/tbox/stream/transfer.c
+++ b/core/src/tbox/src/tbox/stream/transfer.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/stream/transfer.h b/core/src/tbox/src/tbox/stream/transfer.h
index 2f91df680..42f367803 100644
--- a/core/src/tbox/src/tbox/stream/transfer.h
+++ b/core/src/tbox/src/tbox/stream/transfer.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/string/prefix.h b/core/src/tbox/src/tbox/string/prefix.h
index b576f87b4..97b24d29e 100644
--- a/core/src/tbox/src/tbox/string/prefix.h
+++ b/core/src/tbox/src/tbox/string/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/string/static_string.c b/core/src/tbox/src/tbox/string/static_string.c
index aaa598202..27b354d63 100644
--- a/core/src/tbox/src/tbox/string/static_string.c
+++ b/core/src/tbox/src/tbox/string/static_string.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/string/static_string.h b/core/src/tbox/src/tbox/string/static_string.h
index 85675964e..787a2bb7b 100644
--- a/core/src/tbox/src/tbox/string/static_string.h
+++ b/core/src/tbox/src/tbox/string/static_string.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/string/string.c b/core/src/tbox/src/tbox/string/string.c
index c323563c5..0c0c89c72 100644
--- a/core/src/tbox/src/tbox/string/string.c
+++ b/core/src/tbox/src/tbox/string/string.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/string/string.h b/core/src/tbox/src/tbox/string/string.h
index 4d7bc533a..8585bf7cc 100644
--- a/core/src/tbox/src/tbox/string/string.h
+++ b/core/src/tbox/src/tbox/string/string.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/tbox.c b/core/src/tbox/src/tbox/tbox.c
index f555ce43c..d63e9d897 100644
--- a/core/src/tbox/src/tbox/tbox.c
+++ b/core/src/tbox/src/tbox/tbox.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/tbox.h b/core/src/tbox/src/tbox/tbox.h
index 1fec6b044..47dd8699c 100644
--- a/core/src/tbox/src/tbox/tbox.h
+++ b/core/src/tbox/src/tbox/tbox.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/base32.c b/core/src/tbox/src/tbox/utils/base32.c
index a581dc887..7c12f7ce1 100644
--- a/core/src/tbox/src/tbox/utils/base32.c
+++ b/core/src/tbox/src/tbox/utils/base32.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/base32.h b/core/src/tbox/src/tbox/utils/base32.h
index c4989e381..6b8026c55 100644
--- a/core/src/tbox/src/tbox/utils/base32.h
+++ b/core/src/tbox/src/tbox/utils/base32.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/base64.c b/core/src/tbox/src/tbox/utils/base64.c
index 6ed5425d5..0d9a3e630 100644
--- a/core/src/tbox/src/tbox/utils/base64.c
+++ b/core/src/tbox/src/tbox/utils/base64.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/base64.h b/core/src/tbox/src/tbox/utils/base64.h
index 609e5b795..3ed36fdbc 100644
--- a/core/src/tbox/src/tbox/utils/base64.h
+++ b/core/src/tbox/src/tbox/utils/base64.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/bits.c b/core/src/tbox/src/tbox/utils/bits.c
index 6643290d0..7e5bc339f 100644
--- a/core/src/tbox/src/tbox/utils/bits.c
+++ b/core/src/tbox/src/tbox/utils/bits.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/bits.h b/core/src/tbox/src/tbox/utils/bits.h
index a2abefd0d..71f4914dc 100644
--- a/core/src/tbox/src/tbox/utils/bits.h
+++ b/core/src/tbox/src/tbox/utils/bits.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/dump.c b/core/src/tbox/src/tbox/utils/dump.c
index 52fc63b95..472749be8 100644
--- a/core/src/tbox/src/tbox/utils/dump.c
+++ b/core/src/tbox/src/tbox/utils/dump.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/dump.h b/core/src/tbox/src/tbox/utils/dump.h
index ac80c1485..295af203e 100644
--- a/core/src/tbox/src/tbox/utils/dump.h
+++ b/core/src/tbox/src/tbox/utils/dump.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/impl/bits_arm.h b/core/src/tbox/src/tbox/utils/impl/bits_arm.h
index 90f45a3de..d24391f28 100644
--- a/core/src/tbox/src/tbox/utils/impl/bits_arm.h
+++ b/core/src/tbox/src/tbox/utils/impl/bits_arm.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/impl/bits_gcc.h b/core/src/tbox/src/tbox/utils/impl/bits_gcc.h
index 0564ba0a6..b0717cb6c 100644
--- a/core/src/tbox/src/tbox/utils/impl/bits_gcc.h
+++ b/core/src/tbox/src/tbox/utils/impl/bits_gcc.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/impl/bits_sh4.h b/core/src/tbox/src/tbox/utils/impl/bits_sh4.h
index 6f2014ee8..ebeefdf39 100644
--- a/core/src/tbox/src/tbox/utils/impl/bits_sh4.h
+++ b/core/src/tbox/src/tbox/utils/impl/bits_sh4.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/impl/bits_x86.h b/core/src/tbox/src/tbox/utils/impl/bits_x86.h
index f36f93150..ea8c1a97c 100644
--- a/core/src/tbox/src/tbox/utils/impl/bits_x86.h
+++ b/core/src/tbox/src/tbox/utils/impl/bits_x86.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/impl/impl.h b/core/src/tbox/src/tbox/utils/impl/impl.h
index cf11864a9..1730f7b5e 100644
--- a/core/src/tbox/src/tbox/utils/impl/impl.h
+++ b/core/src/tbox/src/tbox/utils/impl/impl.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/impl/prefix.h b/core/src/tbox/src/tbox/utils/impl/prefix.h
index d538313e0..1b245a947 100644
--- a/core/src/tbox/src/tbox/utils/impl/prefix.h
+++ b/core/src/tbox/src/tbox/utils/impl/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/lock_profiler.c b/core/src/tbox/src/tbox/utils/lock_profiler.c
index c348d5dfe..3c4be5e1c 100644
--- a/core/src/tbox/src/tbox/utils/lock_profiler.c
+++ b/core/src/tbox/src/tbox/utils/lock_profiler.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/lock_profiler.h b/core/src/tbox/src/tbox/utils/lock_profiler.h
index d13227c76..799007f2d 100644
--- a/core/src/tbox/src/tbox/utils/lock_profiler.h
+++ b/core/src/tbox/src/tbox/utils/lock_profiler.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/option.c b/core/src/tbox/src/tbox/utils/option.c
index 4dc1250ee..0a6ebe7a4 100644
--- a/core/src/tbox/src/tbox/utils/option.c
+++ b/core/src/tbox/src/tbox/utils/option.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/option.h b/core/src/tbox/src/tbox/utils/option.h
index e8b3228ea..3e7c2bc71 100644
--- a/core/src/tbox/src/tbox/utils/option.h
+++ b/core/src/tbox/src/tbox/utils/option.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/prefix.h b/core/src/tbox/src/tbox/utils/prefix.h
index 8b6bfd657..9afad4121 100644
--- a/core/src/tbox/src/tbox/utils/prefix.h
+++ b/core/src/tbox/src/tbox/utils/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/singleton.c b/core/src/tbox/src/tbox/utils/singleton.c
index e5067e4cd..4f3aae57f 100644
--- a/core/src/tbox/src/tbox/utils/singleton.c
+++ b/core/src/tbox/src/tbox/utils/singleton.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/singleton.h b/core/src/tbox/src/tbox/utils/singleton.h
index 6c76f357d..f9597f2da 100644
--- a/core/src/tbox/src/tbox/utils/singleton.h
+++ b/core/src/tbox/src/tbox/utils/singleton.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/trace.c b/core/src/tbox/src/tbox/utils/trace.c
index 0d41d6513..fb1bbb65d 100644
--- a/core/src/tbox/src/tbox/utils/trace.c
+++ b/core/src/tbox/src/tbox/utils/trace.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/trace.h b/core/src/tbox/src/tbox/utils/trace.h
index 8ca8e9155..bb3846235 100644
--- a/core/src/tbox/src/tbox/utils/trace.h
+++ b/core/src/tbox/src/tbox/utils/trace.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/url.c b/core/src/tbox/src/tbox/utils/url.c
index 54e6aaa01..6baf98b6a 100644
--- a/core/src/tbox/src/tbox/utils/url.c
+++ b/core/src/tbox/src/tbox/utils/url.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/url.h b/core/src/tbox/src/tbox/utils/url.h
index bdcb7c311..dfa4e191c 100644
--- a/core/src/tbox/src/tbox/utils/url.h
+++ b/core/src/tbox/src/tbox/utils/url.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/used.c b/core/src/tbox/src/tbox/utils/used.c
index 034f6cc97..23b240576 100644
--- a/core/src/tbox/src/tbox/utils/used.c
+++ b/core/src/tbox/src/tbox/utils/used.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/used.h b/core/src/tbox/src/tbox/utils/used.h
index 998164965..9f8bb8992 100644
--- a/core/src/tbox/src/tbox/utils/used.h
+++ b/core/src/tbox/src/tbox/utils/used.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/utils/utils.h b/core/src/tbox/src/tbox/utils/utils.h
index c9d531d54..3fc4f6d2d 100644
--- a/core/src/tbox/src/tbox/utils/utils.h
+++ b/core/src/tbox/src/tbox/utils/utils.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/xml/node.c b/core/src/tbox/src/tbox/xml/node.c
index 89471f2b6..caf497ee9 100644
--- a/core/src/tbox/src/tbox/xml/node.c
+++ b/core/src/tbox/src/tbox/xml/node.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/xml/node.h b/core/src/tbox/src/tbox/xml/node.h
index c44cea6b6..ce5c57bb0 100644
--- a/core/src/tbox/src/tbox/xml/node.h
+++ b/core/src/tbox/src/tbox/xml/node.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/xml/prefix.h b/core/src/tbox/src/tbox/xml/prefix.h
index 85349e26e..46ab7c907 100644
--- a/core/src/tbox/src/tbox/xml/prefix.h
+++ b/core/src/tbox/src/tbox/xml/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/xml/reader.c b/core/src/tbox/src/tbox/xml/reader.c
index 5c316c1a4..689999a76 100644
--- a/core/src/tbox/src/tbox/xml/reader.c
+++ b/core/src/tbox/src/tbox/xml/reader.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/xml/reader.h b/core/src/tbox/src/tbox/xml/reader.h
index 527923001..85046ca9b 100644
--- a/core/src/tbox/src/tbox/xml/reader.h
+++ b/core/src/tbox/src/tbox/xml/reader.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/xml/writer.c b/core/src/tbox/src/tbox/xml/writer.c
index 72e3902a9..dd36f31d5 100644
--- a/core/src/tbox/src/tbox/xml/writer.c
+++ b/core/src/tbox/src/tbox/xml/writer.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/xml/writer.h b/core/src/tbox/src/tbox/xml/writer.h
index 02915e5fe..34de119d8 100644
--- a/core/src/tbox/src/tbox/xml/writer.h
+++ b/core/src/tbox/src/tbox/xml/writer.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/xml/xml.h b/core/src/tbox/src/tbox/xml/xml.h
index da520a31d..3a099b1f8 100644
--- a/core/src/tbox/src/tbox/xml/xml.h
+++ b/core/src/tbox/src/tbox/xml/xml.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/gzip.c b/core/src/tbox/src/tbox/zip/gzip.c
index 1b2fa5c45..c35a40293 100644
--- a/core/src/tbox/src/tbox/zip/gzip.c
+++ b/core/src/tbox/src/tbox/zip/gzip.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/gzip.h b/core/src/tbox/src/tbox/zip/gzip.h
index 4d6db4f9a..7a97e41c7 100644
--- a/core/src/tbox/src/tbox/zip/gzip.h
+++ b/core/src/tbox/src/tbox/zip/gzip.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/prefix.h b/core/src/tbox/src/tbox/zip/prefix.h
index bf00b0ae3..bc4c1ba1c 100644
--- a/core/src/tbox/src/tbox/zip/prefix.h
+++ b/core/src/tbox/src/tbox/zip/prefix.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/zip.c b/core/src/tbox/src/tbox/zip/zip.c
index bf048aab1..f37bda09c 100644
--- a/core/src/tbox/src/tbox/zip/zip.c
+++ b/core/src/tbox/src/tbox/zip/zip.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/zip.h b/core/src/tbox/src/tbox/zip/zip.h
index 2af6439ff..b8e4949f4 100644
--- a/core/src/tbox/src/tbox/zip/zip.h
+++ b/core/src/tbox/src/tbox/zip/zip.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/zlib.c b/core/src/tbox/src/tbox/zip/zlib.c
index d40704b8d..d31b4f708 100644
--- a/core/src/tbox/src/tbox/zip/zlib.c
+++ b/core/src/tbox/src/tbox/zip/zlib.c
@@ -1,13 +1,9 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/zlib.h b/core/src/tbox/src/tbox/zip/zlib.h
index 2f65e159e..3ddb7307b 100644
--- a/core/src/tbox/src/tbox/zip/zlib.h
+++ b/core/src/tbox/src/tbox/zip/zlib.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/zlibraw.c b/core/src/tbox/src/tbox/zip/zlibraw.c
index b2478db43..801505e11 100644
--- a/core/src/tbox/src/tbox/zip/zlibraw.c
+++ b/core/src/tbox/src/tbox/zip/zlibraw.c
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/tbox/src/tbox/zip/zlibraw.h b/core/src/tbox/src/tbox/zip/zlibraw.h
index 9758400a9..d573776e9 100644
--- a/core/src/tbox/src/tbox/zip/zlibraw.h
+++ b/core/src/tbox/src/tbox/zip/zlibraw.h
@@ -1,12 +1,8 @@
/*!The Treasure Box Library
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/config.h b/core/src/xmake/config.h
index aeba08366..72a73b4f0 100644
--- a/core/src/xmake/config.h
+++ b/core/src/xmake/config.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/hash/prefix.h b/core/src/xmake/hash/prefix.h
index aaacc3a11..00da6a0ff 100644
--- a/core/src/xmake/hash/prefix.h
+++ b/core/src/xmake/hash/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/hash/sha256.c b/core/src/xmake/hash/sha256.c
index c5964fb6a..393f29265 100644
--- a/core/src/xmake/hash/sha256.c
+++ b/core/src/xmake/hash/sha256.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/hash/uuid.c b/core/src/xmake/hash/uuid.c
index 7de0f920e..399f224bb 100644
--- a/core/src/xmake/hash/uuid.c
+++ b/core/src/xmake/hash/uuid.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/io/isatty.c b/core/src/xmake/io/isatty.c
index c9091c00c..d4dd7b57d 100644
--- a/core/src/xmake/io/isatty.c
+++ b/core/src/xmake/io/isatty.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/io/prefix.h b/core/src/xmake/io/prefix.h
index 60192ce99..fc61e8829 100644
--- a/core/src/xmake/io/prefix.h
+++ b/core/src/xmake/io/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/machine.c b/core/src/xmake/machine.c
index 5d2d874c9..cdff14964 100644
--- a/core/src/xmake/machine.c
+++ b/core/src/xmake/machine.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/machine.h b/core/src/xmake/machine.h
index 58899fb11..ce5c8d2b3 100644
--- a/core/src/xmake/machine.h
+++ b/core/src/xmake/machine.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/argv.c b/core/src/xmake/os/argv.c
index 404510229..582b14110 100644
--- a/core/src/xmake/os/argv.c
+++ b/core/src/xmake/os/argv.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/chdir.c b/core/src/xmake/os/chdir.c
index 354a5aad2..1b5865258 100644
--- a/core/src/xmake/os/chdir.c
+++ b/core/src/xmake/os/chdir.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/cpdir.c b/core/src/xmake/os/cpdir.c
index 3910cc175..1d6849654 100644
--- a/core/src/xmake/os/cpdir.c
+++ b/core/src/xmake/os/cpdir.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/cpfile.c b/core/src/xmake/os/cpfile.c
index 288ab216d..0e62dddb9 100644
--- a/core/src/xmake/os/cpfile.c
+++ b/core/src/xmake/os/cpfile.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/curdir.c b/core/src/xmake/os/curdir.c
index edc73f442..bc0c04b12 100644
--- a/core/src/xmake/os/curdir.c
+++ b/core/src/xmake/os/curdir.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/emptydir.c b/core/src/xmake/os/emptydir.c
index 922307e26..f2b1d42b3 100644
--- a/core/src/xmake/os/emptydir.c
+++ b/core/src/xmake/os/emptydir.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/exists.c b/core/src/xmake/os/exists.c
index e77f87e41..3da98a91c 100644
--- a/core/src/xmake/os/exists.c
+++ b/core/src/xmake/os/exists.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/filesize.c b/core/src/xmake/os/filesize.c
index e1916e1ff..1d0990c13 100644
--- a/core/src/xmake/os/filesize.c
+++ b/core/src/xmake/os/filesize.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/find.c b/core/src/xmake/os/find.c
index 059f901a5..198e0a5bf 100644
--- a/core/src/xmake/os/find.c
+++ b/core/src/xmake/os/find.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/getenv.c b/core/src/xmake/os/getenv.c
index 98d806437..4ac8b39c2 100644
--- a/core/src/xmake/os/getenv.c
+++ b/core/src/xmake/os/getenv.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/getown.c b/core/src/xmake/os/getown.c
index 58fc67358..be3f1f59e 100644
--- a/core/src/xmake/os/getown.c
+++ b/core/src/xmake/os/getown.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/getwinsize.c b/core/src/xmake/os/getwinsize.c
index 64ee94111..e14b4cf2a 100644
--- a/core/src/xmake/os/getwinsize.c
+++ b/core/src/xmake/os/getwinsize.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/gid.c b/core/src/xmake/os/gid.c
index 4ee5cb2b7..c60b1ad97 100644
--- a/core/src/xmake/os/gid.c
+++ b/core/src/xmake/os/gid.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/isdir.c b/core/src/xmake/os/isdir.c
index 48d527255..fea5af1f7 100644
--- a/core/src/xmake/os/isdir.c
+++ b/core/src/xmake/os/isdir.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/isfile.c b/core/src/xmake/os/isfile.c
index f5dc81cdf..cb66f6c62 100644
--- a/core/src/xmake/os/isfile.c
+++ b/core/src/xmake/os/isfile.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/islink.c b/core/src/xmake/os/islink.c
index e1ea7a991..1bc53a9f4 100644
--- a/core/src/xmake/os/islink.c
+++ b/core/src/xmake/os/islink.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/link.c b/core/src/xmake/os/link.c
index 74f397160..6bd84731a 100644
--- a/core/src/xmake/os/link.c
+++ b/core/src/xmake/os/link.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/mclock.c b/core/src/xmake/os/mclock.c
index aebc1e923..3a78c818f 100644
--- a/core/src/xmake/os/mclock.c
+++ b/core/src/xmake/os/mclock.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/mkdir.c b/core/src/xmake/os/mkdir.c
index 269fe8bf2..f598a922d 100644
--- a/core/src/xmake/os/mkdir.c
+++ b/core/src/xmake/os/mkdir.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/mtime.c b/core/src/xmake/os/mtime.c
index b4c126791..690ba46c1 100644
--- a/core/src/xmake/os/mtime.c
+++ b/core/src/xmake/os/mtime.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/prefix.h b/core/src/xmake/os/prefix.h
index 28949e787..055bb2850 100644
--- a/core/src/xmake/os/prefix.h
+++ b/core/src/xmake/os/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/readlink.c b/core/src/xmake/os/readlink.c
index 2ea47d412..303610290 100644
--- a/core/src/xmake/os/readlink.c
+++ b/core/src/xmake/os/readlink.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/rename.c b/core/src/xmake/os/rename.c
index 9999bd848..52c5ab831 100644
--- a/core/src/xmake/os/rename.c
+++ b/core/src/xmake/os/rename.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/rmdir.c b/core/src/xmake/os/rmdir.c
index f8c610af6..de240133a 100644
--- a/core/src/xmake/os/rmdir.c
+++ b/core/src/xmake/os/rmdir.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/rmfile.c b/core/src/xmake/os/rmfile.c
index 1aa05a2c7..239cee50e 100644
--- a/core/src/xmake/os/rmfile.c
+++ b/core/src/xmake/os/rmfile.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/setenv.c b/core/src/xmake/os/setenv.c
index 94689304b..efef96ee5 100644
--- a/core/src/xmake/os/setenv.c
+++ b/core/src/xmake/os/setenv.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/sleep.c b/core/src/xmake/os/sleep.c
index 255d1afec..85f12d35e 100644
--- a/core/src/xmake/os/sleep.c
+++ b/core/src/xmake/os/sleep.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/strerror.c b/core/src/xmake/os/strerror.c
index 67fb331b6..88b3700fd 100644
--- a/core/src/xmake/os/strerror.c
+++ b/core/src/xmake/os/strerror.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/tmpdir.c b/core/src/xmake/os/tmpdir.c
index a16529f0d..d7cf46672 100644
--- a/core/src/xmake/os/tmpdir.c
+++ b/core/src/xmake/os/tmpdir.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/uid.c b/core/src/xmake/os/uid.c
index 4d1985f09..73594f55e 100644
--- a/core/src/xmake/os/uid.c
+++ b/core/src/xmake/os/uid.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/os/versioninfo.c b/core/src/xmake/os/versioninfo.c
index 26c5b567d..252d2fe37 100644
--- a/core/src/xmake/os/versioninfo.c
+++ b/core/src/xmake/os/versioninfo.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/path/absolute.c b/core/src/xmake/path/absolute.c
index f29875aa3..7e68972fb 100644
--- a/core/src/xmake/path/absolute.c
+++ b/core/src/xmake/path/absolute.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/path/is_absolute.c b/core/src/xmake/path/is_absolute.c
index 013fcac2a..8eeca3df9 100644
--- a/core/src/xmake/path/is_absolute.c
+++ b/core/src/xmake/path/is_absolute.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/path/prefix.h b/core/src/xmake/path/prefix.h
index 86c63da6c..bc91f0ac3 100644
--- a/core/src/xmake/path/prefix.h
+++ b/core/src/xmake/path/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/path/relative.c b/core/src/xmake/path/relative.c
index cb6ac62f6..264bb672b 100644
--- a/core/src/xmake/path/relative.c
+++ b/core/src/xmake/path/relative.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/path/translate.c b/core/src/xmake/path/translate.c
index 7cc59a754..97ce6c5e6 100644
--- a/core/src/xmake/path/translate.c
+++ b/core/src/xmake/path/translate.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/prefix.h b/core/src/xmake/prefix.h
index 010b2b3d4..7a1757f5b 100644
--- a/core/src/xmake/prefix.h
+++ b/core/src/xmake/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/prefix/config.h b/core/src/xmake/prefix/config.h
index 3a6336448..94639154a 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/prefix/prefix.h b/core/src/xmake/prefix/prefix.h
index f7f4d8ead..d72378201 100644
--- a/core/src/xmake/prefix/prefix.h
+++ b/core/src/xmake/prefix/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/prefix/version.h b/core/src/xmake/prefix/version.h
index e0653c7c8..60137a44e 100644
--- a/core/src/xmake/prefix/version.h
+++ b/core/src/xmake/prefix/version.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/process/close.c b/core/src/xmake/process/close.c
index baed354ca..dc1a465a3 100644
--- a/core/src/xmake/process/close.c
+++ b/core/src/xmake/process/close.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/process/open.c b/core/src/xmake/process/open.c
index 443f44b89..3ade20733 100644
--- a/core/src/xmake/process/open.c
+++ b/core/src/xmake/process/open.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/process/openv.c b/core/src/xmake/process/openv.c
index cf78ad21b..6a6737195 100644
--- a/core/src/xmake/process/openv.c
+++ b/core/src/xmake/process/openv.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/process/prefix.h b/core/src/xmake/process/prefix.h
index 6c1060f9d..becbb93e6 100644
--- a/core/src/xmake/process/prefix.h
+++ b/core/src/xmake/process/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/process/wait.c b/core/src/xmake/process/wait.c
index b6095f2ab..b20b81d74 100644
--- a/core/src/xmake/process/wait.c
+++ b/core/src/xmake/process/wait.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/process/waitlist.c b/core/src/xmake/process/waitlist.c
index 53e3d16bf..2254f199f 100644
--- a/core/src/xmake/process/waitlist.c
+++ b/core/src/xmake/process/waitlist.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/readline/add_history.c b/core/src/xmake/readline/add_history.c
index 3d24130de..63eb20005 100644
--- a/core/src/xmake/readline/add_history.c
+++ b/core/src/xmake/readline/add_history.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/readline/clear_history.c b/core/src/xmake/readline/clear_history.c
index 3e275057e..4ed200188 100644
--- a/core/src/xmake/readline/clear_history.c
+++ b/core/src/xmake/readline/clear_history.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/readline/history_list.c b/core/src/xmake/readline/history_list.c
index 45ce624be..c775bd190 100644
--- a/core/src/xmake/readline/history_list.c
+++ b/core/src/xmake/readline/history_list.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/readline/prefix.h b/core/src/xmake/readline/prefix.h
index 66de762f7..d3a1740f6 100644
--- a/core/src/xmake/readline/prefix.h
+++ b/core/src/xmake/readline/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/readline/readline.c b/core/src/xmake/readline/readline.c
index fa5c62a87..e0ab6c55c 100644
--- a/core/src/xmake/readline/readline.c
+++ b/core/src/xmake/readline/readline.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/sandbox/interactive.c b/core/src/xmake/sandbox/interactive.c
index 3db857d97..64c67af94 100644
--- a/core/src/xmake/sandbox/interactive.c
+++ b/core/src/xmake/sandbox/interactive.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/sandbox/prefix.h b/core/src/xmake/sandbox/prefix.h
index 1dd995a82..cd7a65a64 100644
--- a/core/src/xmake/sandbox/prefix.h
+++ b/core/src/xmake/sandbox/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/semver/compare.c b/core/src/xmake/semver/compare.c
index b9d3fedfc..0d2e76096 100644
--- a/core/src/xmake/semver/compare.c
+++ b/core/src/xmake/semver/compare.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/semver/parse.c b/core/src/xmake/semver/parse.c
index 8639496e6..f43d1a33c 100644
--- a/core/src/xmake/semver/parse.c
+++ b/core/src/xmake/semver/parse.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/semver/prefix.h b/core/src/xmake/semver/prefix.h
index 675f837c2..71d9b8d44 100644
--- a/core/src/xmake/semver/prefix.h
+++ b/core/src/xmake/semver/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/semver/satisfies.c b/core/src/xmake/semver/satisfies.c
index 56ba5127f..a25a57678 100644
--- a/core/src/xmake/semver/satisfies.c
+++ b/core/src/xmake/semver/satisfies.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/semver/select.c b/core/src/xmake/semver/select.c
index 8efb6b68f..8eac1f3ee 100644
--- a/core/src/xmake/semver/select.c
+++ b/core/src/xmake/semver/select.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/semver/semver.c b/core/src/xmake/semver/semver.c
index 9fb998030..a3ed782d4 100644
--- a/core/src/xmake/semver/semver.c
+++ b/core/src/xmake/semver/semver.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/string/convert.c b/core/src/xmake/string/convert.c
index 90a0bd6d3..32e5088ed 100644
--- a/core/src/xmake/string/convert.c
+++ b/core/src/xmake/string/convert.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/string/endswith.c b/core/src/xmake/string/endswith.c
index 9bcb69123..436ecdb98 100644
--- a/core/src/xmake/string/endswith.c
+++ b/core/src/xmake/string/endswith.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/string/prefix.h b/core/src/xmake/string/prefix.h
index 27c2ef403..f22981bef 100644
--- a/core/src/xmake/string/prefix.h
+++ b/core/src/xmake/string/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/string/startswith.c b/core/src/xmake/string/startswith.c
index fa46f009e..4e69c89bf 100644
--- a/core/src/xmake/string/startswith.c
+++ b/core/src/xmake/string/startswith.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/winos/logical_drives.c b/core/src/xmake/winos/logical_drives.c
index 71030b9fd..71bdc7758 100644
--- a/core/src/xmake/winos/logical_drives.c
+++ b/core/src/xmake/winos/logical_drives.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/winos/prefix.h b/core/src/xmake/winos/prefix.h
index e1f6fb4f2..c07c03e9a 100644
--- a/core/src/xmake/winos/prefix.h
+++ b/core/src/xmake/winos/prefix.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/winos/registry_query.c b/core/src/xmake/winos/registry_query.c
index fae23b2d7..afee6192e 100644
--- a/core/src/xmake/winos/registry_query.c
+++ b/core/src/xmake/winos/registry_query.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/xmake.c b/core/src/xmake/xmake.c
index 1abca9317..c289518a2 100644
--- a/core/src/xmake/xmake.c
+++ b/core/src/xmake/xmake.c
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
diff --git a/core/src/xmake/xmake.h b/core/src/xmake/xmake.h
index 01b0371c0..b151e3fd2 100644
--- a/core/src/xmake/xmake.h
+++ b/core/src/xmake/xmake.h
@@ -1,12 +1,8 @@
/*!A cross-platform build utility based on Lua
*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*