From d851f10a48500a348a134fab6f1a637bade12109 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 8 Feb 2018 16:05:33 -0800 Subject: [PATCH] GUACAMOLE-353: Clarify applicability of ASF header when transcluded into generated build files. --- Makefile.am | 6 ++++++ src/common-ssh/Makefile.am | 6 ++++++ src/common/Makefile.am | 6 ++++++ src/guacd/Makefile.am | 6 ++++++ src/guacenc/Makefile.am | 6 ++++++ src/guaclog/Makefile.am | 6 ++++++ src/libguac/Makefile.am | 6 ++++++ src/protocols/kubernetes/Makefile.am | 6 ++++++ src/protocols/rdp/Makefile.am | 6 ++++++ src/protocols/ssh/Makefile.am | 6 ++++++ src/protocols/telnet/Makefile.am | 6 ++++++ src/protocols/vnc/Makefile.am | 6 ++++++ src/pulse/Makefile.am | 6 ++++++ src/terminal/Makefile.am | 6 ++++++ tests/Makefile.am | 6 ++++++ 15 files changed, 90 insertions(+) diff --git a/Makefile.am b/Makefile.am index 63bd8e08f3..6926474b16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# ACLOCAL_AMFLAGS = -I m4 diff --git a/src/common-ssh/Makefile.am b/src/common-ssh/Makefile.am index b839ab0069..8116723818 100644 --- a/src/common-ssh/Makefile.am +++ b/src/common-ssh/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 32d128365c..0619010378 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/guacd/Makefile.am b/src/guacd/Makefile.am index 4dcd3d2249..356f72f234 100644 --- a/src/guacd/Makefile.am +++ b/src/guacd/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign diff --git a/src/guacenc/Makefile.am b/src/guacenc/Makefile.am index a505ff5bb1..8debd63254 100644 --- a/src/guacenc/Makefile.am +++ b/src/guacenc/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign diff --git a/src/guaclog/Makefile.am b/src/guaclog/Makefile.am index 6acced3073..af5c5a7623 100644 --- a/src/guaclog/Makefile.am +++ b/src/guaclog/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign diff --git a/src/libguac/Makefile.am b/src/libguac/Makefile.am index 5123121d63..d541df586f 100644 --- a/src/libguac/Makefile.am +++ b/src/libguac/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/protocols/kubernetes/Makefile.am b/src/protocols/kubernetes/Makefile.am index 56db4d6430..b100c1760e 100644 --- a/src/protocols/kubernetes/Makefile.am +++ b/src/protocols/kubernetes/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/protocols/rdp/Makefile.am b/src/protocols/rdp/Makefile.am index cffabb2cbd..670359fc92 100644 --- a/src/protocols/rdp/Makefile.am +++ b/src/protocols/rdp/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/protocols/ssh/Makefile.am b/src/protocols/ssh/Makefile.am index 87d4a7284e..d60cf00252 100644 --- a/src/protocols/ssh/Makefile.am +++ b/src/protocols/ssh/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/protocols/telnet/Makefile.am b/src/protocols/telnet/Makefile.am index a44118def8..bec0e9556b 100644 --- a/src/protocols/telnet/Makefile.am +++ b/src/protocols/telnet/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/protocols/vnc/Makefile.am b/src/protocols/vnc/Makefile.am index 0c5ea4785f..fcba33f14a 100644 --- a/src/protocols/vnc/Makefile.am +++ b/src/protocols/vnc/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/pulse/Makefile.am b/src/pulse/Makefile.am index b792124574..3cb2d44cba 100644 --- a/src/pulse/Makefile.am +++ b/src/pulse/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/src/terminal/Makefile.am b/src/terminal/Makefile.am index 1a609324b8..9fce9dc541 100644 --- a/src/terminal/Makefile.am +++ b/src/terminal/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 diff --git a/tests/Makefile.am b/tests/Makefile.am index 7c7e07bc65..fc1302e5d2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. # +# NOTE: Parts of this file (Makefile.am) are automatically transcluded verbatim +# into Makefile.in. Though the build system (GNU Autotools) automatically adds +# its own license boilerplate to the generated Makefile.in, that boilerplate +# does not apply to the transcluded portions of Makefile.am which are licensed +# to you by the ASF under the Apache License, Version 2.0, as described above. +# AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4