Update copyright holder in grep.c

This commit is contained in:
maro.xt 2026-05-13 00:19:33 +02:00 committed by GitHub
parent e313e9dfcc
commit e21dd756bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
// Copyright (c) 2023-2026 Chris (boreddevnl) // Copyright (c) 2023-2026 Maro (whitehai11)
// This software is released under the GNU General Public License v3.0. See LICENSE file for details. // This software is released under the GNU General Public License v3.0. See LICENSE file for details.
// This header needs to maintain in any file it is present in, as per the GPL license terms. // This header needs to maintain in any file it is present in, as per the GPL license terms.
// BOREDOS_APP_DESC: Search for text inside a file. // BOREDOS_APP_DESC: Search for text inside a file.