Commit 564a6381 authored by n0toose's avatar n0toose
Browse files

Make project REUSE (v3) compliant

Please consult https://reuse.software/ for more information.

Particular caution was exercised with the files in
`OnionSproutsBot/plugins`, which mostly contain excerpts taken
from other files so as to make the source code appear cleaner.

There is a non-negligible chance that I may have missed something,
despite taking at least one hour cross-examining the original sources
of different files and their contents. If this is the case, I will
try my best to amend that in a later commit.

A simple `git blame` cannot properly attribute code in these
situations, which goes on to highlight the necessity of this change,
as people are borrowing excerpts of this codebase and incorporating
it into their own projects.

Being able to figure out who generated each line of code is, in my
honest opinion, of paramount importance.
parent c0e5b19b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2020-2022 Panagiotis "Ivory" Vasilopoulos (n0toose)
# SPDX-FileCopyrightText: 2022 Evangelos "GeopJr" Paterakis
# SPDX-FileCopyrightText: 2022-2023 The Tor Project, Inc.
#
# SPDX-License-Identifier: BSD-3-Clause

config.yaml

# Python
+4 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2023 The Tor Project, Inc.
#
# SPDX-License-Identifier: BSD-3-Clause

image: python:3.10-bullseye

stages:
+6 −0
Original line number Diff line number Diff line
<!--
SPDX-FileCopyrightText: 2022 Panagiotis "Ivory" Vasilopoulos (n0toose)

SPDX-License-Identifier: BSD-3-Clause
-->

Although OnionSproutsBot is a project that is developed independently
from The Tor Project, Inc., one of its goals is to integrate itself
enough to the organization in order to ensure its longevity and
+7 −0
Original line number Diff line number Diff line
<!--
SPDX-FileCopyrightText: 2023 Panagiotis "Ivory" Vasilopoulos (n0toose)

SPDX-License-Identifier: BSD-3-Clause
-->


# Contributing to OnionSproutsBot

Hi, thank you for taking the time to contribute to this project!
+0 −0

File moved.

Loading