From e1c190397d9e2c31a34db0ca8891dc23eeba5e2d Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 5 Oct 2007 09:09:38 +0000 Subject: [PATCH] Other useless copyright notice updates git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4789 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- Makefile.am | 7 +++++++ Makefile.in | 6 ++++++ bootstrap | 6 ++++++ configure.ac | 5 +++++ doc/Makefile.am | 7 +++++++ doc/Makefile.in | 6 ++++++ examples/Makefile.am | 7 +++++++ examples/Makefile.in | 6 ++++++ examples/amok/Makefile.am | 7 +++++++ examples/amok/Makefile.in | 6 ++++++ examples/amok/alnem/Makefile.am | 7 +++++++ examples/amok/bandwidth/Makefile.am | 7 +++++++ examples/amok/saturate/Makefile.am | 7 +++++++ examples/gras/Makefile.am | 7 +++++++ examples/gras/Makefile.in | 6 ++++++ examples/gras/all2all/Makefile.am | 7 +++++++ examples/gras/all2all/Makefile.in | 6 ++++++ examples/gras/chrono/Makefile.am | 7 +++++++ examples/gras/chrono/Makefile.in | 6 ++++++ examples/gras/mmrpc/Makefile.am | 7 +++++++ examples/gras/mmrpc/Makefile.in | 6 ++++++ examples/gras/mutual_exclusion/simple_token/Makefile.am | 7 +++++++ examples/gras/mutual_exclusion/simple_token/Makefile.in | 6 ++++++ examples/gras/p2p/Makefile.am | 7 +++++++ examples/gras/p2p/can/Makefile.am | 7 +++++++ examples/gras/p2p/chord/Makefile.am | 7 +++++++ examples/gras/ping/Makefile.am | 7 +++++++ examples/gras/ping/Makefile.in | 6 ++++++ examples/gras/pmm/Makefile.am | 7 +++++++ examples/gras/pmm/Makefile.in | 6 ++++++ examples/gras/rpc/Makefile.am | 7 +++++++ examples/gras/rpc/Makefile.in | 6 ++++++ examples/gras/spawn/Makefile.am | 7 +++++++ examples/gras/spawn/Makefile.in | 6 ++++++ examples/gras/synchro/Makefile.am | 7 +++++++ examples/gras/synchro/Makefile.in | 6 ++++++ examples/gras/timer/Makefile.am | 7 +++++++ examples/gras/timer/Makefile.in | 6 ++++++ examples/java/Makefile.am | 7 +++++++ examples/java/Makefile.in | 6 ++++++ examples/java/basic/Makefile.am | 7 +++++++ examples/java/basic/Makefile.in | 6 ++++++ examples/java/comm_time/Makefile.am | 7 +++++++ examples/java/comm_time/Makefile.in | 6 ++++++ examples/java/ping_pong/Makefile.am | 7 +++++++ examples/java/ping_pong/Makefile.in | 6 ++++++ examples/java/suspend/Makefile.am | 7 +++++++ examples/java/suspend/Makefile.in | 6 ++++++ examples/msg/Makefile.am | 7 +++++++ examples/msg/Makefile.in | 6 ++++++ examples/simdag/Makefile.am | 7 +++++++ examples/simdag/Makefile.in | 6 ++++++ include/Makefile.am | 7 +++++++ include/Makefile.in | 6 ++++++ src/Makefile.am | 7 +++++++ src/Makefile.in | 6 ++++++ teshsuite/Makefile.am | 7 +++++++ teshsuite/Makefile.in | 6 ++++++ testsuite/Makefile.am | 7 +++++++ testsuite/Makefile.in | 6 ++++++ tools/Makefile.am | 7 +++++++ tools/Makefile.in | 6 ++++++ tools/gras/Makefile.am | 7 +++++++ tools/gras/Makefile.in | 6 ++++++ tools/tesh/Makefile.am | 7 +++++++ tools/tesh/Makefile.in | 6 ++++++ 66 files changed, 430 insertions(+) diff --git a/Makefile.am b/Makefile.am index d09f91e79e..3e3d04c758 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.in b/Makefile.in index f9b832ff90..7521981389 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/bootstrap b/bootstrap index 69b16ccdc2..faaf3c4155 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,12 @@ #!/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() diff --git a/configure.ac b/configure.ac index 7a7f5a69a2..79ddfa4b40 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/doc/Makefile.am b/doc/Makefile.am index 84ca5a3717..1102275094 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 diff --git a/doc/Makefile.in b/doc/Makefile.in index 962223a788..49e8aafc02 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/examples/Makefile.am b/examples/Makefile.am index ce5e901bb4..6b01b13415 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -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 diff --git a/examples/Makefile.in b/examples/Makefile.in index 941aefc17f..a202334819 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/examples/amok/Makefile.am b/examples/amok/Makefile.am index d1968c2fa3..c7ee8d2d52 100644 --- a/examples/amok/Makefile.am +++ b/examples/amok/Makefile.am @@ -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 diff --git a/examples/amok/Makefile.in b/examples/amok/Makefile.in index 6cb1c678b6..90d08beea8 100644 --- a/examples/amok/Makefile.in +++ b/examples/amok/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/examples/amok/alnem/Makefile.am b/examples/amok/alnem/Makefile.am index 694b0f62c2..77d5b5bb6e 100644 --- a/examples/amok/alnem/Makefile.am +++ b/examples/amok/alnem/Makefile.am @@ -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@ diff --git a/examples/amok/bandwidth/Makefile.am b/examples/amok/bandwidth/Makefile.am index 5fcd0ebcbf..835f169cd1 100644 --- a/examples/amok/bandwidth/Makefile.am +++ b/examples/amok/bandwidth/Makefile.am @@ -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 diff --git a/examples/amok/saturate/Makefile.am b/examples/amok/saturate/Makefile.am index d92feade85..2c6a6378f1 100644 --- a/examples/amok/saturate/Makefile.am +++ b/examples/amok/saturate/Makefile.am @@ -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 diff --git a/examples/gras/Makefile.am b/examples/gras/Makefile.am index dcc3241586..87a7c0c640 100644 --- a/examples/gras/Makefile.am +++ b/examples/gras/Makefile.am @@ -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 diff --git a/examples/gras/Makefile.in b/examples/gras/Makefile.in index 318484b74e..9c7e5896a9 100644 --- a/examples/gras/Makefile.in +++ b/examples/gras/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/examples/gras/all2all/Makefile.am b/examples/gras/all2all/Makefile.am index 846ff54111..10d6306104 100644 --- a/examples/gras/all2all/Makefile.am +++ b/examples/gras/all2all/Makefile.am @@ -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 diff --git a/examples/gras/all2all/Makefile.in b/examples/gras/all2all/Makefile.in index e74c3027a7..0c1b461ab6 100644 --- a/examples/gras/all2all/Makefile.in +++ b/examples/gras/all2all/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/chrono/Makefile.am b/examples/gras/chrono/Makefile.am index 7b9b69399c..0f26124986 100644 --- a/examples/gras/chrono/Makefile.am +++ b/examples/gras/chrono/Makefile.am @@ -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 diff --git a/examples/gras/chrono/Makefile.in b/examples/gras/chrono/Makefile.in index 47e6f41a68..ba27343698 100644 --- a/examples/gras/chrono/Makefile.in +++ b/examples/gras/chrono/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/mmrpc/Makefile.am b/examples/gras/mmrpc/Makefile.am index 37b7bdf269..01eba1d330 100644 --- a/examples/gras/mmrpc/Makefile.am +++ b/examples/gras/mmrpc/Makefile.am @@ -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 diff --git a/examples/gras/mmrpc/Makefile.in b/examples/gras/mmrpc/Makefile.in index f667b22ba5..83184a3f85 100644 --- a/examples/gras/mmrpc/Makefile.in +++ b/examples/gras/mmrpc/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/mutual_exclusion/simple_token/Makefile.am b/examples/gras/mutual_exclusion/simple_token/Makefile.am index a14278b1c8..a5bcc2ec6a 100644 --- a/examples/gras/mutual_exclusion/simple_token/Makefile.am +++ b/examples/gras/mutual_exclusion/simple_token/Makefile.am @@ -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 diff --git a/examples/gras/mutual_exclusion/simple_token/Makefile.in b/examples/gras/mutual_exclusion/simple_token/Makefile.in index f0306c8a92..0d237d1a8f 100644 --- a/examples/gras/mutual_exclusion/simple_token/Makefile.in +++ b/examples/gras/mutual_exclusion/simple_token/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/p2p/Makefile.am b/examples/gras/p2p/Makefile.am index 8e1338e465..7d8fe7f491 100644 --- a/examples/gras/p2p/Makefile.am +++ b/examples/gras/p2p/Makefile.am @@ -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 diff --git a/examples/gras/p2p/can/Makefile.am b/examples/gras/p2p/can/Makefile.am index cc0d8e6ffb..d3d5ddbb22 100644 --- a/examples/gras/p2p/can/Makefile.am +++ b/examples/gras/p2p/can/Makefile.am @@ -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) diff --git a/examples/gras/p2p/chord/Makefile.am b/examples/gras/p2p/chord/Makefile.am index 6604bf72dd..e7e0ce7e3b 100644 --- a/examples/gras/p2p/chord/Makefile.am +++ b/examples/gras/p2p/chord/Makefile.am @@ -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) diff --git a/examples/gras/ping/Makefile.am b/examples/gras/ping/Makefile.am index 8ee2e116b0..70f33833b7 100644 --- a/examples/gras/ping/Makefile.am +++ b/examples/gras/ping/Makefile.am @@ -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 diff --git a/examples/gras/ping/Makefile.in b/examples/gras/ping/Makefile.in index 05b6908791..0635bc7726 100644 --- a/examples/gras/ping/Makefile.in +++ b/examples/gras/ping/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/pmm/Makefile.am b/examples/gras/pmm/Makefile.am index b9d2166378..96d20d2e8f 100644 --- a/examples/gras/pmm/Makefile.am +++ b/examples/gras/pmm/Makefile.am @@ -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 diff --git a/examples/gras/pmm/Makefile.in b/examples/gras/pmm/Makefile.in index 6ed1171489..aa48c25306 100644 --- a/examples/gras/pmm/Makefile.in +++ b/examples/gras/pmm/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/rpc/Makefile.am b/examples/gras/rpc/Makefile.am index 65d94dcda0..47a3cdd05d 100644 --- a/examples/gras/rpc/Makefile.am +++ b/examples/gras/rpc/Makefile.am @@ -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 diff --git a/examples/gras/rpc/Makefile.in b/examples/gras/rpc/Makefile.in index d389b9f2c7..06e084b2fb 100644 --- a/examples/gras/rpc/Makefile.in +++ b/examples/gras/rpc/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/spawn/Makefile.am b/examples/gras/spawn/Makefile.am index 009ffe3f6f..a5c8735e70 100644 --- a/examples/gras/spawn/Makefile.am +++ b/examples/gras/spawn/Makefile.am @@ -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 diff --git a/examples/gras/spawn/Makefile.in b/examples/gras/spawn/Makefile.in index 01dfdddcbe..f8f10002b8 100644 --- a/examples/gras/spawn/Makefile.in +++ b/examples/gras/spawn/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/synchro/Makefile.am b/examples/gras/synchro/Makefile.am index b60291961a..b90a251488 100644 --- a/examples/gras/synchro/Makefile.am +++ b/examples/gras/synchro/Makefile.am @@ -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 diff --git a/examples/gras/synchro/Makefile.in b/examples/gras/synchro/Makefile.in index 222beee0d3..e46fbf4d58 100644 --- a/examples/gras/synchro/Makefile.in +++ b/examples/gras/synchro/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/gras/timer/Makefile.am b/examples/gras/timer/Makefile.am index a6b26c3cf6..abd8db148f 100644 --- a/examples/gras/timer/Makefile.am +++ b/examples/gras/timer/Makefile.am @@ -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 diff --git a/examples/gras/timer/Makefile.in b/examples/gras/timer/Makefile.in index 6afca03542..813a40fd0d 100644 --- a/examples/gras/timer/Makefile.in +++ b/examples/gras/timer/Makefile.in @@ -14,6 +14,12 @@ @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: diff --git a/examples/java/Makefile.am b/examples/java/Makefile.am index deb3ebe6a3..7955db3b89 100644 --- a/examples/java/Makefile.am +++ b/examples/java/Makefile.am @@ -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 diff --git a/examples/java/Makefile.in b/examples/java/Makefile.in index e3b81e625c..6368f9a7c9 100644 --- a/examples/java/Makefile.in +++ b/examples/java/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/examples/java/basic/Makefile.am b/examples/java/basic/Makefile.am index fe055df74f..6f55ad8db3 100644 --- a/examples/java/basic/Makefile.am +++ b/examples/java/basic/Makefile.am @@ -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: diff --git a/examples/java/basic/Makefile.in b/examples/java/basic/Makefile.in index f7547dc0f1..ef200334a9 100644 --- a/examples/java/basic/Makefile.in +++ b/examples/java/basic/Makefile.in @@ -14,6 +14,12 @@ @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 diff --git a/examples/java/comm_time/Makefile.am b/examples/java/comm_time/Makefile.am index 63c30122bf..e3435b39e2 100644 --- a/examples/java/comm_time/Makefile.am +++ b/examples/java/comm_time/Makefile.am @@ -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: diff --git a/examples/java/comm_time/Makefile.in b/examples/java/comm_time/Makefile.in index 7058076e68..b4b277db68 100644 --- a/examples/java/comm_time/Makefile.in +++ b/examples/java/comm_time/Makefile.in @@ -14,6 +14,12 @@ @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 diff --git a/examples/java/ping_pong/Makefile.am b/examples/java/ping_pong/Makefile.am index 564a8aa51c..7c9fd0ad51 100644 --- a/examples/java/ping_pong/Makefile.am +++ b/examples/java/ping_pong/Makefile.am @@ -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: diff --git a/examples/java/ping_pong/Makefile.in b/examples/java/ping_pong/Makefile.in index b13df989db..e40995209f 100644 --- a/examples/java/ping_pong/Makefile.in +++ b/examples/java/ping_pong/Makefile.in @@ -14,6 +14,12 @@ @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 diff --git a/examples/java/suspend/Makefile.am b/examples/java/suspend/Makefile.am index 84d03bdd61..bd3531e320 100644 --- a/examples/java/suspend/Makefile.am +++ b/examples/java/suspend/Makefile.am @@ -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: diff --git a/examples/java/suspend/Makefile.in b/examples/java/suspend/Makefile.in index 2f5a6f58a4..1d163aedd8 100644 --- a/examples/java/suspend/Makefile.in +++ b/examples/java/suspend/Makefile.in @@ -14,6 +14,12 @@ @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 diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index df31b45d32..2a7d98a1c4 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -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 diff --git a/examples/msg/Makefile.in b/examples/msg/Makefile.in index d84e2f54c5..3acf3b1c96 100644 --- a/examples/msg/Makefile.in +++ b/examples/msg/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/examples/simdag/Makefile.am b/examples/simdag/Makefile.am index e10653813f..5cdb4c570f 100644 --- a/examples/simdag/Makefile.am +++ b/examples/simdag/Makefile.am @@ -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 diff --git a/examples/simdag/Makefile.in b/examples/simdag/Makefile.in index b6128af5f4..2b5230e8e6 100644 --- a/examples/simdag/Makefile.in +++ b/examples/simdag/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/include/Makefile.am b/include/Makefile.am index 1e26194424..23c6aa9f07 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \ diff --git a/include/Makefile.in b/include/Makefile.in index 9dae495350..879c3ca56e 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/src/Makefile.am b/src/Makefile.am index 0440b669c4..40753b1330 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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. diff --git a/src/Makefile.in b/src/Makefile.in index 18e0116841..ef800add58 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/teshsuite/Makefile.am b/teshsuite/Makefile.am index b62532c2d9..99916b8524 100644 --- a/teshsuite/Makefile.am +++ b/teshsuite/Makefile.am @@ -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 diff --git a/teshsuite/Makefile.in b/teshsuite/Makefile.in index 458e2bf168..91dc275000 100644 --- a/teshsuite/Makefile.in +++ b/teshsuite/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index e25fe5c4d2..3167ac13a0 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -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 diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 7ac0bd5d9a..5463816184 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/tools/Makefile.am b/tools/Makefile.am index 7f6c759fd9..d293812a4a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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 diff --git a/tools/Makefile.in b/tools/Makefile.in index c4bbeb7f9a..7a1d64d08f 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/tools/gras/Makefile.am b/tools/gras/Makefile.am index 6cefd53472..d15b730666 100644 --- a/tools/gras/Makefile.am +++ b/tools/gras/Makefile.am @@ -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 diff --git a/tools/gras/Makefile.in b/tools/gras/Makefile.in index e7b850041a..bd15561386 100644 --- a/tools/gras/Makefile.in +++ b/tools/gras/Makefile.in @@ -14,6 +14,12 @@ @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. diff --git a/tools/tesh/Makefile.am b/tools/tesh/Makefile.am index 5da3d5c272..cab98ac715 100644 --- a/tools/tesh/Makefile.am +++ b/tools/tesh/Makefile.am @@ -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 diff --git a/tools/tesh/Makefile.in b/tools/tesh/Makefile.in index 40815b1f40..f2048a6788 100644 --- a/tools/tesh/Makefile.in +++ b/tools/tesh/Makefile.in @@ -14,6 +14,12 @@ @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. -- 2.20.1