summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2023-04-27 12:09:54 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2023-04-27 12:09:54 +0900
commit17a3394b47cb82535ef7187e8819931b00cf4fa6 (patch)
treee2e7344ae8df564f301f76f1f6e8656290ca9fa6
parent2538430a35b02b9ac002a84930650bf4767fc473 (diff)
downloadlibgcrypt-17a3394b47cb82535ef7187e8819931b00cf4fa6.tar.gz
Update m4 files and Makefiles.
* acinclude.m4: Use URL and add SPDX identifier. * m4/noexecstack.m4: Likewise. * Makefile.am: Likewise. * doc/Makefile.am: Likewise. * mpi/Makefile.am: Likewise. * tests/Makefile.am: Likewise. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--Makefile.am2
-rw-r--r--acinclude.m44
-rw-r--r--doc/Makefile.am4
-rw-r--r--m4/noexecstack.m44
-rw-r--r--mpi/Makefile.am4
-rw-r--r--tests/Makefile.am4
6 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 0e9754e1..1e0db6f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@
# 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, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
# SPDX-License-Identifier: LGPL-2.1-or-later
# Location of the released tarball archives. This is prefixed by
diff --git a/acinclude.m4 b/acinclude.m4
index 5f4b859b..ba1b385a 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -16,8 +16,8 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU Lesser General Public License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public
-dnl License along with this program; if not, write to the Free Software
-dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+dnl License along with this program; if not, see <https://www.gnu.org/licenses/>.
+dnl SPDX-License-Identifier: LGPL-2.1-or-later
dnl GCRY_MSG_SHOW(PREFIX,STRING)
dnl Print a message with a prefix.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index ca3061bc..36a72572 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,8 +14,8 @@
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
+# SPDX-License-Identifier: LGPL-2.1-or-later
EXTRA_DIST = README.apichanges HACKING DCO \
libgcrypt-modules.png fips-fsm.png \
diff --git a/m4/noexecstack.m4 b/m4/noexecstack.m4
index 85df0439..f3e7539e 100644
--- a/m4/noexecstack.m4
+++ b/m4/noexecstack.m4
@@ -12,8 +12,8 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
dnl Lesser General Public License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public
-dnl License along with this library; if not, write to the Free Software
-dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+dnl License along with this library; if not, see <https://www.gnu.org/licenses/>.
+dnl SPDX-License-Identifier: LGPL-2.1-or-later
dnl Checks whether the stack can be marked nonexecutable by passing an
dnl option to the C-compiler when acting on .s files. Returns that
diff --git a/mpi/Makefile.am b/mpi/Makefile.am
index e1362c88..d06be7aa 100644
--- a/mpi/Makefile.am
+++ b/mpi/Makefile.am
@@ -14,8 +14,8 @@
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
+# SPDX-License-Identifier: LGPL-2.1-or-later
# 1.5 leads to a combinatorial explosion due to all the conditionals
# I was not able to build it with 64Megs - 1.6 fixes this.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 75aa5cf7..348f8373 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,8 +13,8 @@
# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
+# SPDX-License-Identifier: LGPL-2.1-or-later
## Process this file with automake to produce Makefile.in