diff options
| -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> | 
