summaryrefslogtreecommitdiff
path: root/mate-dictionary
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-28 09:49:14 +0100
committerraveit65 <[email protected]>2020-12-07 11:11:59 +0100
commitc37a23cc3a6ee35c525d7c548ad7b27e7a73048a (patch)
treef71fa6b7716b8a6557d2e19f376043f552f8035f /mate-dictionary
parentc32d63f3386e84dba031d2947f2cb1d01af6b0c4 (diff)
downloadmate-utils-c37a23cc3a6ee35c525d7c548ad7b27e7a73048a.tar.bz2
mate-utils-c37a23cc3a6ee35c525d7c548ad7b27e7a73048a.tar.xz
Add legal notice in Makefile.am files
Diffstat (limited to 'mate-dictionary')
-rw-r--r--mate-dictionary/Makefile.am15
-rw-r--r--mate-dictionary/data/Makefile.am15
-rw-r--r--mate-dictionary/docs/Makefile.am15
-rw-r--r--mate-dictionary/docs/reference/Makefile.am15
-rw-r--r--mate-dictionary/docs/reference/gdict/Makefile.am15
-rw-r--r--mate-dictionary/help/Makefile.am15
-rw-r--r--mate-dictionary/libgdict/Makefile.am15
-rw-r--r--mate-dictionary/src/Makefile.am15
8 files changed, 120 insertions, 0 deletions
diff --git a/mate-dictionary/Makefile.am b/mate-dictionary/Makefile.am
index ef0d832e..55e8b79d 100644
--- a/mate-dictionary/Makefile.am
+++ b/mate-dictionary/Makefile.am
@@ -1,3 +1,18 @@
+# This file is part of MATE Utils.
+#
+# MATE Utils 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 2 of the License, or
+# (at your option) any later version.
+#
+# MATE Utils 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 MATE Utils. If not, see <https://www.gnu.org/licenses/>.
+
SUBDIRS = libgdict src data docs help
EXTRA_DIST = TODO README.md AUTHORS
diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am
index 66d18a04..167b2f35 100644
--- a/mate-dictionary/data/Makefile.am
+++ b/mate-dictionary/data/Makefile.am
@@ -1,3 +1,18 @@
+# This file is part of MATE Utils.
+#
+# MATE Utils 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 2 of the License, or
+# (at your option) any later version.
+#
+# MATE Utils 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 MATE Utils. If not, see <https://www.gnu.org/licenses/>.
+
NULL =
man_MANS = mate-dictionary.1
diff --git a/mate-dictionary/docs/Makefile.am b/mate-dictionary/docs/Makefile.am
index b7c84c7d..7c835353 100644
--- a/mate-dictionary/docs/Makefile.am
+++ b/mate-dictionary/docs/Makefile.am
@@ -1,3 +1,18 @@
+# This file is part of MATE Utils.
+#
+# MATE Utils 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 2 of the License, or
+# (at your option) any later version.
+#
+# MATE Utils 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 MATE Utils. If not, see <https://www.gnu.org/licenses/>.
+
SUBDIRS = reference
EXTRA_DIST = source-configuration.txt
diff --git a/mate-dictionary/docs/reference/Makefile.am b/mate-dictionary/docs/reference/Makefile.am
index 70178440..8306e68a 100644
--- a/mate-dictionary/docs/reference/Makefile.am
+++ b/mate-dictionary/docs/reference/Makefile.am
@@ -1,3 +1,18 @@
+# This file is part of MATE Utils.
+#
+# MATE Utils 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 2 of the License, or
+# (at your option) any later version.
+#
+# MATE Utils 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 MATE Utils. If not, see <https://www.gnu.org/licenses/>.
+
SUBDIRS = gdict
-include $(top_srcdir)/git.mk
diff --git a/mate-dictionary/docs/reference/gdict/Makefile.am b/mate-dictionary/docs/reference/gdict/Makefile.am
index 25a77ed6..e48070d3 100644
--- a/mate-dictionary/docs/reference/gdict/Makefile.am
+++ b/mate-dictionary/docs/reference/gdict/Makefile.am
@@ -1,3 +1,18 @@
+# This file is part of MATE Utils.
+#
+# MATE Utils 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 2 of the License, or
+# (at your option) any later version.
+#
+# MATE Utils 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 MATE Utils. If not, see <https://www.gnu.org/licenses/>.
+
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.6
diff --git a/mate-dictionary/help/Makefile.am b/mate-dictionary/help/Makefile.am
index edb996f3..a727cbe2 100644
--- a/mate-dictionary/help/Makefile.am
+++ b/mate-dictionary/help/Makefile.am
@@ -1,3 +1,18 @@
+# This file is part of MATE Utils.
+#
+# MATE Utils 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 2 of the License, or
+# (at your option) any later version.
+#
+# MATE Utils 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 MATE Utils. If not, see <https://www.gnu.org/licenses/>.
+
@YELP_HELP_RULES@
HELP_ID = mate-dictionary
diff --git a/mate-dictionary/libgdict/Makefile.am b/mate-dictionary/libgdict/Makefile.am
index b422f072..8b5c4b3f 100644
--- a/mate-dictionary/libgdict/Makefile.am
+++ b/mate-dictionary/libgdict/Makefile.am
@@ -1,3 +1,18 @@
+# This file is part of MATE Utils.
+#
+# MATE Utils 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 2 of the License, or
+# (at your option) any later version.
+#
+# MATE Utils 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 MATE Utils. If not, see <https://www.gnu.org/licenses/>.
+
NULL =
AM_CPPFLAGS = -DG_LOG_DOMAIN=\"Gdict\" \
diff --git a/mate-dictionary/src/Makefile.am b/mate-dictionary/src/Makefile.am
index af5e4edc..e8228e6b 100644
--- a/mate-dictionary/src/Makefile.am
+++ b/mate-dictionary/src/Makefile.am
@@ -1,3 +1,18 @@
+# This file is part of MATE Utils.
+#
+# MATE Utils 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 2 of the License, or
+# (at your option) any later version.
+#
+# MATE Utils 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 MATE Utils. If not, see <https://www.gnu.org/licenses/>.
+
NULL =
AM_CPPFLAGS = \