summaryrefslogtreecommitdiff
path: root/mpi
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 /mpi
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>
Diffstat (limited to 'mpi')
-rw-r--r--mpi/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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.