diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/LINGUAS | 2 | ||||
-rw-r--r-- | po/POTFILES | 2 | ||||
-rw-r--r-- | po/meson.build | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ # Copyright 2022 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later +# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later de fr ko diff --git a/po/POTFILES b/po/POTFILES index 0f392b7..a5b038c 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later +# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later src/Action.hpp src/ActionSink.hpp diff --git a/po/meson.build b/po/meson.build index 689ed1b..26c1bf4 100644 --- a/po/meson.build +++ b/po/meson.build @@ -1,5 +1,5 @@ # Copyright 2020-2022 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later +# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later i18n = import('i18n') |