Skip to content

Commit f82aee5

Browse files
author
David Reiss
committed
THRIFT-387. Add license statements to some autoconf macro files
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760216 13f79535-47bb-0310-9956-ffa450edef68
1 parent 566a987 commit f82aee5

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

aclocal/ax_lib_event.m4

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ dnl @category InstalledPackages
2727
dnl @category C
2828
dnl @version 2007-09-12
2929
dnl @license AllPermissive
30+
dnl
31+
dnl Copyright (C) 2009 David Reiss
32+
dnl Copying and distribution of this file, with or without modification,
33+
dnl are permitted in any medium without royalty provided the copyright
34+
dnl notice and this notice are preserved.
3035

3136
dnl Input: ax_libevent_path, WANT_LIBEVENT_VERSION
3237
dnl Output: success=yes/no

aclocal/ax_lib_zlib.m4

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ dnl @category InstalledPackages
2525
dnl @category C
2626
dnl @version 2007-09-12
2727
dnl @license AllPermissive
28+
dnl
29+
dnl Copyright (C) 2009 David Reiss
30+
dnl Copying and distribution of this file, with or without modification,
31+
dnl are permitted in any medium without royalty provided the copyright
32+
dnl notice and this notice are preserved.
2833

2934
dnl Input: ax_zlib_path, WANT_ZLIB_VERSION
3035
dnl Output: success=yes/no

aclocal/ax_thrift_internal.m4

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ dnl They are intended only for internal use by the Thrift compiler.
99
dnl
1010
dnl @version 2008-02-20
1111
dnl @license AllPermissive
12+
dnl
13+
dnl Copyright (C) 2009 David Reiss
14+
dnl Copying and distribution of this file, with or without modification,
15+
dnl are permitted in any medium without royalty provided the copyright
16+
dnl notice and this notice are preserved.
1217

1318
AC_DEFUN([AX_THRIFT_GEN],
1419
[

lib/php/src/ext/thrift_protocol/config.m4

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
dnl Copyright (C) 2009 Facebook
2+
dnl Copying and distribution of this file, with or without modification,
3+
dnl are permitted in any medium without royalty provided the copyright
4+
dnl notice and this notice are preserved.
5+
16
PHP_ARG_ENABLE(thrift_protocol, whether to enable the thrift_protocol extension,
27
[ --enable-thrift_protocol Enable the fbthrift_protocol extension])
38

0 commit comments

Comments
 (0)