Changeset 77578e8 in mainline


Ignore:
Timestamp:
2022-08-13T15:12:49Z (21 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
be913d78
Parents:
f4b3934
Message:

Whittle down more unlicensed files using my best guess as to the intended licensing

Files:
2 added
14 edited

Legend:

Unmodified
Added
Removed
  • .reuse/dep5

    rf4b3934 r77578e8  
    3333License: CC0-1.0
    3434
    35 Files: defaults/*.config meson/cross/*
     35Files: */_link.ld.in
    3636Copyright: 2022 HelenOS Project
    3737License: CC0-1.0
     38
     39Files: defaults/*.config defaults/*/output meson/cross/*
     40Copyright: 2022 HelenOS Project
     41License: CC0-1.0
     42
     43Files: uspace/dist/src/c/demos/*/build uspace/dist/src/c/demos/*/clean
     44Copyright: 2022 HelenOS Project
     45License: CC0-1.0
     46
     47Files: */.gitignore
     48Copyright: 2022 HelenOS Project
     49License: CC0-1.0
     50
     51# Other files I'm too lazy to handle individually
     52
     53Files: uspace/dist/src/bithenge/*.out uspace/dist/src/bithenge/*.dat uspace/dist/src/bithenge/*.bh
     54Copyright: 2022 HelenOS Project
     55License: BSD-3-Clause
    3856
    3957Files: uspace/app/barber/gfx/*.tga.gz
    4058Copyright: 2014 Martin Decky
    4159License: BSD-3-Clause
     60
     61Files: contrib/arch/*
     62Copyright: 2009 Martin Decky
     63License: BSD-3-Clause
     64
     65Files: */README */README */AUTHORS */TODO */NOTE
     66Copyright: 2022 HelenOS Project
     67License: CC-BY-4.0
  • contrib/highlight/Syntax

    rf4b3934 r77578e8  
     1#
     2# SPDX-FileCopyrightText: 2009 Martin Decky <martin@decky.cz>
     3#
     4# SPDX-License-Identifier: BSD-3-Clause
     5#
     6
    17file ..\*\\.(bp|BP)$ Behavior\sProtocol
    28include bp.syntax
  • contrib/highlight/adl.syntax

    rf4b3934 r77578e8  
    11# Architecture Description Language syntax highlighting rules
    2 #  by Martin Decky <martin@decky.cz>
     2#
     3# SPDX-FileCopyrightText: 2009 Martin Decky <martin@decky.cz>
     4#
     5# SPDX-License-Identifier: BSD-3-Clause
     6#
    37
    48context default
  • contrib/highlight/bp.syntax

    rf4b3934 r77578e8  
    11# Behavior Protocols syntax highlighting rules
    2 #  by Martin Decky <martin@decky.cz>
     2#
     3# SPDX-FileCopyrightText: 2009 Martin Decky <martin@decky.cz>
     4#
     5# SPDX-License-Identifier: BSD-3-Clause
     6#
    37
    48context default
  • kernel/arch/amd64/src/boot/vesa_ret.inc

    rf4b3934 r77578e8  
     1/*
     2 * SPDX-FileCopyrightText: 2022 HelenOS Project
     3 *
     4 * SPDX-License-Identifier: BSD-3-Clause
     5 */
     6
    17.code32
    28vesa_init_protected:
  • kernel/arch/ia32/src/boot/vesa_prot.inc

    rf4b3934 r77578e8  
     1/*
     2 * SPDX-FileCopyrightText: 2022 HelenOS Project
     3 *
     4 * SPDX-License-Identifier: BSD-3-Clause
     5 */
     6
    17#ifdef CONFIG_FB
    28
  • kernel/arch/ia32/src/boot/vesa_real.inc

    rf4b3934 r77578e8  
     1/*
     2 * SPDX-FileCopyrightText: 2022 HelenOS Project
     3 *
     4 * SPDX-License-Identifier: BSD-3-Clause
     5 */
     6
    17#ifdef CONFIG_FB
    28
  • kernel/arch/ia32/src/boot/vesa_ret.inc

    rf4b3934 r77578e8  
     1/*
     2 * SPDX-FileCopyrightText: 2022 HelenOS Project
     3 *
     4 * SPDX-License-Identifier: BSD-3-Clause
     5 */
     6
    17.code32
    28vesa_init_protected:
  • kernel/arch/ia32/src/boot/vga323.pal

    rf4b3934 r77578e8  
     1/*
     2 * SPDX-FileCopyrightText: 2022 HelenOS Project
     3 *
     4 * SPDX-License-Identifier: BSD-3-Clause
     5 */
    16        .byte 0x3f, 0x3f, 0x3f, 0x00
    27        .byte 0x36, 0x3f, 0x3f, 0x00
  • uspace/dist/src/bithenge/test.sh

    rf4b3934 r77578e8  
    11#!/bin/bash
     2#
     3# SPDX-FileCopyrightText: 2022 HelenOS Project
     4#
     5# SPDX-License-Identifier: BSD-3-Clause
     6#
    27shopt -s nullglob
    38set -e
  • uspace/dist/src/python/demo/hello.py

    rf4b3934 r77578e8  
    11#!/usr/bin/python
     2#
     3# SPDX-FileCopyrightText: 2022 HelenOS Project
     4#
     5# SPDX-License-Identifier: BSD-3-Clause
     6#
    27
    38print("Hello, World!")
  • uspace/dist/src/python/demo/sintab.py

    rf4b3934 r77578e8  
    11#!/usr/bin/python
     2#
     3# SPDX-FileCopyrightText: 2022 HelenOS Project
     4#
     5# SPDX-License-Identifier: BSD-3-Clause
     6#
    27
    38# Probably not very Pythonic, but it runs well with both Python2 and Python3
  • uspace/dist/src/python/modules.py

    rf4b3934 r77578e8  
    11#!/usr/bin/python
     2#
     3# SPDX-FileCopyrightText: 2022 HelenOS Project
     4#
     5# SPDX-License-Identifier: BSD-3-Clause
     6#
    27
    38import sys
  • uspace/drv/root/virt/devices.def

    rf4b3934 r77578e8  
     1/*
     2 * SPDX-FileCopyrightText: 2010 Vojtech Horky
     3 *
     4 * SPDX-License-Identifier: BSD-3-Clause
     5 */
     6
    17/*
    28 * Add list of virtual devices you want to launch driver for here.
Note: See TracChangeset for help on using the changeset viewer.