diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-11-02 19:51:25 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-11-02 19:51:25 +0100 |
commit | bdc34f6468d2aca67fdd42b6c2b4564b83c764dc (patch) | |
tree | b0a2c710a0ea555ccd102e079fd59604915fd008 | |
parent | 40c870ed3aeb5971af7d4887bbf4c68da40805b5 (diff) | |
download | monitoring-plugins-bdc34f6468d2aca67fdd42b6c2b4564b83c764dc.tar.gz |
Remove LEGAL file
-rw-r--r-- | LEGAL | 10 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 1 insertions, 11 deletions
@@ -1,10 +0,0 @@ - -All source code, binaries, documentation, and information contained -in this distribution are provided AS IS with NO WARRANTY OF ANY KIND, -INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR -A PARTICULAR PURPOSE. - -Nagios and the Nagios logo are trademarks of Ethan Galstad. All -other trademarks, servicemarks, registered trademarks, and -registered servicemarks are the property of their respective owner(s). - diff --git a/Makefile.am b/Makefile.am index 9ee0800e..7e0d4131 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = gl tap lib plugins plugins-scripts plugins-root po @PERLMODS_DIR@ EXTRA_DIST = config.rpath \ - ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog FAQ LEGAL NEWS \ + ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CODING ChangeLog FAQ NEWS \ NP-VERSION-GEN REQUIREMENTS SUPPORT THANKS \ NPTest.pm pkg \ config_test/Makefile config_test/run_tests config_test/child_test.c \ |