summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSam Spilsbury <smspillaz@gmail.com>2015-01-15 11:23:42 +0800
committerSam Spilsbury <smspillaz@gmail.com>2015-01-23 10:50:26 +0800
commit03bb42cf2a878940e724089f348bb47907fd1861 (patch)
treec5539003bbb14464da386d38000f0c803c3567f4 /m4
parenta4928d71096b32419b6255ec1162d5412d4aeb2f (diff)
m4: Relicense eos-coverage.m4 under the MIT license.
Diffstat (limited to 'm4')
-rw-r--r--m4/eos-coverage.m440
1 files changed, 36 insertions, 4 deletions
diff --git a/m4/eos-coverage.m4 b/m4/eos-coverage.m4
index 6bd605f..5f2c27d 100644
--- a/m4/eos-coverage.m4
+++ b/m4/eos-coverage.m4
@@ -1,12 +1,41 @@
-dnl Copyright 2014 Endless Mobile, Inc.
+dnl Copyright 2014-2015 Endless Mobile, Inc.
+dnl
+dnl Permission is hereby granted, free of charge, to any person obtaining a copy
+dnl of this software and associated documentation files (the "Software"), to
+dnl deal in the Software without restriction, including without limitation the
+dnl rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+dnl sell copies of the Software, and to permit persons to whom the Software is
+dnl furnished to do so, subject to the following conditions:
+dnl
+dnl The above copyright notice and this permission notice shall be included in
+dnl all copies or substantial portions of the Software.
+dnl
+dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+dnl IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+dnl FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+dnl AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+dnl LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+dnl FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+dnl IN THE SOFTWARE.
+dnl
+dnl As a special exception, any Work generated by code contained in this
+dnl file is dedicated to the public domain and Endless Mobile, Inc, waives their
+dnl rights to the work worldwide under copyright law, to the extent allowed
+dnl by the law (the 'Waiver'). Endless Mobile, Inc makes the Wavier for the
+dnl benefit of each member public at large. The Waiver shall not be subject to
+dnl revocation, recession, cancellation, termination or any other legal or
+dnl equitable action to disrupt the quiet enjoyment of the work by the public.
+dnl Should any part of the Waiver be for any reason judged legally invalid or
+dnl ineffective under applicable law, then the Waiver shall be preserved to the
+dnl maximum extent permitted.
dnl
dnl Macros to check for code coverage support
dnl
dnl If you wish to use the JavaScript coverage function, Makefile-jasmine.am.inc
dnl should be included before calling EOS_COVERAGE_RULES.
dnl
-dnl Add clean-coverage to the clean-local target in your Makefile to get the clean
-dnl rules for the coverage data. Or, if clean-local is not defined in your
+dnl Add clean-coverage to the clean-local target in your Makefile to get the
+dnl clean rules for the coverage data. Or, if clean-local is not defined in your
dnl Makefile, you can just use EOS_COVERAGE_CLEAN_RULES.
dnl
dnl Variables that affect the operation of the inserted make rules:
@@ -150,7 +179,10 @@ AC_DEFUN_ONCE([EOS_COVERAGE_REPORT], [
# Now that we've figured out if we have coverage reports, build the rules
AS_IF([test "x$EOS_ENABLE_COVERAGE" = "xyes"], [
EOS_COVERAGE_RULES_HEADER='
-# Copyright (c) 2015 Endless Mobile, Inc, all rights reserved.
+# Copyright (c) 2015 Endless Mobile
+#
+# This file was generated by eos-coverage.m4 and is
+# licenced under the MIT licence.
#
# Internal variable to track the coverage accumulated counter files.
_eos_coverage_outputs =