munge/remove-GPL_LICENSED-cpp.patch
2009-07-30 08:11:25 +00:00

22 lines
821 B
Diff

diff -uNr munge-0.5.8.ORIG/src/libmunge/munge.h munge-0.5.8/src/libmunge/munge.h
--- munge-0.5.8.ORIG/src/libmunge/munge.h 2009-07-22 22:20:01.358333769 +0200
+++ munge-0.5.8/src/libmunge/munge.h 2009-07-22 22:23:55.773390795 +0200
@@ -31,17 +31,6 @@
#include <sys/types.h>
-/*****************************************************************************
- * Got GPL?
- *****************************************************************************/
-
-#if ! GPL_LICENSED
-# error By linking against libmunge, the derivative
-# error work becomes licensed under the terms of the
-# error GNU General Public License. Acknowledge by
-# error defining the GPL_LICENSED preprocessor macro.
-#endif /* !GPL_LICENSED */
-
/*****************************************************************************
* Got C++?