diff options
author | Joël Krähemann <jkraehemann@gmail.com> | 2019-08-29 19:42:46 +0200 |
---|---|---|
committer | Joël Krähemann <jkraehemann@gmail.com> | 2019-08-29 19:42:46 +0200 |
commit | df6bffcd4fec9d4ee8ec83dc6199e049a4c4acc2 (patch) | |
tree | f055c38d3f2c7f82215244a33eb4927eb9e81ce6 | |
parent | 677fec1b33db7f7a8428b11eebb48bd04bb58075 (diff) | |
download | gsequencer-df6bffcd4fec9d4ee8ec83dc6199e049a4c4acc2.tar.gz |
added copyright notices to gettext files
-rw-r--r-- | po/Makefile.in.in | 3 | ||||
-rw-r--r-- | po/Makevars | 4 | ||||
-rw-r--r-- | po/Makevars.template | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 5 | ||||
-rw-r--r-- | po/Rules-quot | 7 | ||||
-rw-r--r-- | po/remove-potcdate.sin | 8 |
6 files changed, 28 insertions, 3 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 38c293d..d9de201 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -1,5 +1,6 @@ # Makefile for PO directory in any package using GNU gettext. -# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu> +# Copyright (C) 1995-2000 Ulrich Drepper <drepper@gnu.ai.mit.edu> +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/po/Makevars b/po/Makevars index 5a2d7c7..3fdb415 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,4 +1,8 @@ # Makefile variables for PO directory in any package using GNU gettext. +# +# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# This file, Makevars, is free software; the Free Software Foundation +# gives unlimited permission to use, copy, distribute, and modify it. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) diff --git a/po/Makevars.template b/po/Makevars.template index 0648ec7..c92ba9d 100644 --- a/po/Makevars.template +++ b/po/Makevars.template @@ -1,4 +1,8 @@ # Makefile variables for PO directory in any package using GNU gettext. +# +# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# This file, Makevars,template, is free software; the Free Software Foundation +# gives unlimited permission to use, copy, distribute, and modify it. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) diff --git a/po/POTFILES.in b/po/POTFILES.in index 8021fb4..8d6a349 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,8 @@ +# List of files which contain translatable strings. +# Copyright (C) 1995, 1998, 2001-2003, 2005-2006, 2016 Free Software +# Foundation, Inc. +# This file is free software, distributed under GNU GPL v3+. + ./ags/X/ags_animation_window.c ./ags/X/ags_audio_preferences.c ./ags/X/ags_audio_preferences_callbacks.c diff --git a/po/Rules-quot b/po/Rules-quot index baf6528..1efc97a 100644 --- a/po/Rules-quot +++ b/po/Rules-quot @@ -1,6 +1,11 @@ # This file, Rules-quot, can be copied and used freely without restrictions. # Special Makefile rules for English message catalogs with quotation marks. - +# +# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# This file, Rules-quot, and its auxiliary files (listed under +# DISTFILES.common.extra1) are free software; the Free Software Foundation +# gives unlimited permission to use, copy, distribute, and modify them. + DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en diff --git a/po/remove-potcdate.sin b/po/remove-potcdate.sin index 2436c49..8c70dfb 100644 --- a/po/remove-potcdate.sin +++ b/po/remove-potcdate.sin @@ -1,6 +1,12 @@ -# Sed script that remove the POT-Creation-Date line in the header entry +# Sed script that removes the POT-Creation-Date line in the header entry # from a POT file. # +# Copyright (C) 2002 Free Software Foundation, Inc. +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. +# # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ |