Skip to content

Commit 0c4e6ce

Browse files
committed
Add MIT license to build-aux/m4 scripts
1 parent 3f8a5d8 commit 0c4e6ce

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

build-aux/m4/bitcoin_find_bdb48.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
dnl Copyright (c) 2013-2015 The Bitcoin Core developers
2+
dnl Distributed under the MIT software license, see the accompanying
3+
dnl file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
AC_DEFUN([BITCOIN_FIND_BDB48],[
26
AC_MSG_CHECKING([for Berkeley DB C++ headers])
37
BDB_CPPFLAGS=

build-aux/m4/bitcoin_qt.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
dnl Copyright (c) 2013-2016 The Bitcoin Core developers
2+
dnl Distributed under the MIT software license, see the accompanying
3+
dnl file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
dnl Helper for cases where a qt dependency is not met.
26
dnl Output: If qt version is auto, set bitcoin_enable_qt to false. Else, exit.
37
AC_DEFUN([BITCOIN_QT_FAIL],[

build-aux/m4/bitcoin_subdir_to_include.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
dnl Copyright (c) 2013-2014 The Bitcoin Core developers
2+
dnl Distributed under the MIT software license, see the accompanying
3+
dnl file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
dnl BITCOIN_SUBDIR_TO_INCLUDE([CPPFLAGS-VARIABLE-NAME],[SUBDIRECTORY-NAME],[HEADER-FILE])
26
dnl SUBDIRECTORY-NAME must end with a path separator
37
AC_DEFUN([BITCOIN_SUBDIR_TO_INCLUDE],[

build-aux/m4/l_atomic.m4

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
dnl Copyright (c) 2015 Tim Kosse <[email protected]>
2+
dnl Copying and distribution of this file, with or without modification, are
3+
dnl permitted in any medium without royalty provided the copyright notice
4+
dnl and this notice are preserved. This file is offered as-is, without any
5+
dnl warranty.
6+
17
# Some versions of gcc/libstdc++ require linking with -latomic if
28
# using the C++ atomic library.
39
#

0 commit comments

Comments
 (0)