update copyright 2024

This commit is contained in:
netblue30 2024-01-12 11:23:22 -05:00
parent d35847f9a4
commit ae8f62dba0
460 changed files with 460 additions and 460 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
# This script automates the creation of a .deb package. It was originally

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
import sys

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
import re

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
import sys

View file

@ -1,6 +1,6 @@
#!/bin/bash
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
set -x

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
"""
Figure out which profile options may be causing a particular program to break

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
# Requirements:

View file

@ -1,6 +1,6 @@
#!/bin/bash
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
STRACE_OUTPUT_FILE="$(pwd)/strace_output.txt"

View file

@ -1,6 +1,6 @@
#!/bin/sh
# This file is part of Firejail project
# Copyright (C) 2014-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
# Purpose: Fetch, compile, and install firejail from GitHub source. For