Skip to content

Commit

Permalink
fix misc copyright years
Browse files Browse the repository at this point in the history
Commands used to check for issues:

    git grep 'Copyright .*Firejail' | grep -v 2014-2025

Misc: This was noticed on commit 212ac3c ("update copyright",
2025-01-12).
  • Loading branch information
kmk3 committed Jan 13, 2025
1 parent 212ac3c commit ead5987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/firejail/netns.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Firejail Authors
* Copyright (C) 2014-2025 Firejail Authors
*
* This file is part of firejail project
*
Expand Down
2 changes: 1 addition & 1 deletion test/network/ip6.exp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/expect -f
# This file is part of Firejail project
# Copyright (C) 2014-2022 Firejail Authors
# Copyright (C) 2014-2025 Firejail Authors
# License GPL v2

set timeout 10
Expand Down

0 comments on commit ead5987

Please sign in to comment.