From 5b3677b425b9cc6949c1573d59ac772540cbf4b2 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 5 Feb 2014 16:14:07 +0100 Subject: [PATCH] Add/update copyright notices. All source files (C, C++, Java, Fortran, Perl, Ruby, Lua, Python, Sh) should be updated by this commit. Note however that the following directories (and their subdirectories) were not considered: ./buildtools/jenkins/ ./buildtools/pipol/ ./examples/smpi/NAS/ ./teshsuite/smpi/mpich3-test/ Use: git grep -L 'Copyright.*SimGrid' to list the files remaining without copyright notice. --- .../Cmake/Scripts/generate_memcheck_tests.pl | 7 +++++++ .../Cmake/Scripts/generate_new_tests.pl | 7 +++++++ buildtools/Cmake/Scripts/my_valgrind.pl | 7 +++++++ buildtools/Cmake/Scripts/tesh.pl | 7 +++++++ buildtools/Cmake/Scripts/update_tesh.pl | 7 +++++++ buildtools/Cmake/src/internal_config.h.in | 1 - .../Cmake/test_prog/prog_AC_CHECK_MCSC.c | 2 +- .../Cmake/test_prog/prog_gnu_dynlinker.c | 2 +- buildtools/Cmake/test_prog/prog_gtnets.cpp | 6 ++++++ .../Cmake/test_prog/prog_mutex_timedlock.c | 2 +- buildtools/Cmake/test_prog/prog_printf_null.c | 2 +- buildtools/Cmake/test_prog/prog_sem_init.c | 2 +- buildtools/Cmake/test_prog/prog_sem_open.c | 2 +- .../Cmake/test_prog/prog_sem_timedwait.c | 2 +- buildtools/Cmake/test_prog/prog_snprintf.c | 2 +- buildtools/Cmake/test_prog/prog_stackgrowth.c | 2 +- buildtools/Cmake/test_prog/prog_stacksetup.c | 2 +- .../Cmake/test_prog/prog_thread_storage.c | 2 +- buildtools/Cmake/test_prog/prog_vsnprintf.c | 2 +- contrib/benchmarking_code_block/bench.h | 6 ++++++ contrib/benchmarking_code_block/inject.h | 6 ++++++ .../generate_random_deployment.pl | 7 +++++++ contrib/network_model/calibrate_piecewise.py | 5 +++++ contrib/network_model/regress.py | 6 ++++++ contrib/network_model/regression2.py | 7 +++++++ contrib/network_model/smpi_calibration.c | 6 ++++++ doc/HelloWorld/HelloWorld.c | 6 ++++++ doc/msg-tuto-src/masterworker0.c | 2 +- doc/msg-tuto-src/masterworker1.c | 2 +- doc/msg-tuto-src/masterworker2.c | 2 +- doc/msg-tuto-src/masterworker3.c | 2 +- doc/msg-tuto-src/masterworker4.c | 2 +- examples/java/async/AsyncTest.java | 12 +++++------- examples/java/async/FinalizeTask.java | 12 +++++------- examples/java/async/Forwarder.java | 12 +++++------- examples/java/async/Master.java | 16 +++++++--------- examples/java/async/Slave.java | 13 ++++++------- examples/java/bittorrent/Bittorrent.java | 15 ++++++--------- examples/java/bittorrent/Common.java | 13 ++++++------- examples/java/bittorrent/Connection.java | 13 ++++++------- examples/java/bittorrent/MessageTask.java | 13 ++++++------- examples/java/bittorrent/Peer.java | 13 ++++++------- examples/java/bittorrent/Tracker.java | 13 ++++++------- examples/java/bittorrent/TrackerTask.java | 13 ++++++------- examples/java/bittorrent/generate.py | 6 ++++++ examples/java/chord/Chord.java | 13 ++++++------- examples/java/chord/ChordTask.java | 13 ++++++------- examples/java/chord/Common.java | 13 ++++++------- .../java/chord/FindSuccessorAnswerTask.java | 13 ++++++------- examples/java/chord/FindSuccessorTask.java | 13 ++++++------- .../java/chord/GetPredecessorAnswerTask.java | 13 ++++++------- examples/java/chord/GetPredecessorTask.java | 13 ++++++------- examples/java/chord/Node.java | 13 ++++++------- examples/java/chord/NotifyTask.java | 13 ++++++------- examples/java/cloud/Cloud.java | 13 ++++++------- examples/java/cloud/FinalizeTask.java | 13 ++++++------- examples/java/cloud/Master.java | 13 ++++++------- examples/java/cloud/Slave.java | 13 ++++++------- examples/java/cloud/migration/Daemon.java | 1 + examples/java/cloud/migration/Main.java | 1 + examples/java/cloud/migration/Test.java | 1 + examples/java/cloud/migration/XVM.java | 1 + examples/java/commTime/CommTimeTest.java | 11 +++++------ examples/java/commTime/FinalizeTask.java | 12 +++++------- examples/java/commTime/Master.java | 16 +++++++--------- examples/java/commTime/Slave.java | 12 +++++------- examples/java/io/IO.java | 12 ++++++------ examples/java/io/Node.java | 12 ++++++------ examples/java/kademlia/Answer.java | 2 +- examples/java/kademlia/Bucket.java | 3 ++- examples/java/kademlia/Common.java | 3 ++- examples/java/kademlia/Contact.java | 2 +- .../java/kademlia/FindNodeAnswerTask.java | 2 +- examples/java/kademlia/FindNodeTask.java | 2 +- examples/java/kademlia/Kademlia.java | 3 ++- examples/java/kademlia/KademliaTask.java | 2 +- examples/java/kademlia/Node.java | 3 ++- examples/java/kademlia/PingAnswerTask.java | 2 +- examples/java/kademlia/PingTask.java | 2 +- examples/java/kademlia/RoutingTable.java | 3 ++- .../master_slave_bypass/FinalizeTask.java | 12 +++++------- examples/java/master_slave_bypass/Master.java | 16 +++++++--------- .../java/master_slave_bypass/MsBypass.java | 12 +++++------- examples/java/master_slave_bypass/Slave.java | 13 ++++++------- .../java/master_slave_kill/FinalizeTask.java | 12 +++++------- examples/java/master_slave_kill/Master.java | 16 +++++++--------- examples/java/master_slave_kill/MsKill.java | 12 +++++------- examples/java/master_slave_kill/Slave.java | 13 ++++++------- examples/java/masterslave/FinalizeTask.java | 12 +++++------- examples/java/masterslave/Forwarder.java | 12 +++++------- examples/java/masterslave/Master.java | 16 +++++++--------- examples/java/masterslave/Masterslave.java | 12 +++++------- examples/java/masterslave/Slave.java | 13 ++++++------- examples/java/migration/Emigrant.java | 12 ++++++------ examples/java/migration/Migration.java | 12 ++++++------ examples/java/migration/Policeman.java | 12 ++++++------ .../java/mutualExclusion/Coordinator.java | 11 +++++------ examples/java/mutualExclusion/GrantTask.java | 12 ++++++------ .../java/mutualExclusion/MutexCentral.java | 12 ++++++------ examples/java/mutualExclusion/Node.java | 12 ++++++------ .../java/mutualExclusion/ReleaseTask.java | 12 ++++++------ .../java/mutualExclusion/RequestTask.java | 12 ++++++------ examples/java/pingPong/PingPongTask.java | 12 +++++------- examples/java/pingPong/PingPongTest.java | 13 ++++++------- examples/java/pingPong/Receiver.java | 13 ++++++------- examples/java/pingPong/Sender.java | 13 ++++++------- examples/java/priority/Priority.java | 13 ++++++------- examples/java/priority/Test.java | 12 ++++++------ examples/java/startKillTime/Master.java | 13 ++++++------- examples/java/startKillTime/Slave.java | 13 ++++++------- .../java/startKillTime/StartKillTime.java | 13 ++++++------- examples/java/suspend/DreamMaster.java | 13 ++++++------- examples/java/suspend/LazyGuy.java | 13 ++++++------- examples/java/suspend/Suspend.java | 13 ++++++------- examples/java/tracing/PingPongTask.java | 12 +++++------- examples/java/tracing/Receiver.java | 16 ++++++---------- examples/java/tracing/Sender.java | 17 ++++++++--------- examples/java/tracing/TracingTest.java | 16 ++++++---------- examples/lua/SimSplay/chord.lua | 6 ++++++ examples/lua/SimSplay/platform_script.lua | 6 ++++++ examples/lua/SimSplay/sim_splay.lua | 6 ++++++ examples/lua/SimSplay/splay_school.lua | 6 ++++++ examples/lua/bittorrent/bittorrent.lua | 6 ++++++ examples/lua/bittorrent/peer.lua | 6 ++++++ examples/lua/bittorrent/tracker.lua | 6 ++++++ examples/lua/chord/chord.lua | 6 ++++++ examples/lua/console/deploy.lua | 6 ++++++ examples/lua/console/master.lua | 6 ++++++ examples/lua/console/master_slave_bypass.lua | 6 ++++++ examples/lua/console/platform.lua | 6 +++++- examples/lua/console/slave.lua | 4 ++++ examples/lua/kademlia/kademlia.lua | 7 +++++++ examples/lua/kademlia/routing_table.lua | 6 ++++++ examples/lua/kademlia/tools.lua | 6 ++++++ examples/lua/masterslave/master.lua | 6 ++++++ examples/lua/masterslave/master_slave.lua | 6 ++++++ examples/lua/masterslave/platform.lua | 7 ++++++- examples/lua/masterslave/slave.lua | 6 ++++++ examples/lua/multi_matrix/mult_matrix.lua | 6 ++++++ examples/lua/multi_matrix/receiver.lua | 6 ++++++ examples/lua/multi_matrix/sender.lua | 6 ++++++ examples/lua/splaySim/master.lua | 6 ++++++ examples/lua/splaySim/slave.lua | 6 ++++++ examples/lua/splaySim/splay_ctrl.lua | 5 +++++ .../lua/splaySim/splay_deploy_masterslave.lua | 5 +++++ examples/lua/splaySim/splay_platform.lua | 6 ++++++ .../lua/state_cloner/duplicated_globals.lua | 6 ++++++ examples/lua/tracing/master.lua | 6 ++++++ examples/lua/tracing/master_slave_trace.lua | 6 ++++++ examples/lua/tracing/slave.lua | 5 +++++ examples/msg/actions/actions.c | 2 +- examples/msg/bittorrent/bittorrent.c | 3 ++- examples/msg/bittorrent/bittorrent.h | 2 +- examples/msg/bittorrent/bittorrent_platfgen.c | 4 +++- examples/msg/bittorrent/connection.c | 5 +++-- examples/msg/bittorrent/connection.h | 3 ++- examples/msg/bittorrent/generate.py | 6 ++++++ examples/msg/bittorrent/messages.c | 5 +++-- examples/msg/bittorrent/messages.h | 2 +- examples/msg/bittorrent/peer.c | 3 ++- examples/msg/bittorrent/peer.h | 3 ++- examples/msg/bittorrent/tracker.c | 3 ++- examples/msg/bittorrent/tracker.h | 2 +- examples/msg/chainsend/broadcaster.c | 6 ++++++ examples/msg/chainsend/broadcaster.h | 6 ++++++ examples/msg/chainsend/chainsend.c | 3 +-- examples/msg/chainsend/common.c | 6 ++++++ examples/msg/chainsend/common.h | 6 ++++++ .../msg/chainsend/generate_deployment_file.rb | 6 ++++++ examples/msg/chainsend/iterator.c | 6 ++++++ examples/msg/chainsend/iterator.h | 6 ++++++ examples/msg/chainsend/messages.c | 6 ++++++ examples/msg/chainsend/messages.h | 6 ++++++ examples/msg/chainsend/peer.c | 6 ++++++ examples/msg/chainsend/peer.h | 6 ++++++ examples/msg/chord/chord.c | 3 +-- examples/msg/chord/generate.py | 6 ++++++ examples/msg/cloud/bound.c | 3 ++- .../msg/cloud/masterslave_virtual_machines.c | 2 +- examples/msg/cloud/migrate_vm.c | 3 ++- examples/msg/cloud/multicore.c | 3 ++- examples/msg/cloud/scale.c | 3 ++- examples/msg/cloud/simple_vm.c | 3 ++- examples/msg/energy/e1/e1.c | 3 ++- examples/msg/energy/e2/e2.c | 3 +-- examples/msg/energy/e3/e3.c | 2 +- examples/msg/gpu/test_MSG_gpu_task_create.c | 2 +- examples/msg/gtnets/gtnets.c | 2 +- examples/msg/icomms/peer.c | 2 +- examples/msg/icomms/peer2.c | 2 +- examples/msg/icomms/peer3.c | 2 +- examples/msg/io/file.c | 2 +- examples/msg/io/file_unlink.c | 2 +- examples/msg/io/storage.c | 2 +- examples/msg/kademlia/answer.c | 3 ++- examples/msg/kademlia/answer.h | 3 ++- examples/msg/kademlia/common.h | 3 ++- examples/msg/kademlia/generate.py | 6 ++++++ examples/msg/kademlia/kademlia.c | 3 ++- examples/msg/kademlia/kademlia.h | 4 ++-- examples/msg/kademlia/node.c | 3 +-- examples/msg/kademlia/node.h | 3 +-- examples/msg/kademlia/routing_table.c | 3 ++- examples/msg/kademlia/routing_table.h | 3 +-- examples/msg/kademlia/task.c | 3 ++- examples/msg/kademlia/task.h | 3 ++- examples/msg/masterslave/masterslave_arg.c | 2 +- examples/msg/masterslave/masterslave_bypass.c | 2 +- .../msg/masterslave/masterslave_cluster.c | 2 +- .../msg/masterslave/masterslave_failure.c | 2 +- .../masterslave_failure_platfgen.c | 2 +- .../msg/masterslave/masterslave_forwarder.c | 2 +- examples/msg/masterslave/masterslave_kill.c | 2 +- .../msg/masterslave/masterslave_mailbox.c | 2 +- .../msg/masterslave/masterslave_platfgen.c | 5 +++++ examples/msg/mc/bugged1.c | 3 +-- examples/msg/mc/bugged1_liveness.c | 6 ++++++ examples/msg/mc/bugged1_liveness.h | 6 ++++++ examples/msg/mc/bugged2.c | 3 +-- examples/msg/mc/bugged2_liveness.c | 6 ++++++ examples/msg/mc/bugged2_liveness.h | 6 ++++++ examples/msg/mc/bugged3.c | 3 +-- examples/msg/mc/centralized_mutex.c | 3 +-- examples/msg/mc/electric_fence.c | 3 +-- examples/msg/migration/migration.c | 2 +- examples/msg/ns3/ns3.c | 2 +- examples/msg/parallel_task/parallel_task.c | 2 +- examples/msg/parallel_task/test_ptask.c | 2 +- examples/msg/pastry/pastry.c | 6 ++++++ examples/msg/pmm/msg_pmm.c | 3 ++- examples/msg/priority/priority.c | 2 +- examples/msg/properties/msg_prop.c | 2 +- examples/msg/semaphores/synchro.c | 6 ++++++ examples/msg/sendrecv/sendrecv.c | 2 +- examples/msg/start_kill_time/sk_time.c | 2 +- examples/msg/suspend/suspend.c | 2 +- examples/msg/token_ring/ring_call.c | 2 +- examples/msg/token_ring/token_bypass.c | 2 +- examples/msg/tracing/categories.c | 2 +- .../msg/tracing/link_srcdst_user_variables.c | 2 +- examples/msg/tracing/link_user_variables.c | 2 +- examples/msg/tracing/ms.c | 2 +- examples/msg/tracing/procmig.c | 2 +- examples/msg/tracing/simple.c | 2 +- examples/msg/tracing/trace_platform.c | 2 +- examples/msg/tracing/user_variables.c | 2 +- .../conf/transform_optorsim_platform.pl | 7 +++++++ .../create_hierarchical_clusters.pl | 7 ++++++- .../enhancedDTDwithHierarchicalCluster.pl | 7 ++++++- .../generate_g5k_platform.pl | 7 +++++++ .../generate_g5k_platform_cabinets.pl | 7 +++++++ .../syscoord/generate_peer_platform.pl | 7 +++++++ examples/simdag/dax/dax_test.c | 2 +- examples/simdag/dax/generate_forkjoin.pl | 6 ++++++ examples/simdag/dax/generate_strassen.pl | 6 ++++++ examples/simdag/dot/dot_test.c | 2 +- examples/simdag/dot/dot_test2.c | 2 +- examples/simdag/dot/ptg_test.c | 2 +- examples/simdag/dot/simulate_dot.c | 2 +- examples/simdag/goal/goal_test.c | 16 ++++++++-------- examples/simdag/io/sd_io.c | 2 +- examples/simdag/metaxml/sd_meta.c | 2 +- examples/simdag/platform_script.lua | 6 ++++++ examples/simdag/properties/sd_prop.c | 2 +- examples/simdag/scheduling/minmin_test.c | 2 +- examples/simdag/sd_avail.c | 2 +- examples/simdag/sd_comm_throttling.c | 2 +- examples/simdag/sd_fail.c | 2 +- examples/simdag/sd_seq_access.c | 2 +- examples/simdag/sd_test.c | 2 +- examples/simdag/sd_test2.c | 2 +- examples/simdag/sd_typed_tasks_test.c | 2 +- examples/simdag/simdag_trace.c | 2 +- examples/simdag/test_simdag.in | 7 +++++++ examples/smpi/MM/2.5D_MM.c | 6 ++++++ examples/smpi/MM/2.5D_MM.h | 6 ++++++ examples/smpi/MM/MM_mpi.c | 6 ++++++ examples/smpi/MM/Matrix_init.c | 6 ++++++ examples/smpi/MM/Matrix_init.h | 6 ++++++ examples/smpi/MM/Summa.c | 6 ++++++ examples/smpi/MM/Summa.h | 6 ++++++ examples/smpi/bcbench.c | 2 +- examples/smpi/energy/f77/sef.f | 6 ++++++ examples/smpi/energy/f90/sef90.f90 | 6 ++++++ examples/smpi/energy/se.c | 6 ++++++ examples/smpi/mc/bugged1.c | 2 +- examples/smpi/mc/bugged1_liveness.c | 6 ++++++ examples/smpi/mc/bugged2.c | 2 +- examples/smpi/mvmul.c | 2 +- examples/smpi/replay/replay.c | 2 +- examples/smpi/tracing/smpi_traced.c | 2 +- examples/smpi/tracing/smpi_traced_simple.c | 2 +- examples/xbt/sem_basic.c | 2 +- examples/xbt/sem_sched.c | 2 +- include/instr/instr.h | 2 +- include/instr/jedule/jedule_events.h | 11 +++++------ include/instr/jedule/jedule_output.h | 11 +++++------ include/instr/jedule/jedule_platform.h | 11 +++++------ include/instr/jedule/jedule_sd_binding.h | 11 +++++------ include/msg/datatypes.h | 2 +- include/msg/msg.h | 2 +- include/simdag/datatypes.h | 2 +- include/simdag/simdag.h | 2 +- include/simgrid.h | 3 ++- include/simgrid/datatypes.h | 11 +++++------ include/simgrid/modelchecker.h | 2 +- include/simgrid/platf_generator.h | 2 +- include/simgrid/plugins.h | 11 +++++------ include/simgrid_config.h.in | 2 +- include/smpi/mpi.h | 2 +- include/smpi/mpif.h.in | 2 +- include/smpi/smpi_main.h | 6 ++++++ include/surf/surf_routing.h | 2 +- include/surf/surfxml_parse.h | 2 +- include/xbt.h | 2 +- include/xbt/RngStream.h | 5 +++++ include/xbt/asserts.h | 2 +- include/xbt/automaton.h | 6 ++++++ include/xbt/config.h | 2 +- include/xbt/cunit.h | 2 +- include/xbt/dict.h | 3 +-- include/xbt/dynar.h | 2 +- include/xbt/ex.h | 4 +++- include/xbt/fifo.h | 2 +- include/xbt/function_types.h | 2 +- include/xbt/graph.h | 2 +- include/xbt/graphxml_parse.h | 2 +- include/xbt/hash.h | 2 +- include/xbt/heap.h | 2 +- include/xbt/lib.h | 2 +- include/xbt/log.h | 2 +- include/xbt/mallocator.h | 2 +- include/xbt/matrix.h | 2 +- include/xbt/misc.h | 2 +- include/xbt/mmalloc.h | 3 +-- include/xbt/module.h | 2 +- include/xbt/parmap.h | 2 +- include/xbt/peer.h | 2 +- include/xbt/queue.h | 2 +- include/xbt/replay.h | 2 +- include/xbt/set.h | 2 +- include/xbt/setset.h | 6 ++++++ include/xbt/str.h | 2 +- include/xbt/strbuff.h | 2 +- include/xbt/swag.h | 2 +- include/xbt/synchro_core.h | 2 +- include/xbt/sysdep.h | 2 +- include/xbt/virtu.h | 4 ++-- include/xbt/win32_ucontext.h | 6 ++++++ include/xbt/xbt_os_thread.h | 2 +- src/bindings/bindings_global.c | 2 +- src/bindings/java/jmsg.c | 4 ++-- src/bindings/java/jmsg.h | 4 ++-- src/bindings/java/jmsg_as.c | 4 ++-- src/bindings/java/jmsg_as.h | 5 ++--- src/bindings/java/jmsg_comm.c | 6 +++++- src/bindings/java/jmsg_comm.h | 5 ++++- src/bindings/java/jmsg_file.c | 6 ++++-- src/bindings/java/jmsg_file.h | 5 +++-- src/bindings/java/jmsg_host.c | 4 ++-- src/bindings/java/jmsg_host.h | 4 ++-- src/bindings/java/jmsg_process.c | 5 +++-- src/bindings/java/jmsg_process.h | 4 ++-- src/bindings/java/jmsg_rngstream.c | 5 ++--- src/bindings/java/jmsg_rngstream.h | 5 +++-- src/bindings/java/jmsg_synchro.c | 2 +- src/bindings/java/jmsg_synchro.h | 4 ++-- src/bindings/java/jmsg_task.c | 4 ++-- src/bindings/java/jmsg_task.h | 4 ++-- src/bindings/java/jmsg_vm.c | 3 ++- src/bindings/java/jmsg_vm.h | 2 +- src/bindings/java/jtrace.c | 7 +++---- src/bindings/java/jtrace.h | 6 ++++++ src/bindings/java/jxbt_utilities.c | 4 ++-- src/bindings/java/jxbt_utilities.h | 4 ++-- src/bindings/java/org/simgrid/msg/As.java | 17 ++++++----------- src/bindings/java/org/simgrid/msg/Comm.java | 16 +++++++--------- src/bindings/java/org/simgrid/msg/File.java | 15 ++++++--------- src/bindings/java/org/simgrid/msg/Host.java | 19 ++++++++----------- .../org/simgrid/msg/HostFailureException.java | 17 +++++++---------- .../simgrid/msg/HostNotFoundException.java | 17 +++++++---------- .../java/org/simgrid/msg/JniException.java | 18 ++++++++---------- src/bindings/java/org/simgrid/msg/Msg.java | 17 +++++++---------- .../java/org/simgrid/msg/MsgException.java | 18 ++++++++---------- src/bindings/java/org/simgrid/msg/Mutex.java | 15 ++++++--------- .../java/org/simgrid/msg/NativeException.java | 18 ++++++++---------- .../java/org/simgrid/msg/Process.java | 13 +++++-------- .../org/simgrid/msg/ProcessKilledError.java | 14 ++++++-------- .../simgrid/msg/ProcessNotFoundException.java | 17 +++++++---------- .../java/org/simgrid/msg/RngStream.java | 18 ++++++++---------- .../java/org/simgrid/msg/Semaphore.java | 15 ++++++--------- src/bindings/java/org/simgrid/msg/Task.java | 13 +++++-------- .../simgrid/msg/TaskCancelledException.java | 17 +++++++---------- .../org/simgrid/msg/TimeoutException.java | 17 +++++++---------- .../simgrid/msg/TransferFailureException.java | 17 +++++++---------- src/bindings/java/org/simgrid/msg/VM.java | 18 ++++++++---------- .../java/org/simgrid/trace/Trace.java | 18 ++++++++---------- src/bindings/java/smx_context_cojava.c | 3 +-- src/bindings/java/smx_context_cojava.h | 4 ++-- src/bindings/java/smx_context_java.c | 3 +-- src/bindings/java/smx_context_java.h | 4 ++-- src/bindings/lua/lua_comm.c | 2 +- src/bindings/lua/lua_host.c | 2 +- src/bindings/lua/lua_platf.c | 2 +- src/bindings/lua/lua_private.h | 2 +- src/bindings/lua/lua_process.c | 2 +- src/bindings/lua/lua_state_cloner.c | 2 +- src/bindings/lua/lua_state_cloner.h | 2 +- src/bindings/lua/lua_task.c | 2 +- src/bindings/lua/lua_utils.c | 2 +- src/bindings/lua/lua_utils.h | 2 +- src/bindings/lua/simgrid_lua.c | 2 +- src/bindings/lua/simgrid_lua.h | 3 +++ src/context_sysv_config.h.in | 3 +++ src/include/instr/instr_interface.h | 6 ++++++ src/include/mc/datatypes.h | 2 +- src/include/mc/mc.h | 2 +- src/include/simgrid/platf_interface.h | 2 +- src/include/smpi/smpi_interface.h | 6 ++++++ src/include/surf/datatypes.h | 2 +- src/include/surf/random_mgr.h | 4 ++-- src/include/surf/surf_resource.h | 2 +- src/include/surf/surf_resource_lmm.h | 2 +- src/include/surf/surfxml_parse_values.h | 4 ++-- src/include/surf/trace_mgr.h | 2 +- src/include/xbt/wine_dbghelp.h | 6 ++++++ src/include/xbt/xbt_os_time.h | 2 +- src/instr/instr_TI_trace.c | 5 +++-- src/instr/instr_config.c | 4 ++-- src/instr/instr_interface.c | 4 ++-- src/instr/instr_paje_containers.c | 4 ++-- src/instr/instr_paje_header.c | 4 ++-- src/instr/instr_paje_trace.c | 4 ++-- src/instr/instr_paje_types.c | 5 +++-- src/instr/instr_paje_values.c | 5 +++-- src/instr/instr_private.h | 4 ++-- src/instr/instr_resource_utilization.c | 4 ++-- src/instr/instr_trace.c | 4 ++-- src/instr/jedule/jedule_events.c | 11 +++++------ src/instr/jedule/jedule_output.c | 10 ++++------ src/instr/jedule/jedule_platform.c | 11 +++++------ src/instr/jedule/jedule_sd_binding.c | 2 +- src/mc/mc_checkpoint.c | 2 +- src/mc/mc_compare.c | 2 +- src/mc/mc_dpor.c | 2 +- src/mc/mc_global.c | 2 +- src/mc/mc_liveness.c | 2 +- src/mc/mc_memory.c | 2 +- src/mc/mc_pair.c | 2 +- src/mc/mc_private.h | 2 +- src/mc/mc_request.c | 2 +- src/mc/mc_state.c | 2 +- src/mc/memory_map.c | 2 +- src/mk_supernovae.pl | 6 ++++++ src/msg/instr_msg_process.c | 4 ++-- src/msg/instr_msg_task.c | 4 ++-- src/msg/instr_msg_vm.c | 4 ++-- src/msg/msg_actions.c | 2 +- src/msg/msg_deployment.c | 2 +- src/msg/msg_environment.c | 2 +- src/msg/msg_global.c | 2 +- src/msg/msg_host.c | 2 +- src/msg/msg_io.c | 4 ++-- src/msg/msg_mailbox.h | 4 ++-- src/msg/msg_new_api.c | 6 +++--- src/msg/msg_private.h | 2 +- src/msg/msg_process.c | 2 +- src/msg/msg_synchro.c | 2 +- src/msg/msg_task.c | 2 +- src/msg/msg_vm.c | 2 +- src/portable.h | 4 ++-- src/simdag/instr_sd_task.c | 2 +- src/simdag/private.h | 2 +- src/simdag/sd_daxloader.c | 2 +- src/simdag/sd_dotloader.c | 2 +- src/simdag/sd_global.c | 2 +- src/simdag/sd_link.c | 2 +- src/simdag/sd_task.c | 2 +- src/simdag/sd_workstation.c | 2 +- src/simix/simcalls.in | 6 ++++++ src/simix/simcalls.py | 9 ++++++++- src/simix/smx_context.c | 2 +- src/simix/smx_context_base.c | 3 +-- src/simix/smx_context_raw.c | 2 +- src/simix/smx_context_sysv.c | 6 +++--- src/simix/smx_context_thread.c | 2 +- src/simix/smx_deployment.c | 2 +- src/simix/smx_environment.c | 2 +- src/simix/smx_global.c | 2 +- src/simix/smx_host.c | 2 +- src/simix/smx_host_private.h | 2 +- src/simix/smx_io.c | 2 +- src/simix/smx_io_private.h | 2 +- src/simix/smx_new_api.c | 2 +- src/simix/smx_new_api_private.h | 2 +- src/simix/smx_private.h | 2 +- src/simix/smx_process.c | 2 +- src/simix/smx_process_private.h | 2 +- src/simix/smx_smurf.c | 6 ++++++ src/simix/smx_smurf_private.h | 2 +- src/simix/smx_synchro.c | 2 +- src/simix/smx_synchro_private.h | 6 ++++++ src/simix/smx_user.c | 2 +- src/simix/smx_vm.c | 2 +- src/smpi/colls/allgather-2dmesh.c | 6 ++++++ src/smpi/colls/allgather-3dmesh.c | 6 ++++++ src/smpi/colls/allgather-GB.c | 6 ++++++ src/smpi/colls/allgather-NTSLR-NB.c | 6 ++++++ src/smpi/colls/allgather-NTSLR.c | 6 ++++++ src/smpi/colls/allgather-SMP-NTS.c | 6 ++++++ src/smpi/colls/allgather-bruck.c | 6 ++++++ src/smpi/colls/allgather-loosely-lr.c | 6 ++++++ .../colls/allgather-ompi-neighborexchange.c | 6 ++++++ src/smpi/colls/allgather-pair.c | 6 ++++++ src/smpi/colls/allgather-rdb.c | 6 ++++++ src/smpi/colls/allgather-rhv.c | 6 ++++++ src/smpi/colls/allgather-ring.c | 6 ++++++ src/smpi/colls/allgather-smp-simple.c | 6 ++++++ src/smpi/colls/allgather-spreading-simple.c | 6 ++++++ src/smpi/colls/allgatherv-GB.c | 6 ++++++ src/smpi/colls/allgatherv-mpich-rdb.c | 6 ++++++ src/smpi/colls/allgatherv-mpich-ring.c | 9 +++++++-- src/smpi/colls/allgatherv-ompi-bruck.c | 9 ++++++--- .../colls/allgatherv-ompi-neighborexchange.c | 5 +++++ src/smpi/colls/allgatherv-pair.c | 6 ++++++ src/smpi/colls/allgatherv-ring.c | 6 ++++++ src/smpi/colls/allreduce-lr.c | 6 ++++++ .../colls/allreduce-ompi-ring-segmented.c | 11 ++++++----- src/smpi/colls/allreduce-rab-rdb.c | 6 ++++++ src/smpi/colls/allreduce-rab1.c | 6 ++++++ src/smpi/colls/allreduce-rab2.c | 6 ++++++ src/smpi/colls/allreduce-rdb.c | 6 ++++++ src/smpi/colls/allreduce-redbcast.c | 6 ++++++ .../colls/allreduce-smp-binomial-pipeline.c | 6 ++++++ src/smpi/colls/allreduce-smp-binomial.c | 6 ++++++ src/smpi/colls/allreduce-smp-rdb.c | 6 ++++++ src/smpi/colls/allreduce-smp-rsag-lr.c | 6 ++++++ src/smpi/colls/allreduce-smp-rsag-rab.c | 8 +++++++- src/smpi/colls/allreduce-smp-rsag.c | 6 ++++++ src/smpi/colls/alltoall-2dmesh.c | 6 ++++++ src/smpi/colls/alltoall-3dmesh.c | 6 ++++++ src/smpi/colls/alltoall-bruck.c | 6 ++++++ src/smpi/colls/alltoall-pair-light-barrier.c | 6 ++++++ src/smpi/colls/alltoall-pair-mpi-barrier.c | 6 ++++++ src/smpi/colls/alltoall-pair-one-barrier.c | 6 ++++++ src/smpi/colls/alltoall-pair.c | 6 ++++++ src/smpi/colls/alltoall-rdb.c | 6 ++++++ src/smpi/colls/alltoall-ring-light-barrier.c | 6 ++++++ src/smpi/colls/alltoall-ring-mpi-barrier.c | 6 ++++++ src/smpi/colls/alltoall-ring-one-barrier.c | 6 ++++++ src/smpi/colls/alltoall-ring.c | 6 ++++++ src/smpi/colls/alltoallv-bruck.c | 6 ++++++ src/smpi/colls/alltoallv-ompi-basic-linear.c | 5 +++++ src/smpi/colls/alltoallv-pair-light-barrier.c | 6 ++++++ src/smpi/colls/alltoallv-pair-mpi-barrier.c | 6 ++++++ src/smpi/colls/alltoallv-pair-one-barrier.c | 6 ++++++ src/smpi/colls/alltoallv-pair.c | 6 ++++++ src/smpi/colls/alltoallv-ring-light-barrier.c | 6 ++++++ src/smpi/colls/alltoallv-ring-mpi-barrier.c | 6 ++++++ src/smpi/colls/alltoallv-ring-one-barrier.c | 6 ++++++ src/smpi/colls/alltoallv-ring.c | 6 ++++++ src/smpi/colls/barrier-ompi.c | 9 ++++++--- src/smpi/colls/bcast-NTSB.c | 6 ++++++ src/smpi/colls/bcast-NTSL-Isend.c | 6 ++++++ src/smpi/colls/bcast-NTSL.c | 6 ++++++ src/smpi/colls/bcast-SMP-binary.c | 6 ++++++ src/smpi/colls/bcast-SMP-binomial.c | 6 ++++++ src/smpi/colls/bcast-SMP-linear.c | 6 ++++++ .../colls/bcast-arrival-pattern-aware-wait.c | 6 ++++++ src/smpi/colls/bcast-arrival-pattern-aware.c | 6 ++++++ src/smpi/colls/bcast-arrival-scatter.c | 6 ++++++ src/smpi/colls/bcast-binomial-tree.c | 6 ++++++ src/smpi/colls/bcast-flattree-pipeline.c | 6 ++++++ src/smpi/colls/bcast-flattree.c | 6 ++++++ src/smpi/colls/bcast-ompi-pipeline.c | 6 ++++++ src/smpi/colls/bcast-ompi-split-bintree.c | 11 +++++++---- src/smpi/colls/bcast-scatter-LR-allgather.c | 6 ++++++ src/smpi/colls/bcast-scatter-rdb-allgather.c | 6 ++++++ src/smpi/colls/coll_tuned_topo.c | 9 ++++++--- src/smpi/colls/coll_tuned_topo.h | 9 ++++++--- src/smpi/colls/colls.h | 6 ++++++ src/smpi/colls/colls_global.c | 6 ++++++ src/smpi/colls/colls_private.h | 6 ++++++ src/smpi/colls/gather-ompi.c | 9 ++++++--- src/smpi/colls/reduce-NTSL.c | 6 ++++++ src/smpi/colls/reduce-arrival-pattern-aware.c | 6 ++++++ src/smpi/colls/reduce-binomial.c | 6 ++++++ src/smpi/colls/reduce-flat-tree.c | 6 ++++++ src/smpi/colls/reduce-ompi.c | 9 ++++++--- src/smpi/colls/reduce-scatter-gather.c | 6 ++++++ src/smpi/colls/reduce_scatter-mpich.c | 6 ++++++ src/smpi/colls/reduce_scatter-ompi.c | 10 ++++++---- src/smpi/colls/scatter-ompi.c | 9 ++++++--- src/smpi/colls/smpi_automatic_selector.c | 6 ++++++ src/smpi/colls/smpi_mpich_selector.c | 2 +- src/smpi/colls/smpi_openmpi_selector.c | 2 +- src/smpi/fixsrc.pl | 6 ++++++ src/smpi/instr_smpi.c | 4 ++-- src/smpi/patch_source.sh | 7 +++++++ src/smpi/private.h | 4 ++-- src/smpi/smpi_bench.c | 4 ++-- src/smpi/smpi_c99.c | 4 ++-- src/smpi/smpi_coll.c | 2 +- src/smpi/smpi_comm.c | 4 ++-- src/smpi/smpi_dvfs.c | 4 ++-- src/smpi/smpi_f77.c | 4 ++-- src/smpi/smpi_global.c | 2 +- src/smpi/smpi_group.c | 4 ++-- src/smpi/smpi_mpi.c | 4 ++-- src/smpi/smpi_mpi_dt.c | 2 +- src/smpi/smpi_mpi_dt_private.h | 4 ++-- src/smpi/smpi_pmpi.c | 4 ++-- src/smpi/smpi_replay.c | 3 +-- src/smpi/smpicc.in | 6 ++++++ src/smpi/smpif2c.in | 6 ++++++ src/smpi/smpif90.in | 6 ++++++ src/smpi/smpiff.in | 6 ++++++ src/smpi/smpirun.in | 6 ++++++ src/smpi/smpitools.sh | 11 +++++++++++ src/surf/cpu_cas01.cpp | 2 +- src/surf/cpu_cas01.hpp | 6 ++++++ src/surf/cpu_interface.cpp | 6 ++++++ src/surf/cpu_ti.cpp | 6 ++++++ src/surf/cpu_ti.hpp | 6 ++++++ src/surf/fair_bottleneck.cpp | 3 +-- src/surf/gtnets/gtnets_interface.cc | 4 ++-- src/surf/gtnets/gtnets_interface.h | 2 +- src/surf/gtnets/gtnets_simulator.cc | 3 ++- src/surf/gtnets/gtnets_simulator.h | 2 +- src/surf/gtnets/gtnets_topology.cc | 3 ++- src/surf/gtnets/gtnets_topology.h | 3 +-- src/surf/instr_routing.c | 4 ++-- src/surf/instr_surf.c | 4 ++-- src/surf/lagrange.cpp | 2 +- src/surf/maxmin.cpp | 3 +-- src/surf/maxmin_private.hpp | 2 +- src/surf/network_cm02.cpp | 6 ++++++ src/surf/network_cm02.hpp | 6 ++++++ src/surf/network_constant.cpp | 6 ++++++ src/surf/network_constant.hpp | 6 ++++++ src/surf/network_gtnets.cpp | 6 ++++++ src/surf/network_gtnets.hpp | 6 ++++++ src/surf/network_interface.cpp | 12 ++++++------ src/surf/network_ns3.c | 2 +- src/surf/network_ns3_private.h | 2 +- src/surf/network_smpi.cpp | 6 ++++++ src/surf/network_smpi.hpp | 6 ++++++ src/surf/ns3/my-point-to-point-helper.cc | 7 ++++++- src/surf/ns3/my-point-to-point-helper.h | 7 ++++++- src/surf/ns3/ns3_interface.cc | 2 +- src/surf/ns3/ns3_interface.h | 2 +- src/surf/ns3/ns3_simulator.cc | 2 +- src/surf/ns3/ns3_simulator.h | 2 +- src/surf/ns3/red-queue.cc | 7 ++++++- src/surf/ns3/red-queue.h | 7 ++++++- src/surf/platf_generator.c | 4 ++++ src/surf/platf_generator_private.h | 6 ++++++ src/surf/plugins/energy.cpp | 4 ++-- src/surf/plugins/energy.hpp | 12 ++++++------ src/surf/random_mgr.c | 4 ++-- src/surf/sg_platf.c | 2 +- src/surf/storage_interface.cpp | 6 ++++++ src/surf/storage_n11.cpp | 6 ++++++ src/surf/storage_n11.hpp | 6 ++++++ src/surf/surf_c_bindings.cpp | 6 ++++++ src/surf/surf_private.h | 3 ++- src/surf/surf_routing.cpp | 2 +- src/surf/surf_routing.hpp | 6 ++++++ src/surf/surf_routing_cluster.hpp | 6 ++++++ src/surf/surf_routing_cluster_torus.cpp | 6 ++++++ src/surf/surf_routing_cluster_torus.hpp | 6 ++++++ src/surf/surf_routing_dijkstra.cpp | 2 +- src/surf/surf_routing_dijkstra.hpp | 6 ++++++ src/surf/surf_routing_floyd.cpp | 2 +- src/surf/surf_routing_floyd.hpp | 6 ++++++ src/surf/surf_routing_full.cpp | 2 +- src/surf/surf_routing_full.hpp | 6 ++++++ src/surf/surf_routing_generic.cpp | 2 +- src/surf/surf_routing_generic.hpp | 6 ++++++ src/surf/surf_routing_none.cpp | 2 +- src/surf/surf_routing_none.hpp | 6 ++++++ src/surf/surf_routing_private.hpp | 2 +- src/surf/surf_routing_vivaldi.cpp | 6 ++++++ src/surf/surf_routing_vivaldi.hpp | 6 ++++++ src/surf/surfxml_parse.c | 2 +- src/surf/surfxml_parseplatf.c | 2 +- src/surf/trace_mgr.c | 2 +- src/surf/trace_mgr_private.h | 2 +- src/surf/vm_workstation_hl13.cpp | 12 ++++++------ src/surf/vm_workstation_hl13.hpp | 12 ++++++------ src/surf/vm_workstation_interface.cpp | 12 ++++++------ src/surf/workstation_clm03.cpp | 6 ++++++ src/surf/workstation_clm03.hpp | 6 ++++++ src/surf/workstation_interface.cpp | 6 ++++++ src/surf/workstation_ptask_L07.hpp | 6 ++++++ src/win32/config.h | 2 +- src/xbt/RngStream.c | 6 ++++++ src/xbt/automaton/automaton.c | 2 +- src/xbt/automaton/automatonparse_promela.c | 2 +- src/xbt/automaton/parserPromela.lex | 6 ++++++ src/xbt/automaton/parserPromela.yacc | 6 ++++++ src/xbt/backtrace_dummy.c | 2 +- src/xbt/backtrace_linux.c | 2 +- src/xbt/backtrace_windows.c | 2 +- src/xbt/config.c | 2 +- src/xbt/cunit.c | 2 +- src/xbt/dict.c | 2 +- src/xbt/dict_cursor.c | 2 +- src/xbt/dict_elm.c | 2 +- src/xbt/dict_multi.c | 2 +- src/xbt/dict_private.h | 2 +- src/xbt/dynar.c | 2 +- src/xbt/ex.c | 4 +++- src/xbt/ex_interface.h | 2 +- src/xbt/fifo.c | 2 +- src/xbt/fifo_private.h | 2 +- src/xbt/graph.c | 2 +- src/xbt/graph_private.h | 2 +- src/xbt/graphxml_parse.c | 2 +- src/xbt/heap.c | 2 +- src/xbt/heap_private.h | 2 +- src/xbt/lib.c | 2 +- src/xbt/log.c | 1 - src/xbt/log_private.h | 2 +- src/xbt/mallocator.c | 2 +- src/xbt/mallocator_private.h | 2 +- src/xbt/mmalloc/mfree.c | 2 +- src/xbt/mmalloc/mm.c | 2 +- src/xbt/mmalloc/mm_diff.c | 2 +- src/xbt/mmalloc/mm_legacy.c | 2 +- src/xbt/mmalloc/mm_module.c | 6 ++++++ src/xbt/mmalloc/mmalloc.c | 2 +- src/xbt/mmalloc/mmorecore.c | 2 +- src/xbt/mmalloc/mmprivate.h | 2 +- src/xbt/mmalloc/mrealloc.c | 2 +- src/xbt/parmap.c | 3 ++- src/xbt/set.c | 2 +- src/xbt/setset.c | 6 ++++++ src/xbt/setset_private.h | 6 ++++++ src/xbt/snprintf.c | 5 +++++ src/xbt/swag.c | 2 +- src/xbt/win32_ucontext.c | 6 ++++++ src/xbt/xbt_log_appender_file.c | 2 +- src/xbt/xbt_log_layout_format.c | 2 +- src/xbt/xbt_log_layout_simple.c | 2 +- src/xbt/xbt_matrix.c | 2 +- src/xbt/xbt_os_thread.c | 2 +- src/xbt/xbt_os_time.c | 2 +- src/xbt/xbt_peer.c | 2 +- src/xbt/xbt_queue.c | 2 +- src/xbt/xbt_replay.c | 2 +- src/xbt/xbt_sg_stubs.c | 2 +- src/xbt/xbt_sg_synchro.c | 2 +- src/xbt/xbt_sha.c | 2 +- src/xbt/xbt_str.c | 2 +- src/xbt/xbt_strbuff.c | 2 +- src/xbt/xbt_virtu.c | 2 +- src/xbt_modinter.h | 2 +- teshsuite/msg/get_sender.c | 2 +- teshsuite/msg/pid.c | 2 +- teshsuite/msg/storage/storage_basic.c | 6 ++++++ teshsuite/msg/trace/test_trace_integration.c | 2 +- .../simdag/availability/availability_test.c | 6 ++++++ teshsuite/simdag/basic0.c | 2 +- teshsuite/simdag/basic1.c | 2 +- teshsuite/simdag/basic2.c | 2 +- teshsuite/simdag/basic3.c | 2 +- teshsuite/simdag/basic4.c | 2 +- teshsuite/simdag/basic5.c | 2 +- teshsuite/simdag/basic6.c | 2 +- teshsuite/simdag/incomplete.c | 2 +- .../simdag/network/mxn/test_intra_all2all.c | 2 +- .../network/mxn/test_intra_independent_comm.c | 2 +- .../simdag/network/mxn/test_intra_scatter.c | 2 +- teshsuite/simdag/network/p2p/test_latency1.c | 2 +- teshsuite/simdag/network/p2p/test_latency2.c | 2 +- teshsuite/simdag/network/p2p/test_latency3.c | 2 +- .../simdag/network/p2p/test_latency_bound.c | 2 +- teshsuite/simdag/network/test_reinit_costs.c | 2 +- teshsuite/simdag/partask/test_comp_only_par.c | 2 +- teshsuite/simdag/partask/test_comp_only_seq.c | 2 +- .../platforms/Evaluate_get_route_time.c | 2 +- .../simdag/platforms/Evaluate_parse_time.c | 2 +- teshsuite/simdag/platforms/basic_link_test.c | 2 +- .../simdag/platforms/basic_parsing_test.c | 2 +- teshsuite/simdag/platforms/basic_tracing.c | 2 +- teshsuite/simdag/platforms/flatifier.c | 2 +- teshsuite/simdag/platforms/is_router_test.c | 2 +- teshsuite/simix/check_defaults.c | 2 +- teshsuite/smpi/allgather_coll.c | 2 +- teshsuite/smpi/allgatherv_coll.c | 2 +- teshsuite/smpi/allreduce.c | 6 ++++++ teshsuite/smpi/allreduce_coll.c | 2 +- teshsuite/smpi/alltoall2.c | 6 ++++++ teshsuite/smpi/alltoall_basic.c | 2 +- teshsuite/smpi/alltoall_coll.c | 2 +- teshsuite/smpi/alltoallv_coll.c | 7 ++++++- teshsuite/smpi/barrier.c | 2 +- teshsuite/smpi/bcast.c | 2 +- teshsuite/smpi/bcast_coll.c | 2 +- teshsuite/smpi/compute.c | 2 +- teshsuite/smpi/compute2.c | 2 +- teshsuite/smpi/compute3.c | 2 +- teshsuite/smpi/dsend.c | 2 +- teshsuite/smpi/gather_coll.c | 2 +- teshsuite/smpi/get_processor_name.c | 2 +- teshsuite/smpi/hvector_test.c | 6 ++++++ teshsuite/smpi/indexed_test.c | 6 ++++++ teshsuite/smpi/pingpong.c | 2 +- teshsuite/smpi/reduce.c | 6 ++++++ teshsuite/smpi/reduce_coll.c | 2 +- teshsuite/smpi/reduce_scatter_coll.c | 6 ++++++ teshsuite/smpi/scatter.c | 6 ++++++ teshsuite/smpi/sendrecv.c | 2 +- teshsuite/smpi/sendtest.c | 2 +- teshsuite/smpi/shared.c | 2 +- teshsuite/smpi/split.c | 2 +- teshsuite/smpi/struct_test.c | 6 ++++++ teshsuite/smpi/ttest01.c | 2 +- teshsuite/smpi/vector_test.c | 6 ++++++ teshsuite/xbt/log_large_test.c | 2 +- teshsuite/xbt/mmalloc_test.c | 6 ++++++ teshsuite/xbt/parallel_log_crashtest.c | 2 +- teshsuite/xbt/parmap_test.c | 2 +- testsuite/surf/lmm_usage.c | 2 +- testsuite/surf/maxmin_bench.c | 2 +- testsuite/surf/surf_usage.c | 2 +- testsuite/surf/surf_usage2.c | 3 ++- testsuite/surf/trace_usage.c | 3 ++- testsuite/xbt/graphxml_usage.c | 3 ++- testsuite/xbt/heap_bench.c | 2 +- testsuite/xbt/log_usage.c | 2 +- testsuite/xbt/parmap_bench.c | 6 ++++++ tools/MSG_visualization/colorize.pl | 6 ++++++ tools/MSG_visualization/trace2fig.pl | 7 +++++++ tools/check_dist_archive | 6 ++++++ tools/doxygen/fig2dev_postprocessor.pl | 6 ++++++ tools/doxygen/index_create.pl | 6 ++++++ tools/doxygen/xbt_log_extract_hierarchy.pl | 6 ++++++ tools/fix-paje-trace.sh | 6 ++++++ tools/graphicator/graphicator.c | 2 +- tools/indent | 6 ++++++ tools/normalize-pointers.py | 7 +++++++ tools/platf_route_rulebased2full.py | 6 ++++++ tools/sg_unit_extractor.pl | 6 ++++++ tools/sg_xml_unit_converter.py | 6 ++++++ tools/simgrid_update_xml.pl | 9 ++++----- tools/spell/lspell.pl | 6 ++++++ tools/spell/lspell2.pl | 6 ++++++ tools/spell/spell.sh | 10 +++++++++- tools/tesh/colorize.pl | 7 +++++++ tools/tesh/run_context.c | 2 +- tools/tesh/run_context.h | 2 +- tools/tesh/signal.c | 2 +- tools/tesh/tesh.c | 2 +- tools/tesh/tesh.h | 2 +- 856 files changed, 2910 insertions(+), 1401 deletions(-) diff --git a/buildtools/Cmake/Scripts/generate_memcheck_tests.pl b/buildtools/Cmake/Scripts/generate_memcheck_tests.pl index df0880674f..85dd3497e1 100755 --- a/buildtools/Cmake/Scripts/generate_memcheck_tests.pl +++ b/buildtools/Cmake/Scripts/generate_memcheck_tests.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2012-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; # input file = AddTest.txt diff --git a/buildtools/Cmake/Scripts/generate_new_tests.pl b/buildtools/Cmake/Scripts/generate_new_tests.pl index aa2245e9bd..e3c807cd9b 100755 --- a/buildtools/Cmake/Scripts/generate_new_tests.pl +++ b/buildtools/Cmake/Scripts/generate_new_tests.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2012, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; # input file = AddTest.txt diff --git a/buildtools/Cmake/Scripts/my_valgrind.pl b/buildtools/Cmake/Scripts/my_valgrind.pl index 82e950fad6..073b4b8a07 100755 --- a/buildtools/Cmake/Scripts/my_valgrind.pl +++ b/buildtools/Cmake/Scripts/my_valgrind.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2012-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; my @argv = ("valgrind"); my $count = 0; diff --git a/buildtools/Cmake/Scripts/tesh.pl b/buildtools/Cmake/Scripts/tesh.pl index e103a8f5a4..451b26a991 100755 --- a/buildtools/Cmake/Scripts/tesh.pl +++ b/buildtools/Cmake/Scripts/tesh.pl @@ -1,4 +1,11 @@ #! /usr/bin/perl + +# Copyright (c) 2012-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + eval 'exec perl -S $0 ${1+"$@"}' if $running_under_some_shell; diff --git a/buildtools/Cmake/Scripts/update_tesh.pl b/buildtools/Cmake/Scripts/update_tesh.pl index 24d5c25c2b..7c340b4b5e 100755 --- a/buildtools/Cmake/Scripts/update_tesh.pl +++ b/buildtools/Cmake/Scripts/update_tesh.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2012, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; if($#ARGV!=1) { diff --git a/buildtools/Cmake/src/internal_config.h.in b/buildtools/Cmake/src/internal_config.h.in index e96a565739..bd406de4e9 100644 --- a/buildtools/Cmake/src/internal_config.h.in +++ b/buildtools/Cmake/src/internal_config.h.in @@ -9,7 +9,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - /* Set somes variables for Windows compilation */ #ifdef _XBT_DLL_EXPORT diff --git a/buildtools/Cmake/test_prog/prog_AC_CHECK_MCSC.c b/buildtools/Cmake/test_prog/prog_AC_CHECK_MCSC.c index 59d5289ab1..a20e1bdb14 100644 --- a/buildtools/Cmake/test_prog/prog_AC_CHECK_MCSC.c +++ b/buildtools/Cmake/test_prog/prog_AC_CHECK_MCSC.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_gnu_dynlinker.c b/buildtools/Cmake/test_prog/prog_gnu_dynlinker.c index fde4577155..6187f9ed9b 100644 --- a/buildtools/Cmake/test_prog/prog_gnu_dynlinker.c +++ b/buildtools/Cmake/test_prog/prog_gnu_dynlinker.c @@ -1,5 +1,5 @@ /* prog_gnu_dynlinker.c -- check that RTLD_NEXT is defined as in GNU linker */ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_gtnets.cpp b/buildtools/Cmake/test_prog/prog_gtnets.cpp index 7c68bea39f..4391b466e5 100644 --- a/buildtools/Cmake/test_prog/prog_gtnets.cpp +++ b/buildtools/Cmake/test_prog/prog_gtnets.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2010, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include int main(){ diff --git a/buildtools/Cmake/test_prog/prog_mutex_timedlock.c b/buildtools/Cmake/test_prog/prog_mutex_timedlock.c index cb9d0703bf..60dd8fecfa 100644 --- a/buildtools/Cmake/test_prog/prog_mutex_timedlock.c +++ b/buildtools/Cmake/test_prog/prog_mutex_timedlock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011. The SimGrid Team. +/* Copyright (c) 2010-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_printf_null.c b/buildtools/Cmake/test_prog/prog_printf_null.c index 00277d405a..10eb15e386 100644 --- a/buildtools/Cmake/test_prog/prog_printf_null.c +++ b/buildtools/Cmake/test_prog/prog_printf_null.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_sem_init.c b/buildtools/Cmake/test_prog/prog_sem_init.c index 01d3ff3ed1..43540a0d12 100644 --- a/buildtools/Cmake/test_prog/prog_sem_init.c +++ b/buildtools/Cmake/test_prog/prog_sem_init.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_sem_open.c b/buildtools/Cmake/test_prog/prog_sem_open.c index be4a92d607..56a2c4b916 100644 --- a/buildtools/Cmake/test_prog/prog_sem_open.c +++ b/buildtools/Cmake/test_prog/prog_sem_open.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_sem_timedwait.c b/buildtools/Cmake/test_prog/prog_sem_timedwait.c index 994d9ad818..c6a94a8a61 100644 --- a/buildtools/Cmake/test_prog/prog_sem_timedwait.c +++ b/buildtools/Cmake/test_prog/prog_sem_timedwait.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_snprintf.c b/buildtools/Cmake/test_prog/prog_snprintf.c index 60f24037b3..1e336892c4 100644 --- a/buildtools/Cmake/test_prog/prog_snprintf.c +++ b/buildtools/Cmake/test_prog/prog_snprintf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_stackgrowth.c b/buildtools/Cmake/test_prog/prog_stackgrowth.c index f0f2f1a4ac..81aff74b3a 100644 --- a/buildtools/Cmake/test_prog/prog_stackgrowth.c +++ b/buildtools/Cmake/test_prog/prog_stackgrowth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_stacksetup.c b/buildtools/Cmake/test_prog/prog_stacksetup.c index 66dcba0157..35f08bccb0 100644 --- a/buildtools/Cmake/test_prog/prog_stacksetup.c +++ b/buildtools/Cmake/test_prog/prog_stacksetup.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_thread_storage.c b/buildtools/Cmake/test_prog/prog_thread_storage.c index 732a000445..86d2940db7 100644 --- a/buildtools/Cmake/test_prog/prog_thread_storage.c +++ b/buildtools/Cmake/test_prog/prog_thread_storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011. The SimGrid Team. +/* Copyright (c) 2010-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/buildtools/Cmake/test_prog/prog_vsnprintf.c b/buildtools/Cmake/test_prog/prog_vsnprintf.c index 26e1db922b..5a392e6489 100644 --- a/buildtools/Cmake/test_prog/prog_vsnprintf.c +++ b/buildtools/Cmake/test_prog/prog_vsnprintf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/contrib/benchmarking_code_block/bench.h b/contrib/benchmarking_code_block/bench.h index fc86bc3db0..da60519c64 100644 --- a/contrib/benchmarking_code_block/bench.h +++ b/contrib/benchmarking_code_block/bench.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* Copy to src/include/xbt/ folder */ /* Benchmarking a code block */ diff --git a/contrib/benchmarking_code_block/inject.h b/contrib/benchmarking_code_block/inject.h index ba23a6508e..f4d9fa2b1f 100644 --- a/contrib/benchmarking_code_block/inject.h +++ b/contrib/benchmarking_code_block/inject.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* Copy to src/include/xbt/ folder */ /* Injecting timings for previously benchmarked code blocks */ diff --git a/contrib/deployment_generation/generate_random_deployment.pl b/contrib/deployment_generation/generate_random_deployment.pl index ce58aaebcb..b160b3f4ec 100755 --- a/contrib/deployment_generation/generate_random_deployment.pl +++ b/contrib/deployment_generation/generate_random_deployment.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2009, 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; sub melange { diff --git a/contrib/network_model/calibrate_piecewise.py b/contrib/network_model/calibrate_piecewise.py index f38169843a..8a54e84513 100755 --- a/contrib/network_model/calibrate_piecewise.py +++ b/contrib/network_model/calibrate_piecewise.py @@ -1,5 +1,10 @@ #!/usr/bin/env python +# Copyright (c) 2010-2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. import sys from math import sqrt diff --git a/contrib/network_model/regress.py b/contrib/network_model/regress.py index 6bffd97faa..6df8e71784 100755 --- a/contrib/network_model/regress.py +++ b/contrib/network_model/regress.py @@ -1,5 +1,11 @@ #!/usr/bin/env python +# Copyright (c) 2010-2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + #--------------------------------------------------------------------------------------------------- # Example invokation: # % ./regress.py griffon_skampi_pt2pt.ski.dat 65536 120832 diff --git a/contrib/network_model/regression2.py b/contrib/network_model/regression2.py index ea9e3a4564..f314d9e50e 100755 --- a/contrib/network_model/regression2.py +++ b/contrib/network_model/regression2.py @@ -1,4 +1,11 @@ #!/usr/bin/python + +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # This script takes the following command line parameters # 1) an input file containing 2 columns: message size and 1-way trip time # 2) the maximum relative error for a line segment diff --git a/contrib/network_model/smpi_calibration.c b/contrib/network_model/smpi_calibration.c index fd67750523..7c1abb6eaa 100644 --- a/contrib/network_model/smpi_calibration.c +++ b/contrib/network_model/smpi_calibration.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2011, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /**--------- ------------- * produced by: * ./regression2.py ./pingpong-in.dat 0.15 30 2 2.4e-5 1.25e8 diff --git a/doc/HelloWorld/HelloWorld.c b/doc/HelloWorld/HelloWorld.c index ae6a7fbcbf..72c6d04ad6 100644 --- a/doc/HelloWorld/HelloWorld.c +++ b/doc/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2011-2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include "xbt/log.h" XBT_LOG_NEW_DEFAULT_CATEGORY(HelloWorld, diff --git a/doc/msg-tuto-src/masterworker0.c b/doc/msg-tuto-src/masterworker0.c index 0311b6e1d0..b283dc5285 100644 --- a/doc/msg-tuto-src/masterworker0.c +++ b/doc/msg-tuto-src/masterworker0.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/doc/msg-tuto-src/masterworker1.c b/doc/msg-tuto-src/masterworker1.c index 8a7acff102..5b240e354a 100644 --- a/doc/msg-tuto-src/masterworker1.c +++ b/doc/msg-tuto-src/masterworker1.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/doc/msg-tuto-src/masterworker2.c b/doc/msg-tuto-src/masterworker2.c index 98a5687e5f..aa038972b9 100644 --- a/doc/msg-tuto-src/masterworker2.c +++ b/doc/msg-tuto-src/masterworker2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/doc/msg-tuto-src/masterworker3.c b/doc/msg-tuto-src/masterworker3.c index a51c9a9d21..c2891d5d29 100644 --- a/doc/msg-tuto-src/masterworker3.c +++ b/doc/msg-tuto-src/masterworker3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/doc/msg-tuto-src/masterworker4.c b/doc/msg-tuto-src/masterworker4.c index 35755ccd12..1f4bb5073a 100644 --- a/doc/msg-tuto-src/masterworker4.c +++ b/doc/msg-tuto-src/masterworker4.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/async/AsyncTest.java b/examples/java/async/AsyncTest.java index 77777671bf..983fecd64a 100644 --- a/examples/java/async/AsyncTest.java +++ b/examples/java/async/AsyncTest.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package async; diff --git a/examples/java/async/FinalizeTask.java b/examples/java/async/FinalizeTask.java index 9fa045ca65..1e7b43923e 100644 --- a/examples/java/async/FinalizeTask.java +++ b/examples/java/async/FinalizeTask.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package async; import org.simgrid.msg.Task; diff --git a/examples/java/async/Forwarder.java b/examples/java/async/Forwarder.java index a4913a6d71..fbf394faf0 100644 --- a/examples/java/async/Forwarder.java +++ b/examples/java/async/Forwarder.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package async; import org.simgrid.msg.Host; diff --git a/examples/java/async/Master.java b/examples/java/async/Master.java index e39f041972..4960b75645 100644 --- a/examples/java/async/Master.java +++ b/examples/java/async/Master.java @@ -1,12 +1,10 @@ -/* - * Master of a basic master/slave example in Java - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Master of a basic master/slave example in Java */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package async; import java.util.ArrayList; diff --git a/examples/java/async/Slave.java b/examples/java/async/Slave.java index a4a651ff2a..1d4f5679cc 100644 --- a/examples/java/async/Slave.java +++ b/examples/java/async/Slave.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2007, 2010, 2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2007, 2010, 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package async; import org.simgrid.msg.Comm; import org.simgrid.msg.Host; diff --git a/examples/java/bittorrent/Bittorrent.java b/examples/java/bittorrent/Bittorrent.java index 5685bd9a69..b488195123 100644 --- a/examples/java/bittorrent/Bittorrent.java +++ b/examples/java/bittorrent/Bittorrent.java @@ -1,12 +1,9 @@ -/** -* Copyright (c) 2012-2013. The SimGrid Team. -* All rights reserved. -* -* This program is free software; you can redistribute -* it and/or modify it under the terms of the license -* (GNU LGPL) which comes with this package. -* -*/ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package bittorrent; import org.simgrid.msg.Msg; diff --git a/examples/java/bittorrent/Common.java b/examples/java/bittorrent/Common.java index 7e78b5ab01..1fe856e3da 100644 --- a/examples/java/bittorrent/Common.java +++ b/examples/java/bittorrent/Common.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package bittorrent; /** * Common constants for use in the simulation diff --git a/examples/java/bittorrent/Connection.java b/examples/java/bittorrent/Connection.java index 29a30110f2..4ca20fd2e2 100644 --- a/examples/java/bittorrent/Connection.java +++ b/examples/java/bittorrent/Connection.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package bittorrent; import java.util.Arrays; diff --git a/examples/java/bittorrent/MessageTask.java b/examples/java/bittorrent/MessageTask.java index 88c04c7670..3c98d15eed 100644 --- a/examples/java/bittorrent/MessageTask.java +++ b/examples/java/bittorrent/MessageTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package bittorrent; import org.simgrid.msg.Task; diff --git a/examples/java/bittorrent/Peer.java b/examples/java/bittorrent/Peer.java index f1f10c15d6..10fd6c55be 100644 --- a/examples/java/bittorrent/Peer.java +++ b/examples/java/bittorrent/Peer.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package bittorrent; import java.util.ArrayList; diff --git a/examples/java/bittorrent/Tracker.java b/examples/java/bittorrent/Tracker.java index 1a812b6771..338b763468 100644 --- a/examples/java/bittorrent/Tracker.java +++ b/examples/java/bittorrent/Tracker.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package bittorrent; import java.util.ArrayList; diff --git a/examples/java/bittorrent/TrackerTask.java b/examples/java/bittorrent/TrackerTask.java index 4b0664984d..beaf7b82f9 100644 --- a/examples/java/bittorrent/TrackerTask.java +++ b/examples/java/bittorrent/TrackerTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package bittorrent; import java.util.ArrayList; diff --git a/examples/java/bittorrent/generate.py b/examples/java/bittorrent/generate.py index 9ba8611257..d4ea09ee9e 100755 --- a/examples/java/bittorrent/generate.py +++ b/examples/java/bittorrent/generate.py @@ -1,5 +1,11 @@ #!/usr/bin/python +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # This script generates a specific deployment file for the Bittorrent example. # It assumes that the platform will be a cluster. # Usage: python generate.py nb_nodes nb_bits end_date percentage diff --git a/examples/java/chord/Chord.java b/examples/java/chord/Chord.java index 36038a1699..2f3d7faea1 100644 --- a/examples/java/chord/Chord.java +++ b/examples/java/chord/Chord.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; import org.simgrid.msg.Msg; diff --git a/examples/java/chord/ChordTask.java b/examples/java/chord/ChordTask.java index aac5083ff1..b10940ca32 100644 --- a/examples/java/chord/ChordTask.java +++ b/examples/java/chord/ChordTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; import org.simgrid.msg.Task; diff --git a/examples/java/chord/Common.java b/examples/java/chord/Common.java index 6531dc0de5..7031c23185 100644 --- a/examples/java/chord/Common.java +++ b/examples/java/chord/Common.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; /** * Common constants used over the simulation diff --git a/examples/java/chord/FindSuccessorAnswerTask.java b/examples/java/chord/FindSuccessorAnswerTask.java index f0d2c94e70..a740872bd2 100644 --- a/examples/java/chord/FindSuccessorAnswerTask.java +++ b/examples/java/chord/FindSuccessorAnswerTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; public class FindSuccessorAnswerTask extends ChordTask { diff --git a/examples/java/chord/FindSuccessorTask.java b/examples/java/chord/FindSuccessorTask.java index 51c2310fc5..db770279f2 100644 --- a/examples/java/chord/FindSuccessorTask.java +++ b/examples/java/chord/FindSuccessorTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; public class FindSuccessorTask extends ChordTask { diff --git a/examples/java/chord/GetPredecessorAnswerTask.java b/examples/java/chord/GetPredecessorAnswerTask.java index 3c58bc149e..ac1b1426d3 100644 --- a/examples/java/chord/GetPredecessorAnswerTask.java +++ b/examples/java/chord/GetPredecessorAnswerTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; public class GetPredecessorAnswerTask extends ChordTask { diff --git a/examples/java/chord/GetPredecessorTask.java b/examples/java/chord/GetPredecessorTask.java index a3b0c0c98e..38fecabccc 100644 --- a/examples/java/chord/GetPredecessorTask.java +++ b/examples/java/chord/GetPredecessorTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; public class GetPredecessorTask extends ChordTask { diff --git a/examples/java/chord/Node.java b/examples/java/chord/Node.java index 64db0e5004..27cb63a522 100644 --- a/examples/java/chord/Node.java +++ b/examples/java/chord/Node.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; import org.simgrid.msg.Comm; diff --git a/examples/java/chord/NotifyTask.java b/examples/java/chord/NotifyTask.java index 84094ca949..b36c4caf6d 100644 --- a/examples/java/chord/NotifyTask.java +++ b/examples/java/chord/NotifyTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package chord; public class NotifyTask extends ChordTask { diff --git a/examples/java/cloud/Cloud.java b/examples/java/cloud/Cloud.java index 662eb1b1ea..9da6a107f0 100644 --- a/examples/java/cloud/Cloud.java +++ b/examples/java/cloud/Cloud.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package cloud; import org.simgrid.msg.Host; diff --git a/examples/java/cloud/FinalizeTask.java b/examples/java/cloud/FinalizeTask.java index ffaf4b92ee..b710b2fa54 100644 --- a/examples/java/cloud/FinalizeTask.java +++ b/examples/java/cloud/FinalizeTask.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package cloud; import org.simgrid.msg.Task; diff --git a/examples/java/cloud/Master.java b/examples/java/cloud/Master.java index 1a2f0951c0..467be23f96 100644 --- a/examples/java/cloud/Master.java +++ b/examples/java/cloud/Master.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package cloud; import java.util.ArrayList; diff --git a/examples/java/cloud/Slave.java b/examples/java/cloud/Slave.java index 000d1d2c24..7aaa48e10f 100644 --- a/examples/java/cloud/Slave.java +++ b/examples/java/cloud/Slave.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package cloud; import org.simgrid.msg.Host; diff --git a/examples/java/cloud/migration/Daemon.java b/examples/java/cloud/migration/Daemon.java index d3ac758b2c..55d825ceb1 100644 --- a/examples/java/cloud/migration/Daemon.java +++ b/examples/java/cloud/migration/Daemon.java @@ -3,6 +3,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package cloud.migration; import org.simgrid.msg.*; diff --git a/examples/java/cloud/migration/Main.java b/examples/java/cloud/migration/Main.java index 68b19aca9e..cd0a6ae670 100644 --- a/examples/java/cloud/migration/Main.java +++ b/examples/java/cloud/migration/Main.java @@ -3,6 +3,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package cloud.migration; import org.simgrid.msg.Host; diff --git a/examples/java/cloud/migration/Test.java b/examples/java/cloud/migration/Test.java index 50e9271170..ef7836ab1b 100644 --- a/examples/java/cloud/migration/Test.java +++ b/examples/java/cloud/migration/Test.java @@ -3,6 +3,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package cloud.migration; import org.simgrid.msg.*; diff --git a/examples/java/cloud/migration/XVM.java b/examples/java/cloud/migration/XVM.java index 03dd601009..97467cb76e 100644 --- a/examples/java/cloud/migration/XVM.java +++ b/examples/java/cloud/migration/XVM.java @@ -3,6 +3,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package cloud.migration; import org.simgrid.msg.Host; diff --git a/examples/java/commTime/CommTimeTest.java b/examples/java/commTime/CommTimeTest.java index ba6485110c..417aa27898 100644 --- a/examples/java/commTime/CommTimeTest.java +++ b/examples/java/commTime/CommTimeTest.java @@ -1,9 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. All right reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package commTime; import org.simgrid.msg.Msg; diff --git a/examples/java/commTime/FinalizeTask.java b/examples/java/commTime/FinalizeTask.java index d0e3f32899..f5dcc1815f 100644 --- a/examples/java/commTime/FinalizeTask.java +++ b/examples/java/commTime/FinalizeTask.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package commTime; import org.simgrid.msg.*; diff --git a/examples/java/commTime/Master.java b/examples/java/commTime/Master.java index 9dc977295d..9193702e32 100644 --- a/examples/java/commTime/Master.java +++ b/examples/java/commTime/Master.java @@ -1,12 +1,10 @@ -/* - * Master of a basic master/slave example in Java - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Master of a basic master/slave example in Java */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package commTime; diff --git a/examples/java/commTime/Slave.java b/examples/java/commTime/Slave.java index bb81c9ff43..c90ad64b68 100644 --- a/examples/java/commTime/Slave.java +++ b/examples/java/commTime/Slave.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package commTime; diff --git a/examples/java/io/IO.java b/examples/java/io/IO.java index 6a6674fb8f..4c94dcf2e3 100644 --- a/examples/java/io/IO.java +++ b/examples/java/io/IO.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package io; import org.simgrid.msg.Host; diff --git a/examples/java/io/Node.java b/examples/java/io/Node.java index 353db84945..a0a88cd12b 100644 --- a/examples/java/io/Node.java +++ b/examples/java/io/Node.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package io; import org.simgrid.msg.File; diff --git a/examples/java/kademlia/Answer.java b/examples/java/kademlia/Answer.java index 9373f50aae..ff0a25b219 100644 --- a/examples/java/kademlia/Answer.java +++ b/examples/java/kademlia/Answer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/kademlia/Bucket.java b/examples/java/kademlia/Bucket.java index cd6e6351bc..8ad2326e95 100644 --- a/examples/java/kademlia/Bucket.java +++ b/examples/java/kademlia/Bucket.java @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package kademlia; import java.util.ArrayList; diff --git a/examples/java/kademlia/Common.java b/examples/java/kademlia/Common.java index 576d273a4d..7df08e782e 100644 --- a/examples/java/kademlia/Common.java +++ b/examples/java/kademlia/Common.java @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package kademlia; /** * Common constants used all over the simulation diff --git a/examples/java/kademlia/Contact.java b/examples/java/kademlia/Contact.java index ac0ba9e933..16d3906f60 100644 --- a/examples/java/kademlia/Contact.java +++ b/examples/java/kademlia/Contact.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/kademlia/FindNodeAnswerTask.java b/examples/java/kademlia/FindNodeAnswerTask.java index ab85b3afdb..cb036da177 100644 --- a/examples/java/kademlia/FindNodeAnswerTask.java +++ b/examples/java/kademlia/FindNodeAnswerTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/kademlia/FindNodeTask.java b/examples/java/kademlia/FindNodeTask.java index b5bfa97187..9ee53a9972 100644 --- a/examples/java/kademlia/FindNodeTask.java +++ b/examples/java/kademlia/FindNodeTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/kademlia/Kademlia.java b/examples/java/kademlia/Kademlia.java index 567987be80..a9c05c4281 100644 --- a/examples/java/kademlia/Kademlia.java +++ b/examples/java/kademlia/Kademlia.java @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package kademlia; import org.simgrid.msg.Msg; import org.simgrid.msg.MsgException; diff --git a/examples/java/kademlia/KademliaTask.java b/examples/java/kademlia/KademliaTask.java index 17c5d42ba3..9ca0c5f96d 100644 --- a/examples/java/kademlia/KademliaTask.java +++ b/examples/java/kademlia/KademliaTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/kademlia/Node.java b/examples/java/kademlia/Node.java index 447ff8d69b..0a9478185e 100644 --- a/examples/java/kademlia/Node.java +++ b/examples/java/kademlia/Node.java @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package kademlia; import org.simgrid.msg.Host; diff --git a/examples/java/kademlia/PingAnswerTask.java b/examples/java/kademlia/PingAnswerTask.java index 097b6a8b3b..46f2fd8556 100644 --- a/examples/java/kademlia/PingAnswerTask.java +++ b/examples/java/kademlia/PingAnswerTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/kademlia/PingTask.java b/examples/java/kademlia/PingTask.java index 38c02a1155..3b08c93384 100644 --- a/examples/java/kademlia/PingTask.java +++ b/examples/java/kademlia/PingTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/kademlia/RoutingTable.java b/examples/java/kademlia/RoutingTable.java index 815d1d0a21..ca136a0431 100644 --- a/examples/java/kademlia/RoutingTable.java +++ b/examples/java/kademlia/RoutingTable.java @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + package kademlia; import java.util.Collections; import java.util.Vector; diff --git a/examples/java/master_slave_bypass/FinalizeTask.java b/examples/java/master_slave_bypass/FinalizeTask.java index 77085c5200..a3b9bd814a 100644 --- a/examples/java/master_slave_bypass/FinalizeTask.java +++ b/examples/java/master_slave_bypass/FinalizeTask.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package master_slave_bypass; import org.simgrid.msg.Task; diff --git a/examples/java/master_slave_bypass/Master.java b/examples/java/master_slave_bypass/Master.java index ea894d8890..39fb1c4b0b 100644 --- a/examples/java/master_slave_bypass/Master.java +++ b/examples/java/master_slave_bypass/Master.java @@ -1,12 +1,10 @@ -/* - * Master of a basic master/slave example in Java - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Master of a basic master/slave example in Java */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package master_slave_bypass; import org.simgrid.msg.HostNotFoundException; diff --git a/examples/java/master_slave_bypass/MsBypass.java b/examples/java/master_slave_bypass/MsBypass.java index 3a61208be8..8301465160 100644 --- a/examples/java/master_slave_bypass/MsBypass.java +++ b/examples/java/master_slave_bypass/MsBypass.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package master_slave_bypass; diff --git a/examples/java/master_slave_bypass/Slave.java b/examples/java/master_slave_bypass/Slave.java index c342df4ac5..05526ea0c9 100644 --- a/examples/java/master_slave_bypass/Slave.java +++ b/examples/java/master_slave_bypass/Slave.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package master_slave_bypass; import org.simgrid.msg.HostFailureException; import org.simgrid.msg.HostNotFoundException; diff --git a/examples/java/master_slave_kill/FinalizeTask.java b/examples/java/master_slave_kill/FinalizeTask.java index 8b5daa3325..ec1a0e2872 100644 --- a/examples/java/master_slave_kill/FinalizeTask.java +++ b/examples/java/master_slave_kill/FinalizeTask.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package master_slave_kill; import org.simgrid.msg.Task; diff --git a/examples/java/master_slave_kill/Master.java b/examples/java/master_slave_kill/Master.java index 82c8a9d5ea..3aac3fc2a1 100644 --- a/examples/java/master_slave_kill/Master.java +++ b/examples/java/master_slave_kill/Master.java @@ -1,12 +1,10 @@ -/* - * Master of a basic master/slave example in Java - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Master of a basic master/slave example in Java */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package master_slave_kill; import org.simgrid.msg.HostNotFoundException; diff --git a/examples/java/master_slave_kill/MsKill.java b/examples/java/master_slave_kill/MsKill.java index cb54fa1a86..8fc9d9770b 100644 --- a/examples/java/master_slave_kill/MsKill.java +++ b/examples/java/master_slave_kill/MsKill.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package master_slave_kill; diff --git a/examples/java/master_slave_kill/Slave.java b/examples/java/master_slave_kill/Slave.java index 630c25b3fb..ab99898d82 100644 --- a/examples/java/master_slave_kill/Slave.java +++ b/examples/java/master_slave_kill/Slave.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package master_slave_kill; import org.simgrid.msg.HostFailureException; import org.simgrid.msg.HostNotFoundException; diff --git a/examples/java/masterslave/FinalizeTask.java b/examples/java/masterslave/FinalizeTask.java index fc4d97b2e9..e250984baf 100644 --- a/examples/java/masterslave/FinalizeTask.java +++ b/examples/java/masterslave/FinalizeTask.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package masterslave; import org.simgrid.msg.Task; diff --git a/examples/java/masterslave/Forwarder.java b/examples/java/masterslave/Forwarder.java index 12a9f83a08..f6b8f5b1e2 100644 --- a/examples/java/masterslave/Forwarder.java +++ b/examples/java/masterslave/Forwarder.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package masterslave; diff --git a/examples/java/masterslave/Master.java b/examples/java/masterslave/Master.java index 94e00f5146..8e9d9d1e5d 100644 --- a/examples/java/masterslave/Master.java +++ b/examples/java/masterslave/Master.java @@ -1,12 +1,10 @@ -/* - * Master of a basic master/slave example in Java - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Master of a basic master/slave example in Java */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package masterslave; import org.simgrid.msg.Host; diff --git a/examples/java/masterslave/Masterslave.java b/examples/java/masterslave/Masterslave.java index b91c17894b..f5518ab9ea 100644 --- a/examples/java/masterslave/Masterslave.java +++ b/examples/java/masterslave/Masterslave.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package masterslave; diff --git a/examples/java/masterslave/Slave.java b/examples/java/masterslave/Slave.java index e3e4f08d4e..2820c92954 100644 --- a/examples/java/masterslave/Slave.java +++ b/examples/java/masterslave/Slave.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package masterslave; import org.simgrid.msg.Host; diff --git a/examples/java/migration/Emigrant.java b/examples/java/migration/Emigrant.java index c87508125d..5fda9f5bfc 100644 --- a/examples/java/migration/Emigrant.java +++ b/examples/java/migration/Emigrant.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package migration; import org.simgrid.msg.Host; diff --git a/examples/java/migration/Migration.java b/examples/java/migration/Migration.java index 3db138d2b8..97aa53bf21 100644 --- a/examples/java/migration/Migration.java +++ b/examples/java/migration/Migration.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package migration; import org.simgrid.msg.Msg; import org.simgrid.msg.Mutex; diff --git a/examples/java/migration/Policeman.java b/examples/java/migration/Policeman.java index 3dd8d9707c..664dd335ad 100644 --- a/examples/java/migration/Policeman.java +++ b/examples/java/migration/Policeman.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package migration; import org.simgrid.msg.Host; diff --git a/examples/java/mutualExclusion/Coordinator.java b/examples/java/mutualExclusion/Coordinator.java index 44fc41b84a..7a0e0a679e 100644 --- a/examples/java/mutualExclusion/Coordinator.java +++ b/examples/java/mutualExclusion/Coordinator.java @@ -1,9 +1,8 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package mutualExclusion; import java.util.LinkedList; diff --git a/examples/java/mutualExclusion/GrantTask.java b/examples/java/mutualExclusion/GrantTask.java index 60d59e20ef..79e19d0f0b 100644 --- a/examples/java/mutualExclusion/GrantTask.java +++ b/examples/java/mutualExclusion/GrantTask.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package mutualExclusion; import org.simgrid.msg.Task; diff --git a/examples/java/mutualExclusion/MutexCentral.java b/examples/java/mutualExclusion/MutexCentral.java index e368c3ab47..d5da381303 100644 --- a/examples/java/mutualExclusion/MutexCentral.java +++ b/examples/java/mutualExclusion/MutexCentral.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package mutualExclusion; import org.simgrid.msg.Msg; diff --git a/examples/java/mutualExclusion/Node.java b/examples/java/mutualExclusion/Node.java index b316367208..0b622fe3e6 100644 --- a/examples/java/mutualExclusion/Node.java +++ b/examples/java/mutualExclusion/Node.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package mutualExclusion; import org.simgrid.msg.Host; diff --git a/examples/java/mutualExclusion/ReleaseTask.java b/examples/java/mutualExclusion/ReleaseTask.java index 46db893027..6348116be2 100644 --- a/examples/java/mutualExclusion/ReleaseTask.java +++ b/examples/java/mutualExclusion/ReleaseTask.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package mutualExclusion; public class ReleaseTask extends org.simgrid.msg.Task { } diff --git a/examples/java/mutualExclusion/RequestTask.java b/examples/java/mutualExclusion/RequestTask.java index d9d9721a16..225d16bf91 100644 --- a/examples/java/mutualExclusion/RequestTask.java +++ b/examples/java/mutualExclusion/RequestTask.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package mutualExclusion; import org.simgrid.msg.Task; diff --git a/examples/java/pingPong/PingPongTask.java b/examples/java/pingPong/PingPongTask.java index 5acc673fa1..76f7fff75e 100644 --- a/examples/java/pingPong/PingPongTask.java +++ b/examples/java/pingPong/PingPongTask.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package pingPong; import org.simgrid.msg.NativeException; diff --git a/examples/java/pingPong/PingPongTest.java b/examples/java/pingPong/PingPongTest.java index 39f7d386c0..04f71d9431 100644 --- a/examples/java/pingPong/PingPongTest.java +++ b/examples/java/pingPong/PingPongTest.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package pingPong; import org.simgrid.msg.Msg; import org.simgrid.msg.NativeException; diff --git a/examples/java/pingPong/Receiver.java b/examples/java/pingPong/Receiver.java index e553e2a60e..57e69cfc43 100644 --- a/examples/java/pingPong/Receiver.java +++ b/examples/java/pingPong/Receiver.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package pingPong; import org.simgrid.msg.Host; import org.simgrid.msg.Msg; diff --git a/examples/java/pingPong/Sender.java b/examples/java/pingPong/Sender.java index a39430a09a..52fbab1ff3 100644 --- a/examples/java/pingPong/Sender.java +++ b/examples/java/pingPong/Sender.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package pingPong; import org.simgrid.msg.Host; import org.simgrid.msg.HostNotFoundException; diff --git a/examples/java/priority/Priority.java b/examples/java/priority/Priority.java index 99f0aacf3c..2462ca031b 100644 --- a/examples/java/priority/Priority.java +++ b/examples/java/priority/Priority.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package priority; import org.simgrid.msg.Msg; import org.simgrid.msg.NativeException; diff --git a/examples/java/priority/Test.java b/examples/java/priority/Test.java index 365e8dfd44..14370f3e6d 100644 --- a/examples/java/priority/Test.java +++ b/examples/java/priority/Test.java @@ -1,9 +1,9 @@ -/* - * 2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package priority; import org.simgrid.msg.Host; import org.simgrid.msg.Msg; diff --git a/examples/java/startKillTime/Master.java b/examples/java/startKillTime/Master.java index 47b2c8fd03..270c4a6724 100644 --- a/examples/java/startKillTime/Master.java +++ b/examples/java/startKillTime/Master.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package startKillTime; import org.simgrid.msg.Host; import org.simgrid.msg.HostFailureException; diff --git a/examples/java/startKillTime/Slave.java b/examples/java/startKillTime/Slave.java index 5978e7047c..0018b6e446 100644 --- a/examples/java/startKillTime/Slave.java +++ b/examples/java/startKillTime/Slave.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package startKillTime; import org.simgrid.msg.Host; import org.simgrid.msg.HostFailureException; diff --git a/examples/java/startKillTime/StartKillTime.java b/examples/java/startKillTime/StartKillTime.java index 3a2999cdbb..8daffbef05 100644 --- a/examples/java/startKillTime/StartKillTime.java +++ b/examples/java/startKillTime/StartKillTime.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package startKillTime; import org.simgrid.msg.Msg; import org.simgrid.msg.NativeException; diff --git a/examples/java/suspend/DreamMaster.java b/examples/java/suspend/DreamMaster.java index a27be0925e..8dff985403 100644 --- a/examples/java/suspend/DreamMaster.java +++ b/examples/java/suspend/DreamMaster.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package suspend; import org.simgrid.msg.Host; diff --git a/examples/java/suspend/LazyGuy.java b/examples/java/suspend/LazyGuy.java index 6a8b17c17e..ffad084d17 100644 --- a/examples/java/suspend/LazyGuy.java +++ b/examples/java/suspend/LazyGuy.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package suspend; import org.simgrid.msg.Host; diff --git a/examples/java/suspend/Suspend.java b/examples/java/suspend/Suspend.java index ec31e22ae3..027ed8e9d6 100644 --- a/examples/java/suspend/Suspend.java +++ b/examples/java/suspend/Suspend.java @@ -1,10 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package suspend; import org.simgrid.msg.Msg; diff --git a/examples/java/tracing/PingPongTask.java b/examples/java/tracing/PingPongTask.java index 0c3fbd8f69..f43b69e67c 100644 --- a/examples/java/tracing/PingPongTask.java +++ b/examples/java/tracing/PingPongTask.java @@ -1,10 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package tracing; import org.simgrid.msg.NativeException; diff --git a/examples/java/tracing/Receiver.java b/examples/java/tracing/Receiver.java index 3383695e01..dab370f233 100644 --- a/examples/java/tracing/Receiver.java +++ b/examples/java/tracing/Receiver.java @@ -1,13 +1,9 @@ -/* - * $Id$ - * - * Copyright 2006,2007 Martin Quinson, Malek Cherier - * Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2007, 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package tracing; import org.simgrid.msg.Host; import org.simgrid.msg.Msg; diff --git a/examples/java/tracing/Sender.java b/examples/java/tracing/Sender.java index 30d0dc3e24..48a14c4184 100644 --- a/examples/java/tracing/Sender.java +++ b/examples/java/tracing/Sender.java @@ -1,12 +1,11 @@ -/* - * Sender of basic ping/pong example - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Sender of basic ping/pong example */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package tracing; import org.simgrid.msg.Host; import org.simgrid.msg.HostNotFoundException; diff --git a/examples/java/tracing/TracingTest.java b/examples/java/tracing/TracingTest.java index 6205296250..b8453bd260 100644 --- a/examples/java/tracing/TracingTest.java +++ b/examples/java/tracing/TracingTest.java @@ -1,13 +1,9 @@ -/* - * $Id$ - * - * Copyright 2006,2007 Martin Quinson, Malek Cherier - * Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2007, 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package tracing; import org.simgrid.msg.Msg; import org.simgrid.trace.Trace; diff --git a/examples/lua/SimSplay/chord.lua b/examples/lua/SimSplay/chord.lua index 7e2295428c..1f746d4946 100644 --- a/examples/lua/SimSplay/chord.lua +++ b/examples/lua/SimSplay/chord.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + dofile "sim_splay.lua" between, call, thread, ping = misc.between_c, rpc.call, events.thread, rpc.ping n, predecessor, finger, timeout, m = {}, nil, {}, 5, 24 diff --git a/examples/lua/SimSplay/platform_script.lua b/examples/lua/SimSplay/platform_script.lua index c0f5589afc..1226288658 100644 --- a/examples/lua/SimSplay/platform_script.lua +++ b/examples/lua/SimSplay/platform_script.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + require "simgrid" simgrid.AS.new{id="AS0",mode="Full"}; diff --git a/examples/lua/SimSplay/sim_splay.lua b/examples/lua/SimSplay/sim_splay.lua index 6202cb382c..a5307140da 100644 --- a/examples/lua/SimSplay/sim_splay.lua +++ b/examples/lua/SimSplay/sim_splay.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + require "simgrid" -- Splay global modules diff --git a/examples/lua/SimSplay/splay_school.lua b/examples/lua/SimSplay/splay_school.lua index 358c36f5d9..e740dd5826 100644 --- a/examples/lua/SimSplay/splay_school.lua +++ b/examples/lua/SimSplay/splay_school.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + require("sim_splay") function SPLAYschool() diff --git a/examples/lua/bittorrent/bittorrent.lua b/examples/lua/bittorrent/bittorrent.lua index 26381a7fe0..6631d4350d 100644 --- a/examples/lua/bittorrent/bittorrent.lua +++ b/examples/lua/bittorrent/bittorrent.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + -- A SimGrid Lua implementation of the Bittorrent protocol. require("simgrid") diff --git a/examples/lua/bittorrent/peer.lua b/examples/lua/bittorrent/peer.lua index 96a20f3066..496af855a9 100644 --- a/examples/lua/bittorrent/peer.lua +++ b/examples/lua/bittorrent/peer.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + -- A SimGrid Lua implementation of the Bittorrent protocol. require("simgrid") diff --git a/examples/lua/bittorrent/tracker.lua b/examples/lua/bittorrent/tracker.lua index e662990178..e39a2d9179 100644 --- a/examples/lua/bittorrent/tracker.lua +++ b/examples/lua/bittorrent/tracker.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + -- A SimGrid Lua implementation of the Bittorrent protocol. require("simgrid") diff --git a/examples/lua/chord/chord.lua b/examples/lua/chord/chord.lua index 523b15017c..6e6df64f93 100644 --- a/examples/lua/chord/chord.lua +++ b/examples/lua/chord/chord.lua @@ -1,5 +1,11 @@ -- A SimGrid Lua implementation of the Chord DHT +-- Copyright (c) 2011-2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + require("simgrid") nb_bits = 24 diff --git a/examples/lua/console/deploy.lua b/examples/lua/console/deploy.lua index 5d46da3374..6cd9a48e3c 100644 --- a/examples/lua/console/deploy.lua +++ b/examples/lua/console/deploy.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2013-2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + dofile 'master.lua' dofile 'slave.lua' diff --git a/examples/lua/console/master.lua b/examples/lua/console/master.lua index 2ce311816e..36f9785360 100644 --- a/examples/lua/console/master.lua +++ b/examples/lua/console/master.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2013-2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + --Master Function function Master(...) diff --git a/examples/lua/console/master_slave_bypass.lua b/examples/lua/console/master_slave_bypass.lua index 55a79d532c..b88391fdf4 100644 --- a/examples/lua/console/master_slave_bypass.lua +++ b/examples/lua/console/master_slave_bypass.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2013-2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + require "simgrid" dofile 'platform.lua' dofile 'deploy.lua' diff --git a/examples/lua/console/platform.lua b/examples/lua/console/platform.lua index 6e0f88b249..b38d3ce64e 100644 --- a/examples/lua/console/platform.lua +++ b/examples/lua/console/platform.lua @@ -1,4 +1,8 @@ - +-- Copyright (c) 2011, 2013-2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. simgrid.platf.open(); diff --git a/examples/lua/console/slave.lua b/examples/lua/console/slave.lua index 816fbda5df..b70a75a104 100644 --- a/examples/lua/console/slave.lua +++ b/examples/lua/console/slave.lua @@ -1,4 +1,8 @@ +-- Copyright (c) 2011, 2013-2014. The SimGrid Team. +-- All rights reserved. +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. -- Slave Function --------------------------------------------------------- function Slave(...) diff --git a/examples/lua/kademlia/kademlia.lua b/examples/lua/kademlia/kademlia.lua index 70d67d6d41..36418240ce 100644 --- a/examples/lua/kademlia/kademlia.lua +++ b/examples/lua/kademlia/kademlia.lua @@ -1,4 +1,11 @@ -- A SimGrid Lua implementation of the Kademlia protocol. + +-- Copyright (c) 2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + require("simgrid") -- Common constants diff --git a/examples/lua/kademlia/routing_table.lua b/examples/lua/kademlia/routing_table.lua index 3c2b636a03..d4f4d045a4 100644 --- a/examples/lua/kademlia/routing_table.lua +++ b/examples/lua/kademlia/routing_table.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + -- Routing table data routing_table = { buckets = {}, diff --git a/examples/lua/kademlia/tools.lua b/examples/lua/kademlia/tools.lua index 664c3424a2..71bb07a2e5 100644 --- a/examples/lua/kademlia/tools.lua +++ b/examples/lua/kademlia/tools.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + function bxor (a,b) local r = 0 for i = 0, 31 do diff --git a/examples/lua/masterslave/master.lua b/examples/lua/masterslave/master.lua index 2ee7f419df..0cd88bc1c1 100644 --- a/examples/lua/masterslave/master.lua +++ b/examples/lua/masterslave/master.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011-2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + function Master(...) if #arg ~= 4 then diff --git a/examples/lua/masterslave/master_slave.lua b/examples/lua/masterslave/master_slave.lua index 2aeb917769..9a7f35435a 100644 --- a/examples/lua/masterslave/master_slave.lua +++ b/examples/lua/masterslave/master_slave.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011-2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + dofile 'master.lua' dofile 'slave.lua' -- Simulation Code ---------------------------------------------------------- diff --git a/examples/lua/masterslave/platform.lua b/examples/lua/masterslave/platform.lua index 8ef9d4bf82..9999efdf24 100644 --- a/examples/lua/masterslave/platform.lua +++ b/examples/lua/masterslave/platform.lua @@ -1,4 +1,9 @@ - +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + --create new routing model --simgrid.AS.new(AS_id,AS_mode) simgrid.AS.new{id="AS0",mode="Full"}; diff --git a/examples/lua/masterslave/slave.lua b/examples/lua/masterslave/slave.lua index 875698362a..d6f214122c 100644 --- a/examples/lua/masterslave/slave.lua +++ b/examples/lua/masterslave/slave.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011-2012, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + function Slave(...) if #arg ~= 1 then diff --git a/examples/lua/multi_matrix/mult_matrix.lua b/examples/lua/multi_matrix/mult_matrix.lua index 9700b76984..62c89e3973 100644 --- a/examples/lua/multi_matrix/mult_matrix.lua +++ b/examples/lua/multi_matrix/mult_matrix.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + dofile 'sender.lua' dofile 'receiver.lua' require "simgrid" diff --git a/examples/lua/multi_matrix/receiver.lua b/examples/lua/multi_matrix/receiver.lua index e771b7a593..6769b5ca7d 100644 --- a/examples/lua/multi_matrix/receiver.lua +++ b/examples/lua/multi_matrix/receiver.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + function Receiver(...) simgrid.info("Hello From Receiver") diff --git a/examples/lua/multi_matrix/sender.lua b/examples/lua/multi_matrix/sender.lua index dfd1ae8120..16166ffebd 100644 --- a/examples/lua/multi_matrix/sender.lua +++ b/examples/lua/multi_matrix/sender.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + function Sender(...) simgrid.info("Hello From Sender") diff --git a/examples/lua/splaySim/master.lua b/examples/lua/splaySim/master.lua index 04951c3658..e495048046 100644 --- a/examples/lua/splaySim/master.lua +++ b/examples/lua/splaySim/master.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + --Master Function function Master(...) diff --git a/examples/lua/splaySim/slave.lua b/examples/lua/splaySim/slave.lua index e188572196..4275c3150d 100644 --- a/examples/lua/splaySim/slave.lua +++ b/examples/lua/splaySim/slave.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + -- Slave Function --------------------------------------------------------- function Slave(...) diff --git a/examples/lua/splaySim/splay_ctrl.lua b/examples/lua/splaySim/splay_ctrl.lua index 5c8007c961..7b8a5cee57 100644 --- a/examples/lua/splaySim/splay_ctrl.lua +++ b/examples/lua/splaySim/splay_ctrl.lua @@ -1,3 +1,8 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. -- Simulation Code ---------------------------------------------------------- diff --git a/examples/lua/splaySim/splay_deploy_masterslave.lua b/examples/lua/splaySim/splay_deploy_masterslave.lua index a40ef42249..cd09f6235f 100644 --- a/examples/lua/splaySim/splay_deploy_masterslave.lua +++ b/examples/lua/splaySim/splay_deploy_masterslave.lua @@ -1,3 +1,8 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. dofile "master.lua" dofile "slave.lua" diff --git a/examples/lua/splaySim/splay_platform.lua b/examples/lua/splaySim/splay_platform.lua index 1181a1bef3..d2dc99939c 100644 --- a/examples/lua/splaySim/splay_platform.lua +++ b/examples/lua/splaySim/splay_platform.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + require "simgrid" simgrid.AS.new{id="AS0",mode="Full"}; diff --git a/examples/lua/state_cloner/duplicated_globals.lua b/examples/lua/state_cloner/duplicated_globals.lua index 70366bb8da..5adc010d7c 100644 --- a/examples/lua/state_cloner/duplicated_globals.lua +++ b/examples/lua/state_cloner/duplicated_globals.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + -- This code creates 3 simgrid processes and verifies that the global values -- in each Lua world are correctly cloned from maestro and become different diff --git a/examples/lua/tracing/master.lua b/examples/lua/tracing/master.lua index e189c05001..13bdaa5eaa 100644 --- a/examples/lua/tracing/master.lua +++ b/examples/lua/tracing/master.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + --Master Function function Master(...) diff --git a/examples/lua/tracing/master_slave_trace.lua b/examples/lua/tracing/master_slave_trace.lua index f3ca3f4701..a13006fdb9 100644 --- a/examples/lua/tracing/master_slave_trace.lua +++ b/examples/lua/tracing/master_slave_trace.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + dofile 'master.lua' dofile 'slave.lua' diff --git a/examples/lua/tracing/slave.lua b/examples/lua/tracing/slave.lua index cdbe5f398a..b473a36750 100644 --- a/examples/lua/tracing/slave.lua +++ b/examples/lua/tracing/slave.lua @@ -1,3 +1,8 @@ +-- Copyright (c) 2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. -- Slave Function --------------------------------------------------------- function Slave(...) diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index edb903788e..ef4434456c 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/bittorrent/bittorrent.c b/examples/msg/bittorrent/bittorrent.c index 741cd2c74f..863a2b6baa 100644 --- a/examples/msg/bittorrent/bittorrent.c +++ b/examples/msg/bittorrent/bittorrent.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "bittorrent.h" #include "peer.h" #include "tracker.h" diff --git a/examples/msg/bittorrent/bittorrent.h b/examples/msg/bittorrent/bittorrent.h index 7401336af4..01a80eee72 100644 --- a/examples/msg/bittorrent/bittorrent.h +++ b/examples/msg/bittorrent/bittorrent.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/bittorrent/bittorrent_platfgen.c b/examples/msg/bittorrent/bittorrent_platfgen.c index bb9045deef..9afada064b 100644 --- a/examples/msg/bittorrent/bittorrent_platfgen.c +++ b/examples/msg/bittorrent/bittorrent_platfgen.c @@ -1,7 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ + /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "bittorrent.h" #include "peer.h" #include "tracker.h" diff --git a/examples/msg/bittorrent/connection.c b/examples/msg/bittorrent/connection.c index 0378f4a588..c0ee2a546a 100644 --- a/examples/msg/bittorrent/connection.c +++ b/examples/msg/bittorrent/connection.c @@ -1,8 +1,9 @@ - /* Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "connection.h" #include "bittorrent.h" #include diff --git a/examples/msg/bittorrent/connection.h b/examples/msg/bittorrent/connection.h index 2d3000891f..418b638c2a 100644 --- a/examples/msg/bittorrent/connection.h +++ b/examples/msg/bittorrent/connection.h @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef BITTORRENT_CONNECTION_H_ #define BITTORRENT_CONNECTION_H_ /** diff --git a/examples/msg/bittorrent/generate.py b/examples/msg/bittorrent/generate.py index 1aed434c84..f3460bb3c9 100755 --- a/examples/msg/bittorrent/generate.py +++ b/examples/msg/bittorrent/generate.py @@ -1,5 +1,11 @@ #!/usr/bin/python +# Copyright (c) 2012, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # This script generates a specific deployment file for the Bittorrent example. # It assumes that the platform will be a cluster. # Usage: python generate.py nb_nodes nb_bits end_date percentage diff --git a/examples/msg/bittorrent/messages.c b/examples/msg/bittorrent/messages.c index cd7cd4c24c..bfe1ea4a20 100644 --- a/examples/msg/bittorrent/messages.c +++ b/examples/msg/bittorrent/messages.c @@ -1,8 +1,9 @@ - /* Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "messages.h" #include "bittorrent.h" diff --git a/examples/msg/bittorrent/messages.h b/examples/msg/bittorrent/messages.h index 4357729e71..dab23afb66 100644 --- a/examples/msg/bittorrent/messages.h +++ b/examples/msg/bittorrent/messages.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/bittorrent/peer.c b/examples/msg/bittorrent/peer.c index 2ea4729304..08f8727590 100644 --- a/examples/msg/bittorrent/peer.c +++ b/examples/msg/bittorrent/peer.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "peer.h" #include "tracker.h" #include "connection.h" diff --git a/examples/msg/bittorrent/peer.h b/examples/msg/bittorrent/peer.h index 39554389f2..e64a2d2357 100644 --- a/examples/msg/bittorrent/peer.h +++ b/examples/msg/bittorrent/peer.h @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef BITTORRENT_PEER_H #define BITTORRENT_PEER_H #include diff --git a/examples/msg/bittorrent/tracker.c b/examples/msg/bittorrent/tracker.c index b45d4646aa..e60ef77bbc 100644 --- a/examples/msg/bittorrent/tracker.c +++ b/examples/msg/bittorrent/tracker.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "tracker.h" #include #include diff --git a/examples/msg/bittorrent/tracker.h b/examples/msg/bittorrent/tracker.h index 5acc231201..e1b1fea7b3 100644 --- a/examples/msg/bittorrent/tracker.h +++ b/examples/msg/bittorrent/tracker.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/chainsend/broadcaster.c b/examples/msg/chainsend/broadcaster.c index 507167a0ff..5daf3d5fa7 100644 --- a/examples/msg/chainsend/broadcaster.c +++ b/examples/msg/chainsend/broadcaster.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "broadcaster.h" XBT_LOG_NEW_DEFAULT_CATEGORY(msg_broadcaster, diff --git a/examples/msg/chainsend/broadcaster.h b/examples/msg/chainsend/broadcaster.h index ce6fe977bf..2b066565f0 100644 --- a/examples/msg/chainsend/broadcaster.h +++ b/examples/msg/chainsend/broadcaster.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef KADEPLOY_BROADCASTER_H #define KADEPLOY_BROADCASTER_H diff --git a/examples/msg/chainsend/chainsend.c b/examples/msg/chainsend/chainsend.c index 06e7bea47d..e8a4d199e3 100644 --- a/examples/msg/chainsend/chainsend.c +++ b/examples/msg/chainsend/chainsend.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2007-2010, 2012. The SimGrid Team. - * Copyright (c) 2012. Maximiliano Geier. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/chainsend/common.c b/examples/msg/chainsend/common.c index 928c6e3a43..12fc601623 100644 --- a/examples/msg/chainsend/common.c +++ b/examples/msg/chainsend/common.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "common.h" int process_pending_connections(xbt_dynar_t q) diff --git a/examples/msg/chainsend/common.h b/examples/msg/chainsend/common.h index e28e098f52..2336685f5b 100644 --- a/examples/msg/chainsend/common.h +++ b/examples/msg/chainsend/common.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef KADEPLOY_COMMON_H #define KADEPLOY_COMMON_H diff --git a/examples/msg/chainsend/generate_deployment_file.rb b/examples/msg/chainsend/generate_deployment_file.rb index 3adb0d76cd..e290ae18a0 100755 --- a/examples/msg/chainsend/generate_deployment_file.rb +++ b/examples/msg/chainsend/generate_deployment_file.rb @@ -1,5 +1,11 @@ #!/usr/bin/env ruby +# Copyright (c) 2012-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + require 'rexml/document' class HostsExtractor diff --git a/examples/msg/chainsend/iterator.c b/examples/msg/chainsend/iterator.c index 47dfe04fc4..70956eae1b 100644 --- a/examples/msg/chainsend/iterator.c +++ b/examples/msg/chainsend/iterator.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "iterator.h" /* http://stackoverflow.com/a/3348142 */ diff --git a/examples/msg/chainsend/iterator.h b/examples/msg/chainsend/iterator.h index 3a13ed1f48..dfc26938f0 100644 --- a/examples/msg/chainsend/iterator.h +++ b/examples/msg/chainsend/iterator.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef KADEPLOY_ITERATOR_H #define KADEPLOY_ITERATOR_H diff --git a/examples/msg/chainsend/messages.c b/examples/msg/chainsend/messages.c index 253cdf7f4c..28a92fb49c 100644 --- a/examples/msg/chainsend/messages.c +++ b/examples/msg/chainsend/messages.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "messages.h" msg_task_t task_message_new(e_message_type type, unsigned int len) diff --git a/examples/msg/chainsend/messages.h b/examples/msg/chainsend/messages.h index ef1f25ccdc..b717d5c0dc 100644 --- a/examples/msg/chainsend/messages.h +++ b/examples/msg/chainsend/messages.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef KADEPLOY_MESSAGES_H #define KADEPLOY_MESSAGES_H diff --git a/examples/msg/chainsend/peer.c b/examples/msg/chainsend/peer.c index 1b76e50b45..6be29c17b7 100644 --- a/examples/msg/chainsend/peer.c +++ b/examples/msg/chainsend/peer.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "peer.h" XBT_LOG_NEW_DEFAULT_CATEGORY(msg_peer, diff --git a/examples/msg/chainsend/peer.h b/examples/msg/chainsend/peer.h index 8ee42f7745..63f5a0ebe7 100644 --- a/examples/msg/chainsend/peer.h +++ b/examples/msg/chainsend/peer.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef KADEPLOY_PEER_H #define KADEPLOY_PEER_H diff --git a/examples/msg/chord/chord.c b/examples/msg/chord/chord.c index ce2c4bd5b3..8dafba417c 100644 --- a/examples/msg/chord/chord.c +++ b/examples/msg/chord/chord.c @@ -1,5 +1,4 @@ - -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/chord/generate.py b/examples/msg/chord/generate.py index cc24945eae..3d488ca7c3 100755 --- a/examples/msg/chord/generate.py +++ b/examples/msg/chord/generate.py @@ -1,5 +1,11 @@ #!/usr/bin/python +# Copyright (c) 2011-2012, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # This script generates a specific deployment file for the Chord example. # It assumes that the platform will be a cluster. # Usage: python generate.py nb_nodes nb_bits end_date diff --git a/examples/msg/cloud/bound.c b/examples/msg/cloud/bound.c index 2d4a6b606c..e721f3ac98 100644 --- a/examples/msg/cloud/bound.c +++ b/examples/msg/cloud/bound.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/examples/msg/cloud/masterslave_virtual_machines.c b/examples/msg/cloud/masterslave_virtual_machines.c index 57259355a4..162ab1a367 100644 --- a/examples/msg/cloud/masterslave_virtual_machines.c +++ b/examples/msg/cloud/masterslave_virtual_machines.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/cloud/migrate_vm.c b/examples/msg/cloud/migrate_vm.c index 7e897575b5..7d263c7953 100644 --- a/examples/msg/cloud/migrate_vm.c +++ b/examples/msg/cloud/migrate_vm.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/examples/msg/cloud/multicore.c b/examples/msg/cloud/multicore.c index 5235c89bab..64a00c39c9 100644 --- a/examples/msg/cloud/multicore.c +++ b/examples/msg/cloud/multicore.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/examples/msg/cloud/scale.c b/examples/msg/cloud/scale.c index e113d2c4a0..54a0bfec9b 100644 --- a/examples/msg/cloud/scale.c +++ b/examples/msg/cloud/scale.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/examples/msg/cloud/simple_vm.c b/examples/msg/cloud/simple_vm.c index 630084f845..7c8207f3c9 100644 --- a/examples/msg/cloud/simple_vm.c +++ b/examples/msg/cloud/simple_vm.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/examples/msg/energy/e1/e1.c b/examples/msg/energy/e1/e1.c index 74013fbac9..6a3085d3df 100644 --- a/examples/msg/energy/e1/e1.c +++ b/examples/msg/energy/e1/e1.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "msg/msg.h" #include "xbt/sysdep.h" /* calloc */ diff --git a/examples/msg/energy/e2/e2.c b/examples/msg/energy/e2/e2.c index 64536f5d62..1be86ff8fe 100644 --- a/examples/msg/energy/e2/e2.c +++ b/examples/msg/energy/e2/e2.c @@ -1,5 +1,4 @@ - -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/energy/e3/e3.c b/examples/msg/energy/e3/e3.c index ffa57e891d..1eab1b8cf8 100644 --- a/examples/msg/energy/e3/e3.c +++ b/examples/msg/energy/e3/e3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/gpu/test_MSG_gpu_task_create.c b/examples/msg/gpu/test_MSG_gpu_task_create.c index bb7661d501..c968e89ff9 100644 --- a/examples/msg/gpu/test_MSG_gpu_task_create.c +++ b/examples/msg/gpu/test_MSG_gpu_task_create.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/gtnets/gtnets.c b/examples/msg/gtnets/gtnets.c index 488f40b4d0..eb7a88054e 100644 --- a/examples/msg/gtnets/gtnets.c +++ b/examples/msg/gtnets/gtnets.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/icomms/peer.c b/examples/msg/icomms/peer.c index ef9e78b02a..59f0d3ef0c 100644 --- a/examples/msg/icomms/peer.c +++ b/examples/msg/icomms/peer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/icomms/peer2.c b/examples/msg/icomms/peer2.c index d60cae3ef2..d7542706b9 100644 --- a/examples/msg/icomms/peer2.c +++ b/examples/msg/icomms/peer2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/icomms/peer3.c b/examples/msg/icomms/peer3.c index bfbda570b7..2026f880c4 100644 --- a/examples/msg/icomms/peer3.c +++ b/examples/msg/icomms/peer3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/io/file.c b/examples/msg/io/file.c index 11a9210aea..1da705b30e 100644 --- a/examples/msg/io/file.c +++ b/examples/msg/io/file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/io/file_unlink.c b/examples/msg/io/file_unlink.c index bb74c9f02b..49f05232ed 100644 --- a/examples/msg/io/file_unlink.c +++ b/examples/msg/io/file_unlink.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/io/storage.c b/examples/msg/io/storage.c index 3dc8554476..e2778d0e55 100644 --- a/examples/msg/io/storage.c +++ b/examples/msg/io/storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/kademlia/answer.c b/examples/msg/kademlia/answer.c index 1475d1cb53..ee1082bdd8 100644 --- a/examples/msg/kademlia/answer.c +++ b/examples/msg/kademlia/answer.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "answer.h" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(msg_kademlia_node); diff --git a/examples/msg/kademlia/answer.h b/examples/msg/kademlia/answer.h index a0cea3e1e1..24902dd953 100644 --- a/examples/msg/kademlia/answer.h +++ b/examples/msg/kademlia/answer.h @@ -1,8 +1,9 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _KADEMLIA_EXAMPLES_ANSWER_H_ #define _KADEMLIA_EXAMPLES_ANSWER_H_ #include diff --git a/examples/msg/kademlia/common.h b/examples/msg/kademlia/common.h index 5e743be25f..14770e2b40 100644 --- a/examples/msg/kademlia/common.h +++ b/examples/msg/kademlia/common.h @@ -1,8 +1,9 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _KADEMLIA_EXAMPLES_COMMON #define _KADEMLIA_EXAMPLES_COMMON #define max_join_trials 4 diff --git a/examples/msg/kademlia/generate.py b/examples/msg/kademlia/generate.py index 19b483e7b6..b47512022c 100755 --- a/examples/msg/kademlia/generate.py +++ b/examples/msg/kademlia/generate.py @@ -1,5 +1,11 @@ #!/usr/bin/python +# Copyright (c) 2012, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + import sys, random if len(sys.argv) != 4: diff --git a/examples/msg/kademlia/kademlia.c b/examples/msg/kademlia/kademlia.c index 0173515a8d..5f9bb6aec9 100644 --- a/examples/msg/kademlia/kademlia.c +++ b/examples/msg/kademlia/kademlia.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "kademlia.h" #include "node.h" #include "task.h" diff --git a/examples/msg/kademlia/kademlia.h b/examples/msg/kademlia/kademlia.h index 142a7c03b8..1fce788afb 100644 --- a/examples/msg/kademlia/kademlia.h +++ b/examples/msg/kademlia/kademlia.h @@ -1,9 +1,9 @@ - -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _MSG_EXAMPLES_KADEMLIA_H #define _MSG_EXAMPLES_KADEMLIA_H #include "node.h" diff --git a/examples/msg/kademlia/node.c b/examples/msg/kademlia/node.c index 5cdc918290..574afbefff 100644 --- a/examples/msg/kademlia/node.c +++ b/examples/msg/kademlia/node.c @@ -1,5 +1,4 @@ - -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/kademlia/node.h b/examples/msg/kademlia/node.h index 2db9a51bfe..e93549b7c8 100644 --- a/examples/msg/kademlia/node.h +++ b/examples/msg/kademlia/node.h @@ -1,5 +1,4 @@ - -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/kademlia/routing_table.c b/examples/msg/kademlia/routing_table.c index 4587f2862f..3d1fcb12bc 100644 --- a/examples/msg/kademlia/routing_table.c +++ b/examples/msg/kademlia/routing_table.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "routing_table.h" #include "node.h" #include "msg/msg.h" diff --git a/examples/msg/kademlia/routing_table.h b/examples/msg/kademlia/routing_table.h index df34fa5645..6baa1cf99b 100644 --- a/examples/msg/kademlia/routing_table.h +++ b/examples/msg/kademlia/routing_table.h @@ -1,5 +1,4 @@ - -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/kademlia/task.c b/examples/msg/kademlia/task.c index 770cd62573..5268482b28 100644 --- a/examples/msg/kademlia/task.c +++ b/examples/msg/kademlia/task.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "task.h" #include "answer.h" XBT_LOG_NEW_DEFAULT_CATEGORY(msg_kademlia_task, diff --git a/examples/msg/kademlia/task.h b/examples/msg/kademlia/task.h index e116282034..49245499b6 100644 --- a/examples/msg/kademlia/task.h +++ b/examples/msg/kademlia/task.h @@ -1,8 +1,9 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _MSG_KADEMLIA_EXAMPLES_TASK #define _MSG_KADEMLIA_EXAMPLES_TASK #include "common.h" diff --git a/examples/msg/masterslave/masterslave_arg.c b/examples/msg/masterslave/masterslave_arg.c index fd97d2ab50..7bf9f87e25 100644 --- a/examples/msg/masterslave/masterslave_arg.c +++ b/examples/msg/masterslave/masterslave_arg.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/masterslave/masterslave_bypass.c b/examples/msg/masterslave/masterslave_bypass.c index 35e3d93b12..2a4148ffab 100644 --- a/examples/msg/masterslave/masterslave_bypass.c +++ b/examples/msg/masterslave/masterslave_bypass.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/masterslave/masterslave_cluster.c b/examples/msg/masterslave/masterslave_cluster.c index 74a7493df5..085d574a9e 100644 --- a/examples/msg/masterslave/masterslave_cluster.c +++ b/examples/msg/masterslave/masterslave_cluster.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/masterslave/masterslave_failure.c b/examples/msg/masterslave/masterslave_failure.c index 867c7290ef..90ffa8752c 100644 --- a/examples/msg/masterslave/masterslave_failure.c +++ b/examples/msg/masterslave/masterslave_failure.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/masterslave/masterslave_failure_platfgen.c b/examples/msg/masterslave/masterslave_failure_platfgen.c index 1764ba0f7b..ee179e572a 100644 --- a/examples/msg/masterslave/masterslave_failure_platfgen.c +++ b/examples/msg/masterslave/masterslave_failure_platfgen.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/masterslave/masterslave_forwarder.c b/examples/msg/masterslave/masterslave_forwarder.c index 643ca79266..7aa886143c 100644 --- a/examples/msg/masterslave/masterslave_forwarder.c +++ b/examples/msg/masterslave/masterslave_forwarder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/masterslave/masterslave_kill.c b/examples/msg/masterslave/masterslave_kill.c index 647364611a..22d18ff573 100644 --- a/examples/msg/masterslave/masterslave_kill.c +++ b/examples/msg/masterslave/masterslave_kill.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009-2012. The SimGrid Team. +/* Copyright (c) 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/masterslave/masterslave_mailbox.c b/examples/msg/masterslave/masterslave_mailbox.c index 76dad7274e..b9f8af621a 100644 --- a/examples/msg/masterslave/masterslave_mailbox.c +++ b/examples/msg/masterslave/masterslave_mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/masterslave/masterslave_platfgen.c b/examples/msg/masterslave/masterslave_platfgen.c index 9d8f3cd425..11d3c2fec7 100644 --- a/examples/msg/masterslave/masterslave_platfgen.c +++ b/examples/msg/masterslave/masterslave_platfgen.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/platf_generator.h" #include "xbt.h" diff --git a/examples/msg/mc/bugged1.c b/examples/msg/mc/bugged1.c index a8f62e7053..62539cd4c1 100644 --- a/examples/msg/mc/bugged1.c +++ b/examples/msg/mc/bugged1.c @@ -1,10 +1,9 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - /******************** Non-deterministic message ordering *********************/ /* Server assumes a fixed order in the reception of messages from its clients */ /* which is incorrect because the message ordering is non-deterministic */ diff --git a/examples/msg/mc/bugged1_liveness.c b/examples/msg/mc/bugged1_liveness.c index b6949dda0c..09d374613f 100644 --- a/examples/msg/mc/bugged1_liveness.c +++ b/examples/msg/mc/bugged1_liveness.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /***************** Centralized Mutual Exclusion Algorithm *********************/ /* This example implements a centralized mutual exclusion algorithm. */ /* Bug : CS requests of client 1 not satisfied */ diff --git a/examples/msg/mc/bugged1_liveness.h b/examples/msg/mc/bugged1_liveness.h index 6ca2dfcd6f..7246422f64 100644 --- a/examples/msg/mc/bugged1_liveness.h +++ b/examples/msg/mc/bugged1_liveness.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _BUGGED1_LIVENESS_H #define _BUGGED1_LIVENESS_H diff --git a/examples/msg/mc/bugged2.c b/examples/msg/mc/bugged2.c index 528dd1b98b..5d0e375af3 100644 --- a/examples/msg/mc/bugged2.c +++ b/examples/msg/mc/bugged2.c @@ -1,10 +1,9 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - /******************** Non-deterministic message ordering *********************/ /* Server assumes a fixed order in the reception of messages from its clients */ /* which is incorrect because the message ordering is non-deterministic */ diff --git a/examples/msg/mc/bugged2_liveness.c b/examples/msg/mc/bugged2_liveness.c index 26f2b31ca3..d6beac0f42 100644 --- a/examples/msg/mc/bugged2_liveness.c +++ b/examples/msg/mc/bugged2_liveness.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /***************************** Bugged2 ****************************************/ /* This example implements a centralized mutual exclusion algorithm. */ /* One client stay always in critical section */ diff --git a/examples/msg/mc/bugged2_liveness.h b/examples/msg/mc/bugged2_liveness.h index b44121eff7..ec62e315aa 100644 --- a/examples/msg/mc/bugged2_liveness.h +++ b/examples/msg/mc/bugged2_liveness.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _BUGGED2_LIVENESS_H #define _BUGGED2_LIVENESS_H diff --git a/examples/msg/mc/bugged3.c b/examples/msg/mc/bugged3.c index 91d00c1e37..5f949c0d45 100644 --- a/examples/msg/mc/bugged3.c +++ b/examples/msg/mc/bugged3.c @@ -1,10 +1,9 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - /**************** Shared buffer between asynchronous receives *****************/ /* Server process assumes that the data from the second communication comm2 */ /* will overwrite the one from the first communication, because of the order */ diff --git a/examples/msg/mc/centralized_mutex.c b/examples/msg/mc/centralized_mutex.c index 3403c88286..d7231e1a2c 100644 --- a/examples/msg/mc/centralized_mutex.c +++ b/examples/msg/mc/centralized_mutex.c @@ -1,10 +1,9 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - /***************** Centralized Mutual Exclusion Algorithm *********************/ /* This example implements a centralized mutual exclusion algorithm. */ /* There is no bug on it, it is just provided to test the state space */ diff --git a/examples/msg/mc/electric_fence.c b/examples/msg/mc/electric_fence.c index cfe23b7d0e..0e031419ca 100644 --- a/examples/msg/mc/electric_fence.c +++ b/examples/msg/mc/electric_fence.c @@ -1,10 +1,9 @@ -/* Copyright (c) 2013. The SimGrid Team. +/* Copyright (c) 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - /******************** Non-deterministic message ordering *********************/ /* This example implements one process which receives messages from two other */ /* processes. There is no bug on it, it is just provided to test the soundness*/ diff --git a/examples/msg/migration/migration.c b/examples/msg/migration/migration.c index 898682f840..23195981ae 100644 --- a/examples/msg/migration/migration.c +++ b/examples/msg/migration/migration.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/ns3/ns3.c b/examples/msg/ns3/ns3.c index d1ffeee73c..31ef94156a 100644 --- a/examples/msg/ns3/ns3.c +++ b/examples/msg/ns3/ns3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/parallel_task/parallel_task.c b/examples/msg/parallel_task/parallel_task.c index 5b25179bef..a3dda645e1 100644 --- a/examples/msg/parallel_task/parallel_task.c +++ b/examples/msg/parallel_task/parallel_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/parallel_task/test_ptask.c b/examples/msg/parallel_task/test_ptask.c index 0e2646323c..8626a98026 100644 --- a/examples/msg/parallel_task/test_ptask.c +++ b/examples/msg/parallel_task/test_ptask.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2012. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/pastry/pastry.c b/examples/msg/pastry/pastry.c index cbcfcd5ff2..45300c774b 100644 --- a/examples/msg/pastry/pastry.c +++ b/examples/msg/pastry/pastry.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include #include "msg/msg.h" diff --git a/examples/msg/pmm/msg_pmm.c b/examples/msg/pmm/msg_pmm.c index 1acf31cdbd..59d9e1b3bb 100644 --- a/examples/msg/pmm/msg_pmm.c +++ b/examples/msg/pmm/msg_pmm.c @@ -1,10 +1,11 @@ /* pmm - parallel matrix multiplication "double diffusion" */ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "msg/msg.h" #include "xbt/matrix.h" #include "xbt/log.h" diff --git a/examples/msg/priority/priority.c b/examples/msg/priority/priority.c index 3940a08a9f..43258ddc8a 100644 --- a/examples/msg/priority/priority.c +++ b/examples/msg/priority/priority.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/properties/msg_prop.c b/examples/msg/properties/msg_prop.c index 368a09d458..e660024f73 100644 --- a/examples/msg/properties/msg_prop.c +++ b/examples/msg/properties/msg_prop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/semaphores/synchro.c b/examples/msg/semaphores/synchro.c index b66b1d3ad3..cc10147595 100644 --- a/examples/msg/semaphores/synchro.c +++ b/examples/msg/semaphores/synchro.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include #include "msg/msg.h" diff --git a/examples/msg/sendrecv/sendrecv.c b/examples/msg/sendrecv/sendrecv.c index 1f74408c2f..0656eb2d89 100644 --- a/examples/msg/sendrecv/sendrecv.c +++ b/examples/msg/sendrecv/sendrecv.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/start_kill_time/sk_time.c b/examples/msg/start_kill_time/sk_time.c index fc03c409dc..72ce30c6fb 100644 --- a/examples/msg/start_kill_time/sk_time.c +++ b/examples/msg/start_kill_time/sk_time.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/suspend/suspend.c b/examples/msg/suspend/suspend.c index 5edb0af46b..1ce043b7ca 100644 --- a/examples/msg/suspend/suspend.c +++ b/examples/msg/suspend/suspend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009-2012. The SimGrid Team. +/* Copyright (c) 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/token_ring/ring_call.c b/examples/msg/token_ring/ring_call.c index 9a7de6e6a4..dd6107f523 100644 --- a/examples/msg/token_ring/ring_call.c +++ b/examples/msg/token_ring/ring_call.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2012. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/token_ring/token_bypass.c b/examples/msg/token_ring/token_bypass.c index 2091603114..44a1c7da0d 100644 --- a/examples/msg/token_ring/token_bypass.c +++ b/examples/msg/token_ring/token_bypass.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/tracing/categories.c b/examples/msg/tracing/categories.c index d0dadbd8a4..238e8ef72c 100644 --- a/examples/msg/tracing/categories.c +++ b/examples/msg/tracing/categories.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/tracing/link_srcdst_user_variables.c b/examples/msg/tracing/link_srcdst_user_variables.c index 63a19e9004..f9c4c22b4f 100644 --- a/examples/msg/tracing/link_srcdst_user_variables.c +++ b/examples/msg/tracing/link_srcdst_user_variables.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/tracing/link_user_variables.c b/examples/msg/tracing/link_user_variables.c index c9754607f0..1ee390dabe 100644 --- a/examples/msg/tracing/link_user_variables.c +++ b/examples/msg/tracing/link_user_variables.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/tracing/ms.c b/examples/msg/tracing/ms.c index d9a713f13d..aed734ede0 100644 --- a/examples/msg/tracing/ms.c +++ b/examples/msg/tracing/ms.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/tracing/procmig.c b/examples/msg/tracing/procmig.c index c81c26a909..1c832b7ffb 100644 --- a/examples/msg/tracing/procmig.c +++ b/examples/msg/tracing/procmig.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/tracing/simple.c b/examples/msg/tracing/simple.c index cb25e32d3d..6f9e6866b2 100644 --- a/examples/msg/tracing/simple.c +++ b/examples/msg/tracing/simple.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/tracing/trace_platform.c b/examples/msg/tracing/trace_platform.c index 094c657b75..026524ff55 100644 --- a/examples/msg/tracing/trace_platform.c +++ b/examples/msg/tracing/trace_platform.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/tracing/user_variables.c b/examples/msg/tracing/user_variables.c index 5017fc008c..4b585c344a 100644 --- a/examples/msg/tracing/user_variables.c +++ b/examples/msg/tracing/user_variables.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/platforms/conf/transform_optorsim_platform.pl b/examples/platforms/conf/transform_optorsim_platform.pl index 5b021e2c75..7e5369af29 100644 --- a/examples/platforms/conf/transform_optorsim_platform.pl +++ b/examples/platforms/conf/transform_optorsim_platform.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; if($#ARGV!=0) { diff --git a/examples/platforms/generation_scripts/create_hierarchical_clusters.pl b/examples/platforms/generation_scripts/create_hierarchical_clusters.pl index 61384e5b23..33877a1708 100755 --- a/examples/platforms/generation_scripts/create_hierarchical_clusters.pl +++ b/examples/platforms/generation_scripts/create_hierarchical_clusters.pl @@ -1,6 +1,11 @@ #! /usr/bin/perl -# L.Bobelin (Perl newbie) 25th of November +# Copyright (c) 2011-2012, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # Quick script to generate hierarchical clusters. Usage : p s d where : # - p : 2^p gives the total number of hosts. # - s : cluster size diff --git a/examples/platforms/generation_scripts/enhancedDTDwithHierarchicalCluster.pl b/examples/platforms/generation_scripts/enhancedDTDwithHierarchicalCluster.pl index 1acf037d3f..654f604f62 100755 --- a/examples/platforms/generation_scripts/enhancedDTDwithHierarchicalCluster.pl +++ b/examples/platforms/generation_scripts/enhancedDTDwithHierarchicalCluster.pl @@ -1,6 +1,11 @@ #! /usr/bin/perl -# L.Bobelin (Perl newbie) 24th of November +# Copyright (c) 2011-2012, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # Quick script to generate hierarchical clusters. Usage : add the special cluster tag (description below) in your "normal" platform file. Then run the script : # - First arg : the input file where you midified your cluster tag # - Second one : the output file where all the stuff will be generated. diff --git a/examples/platforms/generation_scripts/generate_g5k_platform.pl b/examples/platforms/generation_scripts/generate_g5k_platform.pl index a69de09331..023ffacc4f 100755 --- a/examples/platforms/generation_scripts/generate_g5k_platform.pl +++ b/examples/platforms/generation_scripts/generate_g5k_platform.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; use Switch; my $toversion=3; diff --git a/examples/platforms/generation_scripts/generate_g5k_platform_cabinets.pl b/examples/platforms/generation_scripts/generate_g5k_platform_cabinets.pl index ac9084044f..220565087b 100755 --- a/examples/platforms/generation_scripts/generate_g5k_platform_cabinets.pl +++ b/examples/platforms/generation_scripts/generate_g5k_platform_cabinets.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; use Switch; diff --git a/examples/platforms/syscoord/generate_peer_platform.pl b/examples/platforms/syscoord/generate_peer_platform.pl index 659ae83988..a01bcebd1e 100755 --- a/examples/platforms/syscoord/generate_peer_platform.pl +++ b/examples/platforms/syscoord/generate_peer_platform.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; my $toversion=3; diff --git a/examples/simdag/dax/dax_test.c b/examples/simdag/dax/dax_test.c index 99ec01eff6..d33f9f8182 100644 --- a/examples/simdag/dax/dax_test.c +++ b/examples/simdag/dax/dax_test.c @@ -1,6 +1,6 @@ /* simple test trying to load a DAX file. */ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/dax/generate_forkjoin.pl b/examples/simdag/dax/generate_forkjoin.pl index ba0bcd90eb..aafcab1f55 100755 --- a/examples/simdag/dax/generate_forkjoin.pl +++ b/examples/simdag/dax/generate_forkjoin.pl @@ -1,5 +1,11 @@ #! /usr/bin/perl +# Copyright (c) 2009, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; my $node_count = int($ARGV[0]) || die "Usage: $0 node_count level_count\n"; diff --git a/examples/simdag/dax/generate_strassen.pl b/examples/simdag/dax/generate_strassen.pl index 0166b14b9b..ec59f83884 100755 --- a/examples/simdag/dax/generate_strassen.pl +++ b/examples/simdag/dax/generate_strassen.pl @@ -1,5 +1,11 @@ #! /usr/bin/perl +# Copyright (c) 2009, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; sub job { diff --git a/examples/simdag/dot/dot_test.c b/examples/simdag/dot/dot_test.c index e5863347a9..6f62578c4a 100644 --- a/examples/simdag/dot/dot_test.c +++ b/examples/simdag/dot/dot_test.c @@ -1,6 +1,6 @@ /* simple test trying to load a DOT file. */ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/dot/dot_test2.c b/examples/simdag/dot/dot_test2.c index ea5a4c7f5e..d065aad847 100644 --- a/examples/simdag/dot/dot_test2.c +++ b/examples/simdag/dot/dot_test2.c @@ -1,6 +1,6 @@ /* simple test trying to load a DOT file. */ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/dot/ptg_test.c b/examples/simdag/dot/ptg_test.c index f206ffff98..cdaf55547b 100644 --- a/examples/simdag/dot/ptg_test.c +++ b/examples/simdag/dot/ptg_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013. The SimGrid Team. +/* Copyright (c) 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/dot/simulate_dot.c b/examples/simdag/dot/simulate_dot.c index 880fe56d2e..e16cb56819 100644 --- a/examples/simdag/dot/simulate_dot.c +++ b/examples/simdag/dot/simulate_dot.c @@ -1,6 +1,6 @@ /* simple test trying to load a DOT file. */ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/goal/goal_test.c b/examples/simdag/goal/goal_test.c index 399125681f..fa2251f6f1 100644 --- a/examples/simdag/goal/goal_test.c +++ b/examples/simdag/goal/goal_test.c @@ -1,16 +1,16 @@ /* Example of scatter communication, accepting a large amount of processes. * This based the experiment of Fig. 4 in http://hal.inria.fr/hal-00650233/ * That experiment is a comparison to the LogOPSim simulator, that takes - * GOAL files as an input, thus the file name. But there is no actual link - * to the GOAL formalism beside of this. - * - * Copyright (c) 2011-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. + * GOAL files as an input, thus the file name. But there is no actual link + * to the GOAL formalism beside of this. */ +/* Copyright (c) 2011-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include #include "simdag/simdag.h" diff --git a/examples/simdag/io/sd_io.c b/examples/simdag/io/sd_io.c index 5d3070350b..9d62bc67b0 100644 --- a/examples/simdag/io/sd_io.c +++ b/examples/simdag/io/sd_io.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013. The SimGrid Team. +/* Copyright (c) 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/metaxml/sd_meta.c b/examples/simdag/metaxml/sd_meta.c index 17947d72dc..d126b9d5f5 100644 --- a/examples/simdag/metaxml/sd_meta.c +++ b/examples/simdag/metaxml/sd_meta.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/platform_script.lua b/examples/simdag/platform_script.lua index b60cfbacf0..f72f9b3231 100644 --- a/examples/simdag/platform_script.lua +++ b/examples/simdag/platform_script.lua @@ -1,3 +1,9 @@ +-- Copyright (c) 2010-2011, 2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + require "simgrid" simgrid.AS.new{id="AS0",mode="Full"}; diff --git a/examples/simdag/properties/sd_prop.c b/examples/simdag/properties/sd_prop.c index 88bfb7d3b8..57367620af 100644 --- a/examples/simdag/properties/sd_prop.c +++ b/examples/simdag/properties/sd_prop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/scheduling/minmin_test.c b/examples/simdag/scheduling/minmin_test.c index 97947d09a5..87907184d4 100644 --- a/examples/simdag/scheduling/minmin_test.c +++ b/examples/simdag/scheduling/minmin_test.c @@ -1,6 +1,6 @@ /* simple test to schedule a DAX file with the Min-Min algorithm. */ -/* Copyright (c) 2009-2012. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/sd_avail.c b/examples/simdag/sd_avail.c index 4e75195382..51eec52c09 100644 --- a/examples/simdag/sd_avail.c +++ b/examples/simdag/sd_avail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/sd_comm_throttling.c b/examples/simdag/sd_comm_throttling.c index 1364f6e73a..b43af3709a 100644 --- a/examples/simdag/sd_comm_throttling.c +++ b/examples/simdag/sd_comm_throttling.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/sd_fail.c b/examples/simdag/sd_fail.c index 0338b0a151..eb1fd82cd7 100644 --- a/examples/simdag/sd_fail.c +++ b/examples/simdag/sd_fail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/sd_seq_access.c b/examples/simdag/sd_seq_access.c index a35b80aac3..e4cb0e6bff 100644 --- a/examples/simdag/sd_seq_access.c +++ b/examples/simdag/sd_seq_access.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/sd_test.c b/examples/simdag/sd_test.c index bd980808e3..f3e1d5da56 100644 --- a/examples/simdag/sd_test.c +++ b/examples/simdag/sd_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2012. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/sd_test2.c b/examples/simdag/sd_test2.c index 3eff0d3073..781a7d4ef7 100644 --- a/examples/simdag/sd_test2.c +++ b/examples/simdag/sd_test2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/sd_typed_tasks_test.c b/examples/simdag/sd_typed_tasks_test.c index f2621663e8..c64bacb89c 100644 --- a/examples/simdag/sd_typed_tasks_test.c +++ b/examples/simdag/sd_typed_tasks_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/simdag_trace.c b/examples/simdag/simdag_trace.c index 737f84a77d..b93f1a219f 100644 --- a/examples/simdag/simdag_trace.c +++ b/examples/simdag/simdag_trace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/test_simdag.in b/examples/simdag/test_simdag.in index 686b26e365..d6e3291f6e 100644 --- a/examples/simdag/test_simdag.in +++ b/examples/simdag/test_simdag.in @@ -1,4 +1,11 @@ #! @BASH@ -e + +# Copyright (c) 2006, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + if [ x@EXEEXT@ = x ] ; then exenv=$SG_TEST_EXENV else diff --git a/examples/smpi/MM/2.5D_MM.c b/examples/smpi/MM/2.5D_MM.c index c83548ed8d..041342e8a0 100644 --- a/examples/smpi/MM/2.5D_MM.c +++ b/examples/smpi/MM/2.5D_MM.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /*! * 2.5D Block Matrix Multiplication example * diff --git a/examples/smpi/MM/2.5D_MM.h b/examples/smpi/MM/2.5D_MM.h index 6a92c33f70..3415d6b29e 100644 --- a/examples/smpi/MM/2.5D_MM.h +++ b/examples/smpi/MM/2.5D_MM.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include double two_dot_five( size_t m, size_t k, size_t n, diff --git a/examples/smpi/MM/MM_mpi.c b/examples/smpi/MM/MM_mpi.c index d112cdea18..871f83e4df 100644 --- a/examples/smpi/MM/MM_mpi.c +++ b/examples/smpi/MM/MM_mpi.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Block Matrix Multiplication example * diff --git a/examples/smpi/MM/Matrix_init.c b/examples/smpi/MM/Matrix_init.c index 7492f434d5..fe56602dec 100644 --- a/examples/smpi/MM/Matrix_init.c +++ b/examples/smpi/MM/Matrix_init.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "Matrix_init.h" #include #include diff --git a/examples/smpi/MM/Matrix_init.h b/examples/smpi/MM/Matrix_init.h index a4c04d0db1..223f7122ca 100644 --- a/examples/smpi/MM/Matrix_init.h +++ b/examples/smpi/MM/Matrix_init.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include //#undef CYCLIC #define CYCLIC diff --git a/examples/smpi/MM/Summa.c b/examples/smpi/MM/Summa.c index b2fb9aaa8a..cb51445097 100644 --- a/examples/smpi/MM/Summa.c +++ b/examples/smpi/MM/Summa.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /*! * Classical Block Matrix Multiplication example * diff --git a/examples/smpi/MM/Summa.h b/examples/smpi/MM/Summa.h index ef0dcccb40..c0ce2480ed 100644 --- a/examples/smpi/MM/Summa.h +++ b/examples/smpi/MM/Summa.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include double Summa( double *a, double *b, double *c, diff --git a/examples/smpi/bcbench.c b/examples/smpi/bcbench.c index 3ae635e9ba..daea198812 100644 --- a/examples/smpi/bcbench.c +++ b/examples/smpi/bcbench.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/smpi/energy/f77/sef.f b/examples/smpi/energy/f77/sef.f index 425c879a1c..51a6ea277a 100644 --- a/examples/smpi/energy/f77/sef.f +++ b/examples/smpi/energy/f77/sef.f @@ -1,3 +1,9 @@ +! Copyright (c) 2013-2014. The SimGrid Team. +! All rights reserved. + +! This program is free software; you can redistribute it and/or modify it +! under the terms of the license (GNU LGPL) which comes with this package. + program main include 'mpif.h' diff --git a/examples/smpi/energy/f90/sef90.f90 b/examples/smpi/energy/f90/sef90.f90 index 59b3fbfb61..f1db81a943 100644 --- a/examples/smpi/energy/f90/sef90.f90 +++ b/examples/smpi/energy/f90/sef90.f90 @@ -1,3 +1,9 @@ +! Copyright (c) 2013-2014. The SimGrid Team. +! All rights reserved. + +! This program is free software; you can redistribute it and/or modify it +! under the terms of the license (GNU LGPL) which comes with this package. + program main use mpi diff --git a/examples/smpi/energy/se.c b/examples/smpi/energy/se.c index 6632e3d880..feaf9e393f 100644 --- a/examples/smpi/energy/se.c +++ b/examples/smpi/energy/se.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include #include diff --git a/examples/smpi/mc/bugged1.c b/examples/smpi/mc/bugged1.c index 7047affe76..b319f0f460 100644 --- a/examples/smpi/mc/bugged1.c +++ b/examples/smpi/mc/bugged1.c @@ -1,6 +1,6 @@ /* A simple bugged MPI_ISend and MPI_IRecv test */ -/* Copyright (c) 2009, 2011, 2013. The SimGrid Team. +/* Copyright (c) 2009, 2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/smpi/mc/bugged1_liveness.c b/examples/smpi/mc/bugged1_liveness.c index eab2b55852..cc784eb8e6 100644 --- a/examples/smpi/mc/bugged1_liveness.c +++ b/examples/smpi/mc/bugged1_liveness.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /***************** Centralized Mutual Exclusion Algorithm *********************/ /* This example implements a centralized mutual exclusion algorithm. */ /* Bug : CS requests of process 1 not satisfied */ diff --git a/examples/smpi/mc/bugged2.c b/examples/smpi/mc/bugged2.c index fdd691c450..42de583df8 100644 --- a/examples/smpi/mc/bugged2.c +++ b/examples/smpi/mc/bugged2.c @@ -1,6 +1,6 @@ /* A simple bugged MPI_ISend and MPI_IRecv test */ -/* Copyright (c) 2009, 2011, 2013. The SimGrid Team. +/* Copyright (c) 2009, 2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/smpi/mvmul.c b/examples/smpi/mvmul.c index cacc0da30b..15a9e7e0f7 100644 --- a/examples/smpi/mvmul.c +++ b/examples/smpi/mvmul.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/smpi/replay/replay.c b/examples/smpi/replay/replay.c index 4880da348c..06b9f9b869 100644 --- a/examples/smpi/replay/replay.c +++ b/examples/smpi/replay/replay.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2012. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/smpi/tracing/smpi_traced.c b/examples/smpi/tracing/smpi_traced.c index fdde9a549f..18ee76cc7b 100644 --- a/examples/smpi/tracing/smpi_traced.c +++ b/examples/smpi/tracing/smpi_traced.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/smpi/tracing/smpi_traced_simple.c b/examples/smpi/tracing/smpi_traced_simple.c index ff92c0e3f9..027c5f8055 100644 --- a/examples/smpi/tracing/smpi_traced_simple.c +++ b/examples/smpi/tracing/smpi_traced_simple.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/xbt/sem_basic.c b/examples/xbt/sem_basic.c index ebf2ecb4a2..7a7299a9db 100644 --- a/examples/xbt/sem_basic.c +++ b/examples/xbt/sem_basic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2010-2012. The SimGrid Team. +/* Copyright (c) 2007, 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/xbt/sem_sched.c b/examples/xbt/sem_sched.c index d69ff2697f..c6af2d926c 100644 --- a/examples/xbt/sem_sched.c +++ b/examples/xbt/sem_sched.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008, 2010-2012. The SimGrid Team. +/* Copyright (c) 2007-2008, 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/instr/instr.h b/include/instr/instr.h index 39798356b5..325a0ae024 100644 --- a/include/instr/instr.h +++ b/include/instr/instr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/instr/jedule/jedule_events.h b/include/instr/jedule/jedule_events.h index 1a665a8a28..1e88da8c89 100644 --- a/include/instr/jedule/jedule_events.h +++ b/include/instr/jedule/jedule_events.h @@ -1,9 +1,8 @@ -/* - * jedule_events.h - * - * Created on: Nov 30, 2010 - * Author: sascha - */ +/* Copyright (c) 2010-2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef JEDULE_EVENTS_H_ #define JEDULE_EVENTS_H_ diff --git a/include/instr/jedule/jedule_output.h b/include/instr/jedule/jedule_output.h index 1e3287a65e..04a134a9fc 100644 --- a/include/instr/jedule/jedule_output.h +++ b/include/instr/jedule/jedule_output.h @@ -1,9 +1,8 @@ -/* - * jedule_output.h - * - * Created on: Nov 30, 2010 - * Author: sascha - */ +/* Copyright (c) 2010-2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef JEDULE_OUTPUT_H_ #define JEDULE_OUTPUT_H_ diff --git a/include/instr/jedule/jedule_platform.h b/include/instr/jedule/jedule_platform.h index 282821eb02..f015b77e13 100644 --- a/include/instr/jedule/jedule_platform.h +++ b/include/instr/jedule/jedule_platform.h @@ -1,9 +1,8 @@ -/* - * jed_simgrid_platform.h - * - * Created on: Nov 30, 2010 - * Author: sascha - */ +/* Copyright (c) 2010-2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef JED_SIMGRID_PLATFORM_H_ #define JED_SIMGRID_PLATFORM_H_ diff --git a/include/instr/jedule/jedule_sd_binding.h b/include/instr/jedule/jedule_sd_binding.h index 74c3cb39f9..53d62eed62 100644 --- a/include/instr/jedule/jedule_sd_binding.h +++ b/include/instr/jedule/jedule_sd_binding.h @@ -1,9 +1,8 @@ -/* - * jedule_sd_binding.h - * - * Created on: Dec 2, 2010 - * Author: sascha - */ +/* Copyright (c) 2010-2011, 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef JEDULE_SD_BINDING_H_ #define JEDULE_SD_BINDING_H_ diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 82f5548f56..ed95a57cf0 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/msg/msg.h b/include/msg/msg.h index 4ff877e5f8..9845b3e640 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index f80d5ef6df..b4399cdfb6 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2008-2013. The SimGrid Team. +/* Copyright (c) 2006, 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/simdag/simdag.h b/include/simdag/simdag.h index d78288f41b..4f2a3e54f5 100644 --- a/include/simdag/simdag.h +++ b/include/simdag/simdag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/simgrid.h b/include/simgrid.h index d4dc1852db..c407a51b0c 100644 --- a/include/simgrid.h +++ b/include/simgrid.h @@ -1,6 +1,7 @@ /* simgrid.h - Public interface all SimGrid APIs */ -/* Copyright (c) 2014. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/include/simgrid/datatypes.h b/include/simgrid/datatypes.h index fb3974ead2..94e1d6e4c7 100644 --- a/include/simgrid/datatypes.h +++ b/include/simgrid/datatypes.h @@ -1,9 +1,8 @@ -/* - * datatypes.h - * - * Created on: Nov 28, 2013 - * Author: bedaride - */ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef SIMGRID_DATATYPES_H_ #define SIMGRID_DATATYPES_H_ diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index 557014d5df..34d9124df0 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -1,6 +1,6 @@ /* simgrid/modelchecker.h - Formal Verification made possible in SimGrid */ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/simgrid/platf_generator.h b/include/simgrid/platf_generator.h index 84a385babe..fbe912c3fa 100644 --- a/include/simgrid/platf_generator.h +++ b/include/simgrid/platf_generator.h @@ -1,7 +1,7 @@ /* platf_generator.h - Public interface to the SimGrid platforms generator */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/simgrid/plugins.h b/include/simgrid/plugins.h index 4f6f6a2486..0855430e45 100644 --- a/include/simgrid/plugins.h +++ b/include/simgrid/plugins.h @@ -1,9 +1,8 @@ -/* - * plugins.h - * - * Created on: Jan 15, 2014 - * Author: bedaride - */ +/* Copyright (c) 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef PLUGINS_H_ #define PLUGINS_H_ diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index 93a4f6b257..b3a3fdfe18 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -1,7 +1,7 @@ /* simgrid_config.h - Results of the configure made visible to user code */ /* Copyright (c) 2009-2014. The SimGrid Team. - All rights reserved. */ + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/include/smpi/mpi.h b/include/smpi/mpi.h index d840c9a8dd..28309832ac 100644 --- a/include/smpi/mpi.h +++ b/include/smpi/mpi.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/smpi/mpif.h.in b/include/smpi/mpif.h.in index 56ab46b983..b74f559156 100644 --- a/include/smpi/mpif.h.in +++ b/include/smpi/mpif.h.in @@ -1,5 +1,5 @@ ! -*- fortran -*- -! Copyright (c) 2010, 2012-2013. The SimGrid Team. +! Copyright (c) 2010, 2012-2014. The SimGrid Team. ! All rights reserved. ! This program is free software; you can redistribute it and/or modify it diff --git a/include/smpi/smpi_main.h b/include/smpi/smpi_main.h index 08874c7c9e..b22ab7c5f2 100644 --- a/include/smpi/smpi_main.h +++ b/include/smpi/smpi_main.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #define main smpi_windows_main__(int argc, char **argv);\ int main(int argc, char **argv){\ smpi_main(&smpi_windows_main__,argc,argv);\ diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index 1e03fdfeef..5c0e90c3ff 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/surf/surfxml_parse.h b/include/surf/surfxml_parse.h index b143fa848e..8431616dfd 100644 --- a/include/surf/surfxml_parse.h +++ b/include/surf/surfxml_parse.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt.h b/include/xbt.h index 96c204ad6c..21dd04cdd3 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,6 +1,6 @@ /* xbt.h - Public interface to the xbt (SimGrid's toolbox) */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/RngStream.h b/include/xbt/RngStream.h index cb3041f0f1..8b80e54533 100644 --- a/include/xbt/RngStream.h +++ b/include/xbt/RngStream.h @@ -1,3 +1,8 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ /* RngStream.h for ANSI C */ #ifndef RNGSTREAM_H diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index 4d90d1dbf7..58c226d4e5 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -1,6 +1,6 @@ /* xbt/asserts.h -- assertion mecanism */ -/* Copyright (c) 2005-2007, 2009-2012. The SimGrid Team. +/* Copyright (c) 2005-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/automaton.h b/include/xbt/automaton.h index 0994be35f3..c24453f727 100644 --- a/include/xbt/automaton.h +++ b/include/xbt/automaton.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2011-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _XBT_AUTOMATON_H #define _XBT_AUTOMATON_H diff --git a/include/xbt/config.h b/include/xbt/config.h index cc255f3f3e..f109024ae5 100644 --- a/include/xbt/config.h +++ b/include/xbt/config.h @@ -2,7 +2,7 @@ /* This is useful to build named structs, like option or property sets. */ -/* Copyright (c) 2004-2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/cunit.h b/include/xbt/cunit.h index 64400346a9..37df800cab 100644 --- a/include/xbt/cunit.h +++ b/include/xbt/cunit.h @@ -1,6 +1,6 @@ /* cunit - A little C Unit facility */ -/* Copyright (c) 2005-2012. The SimGrid Team. +/* Copyright (c) 2005-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/dict.h b/include/xbt/dict.h index 4f2a88c3be..59415583af 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -1,12 +1,11 @@ /* xbt/dict.h -- api to a generic dictionary */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #ifndef _XBT_DICT_H #define _XBT_DICT_H diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index f0c14cc36b..823dd418a2 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -1,6 +1,6 @@ /* dynar - a generic dynamic array */ -/* Copyright (c) 2004-2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 836531ec23..dd79d3286d 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -1,6 +1,8 @@ /* ex - Exception Handling */ -/* Copyright (c) 2005-2013. The SimGrid Team. */ +/* Copyright (c) 2005-2014. The SimGrid Team. + * All rights reserved. */ + /* Copyright (c) 2002-2004 Ralf S. Engelschall */ /* Copyright (c) 2002-2004 The OSSP Project */ /* Copyright (c) 2002-2004 Cable & Wireless */ diff --git a/include/xbt/fifo.h b/include/xbt/fifo.h index e1871bac05..c57456bd7e 100644 --- a/include/xbt/fifo.h +++ b/include/xbt/fifo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2007, 2009-2012. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/function_types.h b/include/xbt/function_types.h index 42a8cf1000..18d8c25168 100644 --- a/include/xbt/function_types.h +++ b/include/xbt/function_types.h @@ -1,6 +1,6 @@ /* function_type.h - classical types for pointer to function */ -/* Copyright (c) 2006-2007, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/graph.h b/include/xbt/graph.h index c92df8c060..6fb571898f 100644 --- a/include/xbt/graph.h +++ b/include/xbt/graph.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2007, 2009-2012. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/graphxml_parse.h b/include/xbt/graphxml_parse.h index 8f45895ca5..c10c02922f 100644 --- a/include/xbt/graphxml_parse.h +++ b/include/xbt/graphxml_parse.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/hash.h b/include/xbt/hash.h index dcefb7c44e..a5014dd525 100644 --- a/include/xbt/hash.h +++ b/include/xbt/hash.h @@ -1,6 +1,6 @@ /* hash.h - Various hashing functions. */ -/* Copyright (c) 2008-2011. The SimGrid Team. +/* Copyright (c) 2008-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/heap.h b/include/xbt/heap.h index 46a1dbc078..02fdf0d7c0 100644 --- a/include/xbt/heap.h +++ b/include/xbt/heap.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2007, 2009-2011, 2013. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/lib.h b/include/xbt/lib.h index c087513c81..cfb77025af 100644 --- a/include/xbt/lib.h +++ b/include/xbt/lib.h @@ -1,6 +1,6 @@ /* xbt/lib.h - api to a generic library */ -/* Copyright (c) 2011, 2013. The SimGrid Team. +/* Copyright (c) 2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/log.h b/include/xbt/log.h index 48013600da..471ee3adc6 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -1,6 +1,6 @@ /* log - a generic logging facility in the spirit of log4j */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/mallocator.h b/include/xbt/mallocator.h index dcf75a56a9..6241313a58 100644 --- a/include/xbt/mallocator.h +++ b/include/xbt/mallocator.h @@ -1,6 +1,6 @@ /* xbt/mallocator.h -- api to recycle allocated objects */ -/* Copyright (c) 2006-2007, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/matrix.h b/include/xbt/matrix.h index 5ce5babe45..dfbc6bb5c7 100644 --- a/include/xbt/matrix.h +++ b/include/xbt/matrix.h @@ -1,6 +1,6 @@ /* xbt_matrix_t management functions */ -/* Copyright (c) 2006-2007, 2009-2010. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/misc.h b/include/xbt/misc.h index a6f65de479..43fb3474a3 100644 --- a/include/xbt/misc.h +++ b/include/xbt/misc.h @@ -1,6 +1,6 @@ /* xbt.h - Public interface to the xbt (simgrid's toolbox) */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/mmalloc.h b/include/xbt/mmalloc.h index 9708a76401..d583884d3f 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -1,13 +1,12 @@ /* Copyright (C) 1991, 1992 Free Software Foundation, Inc. This file was then part of the GNU C Library. */ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #ifndef MMALLOC_H #define MMALLOC_H 1 diff --git a/include/xbt/module.h b/include/xbt/module.h index 2e877879fd..9405484950 100644 --- a/include/xbt/module.h +++ b/include/xbt/module.h @@ -1,6 +1,6 @@ /* module - modularize the code */ -/* Copyright (c) 2004-2007, 2009-2010, 2012, 2013. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/parmap.h b/include/xbt/parmap.h index 624d2783cd..51e5cc6ea7 100644 --- a/include/xbt/parmap.h +++ b/include/xbt/parmap.h @@ -1,6 +1,6 @@ /* A thread pool. */ -/* Copyright (c) 2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/peer.h b/include/xbt/peer.h index a0767c0b33..4e402c0d08 100644 --- a/include/xbt/peer.h +++ b/include/xbt/peer.h @@ -1,6 +1,6 @@ /* peer.h - peer (remote processes) management functions */ -/* Copyright (c) 2006-2007, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/queue.h b/include/xbt/queue.h index b23dd50c5d..4576938c3a 100644 --- a/include/xbt/queue.h +++ b/include/xbt/queue.h @@ -1,7 +1,7 @@ /* A (synchronized) message queue. */ /* Popping an empty queue is blocking, as well as pushing a full one */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/replay.h b/include/xbt/replay.h index 069052d687..196ce79219 100644 --- a/include/xbt/replay.h +++ b/include/xbt/replay.h @@ -1,6 +1,6 @@ /* xbt/replay_reader.h -- Tools to parse a replay file */ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/set.h b/include/xbt/set.h index 6264d25df1..1d87320332 100644 --- a/include/xbt/set.h +++ b/include/xbt/set.h @@ -1,6 +1,6 @@ /* xbt/set.h -- api to a generic dictionary */ -/* Copyright (c) 2004-2007, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/setset.h b/include/xbt/setset.h index 2c11a20323..f325d2fa30 100644 --- a/include/xbt/setset.h +++ b/include/xbt/setset.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2010, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _XBT_SETSET_H #define _XBT_SETSET_H #include "xbt/misc.h" diff --git a/include/xbt/str.h b/include/xbt/str.h index dc164b72fb..be647e8a0c 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -1,6 +1,6 @@ /* str.h - XBT string related functions. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/strbuff.h b/include/xbt/strbuff.h index 3ed91f42b5..79b2658265 100644 --- a/include/xbt/strbuff.h +++ b/include/xbt/strbuff.h @@ -1,6 +1,6 @@ /* strbuff -- string buffers */ -/* Copyright (c) 2007-2011. The SimGrid Team. +/* Copyright (c) 2007-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/swag.h b/include/xbt/swag.h index 2e3bed9751..df2bdfde4d 100644 --- a/include/xbt/swag.h +++ b/include/xbt/swag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/synchro_core.h b/include/xbt/synchro_core.h index 3a3d3e2423..c41c26c648 100644 --- a/include/xbt/synchro_core.h +++ b/include/xbt/synchro_core.h @@ -1,7 +1,7 @@ /* xbt/synchro_core.h -- Synchronization tools */ /* Usable in simulator, (or in real life when mixing with GRAS) */ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/sysdep.h b/include/xbt/sysdep.h index 8d3a61ecc2..390ef24a7d 100644 --- a/include/xbt/sysdep.h +++ b/include/xbt/sysdep.h @@ -2,7 +2,7 @@ /* no system header should be loaded out of this file so that we have only */ /* one file to check when porting to another OS */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/virtu.h b/include/xbt/virtu.h index cf25980d1a..3b0a63e086 100644 --- a/include/xbt/virtu.h +++ b/include/xbt/virtu.h @@ -1,10 +1,10 @@ /* virtu - virtualization layer for XBT to choose between GRAS and MSG implementation */ -/* Copyright (c) 2007, 2009-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef __XBT_VIRTU_H__ #define __XBT_VIRTU_H__ diff --git a/include/xbt/win32_ucontext.h b/include/xbt/win32_ucontext.h index 0cc53b69bc..f58a6d9e98 100644 --- a/include/xbt/win32_ucontext.h +++ b/include/xbt/win32_ucontext.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2010, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * win32-ucontext: Unix ucontext_t operations on Windows platforms * Copyright(C) 2007 Panagiotis E. Hadjidoukas diff --git a/include/xbt/xbt_os_thread.h b/include/xbt/xbt_os_thread.h index 6283cfcee3..eede122294 100644 --- a/include/xbt/xbt_os_thread.h +++ b/include/xbt/xbt_os_thread.h @@ -1,6 +1,6 @@ /* xbt/xbt_os_thread.h -- Thread portability layer */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/bindings_global.c b/src/bindings/bindings_global.c index c62642451f..807cf179a4 100644 --- a/src/bindings/bindings_global.c +++ b/src/bindings/bindings_global.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/java/jmsg.c b/src/bindings/java/jmsg.c index 3599905e4c..4f87f63c06 100644 --- a/src/bindings/java/jmsg.c +++ b/src/bindings/java/jmsg.c @@ -1,10 +1,10 @@ /* Java Wrappers to the MSG API. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include #include diff --git a/src/bindings/java/jmsg.h b/src/bindings/java/jmsg.h index 092bcfdd34..2cf3f7173b 100644 --- a/src/bindings/java/jmsg.h +++ b/src/bindings/java/jmsg.h @@ -1,10 +1,10 @@ /* Java Wrappers to the MSG API. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG4JAVA_H #define MSG4JAVA_H diff --git a/src/bindings/java/jmsg_as.c b/src/bindings/java/jmsg_as.c index 3589783021..59a9698671 100644 --- a/src/bindings/java/jmsg_as.c +++ b/src/bindings/java/jmsg_as.c @@ -1,10 +1,10 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/str.h" #include "xbt/dict.h" diff --git a/src/bindings/java/jmsg_as.h b/src/bindings/java/jmsg_as.h index 139c2868e3..ad928b65cb 100644 --- a/src/bindings/java/jmsg_as.h +++ b/src/bindings/java/jmsg_as.h @@ -1,11 +1,10 @@ /* Functions related to the java As instances. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_JAS_H #define MSG_JAS_H diff --git a/src/bindings/java/jmsg_comm.c b/src/bindings/java/jmsg_comm.c index 6a4a66e424..85b70d673a 100644 --- a/src/bindings/java/jmsg_comm.c +++ b/src/bindings/java/jmsg_comm.c @@ -1,7 +1,11 @@ /* Functions related to the java comm instances */ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "jmsg_comm.h" #include "jxbt_utilities.h" #include "jmsg.h" diff --git a/src/bindings/java/jmsg_comm.h b/src/bindings/java/jmsg_comm.h index 13b1b7ee38..5cb7ba5d98 100644 --- a/src/bindings/java/jmsg_comm.h +++ b/src/bindings/java/jmsg_comm.h @@ -1,8 +1,11 @@ /* Functions related to the java comm instances */ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef MSG_JCOMM_H #define MSG_JCOMM_H #include diff --git a/src/bindings/java/jmsg_file.c b/src/bindings/java/jmsg_file.c index 50f1799091..f8adbdabfd 100644 --- a/src/bindings/java/jmsg_file.c +++ b/src/bindings/java/jmsg_file.c @@ -1,9 +1,11 @@ /* Functions related to the java file API. */ -/* Copyright (c) 2012-2013. The SimGrid Team. + +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "jmsg_file.h" #include "jxbt_utilities.h" diff --git a/src/bindings/java/jmsg_file.h b/src/bindings/java/jmsg_file.h index f79ae22e42..05dc5751ff 100644 --- a/src/bindings/java/jmsg_file.h +++ b/src/bindings/java/jmsg_file.h @@ -1,9 +1,10 @@ /* Functions related to the java file API. */ -/* Copyright (c) 2012-2013. The SimGrid Team. + +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_JFILE_H #define MSG_JFILE_H diff --git a/src/bindings/java/jmsg_host.c b/src/bindings/java/jmsg_host.c index 1384125ca3..9b8181b12f 100644 --- a/src/bindings/java/jmsg_host.c +++ b/src/bindings/java/jmsg_host.c @@ -1,10 +1,10 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/str.h" #include "msg/msg.h" diff --git a/src/bindings/java/jmsg_host.h b/src/bindings/java/jmsg_host.h index 92f1989125..429f8f3660 100644 --- a/src/bindings/java/jmsg_host.h +++ b/src/bindings/java/jmsg_host.h @@ -1,10 +1,10 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_JHOST_H #define MSG_JHOST_H diff --git a/src/bindings/java/jmsg_process.c b/src/bindings/java/jmsg_process.c index ec9c9d4fc7..fd7b069842 100644 --- a/src/bindings/java/jmsg_process.c +++ b/src/bindings/java/jmsg_process.c @@ -1,10 +1,11 @@ /* Functions related to the java process instances. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "jmsg_process.h" #include "jmsg.h" diff --git a/src/bindings/java/jmsg_process.h b/src/bindings/java/jmsg_process.h index b77e9869b2..54b211d702 100644 --- a/src/bindings/java/jmsg_process.h +++ b/src/bindings/java/jmsg_process.h @@ -1,10 +1,10 @@ /* Functions related to the java process instances. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_JPROCESS_H #define MSG_JPROCESS_H diff --git a/src/bindings/java/jmsg_rngstream.c b/src/bindings/java/jmsg_rngstream.c index d8e2c47c07..5bf195b31a 100644 --- a/src/bindings/java/jmsg_rngstream.c +++ b/src/bindings/java/jmsg_rngstream.c @@ -1,11 +1,10 @@ /* Functions related to the RngStream Java port */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "jmsg_rngstream.h" #include "jxbt_utilities.h" diff --git a/src/bindings/java/jmsg_rngstream.h b/src/bindings/java/jmsg_rngstream.h index e41be2af3a..e50b218de9 100644 --- a/src/bindings/java/jmsg_rngstream.h +++ b/src/bindings/java/jmsg_rngstream.h @@ -1,10 +1,11 @@ /* Functions related to the RngStream Java port */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef MSG_RNGSTREAM_H #define MSG_RNGSTREAM_H #include diff --git a/src/bindings/java/jmsg_synchro.c b/src/bindings/java/jmsg_synchro.c index 2fd40e4014..71ba2ef516 100644 --- a/src/bindings/java/jmsg_synchro.c +++ b/src/bindings/java/jmsg_synchro.c @@ -1,6 +1,6 @@ /* Functions exporting the simgrid synchronization mechanisms to the Java world */ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/java/jmsg_synchro.h b/src/bindings/java/jmsg_synchro.h index e5e1c42400..a42e9b6dd3 100644 --- a/src/bindings/java/jmsg_synchro.h +++ b/src/bindings/java/jmsg_synchro.h @@ -1,10 +1,10 @@ /* Functions related to the java process instances. */ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_JSYNCHRO_H #define MSG_JSYNCHRO_H diff --git a/src/bindings/java/jmsg_task.c b/src/bindings/java/jmsg_task.c index 4be226679c..ba640e4b69 100644 --- a/src/bindings/java/jmsg_task.c +++ b/src/bindings/java/jmsg_task.c @@ -1,10 +1,10 @@ /* Functions related to the java task instances. */ -/* Copyright (c) 2007, 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007, 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "jmsg.h" diff --git a/src/bindings/java/jmsg_task.h b/src/bindings/java/jmsg_task.h index eec36475a9..068dee06e8 100644 --- a/src/bindings/java/jmsg_task.h +++ b/src/bindings/java/jmsg_task.h @@ -1,10 +1,10 @@ /* Functions related to the java task instances. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_JTASK_H #define MSG_JTASK_H diff --git a/src/bindings/java/jmsg_vm.c b/src/bindings/java/jmsg_vm.c index 2df6a935a6..722c4b57ca 100644 --- a/src/bindings/java/jmsg_vm.c +++ b/src/bindings/java/jmsg_vm.c @@ -1,10 +1,11 @@ /* Functions related to the MSG VM API. */ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "jmsg_vm.h" #include "jmsg_host.h" #include "jmsg_process.h" diff --git a/src/bindings/java/jmsg_vm.h b/src/bindings/java/jmsg_vm.h index 5892e2fdcc..ba07003d22 100644 --- a/src/bindings/java/jmsg_vm.h +++ b/src/bindings/java/jmsg_vm.h @@ -1,6 +1,6 @@ /* Functions related to the MSG VM API. */ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/java/jtrace.c b/src/bindings/java/jtrace.c index d18072c57c..4e602b4a7e 100644 --- a/src/bindings/java/jtrace.c +++ b/src/bindings/java/jtrace.c @@ -1,11 +1,10 @@ /* Java Wrappers to the TRACE API. */ -/* Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ - + * under the terms of the license (GNU LGPL) which comes with this package. */ // Please note, this file strongly relies on the jmsg.c, // It will be great that a JNI expert gives a look to validate it - Adrien ;) diff --git a/src/bindings/java/jtrace.h b/src/bindings/java/jtrace.h index 62d9160574..8163775b62 100644 --- a/src/bindings/java/jtrace.h +++ b/src/bindings/java/jtrace.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_simgrid_trace_Trace */ diff --git a/src/bindings/java/jxbt_utilities.c b/src/bindings/java/jxbt_utilities.c index 0f270e0f46..9d6e309748 100644 --- a/src/bindings/java/jxbt_utilities.c +++ b/src/bindings/java/jxbt_utilities.c @@ -1,10 +1,10 @@ /* Various JNI helper functions */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include /* abort */ #include "xbt/misc.h" diff --git a/src/bindings/java/jxbt_utilities.h b/src/bindings/java/jxbt_utilities.h index 79450a28d1..401fe85785 100644 --- a/src/bindings/java/jxbt_utilities.h +++ b/src/bindings/java/jxbt_utilities.h @@ -1,10 +1,10 @@ /* Various JNI helper functions */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef JXBT_UTILITY_H #define JXBT_UTILITY_H diff --git a/src/bindings/java/org/simgrid/msg/As.java b/src/bindings/java/org/simgrid/msg/As.java index 0ce553261f..e8a7a983d6 100644 --- a/src/bindings/java/org/simgrid/msg/As.java +++ b/src/bindings/java/org/simgrid/msg/As.java @@ -1,14 +1,9 @@ -/* - * Bindings to the MSG hosts - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - *(GNU LGPL) which comes with this package. - * - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; public class As { diff --git a/src/bindings/java/org/simgrid/msg/Comm.java b/src/bindings/java/org/simgrid/msg/Comm.java index a085ed0c05..672e70289c 100644 --- a/src/bindings/java/org/simgrid/msg/Comm.java +++ b/src/bindings/java/org/simgrid/msg/Comm.java @@ -1,13 +1,11 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; -/** -* Copyright (c) 2012-2013. The SimGrid Team. -* All rights reserved. -* -* This program is free software; you can redistribute -* it and/or modify it under the terms of the license -* (GNU LGPL) which comes with this package. -* -*/ + /** * Communication action, representing an ongoing communication * between processes. diff --git a/src/bindings/java/org/simgrid/msg/File.java b/src/bindings/java/org/simgrid/msg/File.java index 89c7b975d4..db3ff43ac6 100644 --- a/src/bindings/java/org/simgrid/msg/File.java +++ b/src/bindings/java/org/simgrid/msg/File.java @@ -1,13 +1,10 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; -/** -* Copyright (c) 2012-2013. The SimGrid Team. -* All rights reserved. -* -* This program is free software; you can redistribute -* it and/or modify it under the terms of the license -* (GNU LGPL) which comes with this package. -* -*/ public class File { protected String storage; diff --git a/src/bindings/java/org/simgrid/msg/Host.java b/src/bindings/java/org/simgrid/msg/Host.java index c629598569..a1d57363e3 100644 --- a/src/bindings/java/org/simgrid/msg/Host.java +++ b/src/bindings/java/org/simgrid/msg/Host.java @@ -1,14 +1,11 @@ -/* - * Bindings to the MSG hosts - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - *(GNU LGPL) which comes with this package. - * - */ +/* Bindings to the MSG hosts */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; /** diff --git a/src/bindings/java/org/simgrid/msg/HostFailureException.java b/src/bindings/java/org/simgrid/msg/HostFailureException.java index cc328f5a3c..01eb5b9775 100644 --- a/src/bindings/java/org/simgrid/msg/HostFailureException.java +++ b/src/bindings/java/org/simgrid/msg/HostFailureException.java @@ -1,13 +1,10 @@ -/* - * This exception is raised when looking for a non-existing host. - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* This exception is raised when looking for a non-existing host. */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/HostNotFoundException.java b/src/bindings/java/org/simgrid/msg/HostNotFoundException.java index 3bcc46cd35..86b830e011 100644 --- a/src/bindings/java/org/simgrid/msg/HostNotFoundException.java +++ b/src/bindings/java/org/simgrid/msg/HostNotFoundException.java @@ -1,13 +1,10 @@ -/* - * This exception is raised when looking for a non-existing host. - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* This exception is raised when looking for a non-existing host. */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/JniException.java b/src/bindings/java/org/simgrid/msg/JniException.java index ce2fd39d5b..ee3cafe397 100644 --- a/src/bindings/java/org/simgrid/msg/JniException.java +++ b/src/bindings/java/org/simgrid/msg/JniException.java @@ -1,13 +1,11 @@ -/* - * This exception is raised when there is a problem within the bindings (in JNI). - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* This exception is raised when there is a problem within the bindings (in JNI). */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; /** diff --git a/src/bindings/java/org/simgrid/msg/Msg.java b/src/bindings/java/org/simgrid/msg/Msg.java index 93409c5cf8..93d4ccd4f9 100644 --- a/src/bindings/java/org/simgrid/msg/Msg.java +++ b/src/bindings/java/org/simgrid/msg/Msg.java @@ -1,13 +1,10 @@ -/* - * JNI interface to C code for MSG. - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* JNI interface to C code for MSG. */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/MsgException.java b/src/bindings/java/org/simgrid/msg/MsgException.java index 7baa8eb5f8..166d5e3a76 100644 --- a/src/bindings/java/org/simgrid/msg/MsgException.java +++ b/src/bindings/java/org/simgrid/msg/MsgException.java @@ -1,13 +1,11 @@ -/* - * This exception is an abstract class grouping all MSG-related exceptions - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - *(GNU LGPL) which comes with this package. - */ +/* This exception is an abstract class grouping all MSG-related exceptions */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; /** diff --git a/src/bindings/java/org/simgrid/msg/Mutex.java b/src/bindings/java/org/simgrid/msg/Mutex.java index 1b76bb8bb9..96dca06a4b 100644 --- a/src/bindings/java/org/simgrid/msg/Mutex.java +++ b/src/bindings/java/org/simgrid/msg/Mutex.java @@ -1,12 +1,9 @@ -/* - * Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - * - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; /** A mutex implemented on top of SimGrid synchronization mechanisms. * You can use it exactly the same way that you use the mutexes, diff --git a/src/bindings/java/org/simgrid/msg/NativeException.java b/src/bindings/java/org/simgrid/msg/NativeException.java index 39beed78d2..0787db1849 100644 --- a/src/bindings/java/org/simgrid/msg/NativeException.java +++ b/src/bindings/java/org/simgrid/msg/NativeException.java @@ -1,13 +1,11 @@ -/* - * This exception is raised when there is an error within the C world of SimGrid. - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* This exception is raised when there is an error within the C world of SimGrid. */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; /** diff --git a/src/bindings/java/org/simgrid/msg/Process.java b/src/bindings/java/org/simgrid/msg/Process.java index 0077c044aa..2fe319e41e 100644 --- a/src/bindings/java/org/simgrid/msg/Process.java +++ b/src/bindings/java/org/simgrid/msg/Process.java @@ -1,11 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/ProcessKilledError.java b/src/bindings/java/org/simgrid/msg/ProcessKilledError.java index 144f7fbc3f..023e5cfa2d 100644 --- a/src/bindings/java/org/simgrid/msg/ProcessKilledError.java +++ b/src/bindings/java/org/simgrid/msg/ProcessKilledError.java @@ -1,11 +1,9 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; /** This error class is only used to interrupt the java user code diff --git a/src/bindings/java/org/simgrid/msg/ProcessNotFoundException.java b/src/bindings/java/org/simgrid/msg/ProcessNotFoundException.java index 19047e4e1e..6f90ce61de 100644 --- a/src/bindings/java/org/simgrid/msg/ProcessNotFoundException.java +++ b/src/bindings/java/org/simgrid/msg/ProcessNotFoundException.java @@ -1,13 +1,10 @@ -/* - * This exception is raised when looking for a non-existing process. - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* This exception is raised when looking for a non-existing process. */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/RngStream.java b/src/bindings/java/org/simgrid/msg/RngStream.java index bc6c3f2cc9..6d5638c0f1 100644 --- a/src/bindings/java/org/simgrid/msg/RngStream.java +++ b/src/bindings/java/org/simgrid/msg/RngStream.java @@ -1,13 +1,11 @@ -/* - * JNI interface to C RngStream code - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* JNI interface to C RngStream code */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; /** * Export of RngStreams for Java diff --git a/src/bindings/java/org/simgrid/msg/Semaphore.java b/src/bindings/java/org/simgrid/msg/Semaphore.java index c49d9a1b46..f8e4e1444c 100644 --- a/src/bindings/java/org/simgrid/msg/Semaphore.java +++ b/src/bindings/java/org/simgrid/msg/Semaphore.java @@ -1,12 +1,9 @@ -/* - * Copyright (c) 2012-2013. The SimGrid Team. - * All rights reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - * - */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; /** A semaphore implemented on top of SimGrid synchronization mechanisms. * You can use it exactly the same way that you use classical semaphores diff --git a/src/bindings/java/org/simgrid/msg/Task.java b/src/bindings/java/org/simgrid/msg/Task.java index 11784df78d..4be7046fad 100644 --- a/src/bindings/java/org/simgrid/msg/Task.java +++ b/src/bindings/java/org/simgrid/msg/Task.java @@ -1,11 +1,8 @@ -/* - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/TaskCancelledException.java b/src/bindings/java/org/simgrid/msg/TaskCancelledException.java index a4fd085605..950899d137 100644 --- a/src/bindings/java/org/simgrid/msg/TaskCancelledException.java +++ b/src/bindings/java/org/simgrid/msg/TaskCancelledException.java @@ -1,13 +1,10 @@ -/* - * This exception is raised when looking for a non-existing host. - * - * Copyright (c) 2006-2007, 2010, 2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* This exception is raised when looking for a non-existing host. */ + +/* Copyright (c) 2006-2007, 2010, 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/TimeoutException.java b/src/bindings/java/org/simgrid/msg/TimeoutException.java index b6b3c3bf21..1600faed78 100644 --- a/src/bindings/java/org/simgrid/msg/TimeoutException.java +++ b/src/bindings/java/org/simgrid/msg/TimeoutException.java @@ -1,13 +1,10 @@ -/* - * This exception is raised when looking for a non-existing host. - * - * Copyright (c) 2006-2007, 2010, 2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* This exception is raised when looking for a non-existing host. */ + +/* Copyright (c) 2006-2007, 2010, 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/TransferFailureException.java b/src/bindings/java/org/simgrid/msg/TransferFailureException.java index 1d6feddb26..9ba2df93c8 100644 --- a/src/bindings/java/org/simgrid/msg/TransferFailureException.java +++ b/src/bindings/java/org/simgrid/msg/TransferFailureException.java @@ -1,13 +1,10 @@ -/* - * This exception is raised when looking for a non-existing host. - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* This exception is raised when looking for a non-existing host. */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/src/bindings/java/org/simgrid/msg/VM.java b/src/bindings/java/org/simgrid/msg/VM.java index 8d4b1347a0..f77a4af1ed 100644 --- a/src/bindings/java/org/simgrid/msg/VM.java +++ b/src/bindings/java/org/simgrid/msg/VM.java @@ -1,13 +1,11 @@ -/* - * JNI interface to virtual machine in Simgrid - * - * Copyright (c) 2006-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* JNI interface to virtual machine in Simgrid */ + +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.msg; import org.simgrid.msg.Host; diff --git a/src/bindings/java/org/simgrid/trace/Trace.java b/src/bindings/java/org/simgrid/trace/Trace.java index 4723c9860f..2a14056ea1 100644 --- a/src/bindings/java/org/simgrid/trace/Trace.java +++ b/src/bindings/java/org/simgrid/trace/Trace.java @@ -1,13 +1,11 @@ -/* - * JNI interface to C code for the TRACES part of SimGrid. - * - * Copyright (c) 2012-2013. The SimGrid Team. - * All right reserved. - * - * This program is free software; you can redistribute - * it and/or modify it under the terms of the license - * (GNU LGPL) which comes with this package. - */ +/* JNI interface to C code for the TRACES part of SimGrid. */ + +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package org.simgrid.trace; import org.simgrid.msg.Msg; diff --git a/src/bindings/java/smx_context_cojava.c b/src/bindings/java/smx_context_cojava.c index a998d69efd..fd064e8c82 100644 --- a/src/bindings/java/smx_context_cojava.c +++ b/src/bindings/java/smx_context_cojava.c @@ -1,12 +1,11 @@ /* context_cojava - implementation of context switching for java coroutines */ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include #include #include diff --git a/src/bindings/java/smx_context_cojava.h b/src/bindings/java/smx_context_cojava.h index 6fe924e6f4..85b8c03e56 100644 --- a/src/bindings/java/smx_context_cojava.h +++ b/src/bindings/java/smx_context_cojava.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef _XBT_CONTEXT_COJAVA_H #define _XBT_CONTEXT_COJAVA_H diff --git a/src/bindings/java/smx_context_java.c b/src/bindings/java/smx_context_java.c index 9071f649a6..e20568266e 100644 --- a/src/bindings/java/smx_context_java.c +++ b/src/bindings/java/smx_context_java.c @@ -1,12 +1,11 @@ /* context_java - implementation of context switching for java threads */ -/* Copyright (c) 2009-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include #include #include diff --git a/src/bindings/java/smx_context_java.h b/src/bindings/java/smx_context_java.h index a65e41d52b..fbeee1361f 100644 --- a/src/bindings/java/smx_context_java.h +++ b/src/bindings/java/smx_context_java.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2009-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef _XBT_CONTEXT_JAVA_H #define _XBT_CONTEXT_JAVA_H diff --git a/src/bindings/lua/lua_comm.c b/src/bindings/lua/lua_comm.c index 0a38965527..138c3099eb 100644 --- a/src/bindings/lua/lua_comm.c +++ b/src/bindings/lua/lua_comm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_host.c b/src/bindings/lua/lua_host.c index f0184b132a..21c697cf4f 100644 --- a/src/bindings/lua/lua_host.c +++ b/src/bindings/lua/lua_host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_platf.c b/src/bindings/lua/lua_platf.c index 477e3b9dfa..aa2dc2dfc7 100644 --- a/src/bindings/lua/lua_platf.c +++ b/src/bindings/lua/lua_platf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_private.h b/src/bindings/lua/lua_private.h index e9dc6b1c79..e551413b22 100644 --- a/src/bindings/lua/lua_private.h +++ b/src/bindings/lua/lua_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_process.c b/src/bindings/lua/lua_process.c index 48782081e6..4ce814f6cd 100644 --- a/src/bindings/lua/lua_process.c +++ b/src/bindings/lua/lua_process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_state_cloner.c b/src/bindings/lua/lua_state_cloner.c index 3f1452fc06..5128ec54d4 100644 --- a/src/bindings/lua/lua_state_cloner.c +++ b/src/bindings/lua/lua_state_cloner.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_state_cloner.h b/src/bindings/lua/lua_state_cloner.h index 7129539fc2..0c323e4c1b 100644 --- a/src/bindings/lua/lua_state_cloner.h +++ b/src/bindings/lua/lua_state_cloner.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011. The SimGrid Team. +/* Copyright (c) 2010-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_task.c b/src/bindings/lua/lua_task.c index 8e8e1932be..41c744e334 100644 --- a/src/bindings/lua/lua_task.c +++ b/src/bindings/lua/lua_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_utils.c b/src/bindings/lua/lua_utils.c index 444f15d791..7ab708b3b8 100644 --- a/src/bindings/lua/lua_utils.c +++ b/src/bindings/lua/lua_utils.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/lua_utils.h b/src/bindings/lua/lua_utils.h index 3ccfe8c94a..42e28c228e 100644 --- a/src/bindings/lua/lua_utils.h +++ b/src/bindings/lua/lua_utils.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011. The SimGrid Team. +/* Copyright (c) 2010-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/simgrid_lua.c b/src/bindings/lua/simgrid_lua.c index db5f4e0cb1..2098267bac 100644 --- a/src/bindings/lua/simgrid_lua.c +++ b/src/bindings/lua/simgrid_lua.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/bindings/lua/simgrid_lua.h b/src/bindings/lua/simgrid_lua.h index af2b38d351..958440d2b3 100644 --- a/src/bindings/lua/simgrid_lua.h +++ b/src/bindings/lua/simgrid_lua.h @@ -1,3 +1,6 @@ +/* Copyright (c) 2010-2014. The SimGrid Team. + * All rights reserved. */ + /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/src/context_sysv_config.h.in b/src/context_sysv_config.h.in index 3217ead2df..6643fd972d 100644 --- a/src/context_sysv_config.h.in +++ b/src/context_sysv_config.h.in @@ -1,3 +1,6 @@ +/* Copyright (c) 2008, 2011, 2014. The SimGrid Team. + * All rights reserved. */ + /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/src/include/instr/instr_interface.h b/src/include/instr/instr_interface.h index cb1ccdccbc..0901fbd306 100644 --- a/src/include/instr/instr_interface.h +++ b/src/include/instr/instr_interface.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "xbt.h" SG_BEGIN_DECL() diff --git a/src/include/mc/datatypes.h b/src/include/mc/datatypes.h index 5c8e4d1007..2cc5834761 100644 --- a/src/include/mc/datatypes.h +++ b/src/include/mc/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 0cf9f2d17c..494b6516cd 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/include/simgrid/platf_interface.h b/src/include/simgrid/platf_interface.h index 6a8a0054f5..c5eb402e2d 100644 --- a/src/include/simgrid/platf_interface.h +++ b/src/include/simgrid/platf_interface.h @@ -1,6 +1,6 @@ /* platf_interface.h - Internal interface to the SimGrid platforms */ -/* Copyright (c) 2004-2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/include/smpi/smpi_interface.h b/src/include/smpi/smpi_interface.h index 2a44cfe2c8..d3cab537bf 100644 --- a/src/include/smpi/smpi_interface.h +++ b/src/include/smpi/smpi_interface.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _SMPI_INTERFACE_H #define _SMPI_INTERFACE_H #include "smpi/smpi.h" diff --git a/src/include/surf/datatypes.h b/src/include/surf/datatypes.h index 3dd00e0fc5..636721eb78 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/include/surf/random_mgr.h b/src/include/surf/random_mgr.h index 7705f0bf1b..19b4a15a58 100644 --- a/src/include/surf/random_mgr.h +++ b/src/include/surf/random_mgr.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef _SURF_RMGR_H #define _SURF_RMGR_H diff --git a/src/include/surf/surf_resource.h b/src/include/surf/surf_resource.h index fdc1eb64bb..38df8bee98 100644 --- a/src/include/surf/surf_resource.h +++ b/src/include/surf/surf_resource.h @@ -1,5 +1,5 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/include/surf/surf_resource_lmm.h b/src/include/surf/surf_resource_lmm.h index 4be9408f3d..b0d7e33df7 100644 --- a/src/include/surf/surf_resource_lmm.h +++ b/src/include/surf/surf_resource_lmm.h @@ -1,5 +1,5 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/include/surf/surfxml_parse_values.h b/src/include/surf/surfxml_parse_values.h index f9f2386b57..3d6db8b3f5 100644 --- a/src/include/surf/surfxml_parse_values.h +++ b/src/include/surf/surfxml_parse_values.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2011-2013. The SimGrid Team. +/* Copyright (c) 2011-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef SURFXML_PARSE_VALUES_H_ #define SURFXML_PARSE_VALUES_H_ diff --git a/src/include/surf/trace_mgr.h b/src/include/surf/trace_mgr.h index d6bc75064c..62cf3acabc 100644 --- a/src/include/surf/trace_mgr.h +++ b/src/include/surf/trace_mgr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/include/xbt/wine_dbghelp.h b/src/include/xbt/wine_dbghelp.h index 2a42835218..b258f2f79c 100644 --- a/src/include/xbt/wine_dbghelp.h +++ b/src/include/xbt/wine_dbghelp.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2008-2010, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Declarations for DBGHELP * diff --git a/src/include/xbt/xbt_os_time.h b/src/include/xbt/xbt_os_time.h index 42a0c4d4e7..90b1304ee1 100644 --- a/src/include/xbt/xbt_os_time.h +++ b/src/include/xbt/xbt_os_time.h @@ -1,7 +1,7 @@ /* xbt/xbt_portability.h -- all system dependency */ /* Private portability layer */ -/* Copyright (c) 2007, 2009-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/instr/instr_TI_trace.c b/src/instr/instr_TI_trace.c index 9e0e73b9d7..29754729df 100644 --- a/src/instr/instr_TI_trace.c +++ b/src/instr/instr_TI_trace.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "instr/instr_private.h" #include "xbt/virtu.h" /* sg_cmdline */ #include "xbt/xbt_os_time.h" diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 6300219228..492b1f1336 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" #include "simgrid/sg_config.h" diff --git a/src/instr/instr_interface.c b/src/instr/instr_interface.c index 31be78475f..a8e97d3409 100644 --- a/src/instr/instr_interface.c +++ b/src/instr/instr_interface.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid_config.h" diff --git a/src/instr/instr_paje_containers.c b/src/instr/instr_paje_containers.c index 327e57c22f..0dc0d0a769 100644 --- a/src/instr/instr_paje_containers.c +++ b/src/instr/instr_paje_containers.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" #include "xbt/lib.h" diff --git a/src/instr/instr_paje_header.c b/src/instr/instr_paje_header.c index e8716bf5bd..b4ca75a2fd 100644 --- a/src/instr/instr_paje_header.c +++ b/src/instr/instr_paje_header.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" diff --git a/src/instr/instr_paje_trace.c b/src/instr/instr_paje_trace.c index 46603c6f9d..e99bb30572 100644 --- a/src/instr/instr_paje_trace.c +++ b/src/instr/instr_paje_trace.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" #include "xbt/virtu.h" /* sg_cmdline */ diff --git a/src/instr/instr_paje_types.c b/src/instr/instr_paje_types.c index c2c4c428e2..32177ded7c 100644 --- a/src/instr/instr_paje_types.c +++ b/src/instr/instr_paje_types.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "instr/instr_private.h" #ifdef HAVE_TRACING diff --git a/src/instr/instr_paje_values.c b/src/instr/instr_paje_values.c index a2e5748c63..8e81a9ffe1 100644 --- a/src/instr/instr_paje_values.c +++ b/src/instr/instr_paje_values.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "instr/instr_private.h" #ifdef HAVE_TRACING diff --git a/src/instr/instr_private.h b/src/instr/instr_private.h index 10785fe1a4..908ecd6cc3 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef INSTR_PRIVATE_H_ #define INSTR_PRIVATE_H_ diff --git a/src/instr/instr_resource_utilization.c b/src/instr/instr_resource_utilization.c index d6b8891dcf..c3be52905d 100644 --- a/src/instr/instr_resource_utilization.c +++ b/src/instr/instr_resource_utilization.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" diff --git a/src/instr/instr_trace.c b/src/instr/instr_trace.c index 005ec35fbb..8481697cda 100644 --- a/src/instr/instr_trace.c +++ b/src/instr/instr_trace.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" #include "xbt/virtu.h" /* sg_cmdline */ diff --git a/src/instr/jedule/jedule_events.c b/src/instr/jedule/jedule_events.c index 489cdc72f6..07a5dca5ac 100644 --- a/src/instr/jedule/jedule_events.c +++ b/src/instr/jedule/jedule_events.c @@ -1,9 +1,8 @@ -/* - * jedule_events.c - * - * Created on: Nov 30, 2010 - * Author: sascha - */ +/* Copyright (c) 2010-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include #include diff --git a/src/instr/jedule/jedule_output.c b/src/instr/jedule/jedule_output.c index 401b09b7c8..aa286e5f74 100644 --- a/src/instr/jedule/jedule_output.c +++ b/src/instr/jedule/jedule_output.c @@ -1,10 +1,8 @@ -/* - * jedule_output.c - * - * Created on: Dec 1, 2010 - * Author: sascha - */ +/* Copyright (c) 2010-2014. The SimGrid Team. + * All rights reserved. */ +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include #include diff --git a/src/instr/jedule/jedule_platform.c b/src/instr/jedule/jedule_platform.c index 29eda01236..b096eeddb4 100644 --- a/src/instr/jedule/jedule_platform.c +++ b/src/instr/jedule/jedule_platform.c @@ -1,9 +1,8 @@ -/* - * jed_simgrid_platform.c - * - * Created on: Nov 30, 2010 - * Author: sascha - */ +/* Copyright (c) 2010-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include #include diff --git a/src/instr/jedule/jedule_sd_binding.c b/src/instr/jedule/jedule_sd_binding.c index 2932fc6f34..ab945ffeae 100644 --- a/src/instr/jedule/jedule_sd_binding.c +++ b/src/instr/jedule/jedule_sd_binding.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_checkpoint.c b/src/mc/mc_checkpoint.c index ff1ad8a9a5..39e743a2ef 100644 --- a/src/mc/mc_checkpoint.c +++ b/src/mc/mc_checkpoint.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_compare.c b/src/mc/mc_compare.c index e7ece509cb..e017b7d376 100644 --- a/src/mc/mc_compare.c +++ b/src/mc/mc_compare.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_dpor.c b/src/mc/mc_dpor.c index ebda309ad6..fb3c12063a 100644 --- a/src/mc/mc_dpor.c +++ b/src/mc/mc_dpor.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index 2683d20961..16ebebe384 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_liveness.c b/src/mc/mc_liveness.c index ea59370ee2..acc580316d 100644 --- a/src/mc/mc_liveness.c +++ b/src/mc/mc_liveness.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013. The SimGrid Team. +/* Copyright (c) 2011-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_memory.c b/src/mc/mc_memory.c index b10c81093f..aa38112b9b 100644 --- a/src/mc/mc_memory.c +++ b/src/mc/mc_memory.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_pair.c b/src/mc/mc_pair.c index 1056f444c1..59f27641f1 100644 --- a/src/mc/mc_pair.c +++ b/src/mc/mc_pair.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013. The SimGrid Team. +/* Copyright (c) 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index cc581b9b32..0f2a556421 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_request.c b/src/mc/mc_request.c index 5b7ce40864..1392a35868 100644 --- a/src/mc/mc_request.c +++ b/src/mc/mc_request.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/mc_state.c b/src/mc/mc_state.c index f0c240df0d..d0cef470a0 100644 --- a/src/mc/mc_state.c +++ b/src/mc/mc_state.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mc/memory_map.c b/src/mc/memory_map.c index d893439a72..e63cab775f 100644 --- a/src/mc/memory_map.c +++ b/src/mc/memory_map.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/mk_supernovae.pl b/src/mk_supernovae.pl index bd99ab4238..e0ea6dcbf2 100644 --- a/src/mk_supernovae.pl +++ b/src/mk_supernovae.pl @@ -1,5 +1,11 @@ #! /usr/bin/perl +# Copyright (c) 2010-2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; use Getopt::Long qw(GetOptions); diff --git a/src/msg/instr_msg_process.c b/src/msg/instr_msg_process.c index bb794161fa..e23f5d863b 100644 --- a/src/msg/instr_msg_process.c +++ b/src/msg/instr_msg_process.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "msg_private.h" diff --git a/src/msg/instr_msg_task.c b/src/msg/instr_msg_task.c index c8e32885d9..4334eac303 100644 --- a/src/msg/instr_msg_task.c +++ b/src/msg/instr_msg_task.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" #include "msg_private.h" diff --git a/src/msg/instr_msg_vm.c b/src/msg/instr_msg_vm.c index d048549d6f..481d26bba2 100644 --- a/src/msg/instr_msg_vm.c +++ b/src/msg/instr_msg_vm.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "msg_private.h" diff --git a/src/msg/msg_actions.c b/src/msg/msg_actions.c index 9b5fe1605c..93bb48f021 100644 --- a/src/msg/msg_actions.c +++ b/src/msg/msg_actions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_deployment.c b/src/msg/msg_deployment.c index c72f553bd8..373594265a 100644 --- a/src/msg/msg_deployment.c +++ b/src/msg/msg_deployment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_environment.c b/src/msg/msg_environment.c index 279f4adaed..74fc81b9e6 100644 --- a/src/msg/msg_environment.c +++ b/src/msg/msg_environment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_global.c b/src/msg/msg_global.c index 77ce1e0392..eee4578bde 100644 --- a/src/msg/msg_global.c +++ b/src/msg/msg_global.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index dc2e25de9a..670f820120 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_io.c b/src/msg/msg_io.c index a6d4253860..003705605f 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -1,8 +1,8 @@ /* Copyright (c) 2004-2014. The SimGrid Team. - * All rights reserved. */ + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "msg_private.h" #include "xbt/log.h" diff --git a/src/msg/msg_mailbox.h b/src/msg/msg_mailbox.h index 71c4c30f4e..ce93121229 100644 --- a/src/msg/msg_mailbox.h +++ b/src/msg/msg_mailbox.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_MAILBOX_H #define MSG_MAILBOX_H diff --git a/src/msg/msg_new_api.c b/src/msg/msg_new_api.c index 96dda606db..0bc6ba80e0 100644 --- a/src/msg/msg_new_api.c +++ b/src/msg/msg_new_api.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "msg_private.h" #include "xbt/log.h" diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index 950c5074f2..d4cc33bc5f 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_process.c b/src/msg/msg_process.c index 259fb7d05e..5bee4e2cf6 100644 --- a/src/msg/msg_process.c +++ b/src/msg/msg_process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_synchro.c b/src/msg/msg_synchro.c index 963fa9cf6f..8c3fa8d28a 100644 --- a/src/msg/msg_synchro.c +++ b/src/msg/msg_synchro.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013. The SimGrid Team. +/* Copyright (c) 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_task.c b/src/msg/msg_task.c index 02d9134478..bdbbc47e83 100644 --- a/src/msg/msg_task.c +++ b/src/msg/msg_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/msg_vm.c b/src/msg/msg_vm.c index 095480a18d..1e58eec343 100644 --- a/src/msg/msg_vm.c +++ b/src/msg/msg_vm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013. The SimGrid Team. +/* Copyright (c) 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/portable.h b/src/portable.h index fdb6f48bec..6da75502b1 100644 --- a/src/portable.h +++ b/src/portable.h @@ -1,11 +1,11 @@ /* portable -- header loading to write portable code */ /* loads much more stuff than sysdep.h since the latter is in public interface*/ -/* Copyright (c) 2004-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2004-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef SIMGRID_PORTABLE_H #define SIMGRID_PORTABLE_H diff --git a/src/simdag/instr_sd_task.c b/src/simdag/instr_sd_task.c index 5060997bda..be63a536e8 100644 --- a/src/simdag/instr_sd_task.c +++ b/src/simdag/instr_sd_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013. The SimGrid Team. +/* Copyright (c) 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simdag/private.h b/src/simdag/private.h index 20cc654dd1..513dd1e2a6 100644 --- a/src/simdag/private.h +++ b/src/simdag/private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simdag/sd_daxloader.c b/src/simdag/sd_daxloader.c index 87b0c9dc83..6113d3cae6 100644 --- a/src/simdag/sd_daxloader.c +++ b/src/simdag/sd_daxloader.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simdag/sd_dotloader.c b/src/simdag/sd_dotloader.c index f635a0fbde..cc4edd1abb 100644 --- a/src/simdag/sd_dotloader.c +++ b/src/simdag/sd_dotloader.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simdag/sd_global.c b/src/simdag/sd_global.c index cbfc3713aa..e3f62b1381 100644 --- a/src/simdag/sd_global.c +++ b/src/simdag/sd_global.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simdag/sd_link.c b/src/simdag/sd_link.c index f5e993d935..b59b1b407f 100644 --- a/src/simdag/sd_link.c +++ b/src/simdag/sd_link.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2012. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simdag/sd_task.c b/src/simdag/sd_task.c index ea42489323..9c00ca4242 100644 --- a/src/simdag/sd_task.c +++ b/src/simdag/sd_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simdag/sd_workstation.c b/src/simdag/sd_workstation.c index f868b59432..730ef9893e 100644 --- a/src/simdag/sd_workstation.c +++ b/src/simdag/sd_workstation.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/simcalls.in b/src/simix/simcalls.in index 2729ab5bec..f34823e7ca 100644 --- a/src/simix/simcalls.in +++ b/src/simix/simcalls.in @@ -1,3 +1,9 @@ +# Copyright (c) 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # name has_answer (restype,rescast) (arg0name,arg0type,arg0cast) (arg1name,arg1type,arg1cast) host_get_by_name True (void*, smx_host_t) (name, const char*) host_get_name True (const char*) (host, void*, smx_host_t) diff --git a/src/simix/simcalls.py b/src/simix/simcalls.py index 8ecb03347d..27d6504986 100755 --- a/src/simix/simcalls.py +++ b/src/simix/simcalls.py @@ -1,5 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- + +# Copyright (c) 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + import re, glob types = [('TCHAR', 'char', 'c') @@ -218,4 +225,4 @@ if __name__=='__main__': write('simcalls_generated_res_getter_setter.h', Simcall.result_getter_setter, simcalls, simcalls_dict) write('simcalls_generated_args_getter_setter.h', Simcall.args_getter_setter, simcalls, simcalls_dict) write('simcalls_generated_case.c', Simcall.case, simcalls, simcalls_dict) - write('simcalls_generated_body.c', Simcall.body, simcalls, simcalls_dict) \ No newline at end of file + write('simcalls_generated_body.c', Simcall.body, simcalls, simcalls_dict) diff --git a/src/simix/smx_context.c b/src/simix/smx_context.c index 707cf7708d..214ea7197a 100644 --- a/src/simix/smx_context.c +++ b/src/simix/smx_context.c @@ -1,6 +1,6 @@ /* a fast and simple context switching library */ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_context_base.c b/src/simix/smx_context_base.c index 7d386c9540..313541530e 100644 --- a/src/simix/smx_context_base.c +++ b/src/simix/smx_context_base.c @@ -1,12 +1,11 @@ /* context_base - Code factorization across context switching implementations */ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include "xbt/function_types.h" #include "simgrid/simix.h" #include "smx_private.h" diff --git a/src/simix/smx_context_raw.c b/src/simix/smx_context_raw.c index 829f47e714..7bf2b87112 100644 --- a/src/simix/smx_context_raw.c +++ b/src/simix/smx_context_raw.c @@ -1,6 +1,6 @@ /* context_raw - fast context switching inspired from System V ucontexts */ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_context_sysv.c b/src/simix/smx_context_sysv.c index 3af7b3cef9..f97b92b9be 100644 --- a/src/simix/smx_context_sysv.c +++ b/src/simix/smx_context_sysv.c @@ -1,10 +1,10 @@ /* context_sysv - context switching with ucontexts from System V */ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ - /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include diff --git a/src/simix/smx_context_thread.c b/src/simix/smx_context_thread.c index e254af439c..7e7d933b6e 100644 --- a/src/simix/smx_context_thread.c +++ b/src/simix/smx_context_thread.c @@ -1,6 +1,6 @@ /* context_thread - implementation of context switching with native threads */ -/* Copyright (c) 2009-2012. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_deployment.c b/src/simix/smx_deployment.c index 50b4588152..894de3c2dd 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_environment.c b/src/simix/smx_environment.c index b8655fa60c..7317c366c8 100644 --- a/src/simix/smx_environment.c +++ b/src/simix/smx_environment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_global.c b/src/simix/smx_global.c index c80ef70ab9..5d2b942d32 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index c13750c1f6..2ff44aa9a1 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_host_private.h b/src/simix/smx_host_private.h index 7ce4beb4e8..c3e5d6456f 100644 --- a/src/simix/smx_host_private.h +++ b/src/simix/smx_host_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_io.c b/src/simix/smx_io.c index 4295b386a0..38659fbd61 100644 --- a/src/simix/smx_io.c +++ b/src/simix/smx_io.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_io_private.h b/src/simix/smx_io_private.h index ddb15138fc..6bd066eac8 100644 --- a/src/simix/smx_io_private.h +++ b/src/simix/smx_io_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_new_api.c b/src/simix/smx_new_api.c index 01c3b5a053..f419842277 100644 --- a/src/simix/smx_new_api.c +++ b/src/simix/smx_new_api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_new_api_private.h b/src/simix/smx_new_api_private.h index 61ac1ce5ae..2c1f78ffcd 100644 --- a/src/simix/smx_new_api_private.h +++ b/src/simix/smx_new_api_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index d8c251962f..4b1b6bc962 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 0ac19c0df0..737ea00179 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_process_private.h b/src/simix/smx_process_private.h index aedee85c0b..ac0126e158 100644 --- a/src/simix/smx_process_private.h +++ b/src/simix/smx_process_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_smurf.c b/src/simix/smx_smurf.c index 9ef5352394..77623e70ee 100644 --- a/src/simix/smx_smurf.c +++ b/src/simix/smx_smurf.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2010-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "smx_private.h" #include "xbt/fifo.h" #include "xbt/xbt_os_thread.h" diff --git a/src/simix/smx_smurf_private.h b/src/simix/smx_smurf_private.h index 58b8bc4899..f14c89db14 100644 --- a/src/simix/smx_smurf_private.h +++ b/src/simix/smx_smurf_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_synchro.c b/src/simix/smx_synchro.c index eebc903509..22e718069d 100644 --- a/src/simix/smx_synchro.c +++ b/src/simix/smx_synchro.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simix/smx_synchro_private.h b/src/simix/smx_synchro_private.h index 5b73ad8d0b..ad411fdf73 100644 --- a/src/simix/smx_synchro_private.h +++ b/src/simix/smx_synchro_private.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _SIMIX_SYNCHRO_PRIVATE_H #define _SIMIX_SYNCHRO_PRIVATE_H diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index 8ec29c1ef1..5e1d9d8680 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -1,7 +1,7 @@ /* smx_user.c - public interface to simix */ /* Copyright (c) 2010-2014. The SimGrid Team. - All rights reserved. */ + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/src/simix/smx_vm.c b/src/simix/smx_vm.c index e56c555b2f..9f1e0b54a4 100644 --- a/src/simix/smx_vm.c +++ b/src/simix/smx_vm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/smpi/colls/allgather-2dmesh.c b/src/smpi/colls/allgather-2dmesh.c index 8ebc8489b3..6bec72d967 100644 --- a/src/smpi/colls/allgather-2dmesh.c +++ b/src/smpi/colls/allgather-2dmesh.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/allgather-3dmesh.c b/src/smpi/colls/allgather-3dmesh.c index c83fdc6a3c..ab964a1388 100644 --- a/src/smpi/colls/allgather-3dmesh.c +++ b/src/smpi/colls/allgather-3dmesh.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/allgather-GB.c b/src/smpi/colls/allgather-GB.c index 5783741dca..b1bcc881d2 100644 --- a/src/smpi/colls/allgather-GB.c +++ b/src/smpi/colls/allgather-GB.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" // Allgather - gather/bcast algorithm diff --git a/src/smpi/colls/allgather-NTSLR-NB.c b/src/smpi/colls/allgather-NTSLR-NB.c index 0873395bc5..2cabbcd81a 100644 --- a/src/smpi/colls/allgather-NTSLR-NB.c +++ b/src/smpi/colls/allgather-NTSLR-NB.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" // Allgather-Non-Topoloty-Scecific-Logical-Ring algorithm diff --git a/src/smpi/colls/allgather-NTSLR.c b/src/smpi/colls/allgather-NTSLR.c index 28ab0b34f4..659be11bba 100644 --- a/src/smpi/colls/allgather-NTSLR.c +++ b/src/smpi/colls/allgather-NTSLR.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" // Allgather-Non-Topoloty-Scecific-Logical-Ring algorithm diff --git a/src/smpi/colls/allgather-SMP-NTS.c b/src/smpi/colls/allgather-SMP-NTS.c index 4e4dfd1919..81c1449a8c 100644 --- a/src/smpi/colls/allgather-SMP-NTS.c +++ b/src/smpi/colls/allgather-SMP-NTS.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #ifndef NUM_CORE #define NUM_CORE 8 diff --git a/src/smpi/colls/allgather-bruck.c b/src/smpi/colls/allgather-bruck.c index 2b49321be2..eeaab1f436 100644 --- a/src/smpi/colls/allgather-bruck.c +++ b/src/smpi/colls/allgather-bruck.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/allgather-loosely-lr.c b/src/smpi/colls/allgather-loosely-lr.c index 242990ff31..bed1abf68c 100644 --- a/src/smpi/colls/allgather-loosely-lr.c +++ b/src/smpi/colls/allgather-loosely-lr.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #ifndef NUM_CORE diff --git a/src/smpi/colls/allgather-ompi-neighborexchange.c b/src/smpi/colls/allgather-ompi-neighborexchange.c index d416a66f6e..9a3ccd9ed0 100644 --- a/src/smpi/colls/allgather-ompi-neighborexchange.c +++ b/src/smpi/colls/allgather-ompi-neighborexchange.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * ompi_coll_tuned_allgather_intra_neighborexchange * diff --git a/src/smpi/colls/allgather-pair.c b/src/smpi/colls/allgather-pair.c index 50f75aa747..46cde2dea5 100644 --- a/src/smpi/colls/allgather-pair.c +++ b/src/smpi/colls/allgather-pair.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/allgather-rdb.c b/src/smpi/colls/allgather-rdb.c index 26467de554..06e2f4bb78 100644 --- a/src/smpi/colls/allgather-rdb.c +++ b/src/smpi/colls/allgather-rdb.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" int diff --git a/src/smpi/colls/allgather-rhv.c b/src/smpi/colls/allgather-rhv.c index 8179aff371..c2e0cb43ff 100644 --- a/src/smpi/colls/allgather-rhv.c +++ b/src/smpi/colls/allgather-rhv.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" // now only work with power of two processes diff --git a/src/smpi/colls/allgather-ring.c b/src/smpi/colls/allgather-ring.c index 4634ddce81..0e96a53ebb 100644 --- a/src/smpi/colls/allgather-ring.c +++ b/src/smpi/colls/allgather-ring.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/allgather-smp-simple.c b/src/smpi/colls/allgather-smp-simple.c index bd1206bc82..1a38857619 100644 --- a/src/smpi/colls/allgather-smp-simple.c +++ b/src/smpi/colls/allgather-smp-simple.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #ifndef NUM_CORE #define NUM_CORE 8 diff --git a/src/smpi/colls/allgather-spreading-simple.c b/src/smpi/colls/allgather-spreading-simple.c index c7dfbc912b..1f51ea43cf 100644 --- a/src/smpi/colls/allgather-spreading-simple.c +++ b/src/smpi/colls/allgather-spreading-simple.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/allgatherv-GB.c b/src/smpi/colls/allgatherv-GB.c index 2a60a47c09..1dd6103c6b 100644 --- a/src/smpi/colls/allgatherv-GB.c +++ b/src/smpi/colls/allgatherv-GB.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" // Allgather - gather/bcast algorithm diff --git a/src/smpi/colls/allgatherv-mpich-rdb.c b/src/smpi/colls/allgatherv-mpich-rdb.c index 8094db08cc..8e92b6f3c5 100644 --- a/src/smpi/colls/allgatherv-mpich-rdb.c +++ b/src/smpi/colls/allgatherv-mpich-rdb.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* Short or medium size message and power-of-two no. of processes. Use * recursive doubling algorithm */ #include "colls_private.h" diff --git a/src/smpi/colls/allgatherv-mpich-ring.c b/src/smpi/colls/allgatherv-mpich-ring.c index 83a07f8520..fc726453ed 100644 --- a/src/smpi/colls/allgatherv-mpich-ring.c +++ b/src/smpi/colls/allgatherv-mpich-ring.c @@ -1,12 +1,17 @@ -#include "colls_private.h" +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ -/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ +#include "colls_private.h" + /***************************************************************************** * Function: allgather_mpich_ring * return: int diff --git a/src/smpi/colls/allgatherv-ompi-bruck.c b/src/smpi/colls/allgatherv-ompi-bruck.c index bffcbac544..d554938460 100644 --- a/src/smpi/colls/allgatherv-ompi-bruck.c +++ b/src/smpi/colls/allgatherv-ompi-bruck.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -10,11 +16,8 @@ * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * Copyright (c) 2009 University of Houston. All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow - * - * $HEADER$ */ #include "colls_private.h" diff --git a/src/smpi/colls/allgatherv-ompi-neighborexchange.c b/src/smpi/colls/allgatherv-ompi-neighborexchange.c index 3692a38455..f6fc137df4 100644 --- a/src/smpi/colls/allgatherv-ompi-neighborexchange.c +++ b/src/smpi/colls/allgatherv-ompi-neighborexchange.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ /* * ompi_coll_tuned_allgatherv_intra_neighborexchange diff --git a/src/smpi/colls/allgatherv-pair.c b/src/smpi/colls/allgatherv-pair.c index e31fb6236c..3087d46341 100644 --- a/src/smpi/colls/allgatherv-pair.c +++ b/src/smpi/colls/allgatherv-pair.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/allgatherv-ring.c b/src/smpi/colls/allgatherv-ring.c index fc7598c455..8ac68b76f5 100644 --- a/src/smpi/colls/allgatherv-ring.c +++ b/src/smpi/colls/allgatherv-ring.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/allreduce-lr.c b/src/smpi/colls/allreduce-lr.c index 664c7079e4..9bcf75c1fb 100644 --- a/src/smpi/colls/allreduce-lr.c +++ b/src/smpi/colls/allreduce-lr.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /* IMPLEMENTED BY PITCH PATARASUK diff --git a/src/smpi/colls/allreduce-ompi-ring-segmented.c b/src/smpi/colls/allreduce-ompi-ring-segmented.c index 40343886a8..d230b911ec 100644 --- a/src/smpi/colls/allreduce-ompi-ring-segmented.c +++ b/src/smpi/colls/allreduce-ompi-ring-segmented.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -10,11 +16,9 @@ * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * Copyright (c) 2009 University of Houston. All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow * - * $HEADER$ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: @@ -49,11 +53,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - - /* * ompi_coll_tuned_allreduce_intra_ring_segmented * diff --git a/src/smpi/colls/allreduce-rab-rdb.c b/src/smpi/colls/allreduce-rab-rdb.c index 6024607c73..ce690e2b0a 100644 --- a/src/smpi/colls/allreduce-rab-rdb.c +++ b/src/smpi/colls/allreduce-rab-rdb.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" int smpi_coll_tuned_allreduce_rab_rdb(void *sbuff, void *rbuff, int count, diff --git a/src/smpi/colls/allreduce-rab1.c b/src/smpi/colls/allreduce-rab1.c index e8633396b6..2e80e45f6f 100644 --- a/src/smpi/colls/allreduce-rab1.c +++ b/src/smpi/colls/allreduce-rab1.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" //#include diff --git a/src/smpi/colls/allreduce-rab2.c b/src/smpi/colls/allreduce-rab2.c index 982933c90e..3643321239 100644 --- a/src/smpi/colls/allreduce-rab2.c +++ b/src/smpi/colls/allreduce-rab2.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" //#include diff --git a/src/smpi/colls/allreduce-rdb.c b/src/smpi/colls/allreduce-rdb.c index 23e7e30582..cc56d4a873 100644 --- a/src/smpi/colls/allreduce-rdb.c +++ b/src/smpi/colls/allreduce-rdb.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" //#include diff --git a/src/smpi/colls/allreduce-redbcast.c b/src/smpi/colls/allreduce-redbcast.c index ca9b8fcd37..20b4481dd7 100644 --- a/src/smpi/colls/allreduce-redbcast.c +++ b/src/smpi/colls/allreduce-redbcast.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" int smpi_coll_tuned_allreduce_redbcast(void *buf, void *buf2, int count, diff --git a/src/smpi/colls/allreduce-smp-binomial-pipeline.c b/src/smpi/colls/allreduce-smp-binomial-pipeline.c index 6e829f86c8..44dfcb77fe 100644 --- a/src/smpi/colls/allreduce-smp-binomial-pipeline.c +++ b/src/smpi/colls/allreduce-smp-binomial-pipeline.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /* IMPLEMENTED BY PITCH PATARASUK Non-topoloty-specific (however, number of cores/node need to be changed) diff --git a/src/smpi/colls/allreduce-smp-binomial.c b/src/smpi/colls/allreduce-smp-binomial.c index 99cf0b0100..97183fb5d4 100644 --- a/src/smpi/colls/allreduce-smp-binomial.c +++ b/src/smpi/colls/allreduce-smp-binomial.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /* IMPLEMENTED BY PITCH PATARASUK Non-topoloty-specific (however, number of cores/node need to be changed) diff --git a/src/smpi/colls/allreduce-smp-rdb.c b/src/smpi/colls/allreduce-smp-rdb.c index 08d2324fa5..5b67e5a975 100644 --- a/src/smpi/colls/allreduce-smp-rdb.c +++ b/src/smpi/colls/allreduce-smp-rdb.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /* IMPLEMENTED BY PITCH PATARASUK Non-topoloty-specific (however, number of cores/node need to be changed) diff --git a/src/smpi/colls/allreduce-smp-rsag-lr.c b/src/smpi/colls/allreduce-smp-rsag-lr.c index bc720276e4..746eecb33e 100644 --- a/src/smpi/colls/allreduce-smp-rsag-lr.c +++ b/src/smpi/colls/allreduce-smp-rsag-lr.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" //#include diff --git a/src/smpi/colls/allreduce-smp-rsag-rab.c b/src/smpi/colls/allreduce-smp-rsag-rab.c index 0a3d12ae5e..370935777d 100644 --- a/src/smpi/colls/allreduce-smp-rsag-rab.c +++ b/src/smpi/colls/allreduce-smp-rsag-rab.c @@ -1,7 +1,13 @@ -#include "colls_private.h" +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * implemented by Pitch Patarasuk, 07/01/2007 */ +#include "colls_private.h" //#include /* change number of core per smp-node diff --git a/src/smpi/colls/allreduce-smp-rsag.c b/src/smpi/colls/allreduce-smp-rsag.c index 9de2bcf026..8d751c88da 100644 --- a/src/smpi/colls/allreduce-smp-rsag.c +++ b/src/smpi/colls/allreduce-smp-rsag.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /* change number of core per smp-node diff --git a/src/smpi/colls/alltoall-2dmesh.c b/src/smpi/colls/alltoall-2dmesh.c index 08f4db2cb3..4ac05755ee 100644 --- a/src/smpi/colls/alltoall-2dmesh.c +++ b/src/smpi/colls/alltoall-2dmesh.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #include diff --git a/src/smpi/colls/alltoall-3dmesh.c b/src/smpi/colls/alltoall-3dmesh.c index c226927693..e0224b2106 100644 --- a/src/smpi/colls/alltoall-3dmesh.c +++ b/src/smpi/colls/alltoall-3dmesh.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #include diff --git a/src/smpi/colls/alltoall-bruck.c b/src/smpi/colls/alltoall-bruck.c index 9e3117c1f0..8dd710cf98 100644 --- a/src/smpi/colls/alltoall-bruck.c +++ b/src/smpi/colls/alltoall-bruck.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /***************************************************************************** * Function: alltoall_bruck diff --git a/src/smpi/colls/alltoall-pair-light-barrier.c b/src/smpi/colls/alltoall-pair-light-barrier.c index 9c6a6ded33..0232b51b3f 100644 --- a/src/smpi/colls/alltoall-pair-light-barrier.c +++ b/src/smpi/colls/alltoall-pair-light-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoall-pair-mpi-barrier.c b/src/smpi/colls/alltoall-pair-mpi-barrier.c index 1816cff4d4..42823b5ff5 100644 --- a/src/smpi/colls/alltoall-pair-mpi-barrier.c +++ b/src/smpi/colls/alltoall-pair-mpi-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoall-pair-one-barrier.c b/src/smpi/colls/alltoall-pair-one-barrier.c index b23040254a..a0ac128d98 100644 --- a/src/smpi/colls/alltoall-pair-one-barrier.c +++ b/src/smpi/colls/alltoall-pair-one-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoall-pair.c b/src/smpi/colls/alltoall-pair.c index bac1909a84..b4808590e8 100644 --- a/src/smpi/colls/alltoall-pair.c +++ b/src/smpi/colls/alltoall-pair.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoall-rdb.c b/src/smpi/colls/alltoall-rdb.c index 9c0b9cc8fd..41511f8ca5 100644 --- a/src/smpi/colls/alltoall-rdb.c +++ b/src/smpi/colls/alltoall-rdb.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoall-ring-light-barrier.c b/src/smpi/colls/alltoall-ring-light-barrier.c index df280bbe94..eb3de84673 100644 --- a/src/smpi/colls/alltoall-ring-light-barrier.c +++ b/src/smpi/colls/alltoall-ring-light-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoall-ring-mpi-barrier.c b/src/smpi/colls/alltoall-ring-mpi-barrier.c index 469127abd8..970a2653a7 100644 --- a/src/smpi/colls/alltoall-ring-mpi-barrier.c +++ b/src/smpi/colls/alltoall-ring-mpi-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoall-ring-one-barrier.c b/src/smpi/colls/alltoall-ring-one-barrier.c index 677008cb73..49f7802f39 100644 --- a/src/smpi/colls/alltoall-ring-one-barrier.c +++ b/src/smpi/colls/alltoall-ring-one-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoall-ring.c b/src/smpi/colls/alltoall-ring.c index 16ba29c473..af1cdbfb81 100644 --- a/src/smpi/colls/alltoall-ring.c +++ b/src/smpi/colls/alltoall-ring.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoallv-bruck.c b/src/smpi/colls/alltoallv-bruck.c index 656b37334e..f7ca532f73 100644 --- a/src/smpi/colls/alltoallv-bruck.c +++ b/src/smpi/colls/alltoallv-bruck.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /** diff --git a/src/smpi/colls/alltoallv-ompi-basic-linear.c b/src/smpi/colls/alltoallv-ompi-basic-linear.c index fe035aedea..c4218e8db7 100644 --- a/src/smpi/colls/alltoallv-ompi-basic-linear.c +++ b/src/smpi/colls/alltoallv-ompi-basic-linear.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "colls_private.h" /* diff --git a/src/smpi/colls/alltoallv-pair-light-barrier.c b/src/smpi/colls/alltoallv-pair-light-barrier.c index 7843d9130c..20deb834b6 100644 --- a/src/smpi/colls/alltoallv-pair-light-barrier.c +++ b/src/smpi/colls/alltoallv-pair-light-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoallv-pair-mpi-barrier.c b/src/smpi/colls/alltoallv-pair-mpi-barrier.c index aba8f25827..b5b05e803b 100644 --- a/src/smpi/colls/alltoallv-pair-mpi-barrier.c +++ b/src/smpi/colls/alltoallv-pair-mpi-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoallv-pair-one-barrier.c b/src/smpi/colls/alltoallv-pair-one-barrier.c index 7227df81fb..1039812b95 100644 --- a/src/smpi/colls/alltoallv-pair-one-barrier.c +++ b/src/smpi/colls/alltoallv-pair-one-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoallv-pair.c b/src/smpi/colls/alltoallv-pair.c index afce437755..43940e7673 100644 --- a/src/smpi/colls/alltoallv-pair.c +++ b/src/smpi/colls/alltoallv-pair.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoallv-ring-light-barrier.c b/src/smpi/colls/alltoallv-ring-light-barrier.c index d9653e3759..b493dd76dd 100644 --- a/src/smpi/colls/alltoallv-ring-light-barrier.c +++ b/src/smpi/colls/alltoallv-ring-light-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoallv-ring-mpi-barrier.c b/src/smpi/colls/alltoallv-ring-mpi-barrier.c index 36af83569e..723354b823 100644 --- a/src/smpi/colls/alltoallv-ring-mpi-barrier.c +++ b/src/smpi/colls/alltoallv-ring-mpi-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoallv-ring-one-barrier.c b/src/smpi/colls/alltoallv-ring-one-barrier.c index 7f5e79551f..e4fdbc4739 100644 --- a/src/smpi/colls/alltoallv-ring-one-barrier.c +++ b/src/smpi/colls/alltoallv-ring-one-barrier.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/alltoallv-ring.c b/src/smpi/colls/alltoallv-ring.c index dcbb9f49e5..4e48add2eb 100644 --- a/src/smpi/colls/alltoallv-ring.c +++ b/src/smpi/colls/alltoallv-ring.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/barrier-ompi.c b/src/smpi/colls/barrier-ompi.c index 8a210fe2a8..d61177d987 100644 --- a/src/smpi/colls/barrier-ompi.c +++ b/src/smpi/colls/barrier-ompi.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -10,11 +16,8 @@ * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow - * - * $HEADER$ */ #include "colls_private.h" diff --git a/src/smpi/colls/bcast-NTSB.c b/src/smpi/colls/bcast-NTSB.c index 1af70f62e9..6913780e7c 100644 --- a/src/smpi/colls/bcast-NTSB.c +++ b/src/smpi/colls/bcast-NTSB.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" int bcast_NTSB_segment_size_in_byte = 8192; diff --git a/src/smpi/colls/bcast-NTSL-Isend.c b/src/smpi/colls/bcast-NTSL-Isend.c index 70edbef4c1..5a3db64fc8 100644 --- a/src/smpi/colls/bcast-NTSL-Isend.c +++ b/src/smpi/colls/bcast-NTSL-Isend.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" static int bcast_NTSL_segment_size_in_byte = 8192; diff --git a/src/smpi/colls/bcast-NTSL.c b/src/smpi/colls/bcast-NTSL.c index 23a51bcca6..c1cf563e1c 100644 --- a/src/smpi/colls/bcast-NTSL.c +++ b/src/smpi/colls/bcast-NTSL.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" static int bcast_NTSL_segment_size_in_byte = 8192; diff --git a/src/smpi/colls/bcast-SMP-binary.c b/src/smpi/colls/bcast-SMP-binary.c index 979aebcb6c..19cf892bef 100644 --- a/src/smpi/colls/bcast-SMP-binary.c +++ b/src/smpi/colls/bcast-SMP-binary.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #ifndef NUM_CORE #define NUM_CORE 8 diff --git a/src/smpi/colls/bcast-SMP-binomial.c b/src/smpi/colls/bcast-SMP-binomial.c index ee130853f9..a45dca5fe4 100644 --- a/src/smpi/colls/bcast-SMP-binomial.c +++ b/src/smpi/colls/bcast-SMP-binomial.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #ifndef NUM_CORE #define NUM_CORE 8 diff --git a/src/smpi/colls/bcast-SMP-linear.c b/src/smpi/colls/bcast-SMP-linear.c index 3ef441eb51..9fafa1bc7c 100644 --- a/src/smpi/colls/bcast-SMP-linear.c +++ b/src/smpi/colls/bcast-SMP-linear.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #ifndef NUM_CORE #define NUM_CORE 8 diff --git a/src/smpi/colls/bcast-arrival-pattern-aware-wait.c b/src/smpi/colls/bcast-arrival-pattern-aware-wait.c index 06693db21d..fdb963fd76 100644 --- a/src/smpi/colls/bcast-arrival-pattern-aware-wait.c +++ b/src/smpi/colls/bcast-arrival-pattern-aware-wait.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" int bcast_arrival_pattern_aware_wait_segment_size_in_byte = 8192; diff --git a/src/smpi/colls/bcast-arrival-pattern-aware.c b/src/smpi/colls/bcast-arrival-pattern-aware.c index 39498ea268..73366746df 100644 --- a/src/smpi/colls/bcast-arrival-pattern-aware.c +++ b/src/smpi/colls/bcast-arrival-pattern-aware.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" static int bcast_NTSL_segment_size_in_byte = 8192; diff --git a/src/smpi/colls/bcast-arrival-scatter.c b/src/smpi/colls/bcast-arrival-scatter.c index 609490dbbe..7e700eb570 100644 --- a/src/smpi/colls/bcast-arrival-scatter.c +++ b/src/smpi/colls/bcast-arrival-scatter.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #ifndef BCAST_ARRIVAL_PATTERN_AWARE_HEADER_SIZE diff --git a/src/smpi/colls/bcast-binomial-tree.c b/src/smpi/colls/bcast-binomial-tree.c index 0b37d39518..955a814827 100644 --- a/src/smpi/colls/bcast-binomial-tree.c +++ b/src/smpi/colls/bcast-binomial-tree.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/bcast-flattree-pipeline.c b/src/smpi/colls/bcast-flattree-pipeline.c index 434b684e03..3054e178a8 100644 --- a/src/smpi/colls/bcast-flattree-pipeline.c +++ b/src/smpi/colls/bcast-flattree-pipeline.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" int flattree_segment_in_byte = 8192; diff --git a/src/smpi/colls/bcast-flattree.c b/src/smpi/colls/bcast-flattree.c index 4cf3308925..5d4708d1e3 100644 --- a/src/smpi/colls/bcast-flattree.c +++ b/src/smpi/colls/bcast-flattree.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" int diff --git a/src/smpi/colls/bcast-ompi-pipeline.c b/src/smpi/colls/bcast-ompi-pipeline.c index 70855627ab..2547d19f04 100644 --- a/src/smpi/colls/bcast-ompi-pipeline.c +++ b/src/smpi/colls/bcast-ompi-pipeline.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #include "coll_tuned_topo.h" diff --git a/src/smpi/colls/bcast-ompi-split-bintree.c b/src/smpi/colls/bcast-ompi-split-bintree.c index a0f1876ebb..dae4d27926 100644 --- a/src/smpi/colls/bcast-ompi-split-bintree.c +++ b/src/smpi/colls/bcast-ompi-split-bintree.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -10,11 +16,9 @@ * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. * Copyright (c) 2009 University of Houston. All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow * - * $HEADER$ * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: @@ -49,9 +53,8 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - + #include "colls_private.h" #include "coll_tuned_topo.h" #define MAXTREEFANOUT 32 diff --git a/src/smpi/colls/bcast-scatter-LR-allgather.c b/src/smpi/colls/bcast-scatter-LR-allgather.c index bf7a05aed5..87d84cae19 100644 --- a/src/smpi/colls/bcast-scatter-LR-allgather.c +++ b/src/smpi/colls/bcast-scatter-LR-allgather.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/bcast-scatter-rdb-allgather.c b/src/smpi/colls/bcast-scatter-rdb-allgather.c index 43cf25d08f..7bda0f7153 100644 --- a/src/smpi/colls/bcast-scatter-rdb-allgather.c +++ b/src/smpi/colls/bcast-scatter-rdb-allgather.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /***************************************************************************** diff --git a/src/smpi/colls/coll_tuned_topo.c b/src/smpi/colls/coll_tuned_topo.c index 2fc8df425c..a5c53b10f2 100644 --- a/src/smpi/colls/coll_tuned_topo.c +++ b/src/smpi/colls/coll_tuned_topo.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -9,11 +15,8 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow - * - * $HEADER$ */ #include "colls_private.h" diff --git a/src/smpi/colls/coll_tuned_topo.h b/src/smpi/colls/coll_tuned_topo.h index 73b0361356..24006e41e2 100644 --- a/src/smpi/colls/coll_tuned_topo.h +++ b/src/smpi/colls/coll_tuned_topo.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -9,11 +15,8 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow - * - * $HEADER$ */ #ifndef MCA_COLL_TUNED_TOPO_H_HAS_BEEN_INCLUDED diff --git a/src/smpi/colls/colls.h b/src/smpi/colls/colls.h index 9a2cd45370..edff8c96a0 100644 --- a/src/smpi/colls/colls.h +++ b/src/smpi/colls/colls.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef SMPI_COLLS_H #define SMPI_COLLS_H diff --git a/src/smpi/colls/colls_global.c b/src/smpi/colls/colls_global.c index 65d5285d0a..8d383caea5 100644 --- a/src/smpi/colls/colls_global.c +++ b/src/smpi/colls/colls_global.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "xbt.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_colls, smpi, diff --git a/src/smpi/colls/colls_private.h b/src/smpi/colls/colls_private.h index 66a2114be3..cedb4bb613 100644 --- a/src/smpi/colls/colls_private.h +++ b/src/smpi/colls/colls_private.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef SMPI_COLLS_PRIVATE_H #define SMPI_COLLS_PRIVATE_H diff --git a/src/smpi/colls/gather-ompi.c b/src/smpi/colls/gather-ompi.c index df34f27e1f..06a9488aac 100644 --- a/src/smpi/colls/gather-ompi.c +++ b/src/smpi/colls/gather-ompi.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -9,11 +15,8 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow - * - * $HEADER$ */ #include "colls_private.h" diff --git a/src/smpi/colls/reduce-NTSL.c b/src/smpi/colls/reduce-NTSL.c index f02a7fff8b..4f1dc0db52 100644 --- a/src/smpi/colls/reduce-NTSL.c +++ b/src/smpi/colls/reduce-NTSL.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" //#include diff --git a/src/smpi/colls/reduce-arrival-pattern-aware.c b/src/smpi/colls/reduce-arrival-pattern-aware.c index 6fe89ccea0..3c20887666 100644 --- a/src/smpi/colls/reduce-arrival-pattern-aware.c +++ b/src/smpi/colls/reduce-arrival-pattern-aware.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" //#include diff --git a/src/smpi/colls/reduce-binomial.c b/src/smpi/colls/reduce-binomial.c index c3b406741d..597c2e469f 100644 --- a/src/smpi/colls/reduce-binomial.c +++ b/src/smpi/colls/reduce-binomial.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" //#include diff --git a/src/smpi/colls/reduce-flat-tree.c b/src/smpi/colls/reduce-flat-tree.c index 9241be1135..78be7fd1f1 100644 --- a/src/smpi/colls/reduce-flat-tree.c +++ b/src/smpi/colls/reduce-flat-tree.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" //#include diff --git a/src/smpi/colls/reduce-ompi.c b/src/smpi/colls/reduce-ompi.c index 0b71d60ea3..24a25db7b4 100644 --- a/src/smpi/colls/reduce-ompi.c +++ b/src/smpi/colls/reduce-ompi.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -9,11 +15,8 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow - * - * $HEADER$ */ #include "colls_private.h" diff --git a/src/smpi/colls/reduce-scatter-gather.c b/src/smpi/colls/reduce-scatter-gather.c index af317fb967..92249bd66c 100644 --- a/src/smpi/colls/reduce-scatter-gather.c +++ b/src/smpi/colls/reduce-scatter-gather.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" /* diff --git a/src/smpi/colls/reduce_scatter-mpich.c b/src/smpi/colls/reduce_scatter-mpich.c index 76cbf0ffdd..50c4d58fac 100644 --- a/src/smpi/colls/reduce_scatter-mpich.c +++ b/src/smpi/colls/reduce_scatter-mpich.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" static inline int MPIU_Mirror_permutation(unsigned int x, int bits) diff --git a/src/smpi/colls/reduce_scatter-ompi.c b/src/smpi/colls/reduce_scatter-ompi.c index bb01dee9ec..f8c716f2d0 100644 --- a/src/smpi/colls/reduce_scatter-ompi.c +++ b/src/smpi/colls/reduce_scatter-ompi.c @@ -1,4 +1,9 @@ -/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -12,11 +17,8 @@ * All rights reserved. * Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. * Copyright (c) 2009 University of Houston. All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow - * - * $HEADER$ */ #include "colls_private.h" diff --git a/src/smpi/colls/scatter-ompi.c b/src/smpi/colls/scatter-ompi.c index 9d30811ccb..130ec40932 100644 --- a/src/smpi/colls/scatter-ompi.c +++ b/src/smpi/colls/scatter-ompi.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology @@ -9,11 +15,8 @@ * University of Stuttgart. All rights reserved. * Copyright (c) 2004-2005 The Regents of the University of California. * All rights reserved. - * $COPYRIGHT$ * * Additional copyrights may follow - * - * $HEADER$ */ diff --git a/src/smpi/colls/smpi_automatic_selector.c b/src/smpi/colls/smpi_automatic_selector.c index 9f21347c1d..83e6ac3cfe 100644 --- a/src/smpi/colls/smpi_automatic_selector.c +++ b/src/smpi/colls/smpi_automatic_selector.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "colls_private.h" #ifdef HAVE_MC #include "mc/mc_private.h" diff --git a/src/smpi/colls/smpi_mpich_selector.c b/src/smpi/colls/smpi_mpich_selector.c index 5ecdb86f86..a43b6d8214 100644 --- a/src/smpi/colls/smpi_mpich_selector.c +++ b/src/smpi/colls/smpi_mpich_selector.c @@ -1,6 +1,6 @@ /* selector for collective algorithms based on mpich decision logic */ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/smpi/colls/smpi_openmpi_selector.c b/src/smpi/colls/smpi_openmpi_selector.c index 49a12c3403..c344fa9da0 100644 --- a/src/smpi/colls/smpi_openmpi_selector.c +++ b/src/smpi/colls/smpi_openmpi_selector.c @@ -1,6 +1,6 @@ /* selector for collective algorithms based on openmpi's default coll_tuned_decision_fixed selector */ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/smpi/fixsrc.pl b/src/smpi/fixsrc.pl index e9ce510aae..2bc55d93b1 100755 --- a/src/smpi/fixsrc.pl +++ b/src/smpi/fixsrc.pl @@ -1,5 +1,11 @@ #!/usr/bin/perl +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # Add include for mandatory header file print "#include \n"; diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index c968bed557..ad70cf91bc 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" #include diff --git a/src/smpi/patch_source.sh b/src/smpi/patch_source.sh index 89e981b5fa..38fd74593f 100755 --- a/src/smpi/patch_source.sh +++ b/src/smpi/patch_source.sh @@ -1,4 +1,11 @@ #!/bin/bash + +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + INFILE="$1" OUTFILE="$2" SPFILE="replace_globals.cocci" diff --git a/src/smpi/private.h b/src/smpi/private.h index d40078d6a6..4906753f96 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -1,8 +1,8 @@ -/* Copyright (c) 2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef SMPI_PRIVATE_H #define SMPI_PRIVATE_H diff --git a/src/smpi/smpi_bench.c b/src/smpi/smpi_bench.c index bdc0055522..9387099b8c 100644 --- a/src/smpi/smpi_bench.c +++ b/src/smpi/smpi_bench.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" #include "xbt/dict.h" diff --git a/src/smpi/smpi_c99.c b/src/smpi/smpi_c99.c index 567f26a7d2..15e49df534 100644 --- a/src/smpi/smpi_c99.c +++ b/src/smpi/smpi_c99.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2011-2013. The SimGrid Team. +/* Copyright (c) 2011-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include #include "private.h" diff --git a/src/smpi/smpi_coll.c b/src/smpi/smpi_coll.c index 70fdb14f87..346408ca9d 100644 --- a/src/smpi/smpi_coll.c +++ b/src/smpi/smpi_coll.c @@ -1,6 +1,6 @@ /* smpi_coll.c -- various optimized routing for collectives */ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/smpi/smpi_comm.c b/src/smpi/smpi_comm.c index 8f02e2e0ae..1c36589728 100644 --- a/src/smpi/smpi_comm.c +++ b/src/smpi/smpi_comm.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include diff --git a/src/smpi/smpi_dvfs.c b/src/smpi/smpi_dvfs.c index 4a71979cd6..a8ab0ae107 100644 --- a/src/smpi/smpi_dvfs.c +++ b/src/smpi/smpi_dvfs.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2013. The SimGrid Team. +/* Copyright (c) 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/log.h" #include "simgrid/simix.h" diff --git a/src/smpi/smpi_f77.c b/src/smpi/smpi_f77.c index 43c93d3510..7c3e483a03 100644 --- a/src/smpi/smpi_f77.c +++ b/src/smpi/smpi_f77.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include #include diff --git a/src/smpi/smpi_global.c b/src/smpi/smpi_global.c index 1ce1c2be5d..0339c33323 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -2,7 +2,7 @@ * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" #include "smpi_mpi_dt_private.h" diff --git a/src/smpi/smpi_group.c b/src/smpi/smpi_group.c index 2e0125eddd..587ab1df5e 100644 --- a/src/smpi/smpi_group.c +++ b/src/smpi/smpi_group.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2013. The SimGrid Team. +/* Copyright (c) 2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" diff --git a/src/smpi/smpi_mpi.c b/src/smpi/smpi_mpi.c index e6c5423d74..99c527456b 100644 --- a/src/smpi/smpi_mpi.c +++ b/src/smpi/smpi_mpi.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" #include "simgrid/sg_config.h" diff --git a/src/smpi/smpi_mpi_dt.c b/src/smpi/smpi_mpi_dt.c index 1e47ae2f33..eb1d71cd1e 100644 --- a/src/smpi/smpi_mpi_dt.c +++ b/src/smpi/smpi_mpi_dt.c @@ -1,7 +1,7 @@ /* smpi_mpi_dt.c -- MPI primitives to handle datatypes */ /* FIXME: a very incomplete implementation */ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/smpi/smpi_mpi_dt_private.h b/src/smpi/smpi_mpi_dt_private.h index b526a2397c..6e81df3521 100644 --- a/src/smpi/smpi_mpi_dt_private.h +++ b/src/smpi/smpi_mpi_dt_private.h @@ -1,10 +1,10 @@ /* smpi_mpi_dt_private.h -- functions of smpi_mpi_dt.c that are exported to other SMPI modules. */ -/* Copyright (c) 2009-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef SMPI_DT_PRIVATE_H #define SMPI_DT_PRIVATE_H diff --git a/src/smpi/smpi_pmpi.c b/src/smpi/smpi_pmpi.c index ac393b2e62..f59f2e636a 100644 --- a/src/smpi/smpi_pmpi.c +++ b/src/smpi/smpi_pmpi.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "private.h" #include "smpi_mpi_dt_private.h" diff --git a/src/smpi/smpi_replay.c b/src/smpi/smpi_replay.c index 71db9bfb31..9e00ae97bd 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -1,10 +1,9 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include "private.h" #include #include diff --git a/src/smpi/smpicc.in b/src/smpi/smpicc.in index e5270a230d..d18e0f1deb 100755 --- a/src/smpi/smpicc.in +++ b/src/smpi/smpicc.in @@ -1,5 +1,11 @@ #! /bin/sh +# Copyright (c) 2007-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + CC=@CMAKE_C_COMPILER@ INCLUDEARGS="@includeflag@" diff --git a/src/smpi/smpif2c.in b/src/smpi/smpif2c.in index 0a48d50949..e79c31fb6a 100755 --- a/src/smpi/smpif2c.in +++ b/src/smpi/smpif2c.in @@ -1,5 +1,11 @@ #! /usr/bin/env perl +# Copyright (c) 2010-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use warnings; use strict; use File::Temp; diff --git a/src/smpi/smpif90.in b/src/smpi/smpif90.in index 25c88b3d89..9e30ca34bb 100644 --- a/src/smpi/smpif90.in +++ b/src/smpi/smpif90.in @@ -1,5 +1,11 @@ #! /bin/sh +# Copyright (c) 2012-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + F90=@GFORTRAN_EXE@ INCLUDEARGS="@includeflag@" diff --git a/src/smpi/smpiff.in b/src/smpi/smpiff.in index d393bd077c..13955ebf05 100644 --- a/src/smpi/smpiff.in +++ b/src/smpi/smpiff.in @@ -1,5 +1,11 @@ #! /bin/sh +# Copyright (c) 2010-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + prefix="@exec_prefix@" smpicc="$prefix/bin/smpicc" smpif2c="$prefix/bin/smpif2c" diff --git a/src/smpi/smpirun.in b/src/smpi/smpirun.in index 74d0471e1a..7126a55906 100755 --- a/src/smpi/smpirun.in +++ b/src/smpi/smpirun.in @@ -1,5 +1,11 @@ #! /bin/sh +# Copyright (c) 2007-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + @CMAKE_SMPI_COMMAND@ DEFAULT_LOOPBACK_BANDWIDTH="498000000" diff --git a/src/smpi/smpitools.sh b/src/smpi/smpitools.sh index 17eb6f4acf..bb41e7c8cc 100644 --- a/src/smpi/smpitools.sh +++ b/src/smpi/smpitools.sh @@ -1,3 +1,12 @@ +#!/bin/sh +#---- smpitools.sh --------------------------------------------------------# + +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + SAVEIFS="$IFS" LISTSEP="$(printf '\b')" @@ -65,3 +74,5 @@ list_set () { list_get () { printf 'IFS="$LISTSEP"; eval set -- \\$%s; IFS="$SAVEIFS"' "$1" } + +#---- end of smpitools.sh -------------------------------------------------# diff --git a/src/surf/cpu_cas01.cpp b/src/surf/cpu_cas01.cpp index 3882724a4e..ab90f351a6 100644 --- a/src/surf/cpu_cas01.cpp +++ b/src/surf/cpu_cas01.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011, 2013. The SimGrid Team. +/* Copyright (c) 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/cpu_cas01.hpp b/src/surf/cpu_cas01.hpp index 389da41e02..3f8ccb1483 100644 --- a/src/surf/cpu_cas01.hpp +++ b/src/surf/cpu_cas01.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "cpu_interface.hpp" /*********** diff --git a/src/surf/cpu_interface.cpp b/src/surf/cpu_interface.cpp index ee969f9c4a..c77302ede3 100644 --- a/src/surf/cpu_interface.cpp +++ b/src/surf/cpu_interface.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "cpu_interface.hpp" XBT_LOG_EXTERNAL_CATEGORY(surf_kernel); diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index c1c35e5753..7893a03073 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "cpu_ti.hpp" #include "trace_mgr_private.h" #include "xbt/heap.h" diff --git a/src/surf/cpu_ti.hpp b/src/surf/cpu_ti.hpp index 53f53613ed..0d9daa6f81 100644 --- a/src/surf/cpu_ti.hpp +++ b/src/surf/cpu_ti.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "cpu_interface.hpp" #include "trace_mgr_private.h" #include "surf/surf_routing.h" diff --git a/src/surf/fair_bottleneck.cpp b/src/surf/fair_bottleneck.cpp index 0b8a77acfd..1e9c3f79fb 100644 --- a/src/surf/fair_bottleneck.cpp +++ b/src/surf/fair_bottleneck.cpp @@ -1,10 +1,9 @@ -/* Copyright (c) 2007-2011. The SimGrid Team. +/* Copyright (c) 2007-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include "xbt/sysdep.h" #include "xbt/log.h" #include "maxmin_private.hpp" diff --git a/src/surf/gtnets/gtnets_interface.cc b/src/surf/gtnets/gtnets_interface.cc index 0d41371c0d..b278ed70b8 100644 --- a/src/surf/gtnets/gtnets_interface.cc +++ b/src/surf/gtnets/gtnets_interface.cc @@ -1,9 +1,9 @@ -/* Copyright (c) 2007 Kayo Fujiwara. All rights reserved. */ +/* Copyright (c) 2007-2011, 2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include "gtnets_simulator.h" #include "gtnets_interface.h" #ifdef XBT_DEBUG diff --git a/src/surf/gtnets/gtnets_interface.h b/src/surf/gtnets/gtnets_interface.h index ce72d34072..0b8ff38602 100644 --- a/src/surf/gtnets/gtnets_interface.h +++ b/src/surf/gtnets/gtnets_interface.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/gtnets/gtnets_simulator.cc b/src/surf/gtnets/gtnets_simulator.cc index 626d2ca906..920b915289 100644 --- a/src/surf/gtnets/gtnets_simulator.cc +++ b/src/surf/gtnets/gtnets_simulator.cc @@ -1,4 +1,5 @@ -/* Copyright (c) 2007 Kayo Fujiwara. All rights reserved. */ +/* Copyright (c) 2007-2011, 2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/src/surf/gtnets/gtnets_simulator.h b/src/surf/gtnets/gtnets_simulator.h index 9549978382..c988d84171 100644 --- a/src/surf/gtnets/gtnets_simulator.h +++ b/src/surf/gtnets/gtnets_simulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/gtnets/gtnets_topology.cc b/src/surf/gtnets/gtnets_topology.cc index d3f2f13293..7d39731b5d 100644 --- a/src/surf/gtnets/gtnets_topology.cc +++ b/src/surf/gtnets/gtnets_topology.cc @@ -1,4 +1,5 @@ -/* Copyright (c) 2007 Kayo Fujiwara. All rights reserved. */ +/* Copyright (c) 2007-2011, 2014. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ diff --git a/src/surf/gtnets/gtnets_topology.h b/src/surf/gtnets/gtnets_topology.h index 6ec3800a4c..5efd41357d 100644 --- a/src/surf/gtnets/gtnets_topology.h +++ b/src/surf/gtnets/gtnets_topology.h @@ -1,10 +1,9 @@ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #ifndef _GTNETS_TOPOLOGY_H #define _GTNETS_TOPOLOGY_H diff --git a/src/surf/instr_routing.c b/src/surf/instr_routing.c index fd095a1c55..50c5769720 100644 --- a/src/surf/instr_routing.c +++ b/src/surf/instr_routing.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" diff --git a/src/surf/instr_surf.c b/src/surf/instr_surf.c index 9975b456c5..f0f3df2493 100644 --- a/src/surf/instr_surf.c +++ b/src/surf/instr_surf.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" #include "surf/surf_private.h" diff --git a/src/surf/lagrange.cpp b/src/surf/lagrange.cpp index 2cd5eaa6dd..c62055b5c3 100644 --- a/src/surf/lagrange.cpp +++ b/src/surf/lagrange.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/maxmin.cpp b/src/surf/maxmin.cpp index d3dd77ff2b..9242405fd1 100644 --- a/src/surf/maxmin.cpp +++ b/src/surf/maxmin.cpp @@ -1,10 +1,9 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include "xbt/sysdep.h" #include "xbt/log.h" #include "xbt/mallocator.h" diff --git a/src/surf/maxmin_private.hpp b/src/surf/maxmin_private.hpp index bf697e2377..d3ab7f9be5 100644 --- a/src/surf/maxmin_private.hpp +++ b/src/surf/maxmin_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/network_cm02.cpp b/src/surf/network_cm02.cpp index 7d27092f02..b3fa7e3daa 100644 --- a/src/surf/network_cm02.cpp +++ b/src/surf/network_cm02.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network_cm02.hpp" #include "maxmin_private.hpp" #include "simgrid/sg_config.h" diff --git a/src/surf/network_cm02.hpp b/src/surf/network_cm02.hpp index 1f72f35d29..b4d40482d9 100644 --- a/src/surf/network_cm02.hpp +++ b/src/surf/network_cm02.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network_interface.hpp" #include "xbt/fifo.h" #include "xbt/graph.h" diff --git a/src/surf/network_constant.cpp b/src/surf/network_constant.cpp index 0ffebc5686..d9f36dddcf 100644 --- a/src/surf/network_constant.cpp +++ b/src/surf/network_constant.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network_constant.hpp" #include "surf/random_mgr.h" diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index ec632ce3d7..46ac808b14 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network_cm02.hpp" #ifndef NETWORK_CONSTANT_HPP_ diff --git a/src/surf/network_gtnets.cpp b/src/surf/network_gtnets.cpp index 5570c20440..894feae14f 100644 --- a/src/surf/network_gtnets.cpp +++ b/src/surf/network_gtnets.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network_gtnets.hpp" static double time_to_next_flow_completion = -1; diff --git a/src/surf/network_gtnets.hpp b/src/surf/network_gtnets.hpp index a2af26dade..2cbcf7332c 100644 --- a/src/surf/network_gtnets.hpp +++ b/src/surf/network_gtnets.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network.hpp" #ifndef NETWORK_GTNETS_HPP_ diff --git a/src/surf/network_interface.cpp b/src/surf/network_interface.cpp index 5bafd03616..244b688e1f 100644 --- a/src/surf/network_interface.cpp +++ b/src/surf/network_interface.cpp @@ -1,9 +1,9 @@ -/* - * network_interface.cpp - * - * Created on: Nov 29, 2013 - * Author: bedaride - */ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network_interface.hpp" #include "simgrid/sg_config.h" diff --git a/src/surf/network_ns3.c b/src/surf/network_ns3.c index dc56b4db58..286ef63c9c 100644 --- a/src/surf/network_ns3.c +++ b/src/surf/network_ns3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/network_ns3_private.h b/src/surf/network_ns3_private.h index ed0ef1e7c7..8d2a0cffc6 100644 --- a/src/surf/network_ns3_private.h +++ b/src/surf/network_ns3_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/network_smpi.cpp b/src/surf/network_smpi.cpp index 5e651cec32..e9dea0e30a 100644 --- a/src/surf/network_smpi.cpp +++ b/src/surf/network_smpi.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network_smpi.hpp" #include "simgrid/sg_config.h" diff --git a/src/surf/network_smpi.hpp b/src/surf/network_smpi.hpp index 25e958cdbf..a27ef04fb9 100644 --- a/src/surf/network_smpi.hpp +++ b/src/surf/network_smpi.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "network_cm02.hpp" /*********** diff --git a/src/surf/ns3/my-point-to-point-helper.cc b/src/surf/ns3/my-point-to-point-helper.cc index f59149a353..8c759dff59 100644 --- a/src/surf/ns3/my-point-to-point-helper.cc +++ b/src/surf/ns3/my-point-to-point-helper.cc @@ -1,4 +1,9 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* Copyright (c) 2011, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2008 INRIA * diff --git a/src/surf/ns3/my-point-to-point-helper.h b/src/surf/ns3/my-point-to-point-helper.h index 7edd931dad..3911f0098d 100644 --- a/src/surf/ns3/my-point-to-point-helper.h +++ b/src/surf/ns3/my-point-to-point-helper.h @@ -1,4 +1,9 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* Copyright (c) 2011, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2008 INRIA * diff --git a/src/surf/ns3/ns3_interface.cc b/src/surf/ns3/ns3_interface.cc index f42f9f91aa..f42a7a87ff 100644 --- a/src/surf/ns3/ns3_interface.cc +++ b/src/surf/ns3/ns3_interface.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/ns3/ns3_interface.h b/src/surf/ns3/ns3_interface.h index b3b141e63b..db6b1938a3 100644 --- a/src/surf/ns3/ns3_interface.h +++ b/src/surf/ns3/ns3_interface.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/ns3/ns3_simulator.cc b/src/surf/ns3/ns3_simulator.cc index d985d735c3..4ad133eed5 100644 --- a/src/surf/ns3/ns3_simulator.cc +++ b/src/surf/ns3/ns3_simulator.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/ns3/ns3_simulator.h b/src/surf/ns3/ns3_simulator.h index 0429c50521..116c74b83d 100644 --- a/src/surf/ns3/ns3_simulator.h +++ b/src/surf/ns3/ns3_simulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/ns3/red-queue.cc b/src/surf/ns3/red-queue.cc index ca26c5e46a..02d68d7e4c 100644 --- a/src/surf/ns3/red-queue.cc +++ b/src/surf/ns3/red-queue.cc @@ -1,4 +1,9 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* Copyright (c) 2011, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2010 Regents of the University of California * diff --git a/src/surf/ns3/red-queue.h b/src/surf/ns3/red-queue.h index 1adece9d59..92df83ec78 100644 --- a/src/surf/ns3/red-queue.h +++ b/src/surf/ns3/red-queue.h @@ -1,4 +1,9 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* Copyright (c) 2011, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Copyright (c) 2010 Regents of the University of California * diff --git a/src/surf/platf_generator.c b/src/surf/platf_generator.c index 63e816ee78..756cf0a849 100644 --- a/src/surf/platf_generator.c +++ b/src/surf/platf_generator.c @@ -1,4 +1,8 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/platf_generator.h" #include "platf_generator_private.h" diff --git a/src/surf/platf_generator_private.h b/src/surf/platf_generator_private.h index 12cfdd0e83..9b04b4433f 100644 --- a/src/surf/platf_generator_private.h +++ b/src/surf/platf_generator_private.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef SG_PLATF_GEN_PRIVATE_H #define SG_PLATF_GEN_PRIVATE_H diff --git a/src/surf/plugins/energy.cpp b/src/surf/plugins/energy.cpp index 63d5ffb4bd..9784cbb8f1 100644 --- a/src/surf/plugins/energy.cpp +++ b/src/surf/plugins/energy.cpp @@ -1,8 +1,8 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "energy.hpp" #include "../cpu_cas01.hpp" diff --git a/src/surf/plugins/energy.hpp b/src/surf/plugins/energy.hpp index decb552edc..5839da8b7c 100644 --- a/src/surf/plugins/energy.hpp +++ b/src/surf/plugins/energy.hpp @@ -1,9 +1,9 @@ -/* - * callback.hpp - * - * Created on: Jan 10, 2014 - * Author: bedaride - */ +/* Copyright (c) 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "../cpu_interface.hpp" #include diff --git a/src/surf/random_mgr.c b/src/surf/random_mgr.c index ec259a06c1..091e6c2c29 100644 --- a/src/surf/random_mgr.c +++ b/src/surf/random_mgr.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "surf/random_mgr.h" #include "xbt/sysdep.h" diff --git a/src/surf/sg_platf.c b/src/surf/sg_platf.c index 7e4d613d00..504e9e37a4 100644 --- a/src/surf/sg_platf.c +++ b/src/surf/sg_platf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/storage_interface.cpp b/src/surf/storage_interface.cpp index a579a6bc50..4ddc3c9296 100644 --- a/src/surf/storage_interface.cpp +++ b/src/surf/storage_interface.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "storage_interface.hpp" #include "surf_private.h" diff --git a/src/surf/storage_n11.cpp b/src/surf/storage_n11.cpp index 95d8f2b829..7146a711c4 100644 --- a/src/surf/storage_n11.cpp +++ b/src/surf/storage_n11.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "storage_n11.hpp" #include "surf_private.h" diff --git a/src/surf/storage_n11.hpp b/src/surf/storage_n11.hpp index 0bf81a25fb..5582e961d0 100644 --- a/src/surf/storage_n11.hpp +++ b/src/surf/storage_n11.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "storage_interface.hpp" #ifndef STORAGE_N11_HPP_ diff --git a/src/surf/surf_c_bindings.cpp b/src/surf/surf_c_bindings.cpp index de49456acc..8628bda367 100644 --- a/src/surf/surf_c_bindings.cpp +++ b/src/surf/surf_c_bindings.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_interface.hpp" #include "workstation_interface.hpp" #include "vm_workstation_interface.hpp" diff --git a/src/surf/surf_private.h b/src/surf/surf_private.h index 25a2102c89..a983231003 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -1,8 +1,9 @@ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifndef _SURF_SURF_PRIVATE_H #define _SURF_SURF_PRIVATE_H diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index 8ba9035ba6..3828ad2532 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011, 2013. The SimGrid Team. +/* Copyright (c) 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/surf_routing.hpp b/src/surf/surf_routing.hpp index 5ec9d9e21b..3650cf8b1a 100644 --- a/src/surf/surf_routing.hpp +++ b/src/surf/surf_routing.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_interface.hpp" #include diff --git a/src/surf/surf_routing_cluster.hpp b/src/surf/surf_routing_cluster.hpp index b624ef8271..294fe2b5ab 100644 --- a/src/surf/surf_routing_cluster.hpp +++ b/src/surf/surf_routing_cluster.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_none.hpp" #include "network_interface.hpp" diff --git a/src/surf/surf_routing_cluster_torus.cpp b/src/surf/surf_routing_cluster_torus.cpp index 972254cf10..45b8a935c7 100644 --- a/src/surf/surf_routing_cluster_torus.cpp +++ b/src/surf/surf_routing_cluster_torus.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_cluster_torus.hpp" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster_torus, surf_route_cluster, "Torus Routing part of surf"); diff --git a/src/surf/surf_routing_cluster_torus.hpp b/src/surf/surf_routing_cluster_torus.hpp index 39ac2bfa13..86e9a20e92 100644 --- a/src/surf/surf_routing_cluster_torus.hpp +++ b/src/surf/surf_routing_cluster_torus.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_none.hpp" #include "network_interface.hpp" #include "surf_routing_cluster.hpp" diff --git a/src/surf/surf_routing_dijkstra.cpp b/src/surf/surf_routing_dijkstra.cpp index 7fb24b169d..48a3ae2a29 100644 --- a/src/surf/surf_routing_dijkstra.cpp +++ b/src/surf/surf_routing_dijkstra.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/surf_routing_dijkstra.hpp b/src/surf/surf_routing_dijkstra.hpp index ef683860d8..7299cb7fde 100644 --- a/src/surf/surf_routing_dijkstra.hpp +++ b/src/surf/surf_routing_dijkstra.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_generic.hpp" #ifndef SURF_ROUTING_DIJKSTRA_HPP_ diff --git a/src/surf/surf_routing_floyd.cpp b/src/surf/surf_routing_floyd.cpp index 8b7980c4b1..f116c4e8cc 100644 --- a/src/surf/surf_routing_floyd.cpp +++ b/src/surf/surf_routing_floyd.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/surf_routing_floyd.hpp b/src/surf/surf_routing_floyd.hpp index 56b6805cdd..57fca5eb95 100644 --- a/src/surf/surf_routing_floyd.hpp +++ b/src/surf/surf_routing_floyd.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_generic.hpp" #ifndef SURF_ROUTING_FLOYD_HPP_ diff --git a/src/surf/surf_routing_full.cpp b/src/surf/surf_routing_full.cpp index 0156a8487b..4c0aeb0359 100644 --- a/src/surf/surf_routing_full.cpp +++ b/src/surf/surf_routing_full.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/surf_routing_full.hpp b/src/surf/surf_routing_full.hpp index e3500c750b..de3d0de2e2 100644 --- a/src/surf/surf_routing_full.hpp +++ b/src/surf/surf_routing_full.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_generic.hpp" #ifndef SURF_ROUTING_FULL_HPP_ diff --git a/src/surf/surf_routing_generic.cpp b/src/surf/surf_routing_generic.cpp index 853f11e97c..908e46ecb8 100644 --- a/src/surf/surf_routing_generic.cpp +++ b/src/surf/surf_routing_generic.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/surf_routing_generic.hpp b/src/surf/surf_routing_generic.hpp index ae6a6153ce..53928b152b 100644 --- a/src/surf/surf_routing_generic.hpp +++ b/src/surf/surf_routing_generic.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_none.hpp" #ifndef SURF_ROUTING_GENERIC_HPP_ diff --git a/src/surf/surf_routing_none.cpp b/src/surf/surf_routing_none.cpp index 79674dd4f5..1ea0e4ab5e 100644 --- a/src/surf/surf_routing_none.cpp +++ b/src/surf/surf_routing_none.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011, 2013. The SimGrid Team. +/* Copyright (c) 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/surf_routing_none.hpp b/src/surf/surf_routing_none.hpp index 7cc02f355b..042161ef72 100644 --- a/src/surf/surf_routing_none.hpp +++ b/src/surf/surf_routing_none.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing.hpp" #ifndef SURF_ROUTING_NONE_HPP_ diff --git a/src/surf/surf_routing_private.hpp b/src/surf/surf_routing_private.hpp index 54c50b79b1..fa365c1518 100644 --- a/src/surf/surf_routing_private.hpp +++ b/src/surf/surf_routing_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/surf_routing_vivaldi.cpp b/src/surf/surf_routing_vivaldi.cpp index d213c3d4f8..efabf717bc 100644 --- a/src/surf/surf_routing_vivaldi.cpp +++ b/src/surf/surf_routing_vivaldi.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_vivaldi.hpp" #include "network_interface.hpp" diff --git a/src/surf/surf_routing_vivaldi.hpp b/src/surf/surf_routing_vivaldi.hpp index a40350ef28..ee0ab652b0 100644 --- a/src/surf/surf_routing_vivaldi.hpp +++ b/src/surf/surf_routing_vivaldi.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "surf_routing_generic.hpp" #ifndef SURF_ROUTING_VIVALDI_HPP_ diff --git a/src/surf/surfxml_parse.c b/src/surf/surfxml_parse.c index 86635a106f..9ed3fd5422 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/surfxml_parseplatf.c b/src/surf/surfxml_parseplatf.c index 04d93a79af..198b74563c 100644 --- a/src/surf/surfxml_parseplatf.c +++ b/src/surf/surfxml_parseplatf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2012. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/trace_mgr.c b/src/surf/trace_mgr.c index db285978ea..8f44eaa95d 100644 --- a/src/surf/trace_mgr.c +++ b/src/surf/trace_mgr.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, 2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/trace_mgr_private.h b/src/surf/trace_mgr_private.h index 1911def618..820b24560a 100644 --- a/src/surf/trace_mgr_private.h +++ b/src/surf/trace_mgr_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2007, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2004, 2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/vm_workstation_hl13.cpp b/src/surf/vm_workstation_hl13.cpp index 3488cd7b43..1be5053ade 100644 --- a/src/surf/vm_workstation_hl13.cpp +++ b/src/surf/vm_workstation_hl13.cpp @@ -1,9 +1,9 @@ -/* - * vm_workstation.cpp - * - * Created on: Nov 12, 2013 - * Author: bedaride - */ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "vm_workstation_hl13.hpp" #include "cpu_cas01.hpp" diff --git a/src/surf/vm_workstation_hl13.hpp b/src/surf/vm_workstation_hl13.hpp index 88e726de53..cf3d23f517 100644 --- a/src/surf/vm_workstation_hl13.hpp +++ b/src/surf/vm_workstation_hl13.hpp @@ -1,9 +1,9 @@ -/* - * vm_workstation.hpp - * - * Created on: Nov 12, 2013 - * Author: bedaride - */ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "vm_workstation_interface.hpp" #include "workstation_clm03.hpp" diff --git a/src/surf/vm_workstation_interface.cpp b/src/surf/vm_workstation_interface.cpp index f331ea2be0..46299a4c70 100644 --- a/src/surf/vm_workstation_interface.cpp +++ b/src/surf/vm_workstation_interface.cpp @@ -1,9 +1,9 @@ -/* - * vm_workstation.cpp - * - * Created on: Nov 12, 2013 - * Author: bedaride - */ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "vm_workstation_interface.hpp" #include "cpu_cas01.hpp" diff --git a/src/surf/workstation_clm03.cpp b/src/surf/workstation_clm03.cpp index 6aff6aa45a..a9bd3d14b9 100644 --- a/src/surf/workstation_clm03.cpp +++ b/src/surf/workstation_clm03.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "workstation_clm03.hpp" #include "vm_workstation_interface.hpp" #include "cpu_cas01.hpp" diff --git a/src/surf/workstation_clm03.hpp b/src/surf/workstation_clm03.hpp index b74771365c..0028c52a61 100644 --- a/src/surf/workstation_clm03.hpp +++ b/src/surf/workstation_clm03.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "workstation_interface.hpp" #include "storage_interface.hpp" #include "cpu_interface.hpp" diff --git a/src/surf/workstation_interface.cpp b/src/surf/workstation_interface.cpp index d43fd4ab1c..72c0e109cb 100644 --- a/src/surf/workstation_interface.cpp +++ b/src/surf/workstation_interface.cpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "workstation_interface.hpp" #include "vm_workstation_interface.hpp" #include "cpu_cas01.hpp" diff --git a/src/surf/workstation_ptask_L07.hpp b/src/surf/workstation_ptask_L07.hpp index 20dd0b856c..360a851780 100644 --- a/src/surf/workstation_ptask_L07.hpp +++ b/src/surf/workstation_ptask_L07.hpp @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "workstation_interface.hpp" #ifndef WORKSTATION_L07_HPP_ diff --git a/src/win32/config.h b/src/win32/config.h index 36a84eed15..93ab3bfdf4 100644 --- a/src/win32/config.h +++ b/src/win32/config.h @@ -4,7 +4,7 @@ /* config.h - simgrid config selection for windows platforms. */ -/* Copyright (c) 2006-2008, 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2006-2008, 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/RngStream.c b/src/xbt/RngStream.c index 01aa668c34..5adcfcc804 100644 --- a/src/xbt/RngStream.c +++ b/src/xbt/RngStream.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /***********************************************************************\ * * File: RngStream.c for multiple streams of Random Numbers diff --git a/src/xbt/automaton/automaton.c b/src/xbt/automaton/automaton.c index e3abf53971..5c63609816 100644 --- a/src/xbt/automaton/automaton.c +++ b/src/xbt/automaton/automaton.c @@ -1,6 +1,6 @@ /* automaton - representation of büchi automaton */ -/* Copyright (c) 2011-2013. The SimGrid Team. +/* Copyright (c) 2011-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/automaton/automatonparse_promela.c b/src/xbt/automaton/automatonparse_promela.c index 1df0120866..7e73dd7616 100644 --- a/src/xbt/automaton/automatonparse_promela.c +++ b/src/xbt/automaton/automatonparse_promela.c @@ -1,6 +1,6 @@ /* methods for implementation of automaton from promela description */ -/* Copyright (c) 2011-2013. The SimGrid Team. +/* Copyright (c) 2011-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/automaton/parserPromela.lex b/src/xbt/automaton/parserPromela.lex index 7b64a62dd7..2be47f27c0 100644 --- a/src/xbt/automaton/parserPromela.lex +++ b/src/xbt/automaton/parserPromela.lex @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + %option noyywrap %{ diff --git a/src/xbt/automaton/parserPromela.yacc b/src/xbt/automaton/parserPromela.yacc index c74d2ce67c..57468b65df 100644 --- a/src/xbt/automaton/parserPromela.yacc +++ b/src/xbt/automaton/parserPromela.yacc @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + %{ #include "automaton_lexer.yy.c" diff --git a/src/xbt/backtrace_dummy.c b/src/xbt/backtrace_dummy.c index 3b86fe75b7..20970ec7b1 100644 --- a/src/xbt/backtrace_dummy.c +++ b/src/xbt/backtrace_dummy.c @@ -1,6 +1,6 @@ /* backtrace_dummy -- stubs of this module for non-supported archs */ -/* Copyright (c) 2008-2012. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/backtrace_linux.c b/src/xbt/backtrace_linux.c index da9ced5c44..37310485c7 100644 --- a/src/xbt/backtrace_linux.c +++ b/src/xbt/backtrace_linux.c @@ -1,7 +1,7 @@ /* backtrace_linux - backtrace displaying on linux platform */ /* This file is included by ex.c on need (have execinfo.h, popen & addrline)*/ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/backtrace_windows.c b/src/xbt/backtrace_windows.c index c21dacc0d1..0953a8d143 100644 --- a/src/xbt/backtrace_windows.c +++ b/src/xbt/backtrace_windows.c @@ -1,7 +1,7 @@ /* backtrace_windows - backtrace displaying on windows platform */ /* This file is included by ex.c on need (windows x86) */ -/* Copyright (c) 2008-2012. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/config.c b/src/xbt/config.c index 7873dd451a..0eb3145b86 100644 --- a/src/xbt/config.c +++ b/src/xbt/config.c @@ -2,7 +2,7 @@ /* This is useful to build named structs, like option or property sets. */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/cunit.c b/src/xbt/cunit.c index dd06384144..0a603bf564 100644 --- a/src/xbt/cunit.c +++ b/src/xbt/cunit.c @@ -1,6 +1,6 @@ /* cunit - A little C Unit facility */ -/* Copyright (c) 2005-2012. The SimGrid Team. +/* Copyright (c) 2005-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/dict.c b/src/xbt/dict.c index 3984e4315c..0d8985ff7d 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -1,6 +1,6 @@ /* dict - a generic dictionary, variation over hash table */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/dict_cursor.c b/src/xbt/dict_cursor.c index c39e65def6..68c5440d06 100644 --- a/src/xbt/dict_cursor.c +++ b/src/xbt/dict_cursor.c @@ -1,6 +1,6 @@ /* dict_cursor - iterators over dictionnaries */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/dict_elm.c b/src/xbt/dict_elm.c index 3ac7b112b5..286ffe7422 100644 --- a/src/xbt/dict_elm.c +++ b/src/xbt/dict_elm.c @@ -1,6 +1,6 @@ /* dict - a generic dictionary, variation over hash table */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/dict_multi.c b/src/xbt/dict_multi.c index 30512782da..a8ef163d02 100644 --- a/src/xbt/dict_multi.c +++ b/src/xbt/dict_multi.c @@ -1,6 +1,6 @@ /* dict_multi - dictionnaries of dictionnaries of ... of data */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/dict_private.h b/src/xbt/dict_private.h index f5ccfd95a3..34eb4d0388 100644 --- a/src/xbt/dict_private.h +++ b/src/xbt/dict_private.h @@ -1,7 +1,7 @@ /* dict_elm - elements of generic dictionnaries */ /* This file is not to be loaded from anywhere but dict.c */ -/* Copyright (c) 2004-2011, 2013. The SimGrid Team. +/* Copyright (c) 2004-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/dynar.c b/src/xbt/dynar.c index b7ed0516b6..7b026573e1 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.c @@ -1,6 +1,6 @@ /* a generic DYNamic ARray implementation. */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/ex.c b/src/xbt/ex.c index e53837cf52..4b0d7bdf1c 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -1,6 +1,8 @@ /* ex - Exception Handling */ -/* Copyright (c) 2005-2013. The SimGrid Team. */ +/* Copyright (c) 2005-2014. The SimGrid Team. + * All rights reserved. */ + /* Copyright (c) 2002-2004 Ralf S. Engelschall */ /* Copyright (c) 2002-2004 The OSSP Project */ /* Copyright (c) 2002-2004 Cable & Wireless */ diff --git a/src/xbt/ex_interface.h b/src/xbt/ex_interface.h index 11ebf27c6d..3abaede608 100644 --- a/src/xbt/ex_interface.h +++ b/src/xbt/ex_interface.h @@ -2,7 +2,7 @@ /* This file is to loaded in any location defining exception handlers */ /* (such as context.c), to exchange them. */ -/* Copyright (c) 2006-2007, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/fifo.c b/src/xbt/fifo.c index adaa88dc11..b13b9e154b 100644 --- a/src/xbt/fifo.c +++ b/src/xbt/fifo.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/fifo_private.h b/src/xbt/fifo_private.h index 64067af03d..47bdc4dc99 100644 --- a/src/xbt/fifo_private.h +++ b/src/xbt/fifo_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2009-2010. The SimGrid Team. +/* Copyright (c) 2004, 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/graph.c b/src/xbt/graph.c index 6e5fdb163a..52bed433e6 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -1,6 +1,6 @@ /* a generic graph library. */ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/graph_private.h b/src/xbt/graph_private.h index 9028ed67ef..819a11fc39 100644 --- a/src/xbt/graph_private.h +++ b/src/xbt/graph_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2006, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/graphxml_parse.c b/src/xbt/graphxml_parse.c index 679e9b1ddf..d143e32bb8 100644 --- a/src/xbt/graphxml_parse.c +++ b/src/xbt/graphxml_parse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011. The SimGrid Team. +/* Copyright (c) 2006-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/heap.c b/src/xbt/heap.c index ac3cafec92..292b5f704b 100644 --- a/src/xbt/heap.c +++ b/src/xbt/heap.c @@ -1,6 +1,6 @@ /* a generic and efficient heap */ -/* Copyright (c) 2004-2005, 2007-2013. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/heap_private.h b/src/xbt/heap_private.h index 6ff1e78220..0186ee1e58 100644 --- a/src/xbt/heap_private.h +++ b/src/xbt/heap_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2005, 2007, 2009-2012. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/lib.c b/src/xbt/lib.c index 572c303d5c..8c594cfb82 100644 --- a/src/xbt/lib.c +++ b/src/xbt/lib.c @@ -1,6 +1,6 @@ /* lib - a generic library, variation over dictionary */ -/* Copyright (c) 2011, 2013. The SimGrid Team. +/* Copyright (c) 2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/log.c b/src/xbt/log.c index 4c527ceb76..24d7ec43f4 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -6,7 +6,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - #include #include #include /* snprintf */ diff --git a/src/xbt/log_private.h b/src/xbt/log_private.h index 56692e6d39..7afcafdf26 100644 --- a/src/xbt/log_private.h +++ b/src/xbt/log_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011. The SimGrid Team. +/* Copyright (c) 2007-2011, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mallocator.c b/src/xbt/mallocator.c index 85288344fc..9ac395b0c7 100644 --- a/src/xbt/mallocator.c +++ b/src/xbt/mallocator.c @@ -1,6 +1,6 @@ /* mallocator - recycle objects to avoid malloc() / free() */ -/* Copyright (c) 2006-2012. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mallocator_private.h b/src/xbt/mallocator_private.h index 266c026534..603e231760 100644 --- a/src/xbt/mallocator_private.h +++ b/src/xbt/mallocator_private.h @@ -1,6 +1,6 @@ /* mallocator - recycle objects to avoid malloc() / free() */ -/* Copyright (c) 2006-2012. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mmalloc/mfree.c b/src/xbt/mmalloc/mfree.c index a7241fc415..322d81875f 100644 --- a/src/xbt/mmalloc/mfree.c +++ b/src/xbt/mmalloc/mfree.c @@ -4,7 +4,7 @@ Written May 1989 by Mike Haertel. Heavily modified Mar 1992 by Fred Fish. (fnf@cygnus.com) */ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mmalloc/mm.c b/src/xbt/mmalloc/mm.c index d5d5610b18..074dec3e64 100644 --- a/src/xbt/mmalloc/mm.c +++ b/src/xbt/mmalloc/mm.c @@ -6,7 +6,7 @@ /* Copyright 1996, 2000 Free Software Foundation */ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mmalloc/mm_diff.c b/src/xbt/mmalloc/mm_diff.c index 49c5968780..276218593d 100644 --- a/src/xbt/mmalloc/mm_diff.c +++ b/src/xbt/mmalloc/mm_diff.c @@ -1,6 +1,6 @@ /* mm_diff - Memory snapshooting and comparison */ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mmalloc/mm_legacy.c b/src/xbt/mmalloc/mm_legacy.c index 2a1a5863ce..7984ad0bfe 100644 --- a/src/xbt/mmalloc/mm_legacy.c +++ b/src/xbt/mmalloc/mm_legacy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mmalloc/mm_module.c b/src/xbt/mmalloc/mm_module.c index 6341fa8683..7cfde64607 100644 --- a/src/xbt/mmalloc/mm_module.c +++ b/src/xbt/mmalloc/mm_module.c @@ -20,6 +20,12 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include /* After sys/types.h, at least for dpx/2. */ #include diff --git a/src/xbt/mmalloc/mmalloc.c b/src/xbt/mmalloc/mmalloc.c index fd710759c4..2fb4338de2 100644 --- a/src/xbt/mmalloc/mmalloc.c +++ b/src/xbt/mmalloc/mmalloc.c @@ -4,7 +4,7 @@ Written May 1989 by Mike Haertel. Heavily modified Mar 1992 by Fred Fish for mmap'd version. */ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mmalloc/mmorecore.c b/src/xbt/mmalloc/mmorecore.c index 197341d9d4..5ad7cd37af 100644 --- a/src/xbt/mmalloc/mmorecore.c +++ b/src/xbt/mmalloc/mmorecore.c @@ -3,7 +3,7 @@ Contributed by Fred Fish at Cygnus Support. fnf@cygnus.com */ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index aad689ee4e..370f84b224 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -4,7 +4,7 @@ Written May 1989 by Mike Haertel. Heavily modified Mar 1992 by Fred Fish. (fnf@cygnus.com) */ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/mmalloc/mrealloc.c b/src/xbt/mmalloc/mrealloc.c index 3569c14d5c..03bc80b6ac 100644 --- a/src/xbt/mmalloc/mrealloc.c +++ b/src/xbt/mmalloc/mrealloc.c @@ -2,7 +2,7 @@ Copyright 1990, 1991 Free Software Foundation Written May 1989 by Mike Haertel. */ -/* Copyright (c) 2010-2013. The SimGrid Team. +/* Copyright (c) 2010-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/parmap.c b/src/xbt/parmap.c index 3e56435315..cdb6e916b6 100644 --- a/src/xbt/parmap.c +++ b/src/xbt/parmap.c @@ -1,8 +1,9 @@ -/* Copyright (c) 2004-2005, 2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "internal_config.h" #include diff --git a/src/xbt/set.c b/src/xbt/set.c index 27e767a5cc..7f2030e91b 100644 --- a/src/xbt/set.c +++ b/src/xbt/set.c @@ -1,6 +1,6 @@ /* set - data container consisting in dict+dynar */ -/* Copyright (c) 2004-2013. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/setset.c b/src/xbt/setset.c index 33328fd3af..2b0ec89424 100644 --- a/src/xbt/setset.c +++ b/src/xbt/setset.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2010-2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include #include diff --git a/src/xbt/setset_private.h b/src/xbt/setset_private.h index 6e12ee469c..128db6364f 100644 --- a/src/xbt/setset_private.h +++ b/src/xbt/setset_private.h @@ -1,3 +1,9 @@ +/* Copyright (c) 2010, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "xbt/dict.h" #include "xbt/dynar.h" #include "xbt/setset.h" diff --git a/src/xbt/snprintf.c b/src/xbt/snprintf.c index 641f294e10..c1a4983a1f 100644 --- a/src/xbt/snprintf.c +++ b/src/xbt/snprintf.c @@ -1,3 +1,8 @@ +/* Copyright (c) 2005-2010, 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ /* * snprintf.c - a portable implementation of snprintf diff --git a/src/xbt/swag.c b/src/xbt/swag.c index a5430b2ff9..308074f4bf 100644 --- a/src/xbt/swag.c +++ b/src/xbt/swag.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/win32_ucontext.c b/src/xbt/win32_ucontext.c index b6d5caf9fb..560b06cb1b 100644 --- a/src/xbt/win32_ucontext.c +++ b/src/xbt/win32_ucontext.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2010-2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * win32-ucontext: Unix ucontext_t operations on Windows platforms * Copyright(C) 2007 Panagiotis E. Hadjidoukas diff --git a/src/xbt/xbt_log_appender_file.c b/src/xbt/xbt_log_appender_file.c index f66389da14..124c51f956 100644 --- a/src/xbt/xbt_log_appender_file.c +++ b/src/xbt/xbt_log_appender_file.c @@ -1,6 +1,6 @@ /* file_appender - a dumb log appender which simply prints to a file */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_log_layout_format.c b/src/xbt/xbt_log_layout_format.c index 9dc242639b..366766786b 100644 --- a/src/xbt/xbt_log_layout_format.c +++ b/src/xbt/xbt_log_layout_format.c @@ -1,6 +1,6 @@ /* layout_simple - a dumb log layout */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_log_layout_simple.c b/src/xbt/xbt_log_layout_simple.c index 80439e0bb7..174e3430f8 100644 --- a/src/xbt/xbt_log_layout_simple.c +++ b/src/xbt/xbt_log_layout_simple.c @@ -1,6 +1,6 @@ /* layout_simple - a dumb log layout */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_matrix.c b/src/xbt/xbt_matrix.c index 574e2b9df9..333d5cd44a 100644 --- a/src/xbt/xbt_matrix.c +++ b/src/xbt/xbt_matrix.c @@ -1,6 +1,6 @@ /* xbt_matrix_t management functions */ -/* Copyright (c) 2006-2012. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_os_thread.c b/src/xbt/xbt_os_thread.c index c6b858e2bd..ff9d996ee3 100644 --- a/src/xbt/xbt_os_thread.c +++ b/src/xbt/xbt_os_thread.c @@ -2,7 +2,7 @@ /* Used in RL to get win/lin portability, and in SG when CONTEXT_THREAD */ /* in SG, when using CONTEXT_UCONTEXT, xbt_os_thread_stub is used instead */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_os_time.c b/src/xbt/xbt_os_time.c index 6b06a6ba36..2f45c1c14f 100644 --- a/src/xbt/xbt_os_time.c +++ b/src/xbt/xbt_os_time.c @@ -1,6 +1,6 @@ /* xbt_os_time.c -- portable interface to time-related functions */ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_peer.c b/src/xbt/xbt_peer.c index 8af65f81d7..d8339587f1 100644 --- a/src/xbt/xbt_peer.c +++ b/src/xbt/xbt_peer.c @@ -1,6 +1,6 @@ /* xbt_peer_t management functions */ -/* Copyright (c) 2006-2012. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_queue.c b/src/xbt/xbt_queue.c index ee98e0d51b..68be624238 100644 --- a/src/xbt/xbt_queue.c +++ b/src/xbt/xbt_queue.c @@ -1,7 +1,7 @@ /* A (synchronized) message queue. */ /* Popping an empty queue is blocking, as well as pushing a full one */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_replay.c b/src/xbt/xbt_replay.c index c2c5bd2afe..211940dcc6 100644 --- a/src/xbt/xbt_replay.c +++ b/src/xbt/xbt_replay.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_sg_stubs.c b/src/xbt/xbt_sg_stubs.c index bd85f59684..149fb39052 100644 --- a/src/xbt/xbt_sg_stubs.c +++ b/src/xbt/xbt_sg_stubs.c @@ -9,7 +9,7 @@ /* In RL, java is useless, and threads are always part of the picture, */ /* ucontext never */ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_sg_synchro.c b/src/xbt/xbt_sg_synchro.c index d9e3d59f8d..4907e6f246 100644 --- a/src/xbt/xbt_sg_synchro.c +++ b/src/xbt/xbt_sg_synchro.c @@ -3,7 +3,7 @@ /* This is the simulation implementation, using simix. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_sha.c b/src/xbt/xbt_sha.c index d03cd8932c..f9eae05b0e 100644 --- a/src/xbt/xbt_sha.c +++ b/src/xbt/xbt_sha.c @@ -6,7 +6,7 @@ */ /* Later adapted to fit into SimGrid. Distributed under LGPL v2.1, Feb 1999.*/ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_str.c b/src/xbt/xbt_str.c index 01a4052a2e..eedfa87092 100644 --- a/src/xbt/xbt_str.c +++ b/src/xbt/xbt_str.c @@ -1,6 +1,6 @@ /* xbt_str.c - various helping functions to deal with strings */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_strbuff.c b/src/xbt/xbt_strbuff.c index f066ef7060..e52a575b2b 100644 --- a/src/xbt/xbt_strbuff.c +++ b/src/xbt/xbt_strbuff.c @@ -1,6 +1,6 @@ /* strbuff -- string buffers */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/xbt_virtu.c b/src/xbt/xbt_virtu.c index e8ff9d730a..a046cfa9a3 100644 --- a/src/xbt/xbt_virtu.c +++ b/src/xbt/xbt_virtu.c @@ -1,6 +1,6 @@ /* virtu - virtualization layer for XBT to choose between GRAS and MSG implementation */ -/* Copyright (c) 2007-2010, 2012. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt_modinter.h b/src/xbt_modinter.h index 1f88a67e16..079e050d76 100644 --- a/src/xbt_modinter.h +++ b/src/xbt_modinter.h @@ -1,6 +1,6 @@ /* xbt_modinter - How to init/exit the XBT modules */ -/* Copyright (c) 2004-2010, 2012. The SimGrid Team. +/* Copyright (c) 2004-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/msg/get_sender.c b/teshsuite/msg/get_sender.c index 0f8270c105..bc9deb5bb1 100644 --- a/teshsuite/msg/get_sender.c +++ b/teshsuite/msg/get_sender.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/msg/pid.c b/teshsuite/msg/pid.c index e5b8ac70c2..6d8c14c517 100644 --- a/teshsuite/msg/pid.c +++ b/teshsuite/msg/pid.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/msg/storage/storage_basic.c b/teshsuite/msg/storage/storage_basic.c index 8b501979bf..ae427ad1e9 100644 --- a/teshsuite/msg/storage/storage_basic.c +++ b/teshsuite/msg/storage/storage_basic.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "msg/msg.h" #include "xbt/log.h" diff --git a/teshsuite/msg/trace/test_trace_integration.c b/teshsuite/msg/trace/test_trace_integration.c index d09b5c5e4a..2974e68233 100644 --- a/teshsuite/msg/trace/test_trace_integration.c +++ b/teshsuite/msg/trace/test_trace_integration.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/availability/availability_test.c b/teshsuite/simdag/availability/availability_test.c index 8a397b6a73..0bec635890 100644 --- a/teshsuite/simdag/availability/availability_test.c +++ b/teshsuite/simdag/availability/availability_test.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include #include diff --git a/teshsuite/simdag/basic0.c b/teshsuite/simdag/basic0.c index 579b769612..2961efdd87 100644 --- a/teshsuite/simdag/basic0.c +++ b/teshsuite/simdag/basic0.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/basic1.c b/teshsuite/simdag/basic1.c index a3dcd3aeaa..48b79528a6 100644 --- a/teshsuite/simdag/basic1.c +++ b/teshsuite/simdag/basic1.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/basic2.c b/teshsuite/simdag/basic2.c index 6e4ac837f4..44e6d7bde9 100644 --- a/teshsuite/simdag/basic2.c +++ b/teshsuite/simdag/basic2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/basic3.c b/teshsuite/simdag/basic3.c index 7f747bcb3d..273e1177ad 100644 --- a/teshsuite/simdag/basic3.c +++ b/teshsuite/simdag/basic3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/basic4.c b/teshsuite/simdag/basic4.c index b6435cfdaa..0005e04d3a 100644 --- a/teshsuite/simdag/basic4.c +++ b/teshsuite/simdag/basic4.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/basic5.c b/teshsuite/simdag/basic5.c index 1bf80b3c1d..9dfa416dd4 100644 --- a/teshsuite/simdag/basic5.c +++ b/teshsuite/simdag/basic5.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/basic6.c b/teshsuite/simdag/basic6.c index 66e2d341a9..bd1de6cd5f 100644 --- a/teshsuite/simdag/basic6.c +++ b/teshsuite/simdag/basic6.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/incomplete.c b/teshsuite/simdag/incomplete.c index 696ab7bb55..b82a105e86 100644 --- a/teshsuite/simdag/incomplete.c +++ b/teshsuite/simdag/incomplete.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2012, 2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/network/mxn/test_intra_all2all.c b/teshsuite/simdag/network/mxn/test_intra_all2all.c index 5c74d67bfd..e864eb5ab4 100644 --- a/teshsuite/simdag/network/mxn/test_intra_all2all.c +++ b/teshsuite/simdag/network/mxn/test_intra_all2all.c @@ -1,6 +1,6 @@ /* Latency tests */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/network/mxn/test_intra_independent_comm.c b/teshsuite/simdag/network/mxn/test_intra_independent_comm.c index adc6b777fa..e7baa31af0 100644 --- a/teshsuite/simdag/network/mxn/test_intra_independent_comm.c +++ b/teshsuite/simdag/network/mxn/test_intra_independent_comm.c @@ -1,6 +1,6 @@ /* Latency tests */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/network/mxn/test_intra_scatter.c b/teshsuite/simdag/network/mxn/test_intra_scatter.c index f32dea693e..c0efc7632f 100644 --- a/teshsuite/simdag/network/mxn/test_intra_scatter.c +++ b/teshsuite/simdag/network/mxn/test_intra_scatter.c @@ -1,6 +1,6 @@ /* Latency tests */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/network/p2p/test_latency1.c b/teshsuite/simdag/network/p2p/test_latency1.c index 1b52f079d2..51080ceaad 100644 --- a/teshsuite/simdag/network/p2p/test_latency1.c +++ b/teshsuite/simdag/network/p2p/test_latency1.c @@ -1,6 +1,6 @@ /* Latency tests */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/network/p2p/test_latency2.c b/teshsuite/simdag/network/p2p/test_latency2.c index 19024ceafe..70d584c172 100644 --- a/teshsuite/simdag/network/p2p/test_latency2.c +++ b/teshsuite/simdag/network/p2p/test_latency2.c @@ -1,6 +1,6 @@ /* Latency tests */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/network/p2p/test_latency3.c b/teshsuite/simdag/network/p2p/test_latency3.c index 277ac2c906..5d314201e9 100644 --- a/teshsuite/simdag/network/p2p/test_latency3.c +++ b/teshsuite/simdag/network/p2p/test_latency3.c @@ -1,6 +1,6 @@ /* Latency tests */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/network/p2p/test_latency_bound.c b/teshsuite/simdag/network/p2p/test_latency_bound.c index 63c1a6753f..694a5c3de5 100644 --- a/teshsuite/simdag/network/p2p/test_latency_bound.c +++ b/teshsuite/simdag/network/p2p/test_latency_bound.c @@ -1,6 +1,6 @@ /* Latency tests */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/network/test_reinit_costs.c b/teshsuite/simdag/network/test_reinit_costs.c index a85311bf0e..fa9e319c4b 100644 --- a/teshsuite/simdag/network/test_reinit_costs.c +++ b/teshsuite/simdag/network/test_reinit_costs.c @@ -1,6 +1,6 @@ /* Computation tests */ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/partask/test_comp_only_par.c b/teshsuite/simdag/partask/test_comp_only_par.c index 665f6d114d..b1c7480571 100644 --- a/teshsuite/simdag/partask/test_comp_only_par.c +++ b/teshsuite/simdag/partask/test_comp_only_par.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/partask/test_comp_only_seq.c b/teshsuite/simdag/partask/test_comp_only_seq.c index 1ad0f28a34..5b24395b6f 100644 --- a/teshsuite/simdag/partask/test_comp_only_seq.c +++ b/teshsuite/simdag/partask/test_comp_only_seq.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009-2011. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/platforms/Evaluate_get_route_time.c b/teshsuite/simdag/platforms/Evaluate_get_route_time.c index 14905f20f1..03285b7aa4 100644 --- a/teshsuite/simdag/platforms/Evaluate_get_route_time.c +++ b/teshsuite/simdag/platforms/Evaluate_get_route_time.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/platforms/Evaluate_parse_time.c b/teshsuite/simdag/platforms/Evaluate_parse_time.c index e93d9727d6..a291e6d759 100644 --- a/teshsuite/simdag/platforms/Evaluate_parse_time.c +++ b/teshsuite/simdag/platforms/Evaluate_parse_time.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/platforms/basic_link_test.c b/teshsuite/simdag/platforms/basic_link_test.c index 5b0cfc69ec..5a484e3411 100644 --- a/teshsuite/simdag/platforms/basic_link_test.c +++ b/teshsuite/simdag/platforms/basic_link_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2010, 2012. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/platforms/basic_parsing_test.c b/teshsuite/simdag/platforms/basic_parsing_test.c index aaffd2e333..245cd48ddc 100644 --- a/teshsuite/simdag/platforms/basic_parsing_test.c +++ b/teshsuite/simdag/platforms/basic_parsing_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/platforms/basic_tracing.c b/teshsuite/simdag/platforms/basic_tracing.c index 5220a03b0d..b0b9a695a4 100644 --- a/teshsuite/simdag/platforms/basic_tracing.c +++ b/teshsuite/simdag/platforms/basic_tracing.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2012. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/platforms/flatifier.c b/teshsuite/simdag/platforms/flatifier.c index 0b735e49d3..b47590261d 100644 --- a/teshsuite/simdag/platforms/flatifier.c +++ b/teshsuite/simdag/platforms/flatifier.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simdag/platforms/is_router_test.c b/teshsuite/simdag/platforms/is_router_test.c index 10bf46450d..9ad9de83f8 100644 --- a/teshsuite/simdag/platforms/is_router_test.c +++ b/teshsuite/simdag/platforms/is_router_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/simix/check_defaults.c b/teshsuite/simix/check_defaults.c index f1af0078e3..bf009d1e7b 100644 --- a/teshsuite/simix/check_defaults.c +++ b/teshsuite/simix/check_defaults.c @@ -1,6 +1,6 @@ /* check_defaults -- simple program displaying its context factory */ -/* Copyright (c) 2013. The SimGrid Team. +/* Copyright (c) 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/allgather_coll.c b/teshsuite/smpi/allgather_coll.c index e0132ce903..045154b4cc 100644 --- a/teshsuite/smpi/allgather_coll.c +++ b/teshsuite/smpi/allgather_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/allgatherv_coll.c b/teshsuite/smpi/allgatherv_coll.c index f55f311442..d5ffa8d9d9 100644 --- a/teshsuite/smpi/allgatherv_coll.c +++ b/teshsuite/smpi/allgatherv_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/allreduce.c b/teshsuite/smpi/allreduce.c index 72f5b61c70..a8044afdbc 100644 --- a/teshsuite/smpi/allreduce.c +++ b/teshsuite/smpi/allreduce.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include diff --git a/teshsuite/smpi/allreduce_coll.c b/teshsuite/smpi/allreduce_coll.c index 00024b736b..e2953f9e7e 100644 --- a/teshsuite/smpi/allreduce_coll.c +++ b/teshsuite/smpi/allreduce_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/alltoall2.c b/teshsuite/smpi/alltoall2.c index 34e5912f17..885756104c 100644 --- a/teshsuite/smpi/alltoall2.c +++ b/teshsuite/smpi/alltoall2.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /**************************************************************************** MESSAGE PASSING INTERFACE TEST CASE SUITE diff --git a/teshsuite/smpi/alltoall_basic.c b/teshsuite/smpi/alltoall_basic.c index c3af311b85..9e2a166b9a 100644 --- a/teshsuite/smpi/alltoall_basic.c +++ b/teshsuite/smpi/alltoall_basic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/alltoall_coll.c b/teshsuite/smpi/alltoall_coll.c index a8cb7ce784..8a9bd730cb 100644 --- a/teshsuite/smpi/alltoall_coll.c +++ b/teshsuite/smpi/alltoall_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/alltoallv_coll.c b/teshsuite/smpi/alltoallv_coll.c index 0b4c71b1f0..6a2c169e76 100644 --- a/teshsuite/smpi/alltoallv_coll.c +++ b/teshsuite/smpi/alltoallv_coll.c @@ -1,4 +1,9 @@ -/* -*- Mode: C; c-basic-offset:4 ; -*- */ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. diff --git a/teshsuite/smpi/barrier.c b/teshsuite/smpi/barrier.c index 1a680de27b..5c87292dfb 100644 --- a/teshsuite/smpi/barrier.c +++ b/teshsuite/smpi/barrier.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2012-2013. The SimGrid Team. +/* Copyright (c) 2009, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/bcast.c b/teshsuite/smpi/bcast.c index 0743d23351..e0bff2db7f 100644 --- a/teshsuite/smpi/bcast.c +++ b/teshsuite/smpi/bcast.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2012-2013. The SimGrid Team. +/* Copyright (c) 2009, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/bcast_coll.c b/teshsuite/smpi/bcast_coll.c index a78bd5d542..c9d898e391 100644 --- a/teshsuite/smpi/bcast_coll.c +++ b/teshsuite/smpi/bcast_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2013. The SimGrid Team. +/* Copyright (c) 2009, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/compute.c b/teshsuite/smpi/compute.c index a586901e31..92bce0f1e1 100644 --- a/teshsuite/smpi/compute.c +++ b/teshsuite/smpi/compute.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012, 2014. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/compute2.c b/teshsuite/smpi/compute2.c index ea81081009..3102858088 100644 --- a/teshsuite/smpi/compute2.c +++ b/teshsuite/smpi/compute2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012, 2014. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/compute3.c b/teshsuite/smpi/compute3.c index a501fbbd5b..31177306a5 100644 --- a/teshsuite/smpi/compute3.c +++ b/teshsuite/smpi/compute3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2012. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/dsend.c b/teshsuite/smpi/dsend.c index 8043e5b0d8..30d63893cc 100644 --- a/teshsuite/smpi/dsend.c +++ b/teshsuite/smpi/dsend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013. The SimGrid Team. +/* Copyright (c) 2011-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/gather_coll.c b/teshsuite/smpi/gather_coll.c index d3944e7b1c..feed6360a1 100644 --- a/teshsuite/smpi/gather_coll.c +++ b/teshsuite/smpi/gather_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/get_processor_name.c b/teshsuite/smpi/get_processor_name.c index 5601e719fa..90b9a0bb0e 100644 --- a/teshsuite/smpi/get_processor_name.c +++ b/teshsuite/smpi/get_processor_name.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/hvector_test.c b/teshsuite/smpi/hvector_test.c index f3cb04fc9c..f37f2341cc 100644 --- a/teshsuite/smpi/hvector_test.c +++ b/teshsuite/smpi/hvector_test.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include "mpi.h" #define SIZE 4 diff --git a/teshsuite/smpi/indexed_test.c b/teshsuite/smpi/indexed_test.c index 5d2dac07c7..4ceed68d32 100644 --- a/teshsuite/smpi/indexed_test.c +++ b/teshsuite/smpi/indexed_test.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include "mpi.h" diff --git a/teshsuite/smpi/pingpong.c b/teshsuite/smpi/pingpong.c index e7cb94fedb..7d2677f008 100644 --- a/teshsuite/smpi/pingpong.c +++ b/teshsuite/smpi/pingpong.c @@ -1,6 +1,6 @@ /* A simple example pingpong pogram to test MPI_Send and MPI_Recv */ -/* Copyright (c) 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/reduce.c b/teshsuite/smpi/reduce.c index 84203e9a8e..92436c9021 100644 --- a/teshsuite/smpi/reduce.c +++ b/teshsuite/smpi/reduce.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include diff --git a/teshsuite/smpi/reduce_coll.c b/teshsuite/smpi/reduce_coll.c index 3b284570f4..7acc93d99f 100644 --- a/teshsuite/smpi/reduce_coll.c +++ b/teshsuite/smpi/reduce_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2013. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/reduce_scatter_coll.c b/teshsuite/smpi/reduce_scatter_coll.c index f8d9fb332f..41b6bc7118 100644 --- a/teshsuite/smpi/reduce_scatter_coll.c +++ b/teshsuite/smpi/reduce_scatter_coll.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2013-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /* * Test of reduce scatter. * diff --git a/teshsuite/smpi/scatter.c b/teshsuite/smpi/scatter.c index 0096064d9c..fda82e1724 100644 --- a/teshsuite/smpi/scatter.c +++ b/teshsuite/smpi/scatter.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + /** * MESSAGE PASSING INTERFACE TEST CASE SUITE * diff --git a/teshsuite/smpi/sendrecv.c b/teshsuite/smpi/sendrecv.c index 6a1bf0e71d..5a55887039 100644 --- a/teshsuite/smpi/sendrecv.c +++ b/teshsuite/smpi/sendrecv.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/sendtest.c b/teshsuite/smpi/sendtest.c index 132bf9a52d..bb5c4803d8 100644 --- a/teshsuite/smpi/sendtest.c +++ b/teshsuite/smpi/sendtest.c @@ -1,6 +1,6 @@ /* A simple example pingpong pogram to test MPI_Send and MPI_Recv */ -/* Copyright (c) 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/shared.c b/teshsuite/smpi/shared.c index b1536c5179..78759352b6 100644 --- a/teshsuite/smpi/shared.c +++ b/teshsuite/smpi/shared.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013. The SimGrid Team. +/* Copyright (c) 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/split.c b/teshsuite/smpi/split.c index 0a41c476a0..64a4a862d6 100644 --- a/teshsuite/smpi/split.c +++ b/teshsuite/smpi/split.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/struct_test.c b/teshsuite/smpi/struct_test.c index 1159b933e3..658f51a57c 100644 --- a/teshsuite/smpi/struct_test.c +++ b/teshsuite/smpi/struct_test.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include "mpi.h" diff --git a/teshsuite/smpi/ttest01.c b/teshsuite/smpi/ttest01.c index 5ffb0fdb87..c01db5b7a6 100644 --- a/teshsuite/smpi/ttest01.c +++ b/teshsuite/smpi/ttest01.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/vector_test.c b/teshsuite/smpi/vector_test.c index ea41ec2c57..1025915127 100644 --- a/teshsuite/smpi/vector_test.c +++ b/teshsuite/smpi/vector_test.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include "mpi.h" #define SIZE 4 diff --git a/teshsuite/xbt/log_large_test.c b/teshsuite/xbt/log_large_test.c index cd3ade7c05..847a57c123 100644 --- a/teshsuite/xbt/log_large_test.c +++ b/teshsuite/xbt/log_large_test.c @@ -1,6 +1,6 @@ /* log_large_test -- log a very large string to test the dynamic variants */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/xbt/mmalloc_test.c b/teshsuite/xbt/mmalloc_test.c index 8b245aa1a2..a09704de3e 100644 --- a/teshsuite/xbt/mmalloc_test.c +++ b/teshsuite/xbt/mmalloc_test.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include "xbt/mmalloc.h" #include "xbt.h" #include diff --git a/teshsuite/xbt/parallel_log_crashtest.c b/teshsuite/xbt/parallel_log_crashtest.c index 920784f0e1..c5c5c8e122 100644 --- a/teshsuite/xbt/parallel_log_crashtest.c +++ b/teshsuite/xbt/parallel_log_crashtest.c @@ -1,6 +1,6 @@ /* synchro_crashtest -- tries to crash the logging mecanism by doing // logs*/ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/xbt/parmap_test.c b/teshsuite/xbt/parmap_test.c index 52c4050925..f21e9f70b7 100644 --- a/teshsuite/xbt/parmap_test.c +++ b/teshsuite/xbt/parmap_test.c @@ -1,6 +1,6 @@ /* parmap_test -- test parmap */ -/* Copyright (c) 2007-2010, 2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/surf/lmm_usage.c b/testsuite/surf/lmm_usage.c index d9d7a01656..3d886707c9 100644 --- a/testsuite/surf/lmm_usage.c +++ b/testsuite/surf/lmm_usage.c @@ -1,6 +1,6 @@ /* A few tests for the maxmin library */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/surf/maxmin_bench.c b/testsuite/surf/maxmin_bench.c index f08e3220ff..8e7d2b0fad 100644 --- a/testsuite/surf/maxmin_bench.c +++ b/testsuite/surf/maxmin_bench.c @@ -1,6 +1,6 @@ /* A crash few tests for the maxmin library */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/surf/surf_usage.c b/testsuite/surf/surf_usage.c index 00faeb24c4..45cb3efd86 100644 --- a/testsuite/surf/surf_usage.c +++ b/testsuite/surf/surf_usage.c @@ -1,6 +1,6 @@ /* A few basic tests for the surf library */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/surf/surf_usage2.c b/testsuite/surf/surf_usage2.c index 8bb1a40e36..2e633a99c9 100644 --- a/testsuite/surf/surf_usage2.c +++ b/testsuite/surf/surf_usage2.c @@ -1,10 +1,11 @@ /* A few basic tests for the surf library */ -/* Copyright (c) 2004-2012. The SimGrid Team. +/* Copyright (c) 2004-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifdef __BORLANDC__ #pragma hdrstop #endif diff --git a/testsuite/surf/trace_usage.c b/testsuite/surf/trace_usage.c index b41a6670a2..d56c0d755d 100644 --- a/testsuite/surf/trace_usage.c +++ b/testsuite/surf/trace_usage.c @@ -1,10 +1,11 @@ /* A few tests for the trace library */ -/* Copyright (c) 2004-2006, 2009-2012. The SimGrid Team. +/* Copyright (c) 2004-2006, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifdef __BORLANDC__ #pragma hdrstop #endif diff --git a/testsuite/xbt/graphxml_usage.c b/testsuite/xbt/graphxml_usage.c index 965c1e52eb..5a23fbe54f 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/testsuite/xbt/graphxml_usage.c @@ -1,10 +1,11 @@ /* A few basic tests for the graphxml library */ -/* Copyright (c) 2006-2013. The SimGrid Team. +/* Copyright (c) 2006-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ + #ifdef __BORLANDC__ #pragma hdrstop #endif diff --git a/testsuite/xbt/heap_bench.c b/testsuite/xbt/heap_bench.c index 5cca0cb233..a6d9157be3 100644 --- a/testsuite/xbt/heap_bench.c +++ b/testsuite/xbt/heap_bench.c @@ -1,6 +1,6 @@ /* A few tests for the xbt_heap module */ -/* Copyright (c) 2004-2010, 2012, 2013. The SimGrid Team. +/* Copyright (c) 2004-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/xbt/log_usage.c b/testsuite/xbt/log_usage.c index 0f32252fde..e5b41e1ef1 100644 --- a/testsuite/xbt/log_usage.c +++ b/testsuite/xbt/log_usage.c @@ -1,6 +1,6 @@ /* log_usage - A test of normal usage of the log facilities */ -/* Copyright (c) 2004-2007, 2009-2013. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/xbt/parmap_bench.c b/testsuite/xbt/parmap_bench.c index e95d77deae..e6558bc986 100644 --- a/testsuite/xbt/parmap_bench.c +++ b/testsuite/xbt/parmap_bench.c @@ -1,3 +1,9 @@ +/* Copyright (c) 2012-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #include #include #include diff --git a/tools/MSG_visualization/colorize.pl b/tools/MSG_visualization/colorize.pl index c346409b4c..b3c567189d 100755 --- a/tools/MSG_visualization/colorize.pl +++ b/tools/MSG_visualization/colorize.pl @@ -1,5 +1,11 @@ #!/usr/bin/perl +# Copyright (c) 2005, 2007, 2010, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + $col_white = "\033[00m"; $col_black = "\033[30m"; $col_red = "\033[31m"; diff --git a/tools/MSG_visualization/trace2fig.pl b/tools/MSG_visualization/trace2fig.pl index 712b363806..cd23d39cec 100755 --- a/tools/MSG_visualization/trace2fig.pl +++ b/tools/MSG_visualization/trace2fig.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2006-2007, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; #use Data::Dumper; use XFig; diff --git a/tools/check_dist_archive b/tools/check_dist_archive index c3c5ae597f..963a4a3495 100755 --- a/tools/check_dist_archive +++ b/tools/check_dist_archive @@ -1,5 +1,11 @@ #!/bin/bash +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + set -e if [ "$1" = "-batch" ]; then diff --git a/tools/doxygen/fig2dev_postprocessor.pl b/tools/doxygen/fig2dev_postprocessor.pl index 281e6eba60..b5b7d82215 100755 --- a/tools/doxygen/fig2dev_postprocessor.pl +++ b/tools/doxygen/fig2dev_postprocessor.pl @@ -1,5 +1,11 @@ #! /usr/bin/perl +# Copyright (c) 2010, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; my $print = 0; diff --git a/tools/doxygen/index_create.pl b/tools/doxygen/index_create.pl index 858e611eee..f9f58d2953 100755 --- a/tools/doxygen/index_create.pl +++ b/tools/doxygen/index_create.pl @@ -1,5 +1,11 @@ #!/usr/bin/perl -w +# Copyright (c) 2005, 2012-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + ($#ARGV >= 1) or die "Usage: index_create.pl "; my($type) = ""; diff --git a/tools/doxygen/xbt_log_extract_hierarchy.pl b/tools/doxygen/xbt_log_extract_hierarchy.pl index 3a0a70e464..d9a85f58a9 100755 --- a/tools/doxygen/xbt_log_extract_hierarchy.pl +++ b/tools/doxygen/xbt_log_extract_hierarchy.pl @@ -1,5 +1,11 @@ #!/usr/bin/perl +# Copyright (c) 2008, 2010, 2012-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; use warnings; diff --git a/tools/fix-paje-trace.sh b/tools/fix-paje-trace.sh index cb743ce069..5305d78b53 100755 --- a/tools/fix-paje-trace.sh +++ b/tools/fix-paje-trace.sh @@ -1,5 +1,11 @@ #!/bin/bash +# Copyright (c) 2010, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + if [ -z $1 ] then echo "Usage: $0 {X.trace}" diff --git a/tools/graphicator/graphicator.c b/tools/graphicator/graphicator.c index a035d51af8..502058978f 100644 --- a/tools/graphicator/graphicator.c +++ b/tools/graphicator/graphicator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2012. The SimGrid Team. +/* Copyright (c) 2008-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/tools/indent b/tools/indent index 8e37750474..f9f914a61e 100755 --- a/tools/indent +++ b/tools/indent @@ -1,5 +1,11 @@ #!/bin/bash +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + declare -a OPTIONS OPTIONS=( -kr # Use Kernighan & Ritchie coding style. diff --git a/tools/normalize-pointers.py b/tools/normalize-pointers.py index 6ee4a1c6d1..e70894e9d1 100755 --- a/tools/normalize-pointers.py +++ b/tools/normalize-pointers.py @@ -1,4 +1,11 @@ #!/usr/bin/python + +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + """ Tool for normalizing pointers such as two runs have the same 'addresses' diff --git a/tools/platf_route_rulebased2full.py b/tools/platf_route_rulebased2full.py index cddfeaa94a..948ddbb505 100755 --- a/tools/platf_route_rulebased2full.py +++ b/tools/platf_route_rulebased2full.py @@ -1,6 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + import sys, re from lxml import etree diff --git a/tools/sg_unit_extractor.pl b/tools/sg_unit_extractor.pl index 66ef7d7dcd..08182c7093 100755 --- a/tools/sg_unit_extractor.pl +++ b/tools/sg_unit_extractor.pl @@ -1,5 +1,11 @@ #! /usr/bin/perl +# Copyright (c) 2005-2012, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use strict; use strict; diff --git a/tools/sg_xml_unit_converter.py b/tools/sg_xml_unit_converter.py index 5b53594932..3976f667b1 100644 --- a/tools/sg_xml_unit_converter.py +++ b/tools/sg_xml_unit_converter.py @@ -1,6 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # grep -ohrI 'bw=".*"' . | sort | uniq import sys, fnmatch, os diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index 22bf4b3a0d..7ec98798be 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -5,12 +5,11 @@ eval 'exec perl -S $0 ${1+"$@"}' # This script updates the simgrid XML file passed as argument (modification in place) # It is built to do the conversion incrementally. -# Copyright (c) 2006-2012. The SimGrid Team. +# Copyright (c) 2006-2014. The SimGrid Team. # All rights 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 program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. =encoding UTF-8 @@ -96,7 +95,7 @@ Several tags were renamed (for sake of XML sanity): =head1 COPYRIGHT AND LICENSE -Copyright (c) 2006-2012. The SimGrid Team. All rights reserved. +Copyright (c) 2006-2014. The SimGrid Team. All rights reserved. This program is free software; you may redistribute it and/or modify it under the terms of GNU LGPL (v2.1) license. diff --git a/tools/spell/lspell.pl b/tools/spell/lspell.pl index ef098396ad..e409eef58c 100644 --- a/tools/spell/lspell.pl +++ b/tools/spell/lspell.pl @@ -1,5 +1,11 @@ #!/bin/perl +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # C comment spell checker # For each given source file, print the filename, a colon, and the number # of misspelled words, then a list of misspelled words. diff --git a/tools/spell/lspell2.pl b/tools/spell/lspell2.pl index 25325753be..b9d11b8601 100644 --- a/tools/spell/lspell2.pl +++ b/tools/spell/lspell2.pl @@ -1,5 +1,11 @@ #!/bin/perl +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + # C noncomment spell checker # For each given source file, print the filename, a colon, and the number # of misspelled words, then a list of misspelled words. diff --git a/tools/spell/spell.sh b/tools/spell/spell.sh index 406d634bff..ef73afdc93 100644 --- a/tools/spell/spell.sh +++ b/tools/spell/spell.sh @@ -1 +1,9 @@ -(find ./ -name '*.[ch]' | xargs perl tools/spell/lspell2.pl tools/spell/sg_stopwords.txt ; find ./ -name '*.[ch]' | xargs perl tools/spell/lspell.pl tools/spell/sg_stopwords.txt ) | grep -v ':' | sort -f | uniq \ No newline at end of file +#!/bin/sh + +# Copyright (c) 2013-2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + +(find ./ -name '*.[ch]' | xargs perl tools/spell/lspell2.pl tools/spell/sg_stopwords.txt ; find ./ -name '*.[ch]' | xargs perl tools/spell/lspell.pl tools/spell/sg_stopwords.txt ) | grep -v ':' | sort -f | uniq diff --git a/tools/tesh/colorize.pl b/tools/tesh/colorize.pl index 045ff68447..9cc8d183c9 100755 --- a/tools/tesh/colorize.pl +++ b/tools/tesh/colorize.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl -w + +# Copyright (c) 2010, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + use Term::ANSIColor qw{:constants}; $Term::ANSIColor::AUTORESET = 1; diff --git a/tools/tesh/run_context.c b/tools/tesh/run_context.c index 5768cf986f..6f046dfa49 100644 --- a/tools/tesh/run_context.c +++ b/tools/tesh/run_context.c @@ -1,6 +1,6 @@ /* run_context -- stuff in which TESH runs a command */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/tools/tesh/run_context.h b/tools/tesh/run_context.h index 5a12029081..1915e7f58e 100644 --- a/tools/tesh/run_context.h +++ b/tools/tesh/run_context.h @@ -1,6 +1,6 @@ /* run_context -- stuff in which TESH runs a command */ -/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/tools/tesh/signal.c b/tools/tesh/signal.c index adb9ee18f1..a43da9b3a7 100644 --- a/tools/tesh/signal.c +++ b/tools/tesh/signal.c @@ -1,6 +1,6 @@ /* signal -- what TESH needs to know about signals */ -/* Copyright (c) 2007-2010, 2012. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/tools/tesh/tesh.c b/tools/tesh/tesh.c index 7f752291ac..e05fd5ee62 100644 --- a/tools/tesh/tesh.c +++ b/tools/tesh/tesh.c @@ -1,6 +1,6 @@ /* TESH (Test Shell) -- mini shell specialized in running test units */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index e7f5627af5..cd9236d654 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -1,6 +1,6 @@ /* TESH (Test Shell) -- mini shell specialized in running test units */ -/* Copyright (c) 2007-2011. The SimGrid Team. +/* Copyright (c) 2007-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it -- 2.20.1