Skip to content

Commit

Permalink
shorter license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
y5nw committed Sep 15, 2024
1 parent 952b938 commit 91a55ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 54 deletions.
20 changes: 2 additions & 18 deletions src/gettext_plural_form.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
/*
Minetest
Copyright (C) 2024 y5nw <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
// Minetest
// SPDX-License-Identifier: LGPL-2.1-or-later/

#include "gettext_plural_form.h"
#include "util/string.h"
Expand Down
20 changes: 2 additions & 18 deletions src/gettext_plural_form.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
/*
Minetest
Copyright (C) 2024 y5nw <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
// Minetest
// SPDX-License-Identifier: LGPL-2.1-or-later/

#pragma once
#include <string_view>
Expand Down
20 changes: 2 additions & 18 deletions src/unittest/test_translations.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
/*
Minetest
Copyright (C) 2024 y5nw <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
// Minetest
// SPDX-License-Identifier: LGPL-2.1-or-later/

#include "translation.h"
#include "filesys.h"
Expand Down

0 comments on commit 91a55ae

Please sign in to comment.