diff options
author | Zephyron <zephyron@citron-emu.org> | 2024-12-31 17:36:08 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2024-12-31 17:36:08 +1000 |
commit | 468ace6b0bd4e44b3da1b912c596f67902c9eed0 (patch) | |
tree | ee1265451d0b7910f7cc321d42accad68f9df79e /hooks | |
parent | c972c5129df609f13f873b94f4ae24ba20521203 (diff) |
core: Update copyright headers
- Update copyright headers to include Citron Homebrew Project
- Add 2025 to copyright years
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit index 855af6dca..2ae0d36a4 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -1,6 +1,6 @@ #!/bin/sh -# SPDX-FileCopyrightText: 2015 Citra Emulator Project +# SPDX-FileCopyrightText: 2015 Citra Emulator Project & 2025 Citron Homebrew Project # SPDX-License-Identifier: GPL-2.0-or-later # Enforce citron's whitespace policy |