/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
H A D | los_startup.s | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of 11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list 15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
H A D | los_dispatch.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of 11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list 15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
H A D | los_atomic.S | 7 ; 1. Redistributions of source code must retain the above copyright notice, this list of
10 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
14 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
H A D | los_exc.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of 11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list 15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | conf.py | 142 copyright = 'The kernel development community' variable 545 epub_copyright = copyright
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | conf.py | 175 copyright = 'The kernel development community' variable 513 epub_copyright = copyright
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
H A D | los_dispatch.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
H A D | los_dispatch.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
H A D | los_dispatch.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
H A D | los_exc.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
H A D | los_dispatch.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
H A D | los_dispatch.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
/kernel/liteos_m/arch/arm/cortex-m7/iar/ |
H A D | los_dispatch.S | 8 ; 1. Redistributions of source code must retain the above copyright notice, this list of
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
15 ; 3. Neither the name of the copyright holder nor the names of its contributors may be used
|
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 73 my $copyright = "/* Copyright (C) 2019--2020 Intel Corporation */\n"; 78 print $fh "// $license\n$copyright$note\n" if defined $fh; 82 print $fh "/* $license */\n$copyright$note\n";
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 22 # * Redistributions of source code must retain the above copyright 25 # * Redistributions in binary form must reproduce the above copyright
|
H A D | sha512-avx-asm.S | 23 # copyright notice, this list of conditions and the following 27 # copyright notice, this list of conditions and the following
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 22 # * Redistributions of source code must retain the above copyright 25 # * Redistributions in binary form must reproduce the above copyright
|
/kernel/linux/linux-5.10/scripts/package/ |
H A D | mkdebian | 151 # Generate copyright file 152 cat <<EOF > debian/copyright
|
H A D | builddeb | 33 cp debian/copyright "$pdir/usr/share/doc/$pname/"
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.h | 294 * copyright notice. 297 u32 copyright[0x0018]; /* offset 0x0040 */ member
|
H A D | jr3_pci.c | 661 char copy[ARRAY_SIZE(sensor0->copyright) + 1]; in jr3_pci_show_copyright() 664 for (i = 0; i < ARRAY_SIZE(sensor0->copyright); i++) in jr3_pci_show_copyright() 665 copy[i] = (char)(get_u16(&sensor0->copyright[i]) >> 8); in jr3_pci_show_copyright() 667 dev_dbg(dev->class_dev, "Firmware copyright: %s\n", copy); in jr3_pci_show_copyright()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | jr3_pci.h | 294 * copyright notice. 297 u32 copyright[0x0018]; /* offset 0x0040 */ member
|
H A D | jr3_pci.c | 645 char copy[ARRAY_SIZE(sensor0->copyright) + 1]; in jr3_pci_show_copyright() 648 for (i = 0; i < ARRAY_SIZE(sensor0->copyright); i++) in jr3_pci_show_copyright() 649 copy[i] = (char)(get_u16(&sensor0->copyright[i]) >> 8); in jr3_pci_show_copyright() 651 dev_dbg(dev->class_dev, "Firmware copyright: %s\n", copy); in jr3_pci_show_copyright()
|
/kernel/linux/linux-6.6/scripts/package/ |
H A D | mkdebian | 191 # Generate copyright file 192 cat <<EOF > debian/copyright
|
H A D | builddeb | 33 cp debian/copyright "$pdir/usr/share/doc/$pname/"
|