update copyright

This commit is contained in:
netblue30 2025-01-12 19:26:24 -05:00
parent 673fbd8116
commit 212ac3cb19
461 changed files with 479 additions and 460 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# This file is part of Firejail project
# Copyright (C) 2014-2024 Firejail Authors
# Copyright (C) 2014-2025 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-2024 Firejail Authors
# Copyright (C) 2014-2025 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-2024 Firejail Authors
# Copyright (C) 2014-2025 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-2024 Firejail Authors
# Copyright (C) 2014-2025 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-2024 Firejail Authors
# Copyright (C) 2014-2025 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-2024 Firejail Authors
# Copyright (C) 2014-2025 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-2024 Firejail Authors
# Copyright (C) 2014-2025 Firejail Authors
# License GPL v2
# Requirements:

View file

@ -1,6 +1,6 @@
#!/bin/bash
# This file is part of Firejail project
# Copyright (C) 2014-2024 Firejail Authors
# Copyright (C) 2014-2025 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-2024 Firejail Authors
# Copyright (C) 2014-2025 Firejail Authors
# License GPL v2
# Purpose: Fetch, compile, and install firejail from GitHub source. For