Changeset 34b2f54d in mainline


Ignore:
Timestamp:
2022-08-13T13:26:49Z (21 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
664b7f8
Parents:
39916d6
Message:

Fix copyright information in some files

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • .reuse/dep5

    r39916d6 r34b2f54d  
    44Source: helenos.org
    55
    6 # Directories with grub artifacts
     6# Directories with bootloader artifacts
    77
    88Files: boot/grub/*
     
    1010License: GPL-3.0-only
    1111
     12Files: boot/silo/*
     13Copyright: 1989, 1991 Free Software Foundation, Inc. <http://fsf.org/>
     14License: GPL-2.0-only
     15
     16Files: boot/yaboot/*
     17Copyright: 2000-2003 Ethan Benson
     18License: GPL-2.0-only
  • LICENSES/LicenseRef-InflateLicense.txt

    r39916d6 r34b2f54d  
    11This is the original copyright/license notice of code
    2 included in boot/generic/src/inflate.c
     2included in boot/generic/src/inflate.c and uspace/lib/compress/inflate.c
    33
    44  Copyright (C) 2002-2010 Mark Adler, all rights reserved
  • kernel/generic/src/lib/ubsan.c

    r39916d6 r34b2f54d  
    1 // SPDX-License-Identifier: BSD-2-Clause
    21/*
    3  * Copyright (c) 2016, Linaro Limited
     2 * SPDX-FileCopyrightText: 2016 Linaro Limited
     3 * SPDX-FileCopyrightText: 2018 Jiří Zárevúcky
     4 *
     5 * SPDX-License-Identifier: BSD-2-Clause
    46 */
    5 
    6 /* Modified for HelenOS use by Jiří Zárevúcky. */
    77
    88#include <stdbool.h>
  • tools/checkers/stanse/ThreadChecker.xml

    r39916d6 r34b2f54d  
    11<?xml version="1.0" encoding="UTF-8" ?>
    22<!--
    3 
    4  Copyright (c) 2009 Martin Decky
    5  All rights reserved.
    6 
    7  Redistribution and use in source and binary forms, with or without
    8  modification, are permitted provided that the following conditions
    9  are met:
    10 
    11  - Redistributions of source code must retain the above copyright
    12    notice, this list of conditions and the following disclaimer.
    13  - Redistributions in binary form must reproduce the above copyright
    14    notice, this list of conditions and the following disclaimer in the
    15    documentation and/or other materials provided with the distribution.
    16  - The name of the author may not be used to endorse or promote products
    17    derived from this software without specific prior written permission.
    18 
    19  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
    20  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
    21  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    22  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
    23  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
    24  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    25  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    26  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    27  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    28  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    29 
     3 SPDX-FileCopyrightText: 2009 Martin Decky
     4 SPDX-License-Identifier: BSD-3-Clause
    305-->
    316
  • uspace/lib/c/generic/ubsan.c

    r39916d6 r34b2f54d  
    1 // SPDX-License-Identifier: BSD-2-Clause
    21/*
    3  * Copyright (c) 2016, Linaro Limited
     2 * SPDX-FileCopyrightText: 2016 Linaro Limited
     3 * SPDX-FileCopyrightText: 2019 Jiří Zárevúcky
     4 *
     5 * SPDX-License-Identifier: BSD-2-Clause
    46 */
    5 
    6 /* Modified for HelenOS use by Jiří Zárevúcky. */
    77
    88#include <stdbool.h>
  • uspace/lib/compress/inflate.c

    r39916d6 r34b2f54d  
    11/*
    2  * SPDX-FileCopyrightText: 2010 Mark Adler
     2 * SPDX-FileCopyrightText: 2002-2010 Mark Adler
    33 * SPDX-FileCopyrightText: 2010 Martin Decky
    44 *
    5  * SPDX-License-Identifier: BSD-3-Clause
     5 * SPDX-License-Identifier: BSD-3-Clause AND LicenseRef-InflateLicense
    66 */
    77
     
    1515 * All dynamically allocated memory memory is taken from the stack. The
    1616 * stack usage should be typically bounded by 2 KB.
    17  *
    18  * Original copyright notice:
    19  *
    20  *  Copyright (C) 2002-2010 Mark Adler, all rights reserved
    21  *  version 2.1, 4 Apr 2010
    22  *
    23  *  This software is provided 'as-is', without any express or implied
    24  *  warranty. In no event will the author be held liable for any damages
    25  *  arising from the use of this software.
    26  *
    27  *  Permission is granted to anyone to use this software for any purpose,
    28  *  including commercial applications, and to alter it and redistribute it
    29  *  freely, subject to the following restrictions:
    30  *
    31  *  1. The origin of this software must not be misrepresented; you must not
    32  *     claim that you wrote the original software. If you use this software
    33  *     in a product, an acknowledgment in the product documentation would be
    34  *     appreciated but is not required.
    35  *  2. Altered source versions must be plainly marked as such, and must not
    36  *     be misrepresented as being the original software.
    37  *  3. This notice may not be removed or altered from any source
    38  *     distribution.
    39  *
    40  *   Mark Adler <madler@alumni.caltech.edu>
    41  *
    4217 */
    4318
  • uspace/srv/fs/udf/udf_osta.c

    r39916d6 r34b2f54d  
    11/*
     2 * SPDX-FileCopyrightText: 1995 Micro Design International, Inc.
    23 * SPDX-FileCopyrightText: 2012 Julia Medvedeva
    3  * Copyright 1995 Micro Design International, Inc.
    44 *
    55 * SPDX-License-Identifier: BSD-3-Clause
  • uspace/srv/fs/udf/udf_osta.h

    r39916d6 r34b2f54d  
    11/*
     2 * SPDX-FileCopyrightText: 1995 Micro Design International, Inc.
    23 * SPDX-FileCopyrightText: 2012 Julia Medvedeva
    3  * Copyright 1995 Micro Design International, Inc.
    44 *
    55 * SPDX-License-Identifier: BSD-3-Clause
  • uspace/srv/loader/elf64_ia64_loader.x

    r39916d6 r34b2f54d  
    11/* Default linker script, for normal executables */
    2 /* Copyright (C) 2014-2018 Free Software Foundation, Inc.
    3    Copying and distribution of this script, with or without modification,
    4    are permitted in any medium without royalty provided the copyright
    5    notice and this notice are preserved.  */
     2/*
     3 * SPDX-FileCopyrightText: 2014-2018 Free Software Foundation, Inc.
     4 * SPDX-License-Identifier: FSFAP
     5 */
     6
    67OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little",
    78              "elf64-ia64-little")
Note: See TracChangeset for help on using the changeset viewer.