Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Other useless copyright notice updates
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 5 Oct 2007 09:09:38 +0000 (09:09 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 5 Oct 2007 09:09:38 +0000 (09:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4789 48e7efb5-ca39-0410-a469-dd3cf9ba447f

66 files changed:
Makefile.am
Makefile.in
bootstrap
configure.ac
doc/Makefile.am
doc/Makefile.in
examples/Makefile.am
examples/Makefile.in
examples/amok/Makefile.am
examples/amok/Makefile.in
examples/amok/alnem/Makefile.am
examples/amok/bandwidth/Makefile.am
examples/amok/saturate/Makefile.am
examples/gras/Makefile.am
examples/gras/Makefile.in
examples/gras/all2all/Makefile.am
examples/gras/all2all/Makefile.in
examples/gras/chrono/Makefile.am
examples/gras/chrono/Makefile.in
examples/gras/mmrpc/Makefile.am
examples/gras/mmrpc/Makefile.in
examples/gras/mutual_exclusion/simple_token/Makefile.am
examples/gras/mutual_exclusion/simple_token/Makefile.in
examples/gras/p2p/Makefile.am
examples/gras/p2p/can/Makefile.am
examples/gras/p2p/chord/Makefile.am
examples/gras/ping/Makefile.am
examples/gras/ping/Makefile.in
examples/gras/pmm/Makefile.am
examples/gras/pmm/Makefile.in
examples/gras/rpc/Makefile.am
examples/gras/rpc/Makefile.in
examples/gras/spawn/Makefile.am
examples/gras/spawn/Makefile.in
examples/gras/synchro/Makefile.am
examples/gras/synchro/Makefile.in
examples/gras/timer/Makefile.am
examples/gras/timer/Makefile.in
examples/java/Makefile.am
examples/java/Makefile.in
examples/java/basic/Makefile.am
examples/java/basic/Makefile.in
examples/java/comm_time/Makefile.am
examples/java/comm_time/Makefile.in
examples/java/ping_pong/Makefile.am
examples/java/ping_pong/Makefile.in
examples/java/suspend/Makefile.am
examples/java/suspend/Makefile.in
examples/msg/Makefile.am
examples/msg/Makefile.in
examples/simdag/Makefile.am
examples/simdag/Makefile.in
include/Makefile.am
include/Makefile.in
src/Makefile.am
src/Makefile.in
teshsuite/Makefile.am
teshsuite/Makefile.in
testsuite/Makefile.am
testsuite/Makefile.in
tools/Makefile.am
tools/Makefile.in
tools/gras/Makefile.am
tools/gras/Makefile.in
tools/tesh/Makefile.am
tools/tesh/Makefile.in

index d09f91e..3e3d04c 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 # GRAMINE_CUT_BEGIN
 SG_SUBDIRS= testsuite teshsuite examples doc
 
 # GRAMINE_CUT_BEGIN
 SG_SUBDIRS= testsuite teshsuite examples doc
 
index f9b832f..7521981 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index 69b16cc..faaf3c4 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,12 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 amversions="${amver:-1.10}"
 
 check_version()
 amversions="${amver:-1.10}"
 
 check_version()
index 7a7f5a6..79ddfa4 100644 (file)
@@ -1,3 +1,8 @@
+dnl Copyright (C) 2004-2007. The SimGrid team. 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.
 
 ######################
 ## Setup the autotools
 
 ######################
 ## Setup the autotools
index 84ca5a3..1102275 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 DOCSOURCES = $(shell find @top_srcdir@/tools/gras  @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") \
  $(shell find @srcdir@ -name "*.doc")
 FIGS=simgrid_modules.fig simgrid_modules2.fig amok_bw_test.fig amok_bw_sat.fig
 DOCSOURCES = $(shell find @top_srcdir@/tools/gras  @top_srcdir@/src @top_srcdir@/include -name "*.[chl]") \
  $(shell find @srcdir@ -name "*.doc")
 FIGS=simgrid_modules.fig simgrid_modules2.fig amok_bw_test.fig amok_bw_sat.fig
index 962223a..49e8aaf 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index ce5e901..6b01b13 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 SUBDIRS= msg gras amok simdag 
 if HAVE_JAVA
   SUBDIRS+= java
 SUBDIRS= msg gras amok simdag 
 if HAVE_JAVA
   SUBDIRS+= java
index 941aefc..a202334 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index d1968c2..c7ee8d2 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 
index 6cb1c67..90d08be 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index 694b0f6..77d5b5b 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 DISTCLEANFILES=Makefile.in
 INCLUDES= -I$(top_srcdir)/src/include
 #-I../../src -I../../nws_portability/Include @CFLAGS_SimGrid@
 DISTCLEANFILES=Makefile.in
 INCLUDES= -I$(top_srcdir)/src/include
 #-I../../src -I../../nws_portability/Include @CFLAGS_SimGrid@
index 5fcd0eb..835f169 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 TESTS=test_rl test_sg
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 TESTS=test_rl test_sg
index d92fead..2c6a637 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 
index dcc3241..87a7c0c 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 SUBDIRS= ping rpc spawn timer chrono mutual_exclusion/simple_token mmrpc all2all pmm synchro
 # p2p
 
 SUBDIRS= ping rpc spawn timer chrono mutual_exclusion/simple_token mmrpc all2all pmm synchro
 # p2p
 
index 318484b..9c7e589 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index 846ff54..10d6306 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=all2all.xml 
 include $(top_srcdir)/examples/gras/tests.mk
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=all2all.xml 
 include $(top_srcdir)/examples/gras/tests.mk
index e74c302..0c1b461 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index 7b9b693..0f26124 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 EXTRA_DIST=chrono.xml
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 EXTRA_DIST=chrono.xml
index 47e6f41..ba27343 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index 37b7bdf..01eba1d 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=mmrpc.xml mmrpc.h 
 include $(top_srcdir)/examples/gras/tests.mk
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=mmrpc.xml mmrpc.h 
 include $(top_srcdir)/examples/gras/tests.mk
index f667b22..83184a3 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index a14278b..a5bcc2e 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=simple_token.xml 
 include $(top_srcdir)/examples/gras/tests.mk
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=simple_token.xml 
 include $(top_srcdir)/examples/gras/tests.mk
index f0306c8..0d237d1 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index 8e1338e..7d8fe7f 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 SUBDIRS= chord can
 
 include $(top_srcdir)/acmacro/dist-files.mk
 SUBDIRS= chord can
 
 include $(top_srcdir)/acmacro/dist-files.mk
index cc0d8e6..d3d5ddb 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 #TESTS= test_rl test_sg
 EXTRA_DIST=can_tests.c types.h can.xml $(TESTS)
 INCLUDES= -I$(top_srcdir)/include
 #TESTS= test_rl test_sg
 EXTRA_DIST=can_tests.c types.h can.xml $(TESTS)
index 6604bf7..e7e0ce7 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 #TESTS= test_rl test_sg
 EXTRA_DIST=chord.xml $(TESTS)
 INCLUDES= -I$(top_srcdir)/include
 #TESTS= test_rl test_sg
 EXTRA_DIST=chord.xml $(TESTS)
index 8ee2e11..70f3383 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 
 EXTRA_DIST=ping.xml ping.h
 INCLUDES= -I$(top_srcdir)/include
 
 EXTRA_DIST=ping.xml ping.h
index 05b6908..0635bc7 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index b9d2166..96d20d2 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=pmm.xml
 include $(top_srcdir)/examples/gras/tests.mk
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=pmm.xml
 include $(top_srcdir)/examples/gras/tests.mk
index 6ed1171..aa48c25 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index 65d94dc..47a3cdd 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=rpc.xml
 include $(top_srcdir)/examples/gras/tests.mk
 INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=rpc.xml
 include $(top_srcdir)/examples/gras/tests.mk
index d389b9f..06e084b 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index 009ffe3..a5c8735 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 
 EXTRA_DIST=spawn.xml spawn.h
 INCLUDES= -I$(top_srcdir)/include
 
 EXTRA_DIST=spawn.xml spawn.h
index 01dfddd..f8f1000 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index b602919..b90a251 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/src/include
 
 EXTRA_DIST=synchro.xml
 INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/src/include
 
 EXTRA_DIST=synchro.xml
index 222beee..e46fbf4 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index a6b26c3..abd8db1 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
 
index 6afca03..813a40f 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
 # This file factorize all the testing infrastructure for the GRAS examples
 #
 # it's made complicated by the facts that:
index deb3ebe..7955db3 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 SUBDIRS= basic ping_pong comm_time suspend
 
 EXTRA_DIST=java_test.mk
 SUBDIRS= basic ping_pong comm_time suspend
 
 EXTRA_DIST=java_test.mk
index e3b81e6..6368f9a 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index fe055df..6f55ad8 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 EXTRA_DIST=basic_deployment.xml basic_platform.xml
 
 # Declare sources:
 EXTRA_DIST=basic_deployment.xml basic_platform.xml
 
 # Declare sources:
index f7547dc..ef20033 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 #########################
 # How to compile the code
 # All this to only get a dumb javac *java... Automake still have issues with java
 #########################
 # How to compile the code
 # All this to only get a dumb javac *java... Automake still have issues with java
index 63c3012..e3435b3 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 EXTRA_DIST=comm_time_deployment.xml comm_time_platform.xml
 
 # Declare sources:
 EXTRA_DIST=comm_time_deployment.xml comm_time_platform.xml
 
 # Declare sources:
index 7058076..b4b277d 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 #########################
 # How to compile the code
 # All this to only get a dumb javac *java... Automake still have issues with java
 #########################
 # How to compile the code
 # All this to only get a dumb javac *java... Automake still have issues with java
index 564a8aa..7c9fd0a 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 EXTRA_DIST=ping_pong_deployment.xml ping_pong_platform.xml
 
 # Declare sources:
 EXTRA_DIST=ping_pong_deployment.xml ping_pong_platform.xml
 
 # Declare sources:
index b13df98..e409952 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 #########################
 # How to compile the code
 # All this to only get a dumb javac *java... Automake still have issues with java
 #########################
 # How to compile the code
 # All this to only get a dumb javac *java... Automake still have issues with java
index 84d03bd..bd3531e 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 EXTRA_DIST=suspend_deployment.xml suspend_platform.xml
 
 # Declare sources:
 EXTRA_DIST=suspend_deployment.xml suspend_platform.xml
 
 # Declare sources:
index 2f5a6f5..1d163ae 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 #########################
 # How to compile the code
 # All this to only get a dumb javac *java... Automake still have issues with java
 #########################
 # How to compile the code
 # All this to only get a dumb javac *java... Automake still have issues with java
index df31b45..2a7d98a 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES  = -I$(top_srcdir)/include
 AM_CFLAGS = -g
 
 INCLUDES  = -I$(top_srcdir)/include
 AM_CFLAGS = -g
 
index d84e2f5..3acf3b1 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index e106538..5cdb4c5 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES = -I$(top_srcdir)/include
 AM_CFLAGS = -g
 EXTRA_DIST = 2clusters.xml
 INCLUDES = -I$(top_srcdir)/include
 AM_CFLAGS = -g
 EXTRA_DIST = 2clusters.xml
index b6128af..2b5230e 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index 1e26194..23c6aa9 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 include_HEADERS = gras.h xbt.h
 nobase_include_HEADERS = \
        xbt/misc.h \
 include_HEADERS = gras.h xbt.h
 nobase_include_HEADERS = \
        xbt/misc.h \
index 9dae495..879c3ca 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index 0440b66..40753b1 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 #AM_CFLAGS= -DNDEBUG 
 
 # -DNLOG   cuts absolutely all logs at compilation time.
 #AM_CFLAGS= -DNDEBUG 
 
 # -DNLOG   cuts absolutely all logs at compilation time.
index 18e0116..ef800ad 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 #AM_CFLAGS= -DNDEBUG 
 
 # -DNLOG   cuts absolutely all logs at compilation time.
 #AM_CFLAGS= -DNDEBUG 
 
 # -DNLOG   cuts absolutely all logs at compilation time.
index b62532c..99916b8 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include
 AM_CFLAGS = -g
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include
 AM_CFLAGS = -g
 
index 458e2bf..91dc275 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index e25fe5c..3167ac1 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include
 AM_CFLAGS=-g
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include
 AM_CFLAGS=-g
 
index 7ac0bd5..5463816 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index 7f6c759..d293812 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 SUBDIRS=gras tesh
 include $(top_srcdir)/acmacro/dist-files.mk
 if GRAMINE_MODE
 SUBDIRS=gras tesh
 include $(top_srcdir)/acmacro/dist-files.mk
 if GRAMINE_MODE
index c4bbeb7..7a1d64d 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index 6cefd53..d15b730 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 AM_CFLAGS = -g3
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
 AM_CFLAGS = -g3
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
index e7b8500..bd15561 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
index 5da3d5c..cab98ac 100644 (file)
@@ -1,3 +1,10 @@
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
+
 AM_CFLAGS = -g
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
 AM_CFLAGS = -g
 
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/include -I$(top_srcdir)/src
index 40815b1..f2048a6 100644 (file)
 
 @SET_MAKE@
 
 
 @SET_MAKE@
 
+# Copyright (c) 2004-2007. The SimGrid team. All right reserved.
+
+# This file is part of the SimGrid project. This is free software:
+# You can redistribute and/or modify it under the terms of the
+# GNU LGPL (v2.1) licence.
+
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.
 
 # Makefile chunk which allows to display the files which should be included
 # into the distribution.