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 | |
| parent | 11688cf348f283dc1f95957338137fe8dd958c71 (diff) | |
Update missed copyrights
| -rw-r--r-- | font.c | 8 | ||||
| -rw-r--r-- | font_cp00.c | 8 | ||||
| -rw-r--r-- | font_cp04.c | 8 | 
3 files changed, 12 insertions, 12 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" diff --git a/font_cp00.c b/font_cp00.c index 1cf9555..9979571 100644 --- a/font_cp00.c +++ b/font_cp00.c @@ -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 <stdint.h> diff --git a/font_cp04.c b/font_cp04.c index a657f52..41180fa 100644 --- a/font_cp04.c +++ b/font_cp04.c @@ -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 <stdint.h> | 
