Skip to content

Commit

Permalink
update copyright 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Jan 12, 2024
1 parent d35847f commit ae8f62d
Show file tree
Hide file tree
Showing 460 changed files with 460 additions and 460 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -1311,4 +1311,4 @@ Zack Weinberg (https://github.com/zackw)
zupatisc (https://github.com/zupatisc)
- patch-util fix

Copyright (C) 2014-2023 Firejail Authors
Copyright (C) 2014-2024 Firejail Authors
2 changes: 1 addition & 1 deletion contrib/fj-mkdeb.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/fjclip.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/fjdisplay.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/fjresize.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/gdb-firejail.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion contrib/jail_prober.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/sort.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion contrib/syscalls.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion contrib/update_deb.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcov.sh
Original file line number Diff line number Diff line change
@@ -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

# GCOV test setup
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -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

echo "installing..."
2 changes: 1 addition & 1 deletion linecnt.sh
Original file line number Diff line number Diff line change
@@ -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

gcov_init() {
Expand Down
2 changes: 1 addition & 1 deletion mkasc.sh
Original file line number Diff line number Diff line change
@@ -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

. "$(dirname "$0")/config.sh" || exit 1
Expand Down
2 changes: 1 addition & 1 deletion mkdeb.sh
Original file line number Diff line number Diff line change
@@ -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

# based on http:https://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
Expand Down
2 changes: 1 addition & 1 deletion mketc.sh
Original file line number Diff line number Diff line change
@@ -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

sed -i -e '
Expand Down
2 changes: 1 addition & 1 deletion mkuid.sh
Original file line number Diff line number Diff line change
@@ -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

echo "extracting UID_MIN and GID_MIN"
Expand Down
2 changes: 1 addition & 1 deletion platform/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the Debian/Ubuntu prepackaged version of firejail.
and networking stack isolation, and it runs on any recent Linux system. It
includes a sandbox profile for Mozilla Firefox.

Copyright (C) 2014-2023 Firejail Authors (see README file for more details)
Copyright (C) 2014-2024 Firejail Authors (see README file for more details)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion platform/rpm/mkrpm.sh
Original file line number Diff line number Diff line change
@@ -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
#
# Usage: ./platform/rpm/mkrpm.sh <config options>
Expand Down
2 changes: 1 addition & 1 deletion src/etc-cleanup/main.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/build_bin.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/build_fs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/build_home.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/build_profile.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/build_seccomp.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/fbuilder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/filedb.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/main.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fbuilder/utils.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fcopy/main.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fids/blake2b.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fids/db.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fids/db_exclude.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fids/fids.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/fids/main.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firecfg/desktop_files.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firecfg/firecfg.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firecfg/firejail-welcome.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# This file is part of Firejail project
# Copyright (C) 2020-2023 Firejail Authors
# Copyright (C) 2014-2024 Firejail Authors
# License GPL v2
#
# Usage: firejail-welcome PROGRAM SYSCONFDIR USER_NAME
Expand Down
2 changes: 1 addition & 1 deletion src/firecfg/main.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firecfg/sound.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firecfg/util.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/appimage.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/appimage_size.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/arp.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/bandwidth.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/caps.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/checkcfg.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/chroot.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/cmdline.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/cpu.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/dbus.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/dhcp.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/env.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/firejail.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2023 Firejail Authors
* Copyright (C) 2014-2024 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
Loading

0 comments on commit ae8f62d

Please sign in to comment.