Home
last modified time | relevance | path

Searched refs:copyright (Results 1 - 25 of 77) sorted by relevance

1234

/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_startup.s8 ; 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 Dlos_dispatch.S8 ; 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 Dlos_atomic.S7 ; 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 Dlos_exc.S8 ; 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 Dconf.py142 copyright = 'The kernel development community' variable
545 epub_copyright = copyright
/kernel/linux/linux-6.6/Documentation/
H A Dconf.py175 copyright = 'The kernel development community' variable
513 epub_copyright = copyright
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
H A Dlos_dispatch.S8 ; 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 Dlos_dispatch.S8 ; 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 Dlos_dispatch.S8 ; 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 Dlos_exc.S8 ; 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 Dlos_dispatch.S8 ; 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 Dlos_dispatch.S8 ; 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 Dlos_dispatch.S8 ; 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 Dmk-ccs-regs73 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 Dcrct10dif-pcl-asm_64.S22 # * Redistributions of source code must retain the above copyright
25 # * Redistributions in binary form must reproduce the above copyright
H A Dsha512-avx-asm.S23 # 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 Dcrct10dif-pcl-asm_64.S22 # * 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 Dmkdebian151 # Generate copyright file
152 cat <<EOF > debian/copyright
H A Dbuilddeb33 cp debian/copyright "$pdir/usr/share/doc/$pname/"
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Djr3_pci.h294 * copyright notice.
297 u32 copyright[0x0018]; /* offset 0x0040 */ member
H A Djr3_pci.c661 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 Djr3_pci.h294 * copyright notice.
297 u32 copyright[0x0018]; /* offset 0x0040 */ member
H A Djr3_pci.c645 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 Dmkdebian191 # Generate copyright file
192 cat <<EOF > debian/copyright
H A Dbuilddeb33 cp debian/copyright "$pdir/usr/share/doc/$pname/"

Completed in 13 milliseconds

1234