Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Got bored during a meeting: fix the copyright notice of several useless files (found...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 5 Oct 2007 08:53:59 +0000 (08:53 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 5 Oct 2007 08:53:59 +0000 (08:53 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4788 48e7efb5-ca39-0410-a469-dd3cf9ba447f

acmacro/compiler-flags.m4
acmacro/flex.m4
acmacro/gras_arch.m4
acmacro/print_null.m4

index b6dd1e9..0974f53 100644 (file)
@@ -1,9 +1,15 @@
-
-
 dnl SG_COMPILE_FLAGS
 dnl Turn on many useful compiler warnings
 dnl For now, only sets extra flags on GCC
 
 dnl SG_COMPILE_FLAGS
 dnl Turn on many useful compiler warnings
 dnl For now, only sets extra flags on GCC
 
+
+dnl Copyright (C) 2004, 2005, 2007. Martin Quinson. All rights reserved.
+
+dnl This file is part of the SimGrid project. This is free software:
+dnl You can redistribute and/or modify it under the terms of the
+dnl GNU LGPL (v2.1) licence.
+
+
 AC_DEFUN([SG_COMPILE_FLAGS],[
   AC_ARG_ENABLE(compile-warnings,
     AS_HELP_STRING([--enable-compile-warnings], [use compiler warnings (default=no, unless in maintainer mode)]),
 AC_DEFUN([SG_COMPILE_FLAGS],[
   AC_ARG_ENABLE(compile-warnings,
     AS_HELP_STRING([--enable-compile-warnings], [use compiler warnings (default=no, unless in maintainer mode)]),
index a543aa2..b7b0fe6 100644 (file)
@@ -3,6 +3,14 @@ dnl The first arg must be a version number with 3 parts.
 
 dnl You may want to check for version >= 2.5.31 (the one breaking posix compatibility)
 
 
 dnl You may want to check for version >= 2.5.31 (the one breaking posix compatibility)
 
+
+dnl Copyright (C) 2005. Martin Quinson. All rights reserved.
+
+dnl This file is part of the SimGrid project. This is free software: 
+dnl You can redistribute and/or modify it under the terms of the 
+dnl GNU LGPL (v2.1) licence.
+
+
 AC_DEFUN([_AC_PROG_FLEX_HELPER_TOO_OLD],[
   AC_MSG_NOTICE([Found flex is too old. Parsers won't get updated (Found v$FLEX_VERSION < v$1)])
   LEX="$SHELL $missing_dir/missing flex";
 AC_DEFUN([_AC_PROG_FLEX_HELPER_TOO_OLD],[
   AC_MSG_NOTICE([Found flex is too old. Parsers won't get updated (Found v$FLEX_VERSION < v$1)])
   LEX="$SHELL $missing_dir/missing flex";
index c10677c..9ffccff 100644 (file)
@@ -1,4 +1,3 @@
-# BEGIN OF GRAS ARCH CHECK
 dnl
 dnl GRAS_DO_CHECK_SIZEOF: Get the size of a datatype (even in cross-compile)
 dnl  1: type tested
 dnl
 dnl GRAS_DO_CHECK_SIZEOF: Get the size of a datatype (even in cross-compile)
 dnl  1: type tested
@@ -6,6 +5,15 @@ dnl  2: extra include lines
 dnl  3: extra sizes to test
 dnl ("adapted" from openldap)
 dnl
 dnl  3: extra sizes to test
 dnl ("adapted" from openldap)
 dnl
+
+dnl Copyright (C) 2004, 2005, 2006, 2007. Martin Quinson. All rights reserved.
+
+dnl This file is part of the SimGrid project. This is free software:
+dnl You can redistribute and/or modify it under the terms of the
+dnl GNU LGPL (v2.1) licence.
+
+
+# BEGIN OF GRAS ARCH CHECK
 AC_DEFUN([GRAS_DO_CHECK_SIZEOF],
 [changequote(<<, >>)dnl 
  dnl The cache variable name (and of the result). 
 AC_DEFUN([GRAS_DO_CHECK_SIZEOF],
 [changequote(<<, >>)dnl 
  dnl The cache variable name (and of the result). 
index ee5787c..62e6c5d 100644 (file)
@@ -1,5 +1,4 @@
 dnl AC_CHECK_PRINTF_NULL: Check whether printf("%s",NULL) works or segfault
 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:
 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 #  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...])
 AC_DEFUN([AC_CHECK_PRINTF_NULL],
  [
 AC_MSG_CHECKING([whether printf("%s",NULL) works...])