diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2021-01-13 15:35:02 +0100 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2021-01-13 15:35:02 +0100 |
commit | 79a4e23338f9fdea1db98c6df4161d07398be84f (patch) | |
tree | 6159c8488351ff7a77b9f17b42f4cd9f9a0cfcd2 /font.c | |
parent | 11688cf348f283dc1f95957338137fe8dd958c71 (diff) |
Update missed copyrights
Diffstat (limited to 'font.c')
-rw-r--r-- | font.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,18 +1,18 @@ /* - * Copyright (C) 2020 Mikhail Burakov. This file is part of Chrand. + * Copyright (C) 2021 Mikhail Burakov. This file is part of Pui. * - * Chrand is free software: you can redistribute it and/or modify + * Pui is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * Chrand is distributed in the hope that it will be useful, + * Pui is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with Chrand. If not, see <https://www.gnu.org/licenses/>. + * along with Pui. If not, see <https://www.gnu.org/licenses/>. */ #include "font.h" |