Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Got bored during a meeting: fix the copyright notice of several useless files (found...
[simgrid.git] / acmacro / print_null.m4
index ee5787c..62e6c5d 100644 (file)
@@ -1,5 +1,4 @@
 dnl AC_CHECK_PRINTF_NULL: Check whether printf("%s",NULL) works or segfault
-
 dnl it uses AC_RUN and assume the worse while cross-compiling
 
 dnl Then, you can:
@@ -9,6 +8,14 @@ dnl #else
 dnl #  define PRINTF_STR(a) (a)
 dnl #endif
 
+dnl Copyright (C) 2005. Martin Quinson. All rights reserved.
+
+dnl This file is part of the SimGrid project. This is free software: You can
+dnl redistribute and/or modify it under the terms of GNU LGPL (v2.1) licence.
+
+
+
+
 AC_DEFUN([AC_CHECK_PRINTF_NULL],
  [
 AC_MSG_CHECKING([whether printf("%s",NULL) works...])