From bdfe4f8674f98efbf2d67ad854ef83a1d5f855ed Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 25 Sep 2013 21:59:16 +0200 Subject: [PATCH 1/1] Dig through git history, and update copyright lines. Note that: * only existing lines are updated * dates already written were kept * missing dates were found with "git log --format=%ad" Adding a copyright notice to files where it's missing is left as an exercise to the reader. --- buildtools/Cmake/src/internal_config.h.in | 3 ++- buildtools/Cmake/test_prog/prog_gnu_dynlinker.c | 3 ++- buildtools/Cmake/test_prog/prog_mutex_timedlock.c | 2 +- buildtools/Cmake/test_prog/prog_sem_init.c | 2 +- buildtools/Cmake/test_prog/prog_sem_open.c | 2 +- buildtools/Cmake/test_prog/prog_thread_storage.c | 2 +- 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 | 3 ++- examples/java/async/FinalizeTask.java | 3 ++- examples/java/async/Forwarder.java | 3 ++- examples/java/async/Master.java | 3 ++- examples/java/async/Slave.java | 3 ++- examples/java/bittorrent/Bittorrent.java | 3 ++- examples/java/bittorrent/Common.java | 3 ++- examples/java/bittorrent/Connection.java | 3 ++- examples/java/bittorrent/MessageTask.java | 3 ++- examples/java/bittorrent/Peer.java | 3 ++- examples/java/bittorrent/Tracker.java | 3 ++- examples/java/bittorrent/TrackerTask.java | 3 ++- examples/java/chord/Chord.java | 3 ++- examples/java/chord/ChordTask.java | 3 ++- examples/java/chord/Common.java | 3 ++- examples/java/chord/FindSuccessorAnswerTask.java | 3 ++- examples/java/chord/FindSuccessorTask.java | 3 ++- examples/java/chord/GetPredecessorAnswerTask.java | 3 ++- examples/java/chord/GetPredecessorTask.java | 3 ++- examples/java/chord/Node.java | 3 ++- examples/java/chord/NotifyTask.java | 3 ++- examples/java/cloud/Cloud.java | 3 ++- examples/java/cloud/FinalizeTask.java | 3 ++- examples/java/cloud/Master.java | 3 ++- examples/java/cloud/Slave.java | 3 ++- examples/java/commTime/CommTimeTest.java | 2 +- examples/java/commTime/FinalizeTask.java | 3 ++- examples/java/commTime/Master.java | 3 ++- examples/java/commTime/Slave.java | 3 ++- examples/java/kademlia/Answer.java | 2 +- examples/java/kademlia/Bucket.java | 2 +- examples/java/kademlia/Common.java | 2 +- examples/java/kademlia/Contact.java | 2 +- examples/java/kademlia/FindNodeAnswerTask.java | 2 +- examples/java/kademlia/FindNodeTask.java | 2 +- examples/java/kademlia/Kademlia.java | 2 +- examples/java/kademlia/KademliaTask.java | 2 +- examples/java/kademlia/Node.java | 2 +- examples/java/kademlia/PingAnswerTask.java | 2 +- examples/java/kademlia/PingTask.java | 2 +- examples/java/kademlia/RoutingTable.java | 2 +- examples/java/master_slave_bypass/FinalizeTask.java | 3 ++- examples/java/master_slave_bypass/Master.java | 3 ++- examples/java/master_slave_bypass/MsBypass.java | 3 ++- examples/java/master_slave_bypass/Slave.java | 3 ++- examples/java/master_slave_kill/FinalizeTask.java | 3 ++- examples/java/master_slave_kill/Master.java | 3 ++- examples/java/master_slave_kill/MsKill.java | 3 ++- examples/java/master_slave_kill/Slave.java | 3 ++- examples/java/masterslave/FinalizeTask.java | 3 ++- examples/java/masterslave/Forwarder.java | 3 ++- examples/java/masterslave/Master.java | 3 ++- examples/java/masterslave/Masterslave.java | 3 ++- examples/java/masterslave/Slave.java | 3 ++- examples/java/pingPong/PingPongTask.java | 3 ++- examples/java/pingPong/PingPongTest.java | 3 ++- examples/java/pingPong/Receiver.java | 3 ++- examples/java/pingPong/Sender.java | 3 ++- examples/java/priority/Priority.java | 3 ++- examples/java/startKillTime/Master.java | 3 ++- examples/java/startKillTime/Slave.java | 3 ++- examples/java/startKillTime/StartKillTime.java | 3 ++- examples/java/suspend/DreamMaster.java | 3 ++- examples/java/suspend/LazyGuy.java | 3 ++- examples/java/suspend/Suspend.java | 3 ++- examples/java/tracing/PingPongTask.java | 3 ++- examples/java/tracing/Receiver.java | 4 ++-- examples/java/tracing/Sender.java | 3 ++- examples/java/tracing/TracingTest.java | 4 ++-- examples/msg/actions/actions.c | 2 +- examples/msg/bittorrent/bittorrent.c | 2 +- examples/msg/bittorrent/bittorrent.h | 2 +- examples/msg/bittorrent/bittorrent_platfgen.c | 2 +- examples/msg/bittorrent/connection.c | 2 +- examples/msg/bittorrent/connection.h | 2 +- examples/msg/bittorrent/messages.c | 2 +- examples/msg/bittorrent/messages.h | 2 +- examples/msg/bittorrent/peer.c | 2 +- examples/msg/bittorrent/peer.h | 2 +- examples/msg/bittorrent/tracker.c | 2 +- examples/msg/bittorrent/tracker.h | 2 +- examples/msg/chainsend/chainsend.c | 2 +- examples/msg/chord/chord.c | 2 +- examples/msg/cloud/masterslave_virtual_machines.c | 3 ++- examples/msg/energy/e1/e1.c | 2 +- examples/msg/energy/e2/e2.c | 2 +- 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/kademlia/answer.c | 2 +- examples/msg/kademlia/node.c | 2 +- examples/msg/kademlia/routing_table.c | 2 +- examples/msg/masterslave/masterslave_arg.c | 2 +- examples/msg/masterslave/masterslave_bypass.c | 2 +- examples/msg/masterslave/masterslave_cluster.c | 2 +- examples/msg/masterslave/masterslave_failure.c | 2 +- examples/msg/masterslave/masterslave_failure_platfgen.c | 2 +- examples/msg/masterslave/masterslave_forwarder.c | 2 +- examples/msg/masterslave/masterslave_kill.c | 2 +- examples/msg/masterslave/masterslave_mailbox.c | 2 +- examples/msg/mc/bugged1.c | 2 +- examples/msg/mc/bugged2.c | 2 +- examples/msg/mc/bugged3.c | 2 +- examples/msg/mc/centralized_mutex.c | 2 +- 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/pmm/msg_pmm.c | 2 +- examples/msg/priority/priority.c | 2 +- examples/msg/properties/msg_prop.c | 2 +- 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 +- examples/msg/tracing/ms.c | 2 +- examples/msg/tracing/procmig.c | 3 ++- examples/msg/tracing/simple.c | 2 +- examples/msg/tracing/trace_platform.c | 2 +- examples/msg/tracing/user_variables.c | 2 +- examples/scala/master_slave_bypass/FinalizeTask.scala | 3 ++- examples/scala/master_slave_bypass/Master.scala | 3 ++- examples/scala/master_slave_bypass/MsBypass.scala | 3 ++- examples/scala/master_slave_bypass/Slave.scala | 3 ++- examples/scala/master_slave_kill/FinalizeTask.scala | 3 ++- examples/scala/master_slave_kill/Master.scala | 3 ++- examples/scala/master_slave_kill/MsKill.scala | 3 ++- examples/scala/master_slave_kill/Slave.scala | 3 ++- examples/scala/masterslave/FinalizeTask.scala | 3 ++- examples/scala/masterslave/Forwarder.scala | 3 ++- examples/scala/masterslave/Master.scala | 3 ++- examples/scala/masterslave/Masterslave.scala | 3 ++- examples/scala/masterslave/Slave.scala | 3 ++- examples/simdag/dax/dax_test.c | 2 +- examples/simdag/dot/dot_test.c | 2 +- examples/simdag/dot/dot_test2.c | 2 +- examples/simdag/dot/simulate_dot.c | 2 +- examples/simdag/goal/goal_test.c | 3 ++- examples/simdag/metaxml/sd_meta.c | 2 +- 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/smpi/bcbench.c | 2 +- examples/smpi/mc/bugged1.c | 2 +- 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/xbt/sem_basic.c | 2 +- examples/xbt/sem_sched.c | 2 +- include/instr/instr.h | 2 +- include/msg/datatypes.h | 3 ++- include/msg/msg.h | 3 ++- include/simdag/datatypes.h | 2 +- include/simdag/simdag.h | 2 +- include/simgrid/modelchecker.h | 3 ++- include/simgrid/platf.h | 3 ++- include/simgrid/platf_generator.h | 3 ++- include/simgrid/simix.h | 2 +- include/simgrid_config.h.in | 3 ++- include/smpi/mpi.h | 2 +- include/smpi/mpif.h | 2 +- include/smpi/smpi.h | 2 +- include/smpi/smpi_cocci.h | 2 +- include/smpi/smpif.h.in | 2 +- include/surf/surf_routing.h | 2 +- include/surf/surfxml_parse.h | 2 +- include/xbt.h | 3 ++- include/xbt/asserts.h | 2 +- include/xbt/config.h | 2 +- include/xbt/cunit.h | 2 +- include/xbt/dict.h | 2 +- include/xbt/dynar.h | 2 +- include/xbt/ex.h | 2 +- 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 | 2 +- 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/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 | 2 +- include/xbt/xbt_os_thread.h | 3 ++- src/bindings/bindings_global.c | 3 ++- src/bindings/java/jmsg.c | 2 +- src/bindings/java/jmsg.h | 2 +- src/bindings/java/jmsg_as.c | 2 +- src/bindings/java/jmsg_as.h | 4 ++-- src/bindings/java/jmsg_comm.c | 5 +++-- src/bindings/java/jmsg_comm.h | 5 +++-- src/bindings/java/jmsg_file.c | 2 +- src/bindings/java/jmsg_file.h | 2 +- src/bindings/java/jmsg_host.c | 2 +- src/bindings/java/jmsg_host.h | 2 +- src/bindings/java/jmsg_process.c | 2 +- src/bindings/java/jmsg_process.h | 2 +- src/bindings/java/jmsg_rngstream.c | 2 +- src/bindings/java/jmsg_rngstream.h | 2 +- src/bindings/java/jmsg_synchro.c | 5 +++-- src/bindings/java/jmsg_synchro.h | 2 +- src/bindings/java/jmsg_task.c | 2 +- src/bindings/java/jmsg_task.h | 2 +- src/bindings/java/jmsg_vm.c | 5 +++-- src/bindings/java/jmsg_vm.h | 6 +++--- src/bindings/java/jtrace.c | 2 +- src/bindings/java/jxbt_utilities.c | 2 +- src/bindings/java/jxbt_utilities.h | 2 +- src/bindings/java/org/simgrid/msg/As.java | 2 +- src/bindings/java/org/simgrid/msg/Comm.java | 3 ++- src/bindings/java/org/simgrid/msg/File.java | 3 ++- src/bindings/java/org/simgrid/msg/Host.java | 2 +- .../java/org/simgrid/msg/HostFailureException.java | 2 +- .../java/org/simgrid/msg/HostNotFoundException.java | 2 +- src/bindings/java/org/simgrid/msg/JniException.java | 2 +- src/bindings/java/org/simgrid/msg/Msg.java | 2 +- src/bindings/java/org/simgrid/msg/MsgException.java | 2 +- src/bindings/java/org/simgrid/msg/Mutex.java | 3 ++- src/bindings/java/org/simgrid/msg/NativeException.java | 4 ++-- src/bindings/java/org/simgrid/msg/Process.java | 4 ++-- .../java/org/simgrid/msg/ProcessKilledError.java | 4 ++-- .../java/org/simgrid/msg/ProcessNotFoundException.java | 2 +- src/bindings/java/org/simgrid/msg/RngStream.java | 2 +- src/bindings/java/org/simgrid/msg/Semaphore.java | 3 ++- src/bindings/java/org/simgrid/msg/Task.java | 2 +- .../java/org/simgrid/msg/TaskCancelledException.java | 2 +- src/bindings/java/org/simgrid/msg/TimeoutException.java | 2 +- .../java/org/simgrid/msg/TransferFailureException.java | 2 +- src/bindings/java/org/simgrid/msg/VM.java | 2 +- src/bindings/java/org/simgrid/trace/Trace.java | 2 +- src/bindings/java/smx_context_cojava.c | 2 +- src/bindings/java/smx_context_cojava.h | 2 +- src/bindings/java/smx_context_java.c | 2 +- src/bindings/java/smx_context_java.h | 2 +- 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/include/mc/datatypes.h | 3 ++- src/include/mc/mc.h | 3 ++- src/include/simgrid/platf_interface.h | 2 +- src/include/surf/datatypes.h | 2 +- src/include/surf/maxmin.h | 2 +- src/include/surf/random_mgr.h | 2 +- src/include/surf/surf.h | 2 +- src/include/surf/surf_resource.h | 2 +- src/include/surf/surf_resource_lmm.h | 2 +- src/include/surf/surfxml_parse_values.h | 2 +- src/include/surf/trace_mgr.h | 2 +- src/include/xbt/xbt_os_time.h | 2 +- src/instr/instr_config.c | 2 +- src/instr/instr_interface.c | 2 +- src/instr/instr_paje_containers.c | 2 +- src/instr/instr_paje_header.c | 2 +- src/instr/instr_paje_trace.c | 2 +- src/instr/instr_paje_values.c | 2 +- src/instr/instr_private.h | 2 +- src/instr/instr_resource_utilization.c | 2 +- src/mc/mc_checkpoint.c | 3 ++- src/mc/mc_compare.c | 3 ++- src/mc/mc_dpor.c | 3 ++- src/mc/mc_global.c | 3 ++- src/mc/mc_liveness.c | 3 ++- src/mc/mc_memory.c | 3 ++- src/mc/mc_pair.c | 3 ++- src/mc/mc_private.h | 3 ++- src/mc/mc_request.c | 3 ++- src/mc/mc_state.c | 3 ++- src/mc/memory_map.c | 3 ++- src/msg/instr_msg_process.c | 2 +- src/msg/instr_msg_task.c | 2 +- src/msg/instr_msg_vm.c | 2 +- src/msg/msg_actions.c | 2 +- src/msg/msg_deployment.c | 2 +- src/msg/msg_environment.c | 2 +- src/msg/msg_global.c | 3 ++- src/msg/msg_gos.c | 3 ++- src/msg/msg_host.c | 2 +- src/msg/msg_io.c | 2 +- src/msg/msg_mailbox.c | 2 +- src/msg/msg_mailbox.h | 2 +- src/msg/msg_new_api.c | 2 +- src/msg/msg_private.h | 2 +- src/msg/msg_process.c | 2 +- src/msg/msg_synchro.c | 3 ++- src/msg/msg_task.c | 2 +- src/msg/msg_vm.c | 3 ++- src/portable.h | 2 +- src/simdag/private.h | 2 +- src/simdag/sd_daxloader.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/simgrid/sg_config.c | 2 +- src/simix/smx_context.c | 2 +- src/simix/smx_context_base.c | 2 +- src/simix/smx_context_raw.c | 2 +- src/simix/smx_context_sysv.c | 2 +- src/simix/smx_context_thread.c | 2 +- src/simix/smx_deployment.c | 2 +- src/simix/smx_environment.c | 2 +- src/simix/smx_global.c | 3 ++- 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_network.c | 2 +- src/simix/smx_network_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_private.h | 2 +- src/simix/smx_synchro.c | 2 +- src/simix/smx_user.c | 3 ++- src/smpi/colls/smpi_mpich_selector.c | 2 +- src/smpi/colls/smpi_openmpi_selector.c | 2 +- src/smpi/instr_smpi.c | 2 +- src/smpi/private.h | 2 +- src/smpi/smpi_base.c | 2 +- src/smpi/smpi_bench.c | 2 +- src/smpi/smpi_c99.c | 2 +- src/smpi/smpi_coll.c | 2 +- src/smpi/smpi_comm.c | 2 +- src/smpi/smpi_f77.c | 2 +- src/smpi/smpi_global.c | 2 +- src/smpi/smpi_group.c | 2 +- src/smpi/smpi_mpi.c | 2 +- src/smpi/smpi_mpi_dt.c | 2 +- src/smpi/smpi_mpi_dt_private.h | 2 +- src/smpi/smpi_pmpi.c | 2 +- src/smpi/smpi_replay.c | 2 +- src/surf/cpu_cas01.c | 2 +- src/surf/cpu_cas01_private.h | 2 +- src/surf/cpu_ti.c | 2 +- src/surf/cpu_ti_private.h | 2 +- src/surf/fair_bottleneck.c | 2 +- src/surf/gtnets/gtnets_interface.h | 2 +- src/surf/gtnets/gtnets_simulator.h | 2 +- src/surf/gtnets/gtnets_topology.h | 2 +- src/surf/instr_routing.c | 2 +- src/surf/instr_surf.c | 2 +- src/surf/lagrange.c | 2 +- src/surf/maxmin.c | 2 +- src/surf/maxmin_private.h | 2 +- src/surf/network.c | 2 +- src/surf/network_constant.c | 2 +- src/surf/network_gtnets.c | 2 +- src/surf/network_gtnets_private.h | 2 +- src/surf/network_ns3.c | 2 +- src/surf/network_ns3_private.h | 2 +- src/surf/network_private.h | 3 ++- src/surf/new_model.c | 6 +++--- 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/random_mgr.c | 2 +- src/surf/sg_platf.c | 2 +- src/surf/storage.c | 6 +++--- src/surf/storage_private.h | 2 +- src/surf/surf.c | 2 +- src/surf/surf_action.c | 2 +- src/surf/surf_model.c | 2 +- src/surf/surf_private.h | 2 +- src/surf/surf_routing.c | 2 +- src/surf/surf_routing_cluster.c | 2 +- src/surf/surf_routing_dijkstra.c | 2 +- src/surf/surf_routing_floyd.c | 2 +- src/surf/surf_routing_full.c | 2 +- src/surf/surf_routing_generic.c | 2 +- src/surf/surf_routing_none.c | 2 +- src/surf/surf_routing_private.h | 2 +- src/surf/surf_routing_vivaldi.c | 2 +- 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/workstation.c | 2 +- src/surf/workstation_ptask_L07.c | 2 +- src/win32/config.h | 2 +- src/xbt/automaton/automaton.c | 3 ++- src/xbt/automaton/automatonparse_promela.c | 3 ++- 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 | 2 +- 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 | 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 | 3 ++- src/xbt/mmalloc/mm_legacy.c | 2 +- src/xbt/mmalloc/mmalloc.c | 2 +- src/xbt/mmalloc/mmorecore.c | 3 ++- src/xbt/mmalloc/mmprivate.h | 2 +- src/xbt/mmalloc/mrealloc.c | 2 +- src/xbt/parmap.c | 2 +- src/xbt/set.c | 2 +- src/xbt/swag.c | 2 +- src/xbt/xbt_log_appender_file.c | 3 ++- src/xbt/xbt_log_layout_format.c | 2 +- src/xbt/xbt_log_layout_simple.c | 2 +- src/xbt/xbt_main.c | 3 ++- 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/trace/test_trace_integration.c | 2 +- teshsuite/simdag/network/mxn/test_intra_all2all.c | 2 +- .../simdag/network/mxn/test_intra_independent_comm.c | 2 +- teshsuite/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 +- teshsuite/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 +- teshsuite/simdag/platforms/Evaluate_get_route_time.c | 2 +- teshsuite/simdag/platforms/Evaluate_parse_time.c | 2 +- teshsuite/simdag/platforms/basic_link_test.c | 2 +- teshsuite/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/smpi/allgather_coll.c | 2 +- teshsuite/smpi/allgatherv_coll.c | 2 +- teshsuite/smpi/allreduce_coll.c | 2 +- teshsuite/smpi/alltoall_basic.c | 2 +- teshsuite/smpi/alltoall_coll.c | 2 +- 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 | 9 +++++---- teshsuite/smpi/dsend.c | 3 ++- teshsuite/smpi/gather_coll.c | 2 +- teshsuite/smpi/get_processor_name.c | 2 +- teshsuite/smpi/pingpong.c | 2 +- teshsuite/smpi/reduce_coll.c | 2 +- teshsuite/smpi/sendrecv.c | 2 +- teshsuite/smpi/sendtest.c | 2 +- teshsuite/smpi/shared.c | 9 +++++---- teshsuite/smpi/split.c | 2 +- teshsuite/smpi/ttest01.c | 2 +- teshsuite/xbt/log_large_test.c | 2 +- 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 | 2 +- testsuite/surf/trace_usage.c | 2 +- testsuite/xbt/graphxml_usage.c | 2 +- testsuite/xbt/heap_bench.c | 2 +- testsuite/xbt/log_usage.c | 2 +- tools/graphicator/graphicator.c | 2 +- tools/simgrid_update_xml.pl | 5 +++-- 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 +- 543 files changed, 685 insertions(+), 566 deletions(-) diff --git a/buildtools/Cmake/src/internal_config.h.in b/buildtools/Cmake/src/internal_config.h.in index 1b1a714d5e..3e988d10ec 100644 --- a/buildtools/Cmake/src/internal_config.h.in +++ b/buildtools/Cmake/src/internal_config.h.in @@ -3,7 +3,8 @@ /* This file is AUTOMATICALLY GENERATED by Cmake. Edit the following template instead buildtools/Cmake/src/internal_config.h.in */ -/* Copyright (c) 2004-2013. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/buildtools/Cmake/test_prog/prog_gnu_dynlinker.c b/buildtools/Cmake/test_prog/prog_gnu_dynlinker.c index 43b1333baf..fde4577155 100644 --- a/buildtools/Cmake/test_prog/prog_gnu_dynlinker.c +++ b/buildtools/Cmake/test_prog/prog_gnu_dynlinker.c @@ -1,5 +1,6 @@ /* prog_gnu_dynlinker.c -- check that RTLD_NEXT is defined as in GNU linker */ -/* Copyright (c) 2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 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. */ diff --git a/buildtools/Cmake/test_prog/prog_mutex_timedlock.c b/buildtools/Cmake/test_prog/prog_mutex_timedlock.c index 8c394edeba..cb9d0703bf 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. The SimGrid Team. +/* Copyright (c) 2010-2011. 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 e822e64f4e..01d3ff3ed1 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. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 2295b0ee43..be4a92d607 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. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 060be0a484..732a000445 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. The SimGrid Team. +/* Copyright (c) 2010-2011. 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/masterworker0.c b/doc/msg-tuto-src/masterworker0.c index 519d031281..0311b6e1d0 100644 --- a/doc/msg-tuto-src/masterworker0.c +++ b/doc/msg-tuto-src/masterworker0.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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 eb9123241a..8a7acff102 100644 --- a/doc/msg-tuto-src/masterworker1.c +++ b/doc/msg-tuto-src/masterworker1.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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 f86a47dcb9..98a5687e5f 100644 --- a/doc/msg-tuto-src/masterworker2.c +++ b/doc/msg-tuto-src/masterworker2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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 ca2bee393c..a51c9a9d21 100644 --- a/doc/msg-tuto-src/masterworker3.c +++ b/doc/msg-tuto-src/masterworker3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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 24456d6258..35755ccd12 100644 --- a/doc/msg-tuto-src/masterworker4.c +++ b/doc/msg-tuto-src/masterworker4.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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 c3a35dcf38..77777671bf 100644 --- a/examples/java/async/AsyncTest.java +++ b/examples/java/async/AsyncTest.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/async/FinalizeTask.java b/examples/java/async/FinalizeTask.java index 359c804c87..9fa045ca65 100644 --- a/examples/java/async/FinalizeTask.java +++ b/examples/java/async/FinalizeTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/async/Forwarder.java b/examples/java/async/Forwarder.java index 6e62497b19..a4913a6d71 100644 --- a/examples/java/async/Forwarder.java +++ b/examples/java/async/Forwarder.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/async/Master.java b/examples/java/async/Master.java index 4810f64938..e39f041972 100644 --- a/examples/java/async/Master.java +++ b/examples/java/async/Master.java @@ -1,7 +1,8 @@ /* * Master of a basic master/slave example in Java * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/async/Slave.java b/examples/java/async/Slave.java index 557602b311..a4a651ff2a 100644 --- a/examples/java/async/Slave.java +++ b/examples/java/async/Slave.java @@ -1,5 +1,6 @@ /* - * Copyright 2006,2007,2010. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/bittorrent/Bittorrent.java b/examples/java/bittorrent/Bittorrent.java index 0d946f3334..5685bd9a69 100644 --- a/examples/java/bittorrent/Bittorrent.java +++ b/examples/java/bittorrent/Bittorrent.java @@ -1,5 +1,6 @@ /** -* Copyright 2012 The SimGrid team. All right reserved. +* 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 diff --git a/examples/java/bittorrent/Common.java b/examples/java/bittorrent/Common.java index 3817db9093..7e78b5ab01 100644 --- a/examples/java/bittorrent/Common.java +++ b/examples/java/bittorrent/Common.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/bittorrent/Connection.java b/examples/java/bittorrent/Connection.java index 18c8c9e3e0..29a30110f2 100644 --- a/examples/java/bittorrent/Connection.java +++ b/examples/java/bittorrent/Connection.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/bittorrent/MessageTask.java b/examples/java/bittorrent/MessageTask.java index 2ea0751871..88c04c7670 100644 --- a/examples/java/bittorrent/MessageTask.java +++ b/examples/java/bittorrent/MessageTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/bittorrent/Peer.java b/examples/java/bittorrent/Peer.java index 29472f8539..f1f10c15d6 100644 --- a/examples/java/bittorrent/Peer.java +++ b/examples/java/bittorrent/Peer.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/bittorrent/Tracker.java b/examples/java/bittorrent/Tracker.java index 1a108a3663..1a812b6771 100644 --- a/examples/java/bittorrent/Tracker.java +++ b/examples/java/bittorrent/Tracker.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/bittorrent/TrackerTask.java b/examples/java/bittorrent/TrackerTask.java index 9c0552da1f..4b0664984d 100644 --- a/examples/java/bittorrent/TrackerTask.java +++ b/examples/java/bittorrent/TrackerTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/Chord.java b/examples/java/chord/Chord.java index 398058f417..36038a1699 100644 --- a/examples/java/chord/Chord.java +++ b/examples/java/chord/Chord.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/ChordTask.java b/examples/java/chord/ChordTask.java index 9c6c785265..aac5083ff1 100644 --- a/examples/java/chord/ChordTask.java +++ b/examples/java/chord/ChordTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/Common.java b/examples/java/chord/Common.java index 03484602a6..6531dc0de5 100644 --- a/examples/java/chord/Common.java +++ b/examples/java/chord/Common.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/FindSuccessorAnswerTask.java b/examples/java/chord/FindSuccessorAnswerTask.java index 64e49cd525..f0d2c94e70 100644 --- a/examples/java/chord/FindSuccessorAnswerTask.java +++ b/examples/java/chord/FindSuccessorAnswerTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/FindSuccessorTask.java b/examples/java/chord/FindSuccessorTask.java index 8708469d96..51c2310fc5 100644 --- a/examples/java/chord/FindSuccessorTask.java +++ b/examples/java/chord/FindSuccessorTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/GetPredecessorAnswerTask.java b/examples/java/chord/GetPredecessorAnswerTask.java index c3d1724e4f..3c58bc149e 100644 --- a/examples/java/chord/GetPredecessorAnswerTask.java +++ b/examples/java/chord/GetPredecessorAnswerTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/GetPredecessorTask.java b/examples/java/chord/GetPredecessorTask.java index f17018872f..a3b0c0c98e 100644 --- a/examples/java/chord/GetPredecessorTask.java +++ b/examples/java/chord/GetPredecessorTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/Node.java b/examples/java/chord/Node.java index f28383f14f..64db0e5004 100644 --- a/examples/java/chord/Node.java +++ b/examples/java/chord/Node.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/chord/NotifyTask.java b/examples/java/chord/NotifyTask.java index 670da59852..84094ca949 100644 --- a/examples/java/chord/NotifyTask.java +++ b/examples/java/chord/NotifyTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/cloud/Cloud.java b/examples/java/cloud/Cloud.java index 1edb24b9bd..3e6446008c 100644 --- a/examples/java/cloud/Cloud.java +++ b/examples/java/cloud/Cloud.java @@ -1,5 +1,6 @@ /* - * Copyright 2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/cloud/FinalizeTask.java b/examples/java/cloud/FinalizeTask.java index c7b5c54420..ffaf4b92ee 100644 --- a/examples/java/cloud/FinalizeTask.java +++ b/examples/java/cloud/FinalizeTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/cloud/Master.java b/examples/java/cloud/Master.java index 1551521c1a..8710bfb916 100644 --- a/examples/java/cloud/Master.java +++ b/examples/java/cloud/Master.java @@ -1,5 +1,6 @@ /* - * Copyright 2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/cloud/Slave.java b/examples/java/cloud/Slave.java index 01e646ff89..4d9963e251 100644 --- a/examples/java/cloud/Slave.java +++ b/examples/java/cloud/Slave.java @@ -1,5 +1,6 @@ /* - * Copyright 2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/commTime/CommTimeTest.java b/examples/java/commTime/CommTimeTest.java index afcc18ef19..ba6485110c 100644 --- a/examples/java/commTime/CommTimeTest.java +++ b/examples/java/commTime/CommTimeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2012 The SimGrid Team. All right reserved. + * 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. diff --git a/examples/java/commTime/FinalizeTask.java b/examples/java/commTime/FinalizeTask.java index 7819b4949c..d0e3f32899 100644 --- a/examples/java/commTime/FinalizeTask.java +++ b/examples/java/commTime/FinalizeTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/commTime/Master.java b/examples/java/commTime/Master.java index 9bcca54604..9dc977295d 100644 --- a/examples/java/commTime/Master.java +++ b/examples/java/commTime/Master.java @@ -1,7 +1,8 @@ /* * Master of a basic master/slave example in Java * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/commTime/Slave.java b/examples/java/commTime/Slave.java index 0df92c1c85..bb81c9ff43 100644 --- a/examples/java/commTime/Slave.java +++ b/examples/java/commTime/Slave.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/kademlia/Answer.java b/examples/java/kademlia/Answer.java index 158231c4d8..9373f50aae 100644 --- a/examples/java/kademlia/Answer.java +++ b/examples/java/kademlia/Answer.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 04581f3292..cd6e6351bc 100644 --- a/examples/java/kademlia/Bucket.java +++ b/examples/java/kademlia/Bucket.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/Common.java b/examples/java/kademlia/Common.java index 739e18b1ce..576d273a4d 100644 --- a/examples/java/kademlia/Common.java +++ b/examples/java/kademlia/Common.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/Contact.java b/examples/java/kademlia/Contact.java index b4c1063b45..ac0ba9e933 100644 --- a/examples/java/kademlia/Contact.java +++ b/examples/java/kademlia/Contact.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 1f56a975f1..ab85b3afdb 100644 --- a/examples/java/kademlia/FindNodeAnswerTask.java +++ b/examples/java/kademlia/FindNodeAnswerTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 39e794134e..b5bfa97187 100644 --- a/examples/java/kademlia/FindNodeTask.java +++ b/examples/java/kademlia/FindNodeTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 c0b8c60e40..567987be80 100644 --- a/examples/java/kademlia/Kademlia.java +++ b/examples/java/kademlia/Kademlia.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/KademliaTask.java b/examples/java/kademlia/KademliaTask.java index a073232f79..17c5d42ba3 100644 --- a/examples/java/kademlia/KademliaTask.java +++ b/examples/java/kademlia/KademliaTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 486b78862b..447ff8d69b 100644 --- a/examples/java/kademlia/Node.java +++ b/examples/java/kademlia/Node.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/PingAnswerTask.java b/examples/java/kademlia/PingAnswerTask.java index 3f8389373c..097b6a8b3b 100644 --- a/examples/java/kademlia/PingAnswerTask.java +++ b/examples/java/kademlia/PingAnswerTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 84fcccf046..38c02a1155 100644 --- a/examples/java/kademlia/PingTask.java +++ b/examples/java/kademlia/PingTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 a119aaafb3..815d1d0a21 100644 --- a/examples/java/kademlia/RoutingTable.java +++ b/examples/java/kademlia/RoutingTable.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/java/master_slave_bypass/FinalizeTask.java b/examples/java/master_slave_bypass/FinalizeTask.java index 6bbbfbb0c4..77085c5200 100644 --- a/examples/java/master_slave_bypass/FinalizeTask.java +++ b/examples/java/master_slave_bypass/FinalizeTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/master_slave_bypass/Master.java b/examples/java/master_slave_bypass/Master.java index e411e1d6e8..ea894d8890 100644 --- a/examples/java/master_slave_bypass/Master.java +++ b/examples/java/master_slave_bypass/Master.java @@ -1,7 +1,8 @@ /* * Master of a basic master/slave example in Java * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/master_slave_bypass/MsBypass.java b/examples/java/master_slave_bypass/MsBypass.java index 035b046ae0..3a61208be8 100644 --- a/examples/java/master_slave_bypass/MsBypass.java +++ b/examples/java/master_slave_bypass/MsBypass.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/master_slave_bypass/Slave.java b/examples/java/master_slave_bypass/Slave.java index a66a80d55e..c342df4ac5 100644 --- a/examples/java/master_slave_bypass/Slave.java +++ b/examples/java/master_slave_bypass/Slave.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/master_slave_kill/FinalizeTask.java b/examples/java/master_slave_kill/FinalizeTask.java index c2d7bfac96..8b5daa3325 100644 --- a/examples/java/master_slave_kill/FinalizeTask.java +++ b/examples/java/master_slave_kill/FinalizeTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/master_slave_kill/Master.java b/examples/java/master_slave_kill/Master.java index 783e9a1351..82c8a9d5ea 100644 --- a/examples/java/master_slave_kill/Master.java +++ b/examples/java/master_slave_kill/Master.java @@ -1,7 +1,8 @@ /* * Master of a basic master/slave example in Java * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/master_slave_kill/MsKill.java b/examples/java/master_slave_kill/MsKill.java index 267dedd01a..cb54fa1a86 100644 --- a/examples/java/master_slave_kill/MsKill.java +++ b/examples/java/master_slave_kill/MsKill.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/master_slave_kill/Slave.java b/examples/java/master_slave_kill/Slave.java index 6a72f24368..630c25b3fb 100644 --- a/examples/java/master_slave_kill/Slave.java +++ b/examples/java/master_slave_kill/Slave.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/masterslave/FinalizeTask.java b/examples/java/masterslave/FinalizeTask.java index 8c636f1526..fc4d97b2e9 100644 --- a/examples/java/masterslave/FinalizeTask.java +++ b/examples/java/masterslave/FinalizeTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/masterslave/Forwarder.java b/examples/java/masterslave/Forwarder.java index 4c8f1029e7..12a9f83a08 100644 --- a/examples/java/masterslave/Forwarder.java +++ b/examples/java/masterslave/Forwarder.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/masterslave/Master.java b/examples/java/masterslave/Master.java index 9d23ba0975..94e00f5146 100644 --- a/examples/java/masterslave/Master.java +++ b/examples/java/masterslave/Master.java @@ -1,7 +1,8 @@ /* * Master of a basic master/slave example in Java * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/masterslave/Masterslave.java b/examples/java/masterslave/Masterslave.java index 8e15954fc8..b91c17894b 100644 --- a/examples/java/masterslave/Masterslave.java +++ b/examples/java/masterslave/Masterslave.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/masterslave/Slave.java b/examples/java/masterslave/Slave.java index f782195997..e3e4f08d4e 100644 --- a/examples/java/masterslave/Slave.java +++ b/examples/java/masterslave/Slave.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/pingPong/PingPongTask.java b/examples/java/pingPong/PingPongTask.java index a61700b06a..5acc673fa1 100644 --- a/examples/java/pingPong/PingPongTask.java +++ b/examples/java/pingPong/PingPongTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/pingPong/PingPongTest.java b/examples/java/pingPong/PingPongTest.java index 8a31a93cb4..39f7d386c0 100644 --- a/examples/java/pingPong/PingPongTest.java +++ b/examples/java/pingPong/PingPongTest.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/pingPong/Receiver.java b/examples/java/pingPong/Receiver.java index 5454ba4b35..e553e2a60e 100644 --- a/examples/java/pingPong/Receiver.java +++ b/examples/java/pingPong/Receiver.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/pingPong/Sender.java b/examples/java/pingPong/Sender.java index f2cf7ab76f..a39430a09a 100644 --- a/examples/java/pingPong/Sender.java +++ b/examples/java/pingPong/Sender.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/priority/Priority.java b/examples/java/priority/Priority.java index 1b57e43775..99f0aacf3c 100644 --- a/examples/java/priority/Priority.java +++ b/examples/java/priority/Priority.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/startKillTime/Master.java b/examples/java/startKillTime/Master.java index 2edb535b4c..47b2c8fd03 100644 --- a/examples/java/startKillTime/Master.java +++ b/examples/java/startKillTime/Master.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/startKillTime/Slave.java b/examples/java/startKillTime/Slave.java index 9d8e062e1e..5978e7047c 100644 --- a/examples/java/startKillTime/Slave.java +++ b/examples/java/startKillTime/Slave.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/startKillTime/StartKillTime.java b/examples/java/startKillTime/StartKillTime.java index 5a1667049e..3a2999cdbb 100644 --- a/examples/java/startKillTime/StartKillTime.java +++ b/examples/java/startKillTime/StartKillTime.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/suspend/DreamMaster.java b/examples/java/suspend/DreamMaster.java index 3fbc4b9542..a27be0925e 100644 --- a/examples/java/suspend/DreamMaster.java +++ b/examples/java/suspend/DreamMaster.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/suspend/LazyGuy.java b/examples/java/suspend/LazyGuy.java index 627cc3648c..6a8b17c17e 100644 --- a/examples/java/suspend/LazyGuy.java +++ b/examples/java/suspend/LazyGuy.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/suspend/Suspend.java b/examples/java/suspend/Suspend.java index ae106f37fa..ec31e22ae3 100644 --- a/examples/java/suspend/Suspend.java +++ b/examples/java/suspend/Suspend.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/tracing/PingPongTask.java b/examples/java/tracing/PingPongTask.java index 8e2224c5e3..0c3fbd8f69 100644 --- a/examples/java/tracing/PingPongTask.java +++ b/examples/java/tracing/PingPongTask.java @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/tracing/Receiver.java b/examples/java/tracing/Receiver.java index 09da519d28..3383695e01 100644 --- a/examples/java/tracing/Receiver.java +++ b/examples/java/tracing/Receiver.java @@ -2,8 +2,8 @@ * $Id$ * * Copyright 2006,2007 Martin Quinson, Malek Cherier - * Copyright 2012 The SimGrid Team. All rights reserved. - * All rights reserved. + * 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. diff --git a/examples/java/tracing/Sender.java b/examples/java/tracing/Sender.java index 413cde2168..30d0dc3e24 100644 --- a/examples/java/tracing/Sender.java +++ b/examples/java/tracing/Sender.java @@ -1,7 +1,8 @@ /* * Sender of basic ping/pong example * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/java/tracing/TracingTest.java b/examples/java/tracing/TracingTest.java index 380b0a8ed0..6205296250 100644 --- a/examples/java/tracing/TracingTest.java +++ b/examples/java/tracing/TracingTest.java @@ -2,8 +2,8 @@ * $Id$ * * Copyright 2006,2007 Martin Quinson, Malek Cherier - * Copyright 2012 The SimGrid team - * All rights reserved. + * 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. diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index 0e13b12b52..91d63eef52 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 d6fd85d69c..741cd2c74f 100644 --- a/examples/msg/bittorrent/bittorrent.c +++ b/examples/msg/bittorrent/bittorrent.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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.h b/examples/msg/bittorrent/bittorrent.h index 2cad1e40bd..7401336af4 100644 --- a/examples/msg/bittorrent/bittorrent.h +++ b/examples/msg/bittorrent/bittorrent.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 8990d43389..bb9045deef 100644 --- a/examples/msg/bittorrent/bittorrent_platfgen.c +++ b/examples/msg/bittorrent/bittorrent_platfgen.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* 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. */ diff --git a/examples/msg/bittorrent/connection.c b/examples/msg/bittorrent/connection.c index 725bda1761..0378f4a588 100644 --- a/examples/msg/bittorrent/connection.c +++ b/examples/msg/bittorrent/connection.c @@ -1,4 +1,4 @@ - /* Copyright (c) 2012. The SimGrid Team. + /* Copyright (c) 2012-2013. 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/connection.h b/examples/msg/bittorrent/connection.h index 95cfbbf439..2d3000891f 100644 --- a/examples/msg/bittorrent/connection.h +++ b/examples/msg/bittorrent/connection.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/messages.c b/examples/msg/bittorrent/messages.c index fae73a7147..cd7cd4c24c 100644 --- a/examples/msg/bittorrent/messages.c +++ b/examples/msg/bittorrent/messages.c @@ -1,4 +1,4 @@ - /* Copyright (c) 2012. The SimGrid Team. + /* Copyright (c) 2012-2013. 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/messages.h b/examples/msg/bittorrent/messages.h index 6f191a477c..4357729e71 100644 --- a/examples/msg/bittorrent/messages.h +++ b/examples/msg/bittorrent/messages.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 fc3e27fe66..2ea4729304 100644 --- a/examples/msg/bittorrent/peer.c +++ b/examples/msg/bittorrent/peer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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.h b/examples/msg/bittorrent/peer.h index f66588fb12..39554389f2 100644 --- a/examples/msg/bittorrent/peer.h +++ b/examples/msg/bittorrent/peer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/tracker.c b/examples/msg/bittorrent/tracker.c index 169b5d688b..b45d4646aa 100644 --- a/examples/msg/bittorrent/tracker.c +++ b/examples/msg/bittorrent/tracker.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/tracker.h b/examples/msg/bittorrent/tracker.h index b8752ad933..5acc231201 100644 --- a/examples/msg/bittorrent/tracker.h +++ b/examples/msg/bittorrent/tracker.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/chainsend.c b/examples/msg/chainsend/chainsend.c index ae6f7d37cd..8566e712d8 100644 --- a/examples/msg/chainsend/chainsend.c +++ b/examples/msg/chainsend/chainsend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012. The SimGrid Team. * Copyright (c) 2012. Maximiliano Geier. * All rights reserved. */ diff --git a/examples/msg/chord/chord.c b/examples/msg/chord/chord.c index e2aa9d0310..9744413746 100644 --- a/examples/msg/chord/chord.c +++ b/examples/msg/chord/chord.c @@ -1,5 +1,5 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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/masterslave_virtual_machines.c b/examples/msg/cloud/masterslave_virtual_machines.c index e1527eb61e..33513a0bf3 100644 --- a/examples/msg/cloud/masterslave_virtual_machines.c +++ b/examples/msg/cloud/masterslave_virtual_machines.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ diff --git a/examples/msg/energy/e1/e1.c b/examples/msg/energy/e1/e1.c index ae2425deaf..1f7dae7175 100644 --- a/examples/msg/energy/e1/e1.c +++ b/examples/msg/energy/e1/e1.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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/e2/e2.c b/examples/msg/energy/e2/e2.c index 5e9bc42483..93db851ed7 100644 --- a/examples/msg/energy/e2/e2.c +++ b/examples/msg/energy/e2/e2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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 2b88444d1d..5fb0164b17 100644 --- a/examples/msg/energy/e3/e3.c +++ b/examples/msg/energy/e3/e3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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 29362af2b3..bb7661d501 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012. 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 52369804af..488f40b4d0 100644 --- a/examples/msg/gtnets/gtnets.c +++ b/examples/msg/gtnets/gtnets.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 5ff6a27366..ef9e78b02a 100644 --- a/examples/msg/icomms/peer.c +++ b/examples/msg/icomms/peer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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 5f165fa140..d60cae3ef2 100644 --- a/examples/msg/icomms/peer2.c +++ b/examples/msg/icomms/peer2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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 a01f2c7b9c..bfbda570b7 100644 --- a/examples/msg/icomms/peer3.c +++ b/examples/msg/icomms/peer3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 d1595cb44e..cf8330e726 100644 --- a/examples/msg/io/file.c +++ b/examples/msg/io/file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012-2013. 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 47c712743e..ec6ea5b75c 100644 --- a/examples/msg/io/file_unlink.c +++ b/examples/msg/io/file_unlink.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012-2013. 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 712b6fa760..1475d1cb53 100644 --- a/examples/msg/kademlia/answer.c +++ b/examples/msg/kademlia/answer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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.c b/examples/msg/kademlia/node.c index 3178993bda..5cdc918290 100644 --- a/examples/msg/kademlia/node.c +++ b/examples/msg/kademlia/node.c @@ -1,5 +1,5 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. 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 62a73e1aba..4587f2862f 100644 --- a/examples/msg/kademlia/routing_table.c +++ b/examples/msg/kademlia/routing_table.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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_arg.c b/examples/msg/masterslave/masterslave_arg.c index 873fedbf90..fd97d2ab50 100644 --- a/examples/msg/masterslave/masterslave_arg.c +++ b/examples/msg/masterslave/masterslave_arg.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 59aed82b2f..35e3d93b12 100644 --- a/examples/msg/masterslave/masterslave_bypass.c +++ b/examples/msg/masterslave/masterslave_bypass.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 9b1089c969..74a7493df5 100644 --- a/examples/msg/masterslave/masterslave_cluster.c +++ b/examples/msg/masterslave/masterslave_cluster.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 32b38ced20..51c637b7e6 100644 --- a/examples/msg/masterslave/masterslave_failure.c +++ b/examples/msg/masterslave/masterslave_failure.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 b874c36416..1764ba0f7b 100644 --- a/examples/msg/masterslave/masterslave_failure_platfgen.c +++ b/examples/msg/masterslave/masterslave_failure_platfgen.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 20f68414a8..643ca79266 100644 --- a/examples/msg/masterslave/masterslave_forwarder.c +++ b/examples/msg/masterslave/masterslave_forwarder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 bc0a2dc9a2..647364611a 100644 --- a/examples/msg/masterslave/masterslave_kill.c +++ b/examples/msg/masterslave/masterslave_kill.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2012. 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 e2ab9385a8..76dad7274e 100644 --- a/examples/msg/masterslave/masterslave_mailbox.c +++ b/examples/msg/masterslave/masterslave_mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/mc/bugged1.c b/examples/msg/mc/bugged1.c index 585a1f3cbc..a8f62e7053 100644 --- a/examples/msg/mc/bugged1.c +++ b/examples/msg/mc/bugged1.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2010-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/mc/bugged2.c b/examples/msg/mc/bugged2.c index c5c98ab26a..528dd1b98b 100644 --- a/examples/msg/mc/bugged2.c +++ b/examples/msg/mc/bugged2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2010-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/mc/bugged3.c b/examples/msg/mc/bugged3.c index dbf589fb35..91d00c1e37 100644 --- a/examples/msg/mc/bugged3.c +++ b/examples/msg/mc/bugged3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2010-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/mc/centralized_mutex.c b/examples/msg/mc/centralized_mutex.c index 5b3cd59e7b..64008b4e09 100644 --- a/examples/msg/mc/centralized_mutex.c +++ b/examples/msg/mc/centralized_mutex.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2010-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/migration/migration.c b/examples/msg/migration/migration.c index 95bd58c4ef..898682f840 100644 --- a/examples/msg/migration/migration.c +++ b/examples/msg/migration/migration.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 6db54f35cb..d1ffeee73c 100644 --- a/examples/msg/ns3/ns3.c +++ b/examples/msg/ns3/ns3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 e70aa46e8a..5b25179bef 100644 --- a/examples/msg/parallel_task/parallel_task.c +++ b/examples/msg/parallel_task/parallel_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 efe1356ecd..0e2646323c 100644 --- a/examples/msg/parallel_task/test_ptask.c +++ b/examples/msg/parallel_task/test_ptask.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/pmm/msg_pmm.c b/examples/msg/pmm/msg_pmm.c index cc6b9af8b0..1acf31cdbd 100644 --- a/examples/msg/pmm/msg_pmm.c +++ b/examples/msg/pmm/msg_pmm.c @@ -1,6 +1,6 @@ /* pmm - parallel matrix multiplication "double diffusion" */ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2006-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/priority/priority.c b/examples/msg/priority/priority.c index f82d13207d..3940a08a9f 100644 --- a/examples/msg/priority/priority.c +++ b/examples/msg/priority/priority.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 6cced3c404..368a09d458 100644 --- a/examples/msg/properties/msg_prop.c +++ b/examples/msg/properties/msg_prop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/msg/sendrecv/sendrecv.c b/examples/msg/sendrecv/sendrecv.c index 038697c600..64a71a94c9 100644 --- a/examples/msg/sendrecv/sendrecv.c +++ b/examples/msg/sendrecv/sendrecv.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 03bb06b3ab..fc03c409dc 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. The SimGrid Team. +/* Copyright (c) 2007, 2009-2010, 2012. 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 bdc008558b..5edb0af46b 100644 --- a/examples/msg/suspend/suspend.c +++ b/examples/msg/suspend/suspend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2012. 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 fc6092508a..9a7de6e6a4 100644 --- a/examples/msg/token_ring/ring_call.c +++ b/examples/msg/token_ring/ring_call.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. 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 89433a64a2..2091603114 100644 --- a/examples/msg/token_ring/token_bypass.c +++ b/examples/msg/token_ring/token_bypass.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012-2013. 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 bb6d765e1a..e62d9b5f0e 100644 --- a/examples/msg/tracing/categories.c +++ b/examples/msg/tracing/categories.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 8b6d5ce603..e831432d92 100644 --- a/examples/msg/tracing/ms.c +++ b/examples/msg/tracing/ms.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 25ff1890b8..59a1a796c0 100644 --- a/examples/msg/tracing/procmig.c +++ b/examples/msg/tracing/procmig.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2010 The SimGrid team. All rights reserved. */ +/* Copyright (c) 2010-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. */ diff --git a/examples/msg/tracing/simple.c b/examples/msg/tracing/simple.c index 25050e7b12..e8b5ebbbac 100644 --- a/examples/msg/tracing/simple.c +++ b/examples/msg/tracing/simple.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. 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 427a891407..a5cdfc0866 100644 --- a/examples/msg/tracing/trace_platform.c +++ b/examples/msg/tracing/trace_platform.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. 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 0ec8ebf56e..90e65ba95f 100644 --- a/examples/msg/tracing/user_variables.c +++ b/examples/msg/tracing/user_variables.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/scala/master_slave_bypass/FinalizeTask.scala b/examples/scala/master_slave_bypass/FinalizeTask.scala index d83759dd0e..ca08d597a2 100644 --- a/examples/scala/master_slave_bypass/FinalizeTask.scala +++ b/examples/scala/master_slave_bypass/FinalizeTask.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/master_slave_bypass/Master.scala b/examples/scala/master_slave_bypass/Master.scala index 5e2fbee647..7036db376a 100644 --- a/examples/scala/master_slave_bypass/Master.scala +++ b/examples/scala/master_slave_bypass/Master.scala @@ -1,7 +1,8 @@ /* * Master of a basic master/slave example in Java * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/master_slave_bypass/MsBypass.scala b/examples/scala/master_slave_bypass/MsBypass.scala index 563f2501c7..84ea68a151 100644 --- a/examples/scala/master_slave_bypass/MsBypass.scala +++ b/examples/scala/master_slave_bypass/MsBypass.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/master_slave_bypass/Slave.scala b/examples/scala/master_slave_bypass/Slave.scala index d8538c43dd..1f97463375 100644 --- a/examples/scala/master_slave_bypass/Slave.scala +++ b/examples/scala/master_slave_bypass/Slave.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/master_slave_kill/FinalizeTask.scala b/examples/scala/master_slave_kill/FinalizeTask.scala index 452860b88a..b017adfaed 100644 --- a/examples/scala/master_slave_kill/FinalizeTask.scala +++ b/examples/scala/master_slave_kill/FinalizeTask.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/master_slave_kill/Master.scala b/examples/scala/master_slave_kill/Master.scala index 01dca86b11..85a2946952 100644 --- a/examples/scala/master_slave_kill/Master.scala +++ b/examples/scala/master_slave_kill/Master.scala @@ -1,7 +1,8 @@ /* * Master of a basic master/slave example in Java * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/master_slave_kill/MsKill.scala b/examples/scala/master_slave_kill/MsKill.scala index ec69031c2c..d91a819c73 100644 --- a/examples/scala/master_slave_kill/MsKill.scala +++ b/examples/scala/master_slave_kill/MsKill.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/master_slave_kill/Slave.scala b/examples/scala/master_slave_kill/Slave.scala index 38c266a00a..2d503684e5 100644 --- a/examples/scala/master_slave_kill/Slave.scala +++ b/examples/scala/master_slave_kill/Slave.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/masterslave/FinalizeTask.scala b/examples/scala/masterslave/FinalizeTask.scala index 82027adc18..45952fc4b1 100644 --- a/examples/scala/masterslave/FinalizeTask.scala +++ b/examples/scala/masterslave/FinalizeTask.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/masterslave/Forwarder.scala b/examples/scala/masterslave/Forwarder.scala index 3b9da5342a..a3cd4ffd2a 100644 --- a/examples/scala/masterslave/Forwarder.scala +++ b/examples/scala/masterslave/Forwarder.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/masterslave/Master.scala b/examples/scala/masterslave/Master.scala index aba2c71d69..15779c93e4 100644 --- a/examples/scala/masterslave/Master.scala +++ b/examples/scala/masterslave/Master.scala @@ -1,7 +1,8 @@ /* * Master of a basic master/slave example in Java * - * Copyright 2006-2012 The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/masterslave/Masterslave.scala b/examples/scala/masterslave/Masterslave.scala index 473c21a13e..8f6a102924 100644 --- a/examples/scala/masterslave/Masterslave.scala +++ b/examples/scala/masterslave/Masterslave.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/scala/masterslave/Slave.scala b/examples/scala/masterslave/Slave.scala index 07994576ac..cc1e53182c 100644 --- a/examples/scala/masterslave/Slave.scala +++ b/examples/scala/masterslave/Slave.scala @@ -1,5 +1,6 @@ /* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/simdag/dax/dax_test.c b/examples/simdag/dax/dax_test.c index 7f8ade8968..957858b110 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, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_test.c b/examples/simdag/dot/dot_test.c index 05eb34fcdc..45e96bcaf9 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. The SimGrid Team. +/* Copyright (c) 2010-2013. 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 c2457f2e73..ea5a4c7f5e 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. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 3643f2b200..1af8fb643f 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. The SimGrid Team. +/* Copyright (c) 2010-2013. 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 299c0b5106..9fa69f738e 100644 --- a/examples/simdag/goal/goal_test.c +++ b/examples/simdag/goal/goal_test.c @@ -4,7 +4,8 @@ * 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. The SimGrid Team. All rights reserved. + * 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. diff --git a/examples/simdag/metaxml/sd_meta.c b/examples/simdag/metaxml/sd_meta.c index a03e9021d0..17947d72dc 100644 --- a/examples/simdag/metaxml/sd_meta.c +++ b/examples/simdag/metaxml/sd_meta.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/simdag/properties/sd_prop.c b/examples/simdag/properties/sd_prop.c index 67c3951bed..88bfb7d3b8 100644 --- a/examples/simdag/properties/sd_prop.c +++ b/examples/simdag/properties/sd_prop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 41310892db..97947d09a5 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, 2010. The SimGrid Team. +/* Copyright (c) 2009-2012. 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 00d1aefff2..4e75195382 100644 --- a/examples/simdag/sd_avail.c +++ b/examples/simdag/sd_avail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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 4a354ae4e2..1364f6e73a 100644 --- a/examples/simdag/sd_comm_throttling.c +++ b/examples/simdag/sd_comm_throttling.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2013. 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 3ef49eeab5..0338b0a151 100644 --- a/examples/simdag/sd_fail.c +++ b/examples/simdag/sd_fail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2013. 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 75ab65ce41..a35b80aac3 100644 --- a/examples/simdag/sd_seq_access.c +++ b/examples/simdag/sd_seq_access.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2013. 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 becdeefd34..bd980808e3 100644 --- a/examples/simdag/sd_test.c +++ b/examples/simdag/sd_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2012. 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 acab4c8d45..3eff0d3073 100644 --- a/examples/simdag/sd_test2.c +++ b/examples/simdag/sd_test2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 b8ccbfaf61..f2621663e8 100644 --- a/examples/simdag/sd_typed_tasks_test.c +++ b/examples/simdag/sd_typed_tasks_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2013. 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 0cdc4302c6..737f84a77d 100644 --- a/examples/simdag/simdag_trace.c +++ b/examples/simdag/simdag_trace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/examples/smpi/bcbench.c b/examples/smpi/bcbench.c index 5cd2f64280..3ae635e9ba 100644 --- a/examples/smpi/bcbench.c +++ b/examples/smpi/bcbench.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. 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.c b/examples/smpi/mc/bugged1.c index 68dd966cc9..7047affe76 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. The SimGrid Team. +/* Copyright (c) 2009, 2011, 2013. 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/bugged2.c b/examples/smpi/mc/bugged2.c index 479b14750d..fdd691c450 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. The SimGrid Team. +/* Copyright (c) 2009, 2011, 2013. 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 a32812155f..cacc0da30b 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. 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 f508f9d958..4880da348c 100644 --- a/examples/smpi/replay/replay.c +++ b/examples/smpi/replay/replay.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011, 2012. The SimGrid Team. +/* Copyright (c) 2009-2012. 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 6c9e8febde..fdde9a549f 100644 --- a/examples/smpi/tracing/smpi_traced.c +++ b/examples/smpi/tracing/smpi_traced.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. 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 7b36a83986..ebf2ecb4a2 100644 --- a/examples/xbt/sem_basic.c +++ b/examples/xbt/sem_basic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007. The SimGrid Team. +/* Copyright (c) 2007, 2010-2012. 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 337d8c5371..d69ff2697f 100644 --- a/examples/xbt/sem_sched.c +++ b/examples/xbt/sem_sched.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008. The SimGrid Team. +/* Copyright (c) 2007-2008, 2010-2012. 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 29facc4ea4..39798356b5 100644 --- a/include/instr/instr.h +++ b/include/instr/instr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/msg/datatypes.h b/include/msg/datatypes.h index 102e280cc0..ec37fac7f1 100644 --- a/include/msg/datatypes.h +++ b/include/msg/datatypes.h @@ -1,4 +1,5 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/include/msg/msg.h b/include/msg/msg.h index e848f89f34..591666044a 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -1,4 +1,5 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/include/simdag/datatypes.h b/include/simdag/datatypes.h index 092d30c54d..f80d5ef6df 100644 --- a/include/simdag/datatypes.h +++ b/include/simdag/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006, 2008-2013. 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 b5d0cc66ad..49d062e6b1 100644 --- a/include/simdag/simdag.h +++ b/include/simdag/simdag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2010, 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/simgrid/modelchecker.h b/include/simgrid/modelchecker.h index fae8a40498..fcc7da1300 100644 --- a/include/simgrid/modelchecker.h +++ b/include/simgrid/modelchecker.h @@ -1,6 +1,7 @@ /* simgrid/modelchecker.h - Formal Verification made possible in SimGrid */ -/* Copyright (c) 2008-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/include/simgrid/platf.h b/include/simgrid/platf.h index 6639f2c9c2..6d0d278850 100644 --- a/include/simgrid/platf.h +++ b/include/simgrid/platf.h @@ -1,6 +1,7 @@ /* platf.h - Public interface to the SimGrid platforms */ -/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/include/simgrid/platf_generator.h b/include/simgrid/platf_generator.h index 767fe6e6da..84a385babe 100644 --- a/include/simgrid/platf_generator.h +++ b/include/simgrid/platf_generator.h @@ -1,7 +1,8 @@ /* platf_generator.h - Public interface to the SimGrid platforms generator */ -/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 272829ed84..481c41764c 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/simgrid_config.h.in b/include/simgrid_config.h.in index be5c24da3e..fb08c2903a 100644 --- a/include/simgrid_config.h.in +++ b/include/simgrid_config.h.in @@ -1,6 +1,7 @@ /* simgrid_config.h - Results of the configure made visible to user code */ -/* Copyright (c) 2009-2012. Da SimGrid team. All rights reserved. */ +/* Copyright (c) 2009-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. */ diff --git a/include/smpi/mpi.h b/include/smpi/mpi.h index 0e64fdb3fb..d840c9a8dd 100644 --- a/include/smpi/mpi.h +++ b/include/smpi/mpi.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 b/include/smpi/mpif.h index b8424469a1..88922f3ae9 100644 --- a/include/smpi/mpif.h +++ b/include/smpi/mpif.h @@ -1,5 +1,5 @@ ! -*- fortran -*- -! Copyright (c) 2010. The SimGrid Team. +! Copyright (c) 2010, 2012-2013. 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.h b/include/smpi/smpi.h index 47ffd5f35f..eaf6fac5e6 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_cocci.h b/include/smpi/smpi_cocci.h index f0823557b8..534c44369b 100644 --- a/include/smpi/smpi_cocci.h +++ b/include/smpi/smpi_cocci.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2011. The SimGrid Team. +/* Copyright (c) 2011-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/smpi/smpif.h.in b/include/smpi/smpif.h.in index 6056f79009..37b80e8718 100644 --- a/include/smpi/smpif.h.in +++ b/include/smpi/smpif.h.in @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index 7b16a41a4d..d9e91efaa0 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 c2a8577790..b143fa848e 100644 --- a/include/surf/surfxml_parse.h +++ b/include/surf/surfxml_parse.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2013. 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 1893481e94..96c204ad6c 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,6 +1,7 @@ /* xbt.h - Public interface to the xbt (SimGrid's toolbox) */ -/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/include/xbt/asserts.h b/include/xbt/asserts.h index dcb0e0522b..4d90d1dbf7 100644 --- a/include/xbt/asserts.h +++ b/include/xbt/asserts.h @@ -1,6 +1,6 @@ /* xbt/asserts.h -- assertion mecanism */ -/* Copyright (c) 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2005-2007, 2009-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/config.h b/include/xbt/config.h index bc1b68093f..79f66973b1 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, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2013. 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 eca8b82426..64400346a9 100644 --- a/include/xbt/cunit.h +++ b/include/xbt/cunit.h @@ -1,6 +1,6 @@ /* cunit - A little C Unit facility */ -/* Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2005-2012. 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 2a9bcba9b4..4f2a88c3be 100644 --- a/include/xbt/dict.h +++ b/include/xbt/dict.h @@ -1,6 +1,6 @@ /* xbt/dict.h -- api to a generic dictionary */ -/* Copyright (c) 2004-2011. The SimGrid Team. +/* Copyright (c) 2004-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/dynar.h b/include/xbt/dynar.h index 4cf11cca7b..f0c14cc36b 100644 --- a/include/xbt/dynar.h +++ b/include/xbt/dynar.h @@ -1,6 +1,6 @@ /* dynar - a generic dynamic array */ -/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2013. 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 374bd019e5..f80fe2d8d3 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -1,6 +1,6 @@ /* ex - Exception Handling */ -/* Copyright (c) 2005-2010 The SimGrid team */ +/* Copyright (c) 2005-2013. The SimGrid Team. */ /* 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 aaf2a372b0..e1871bac05 100644 --- a/include/xbt/fifo.h +++ b/include/xbt/fifo.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2012. 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 fc1b45883d..42a8cf1000 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. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012. 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 38a3512c15..c92df8c060 100644 --- a/include/xbt/graph.h +++ b/include/xbt/graph.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2012. 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 8b39e7b1b5..8f45895ca5 100644 --- a/include/xbt/graphxml_parse.h +++ b/include/xbt/graphxml_parse.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2011. 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 6cbc514598..dcefb7c44e 100644 --- a/include/xbt/hash.h +++ b/include/xbt/hash.h @@ -1,6 +1,6 @@ /* hash.h - Various hashing functions. */ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2011. 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 b6e968998c..29a9149284 100644 --- a/include/xbt/heap.h +++ b/include/xbt/heap.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2011. 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 cdc9fc7942..5139ff8264 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. The SimGrid Team. +/* Copyright (c) 2011, 2013. 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 d631073f48..697cb50dd2 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-2011. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 cc4b78a9ee..dcf75a56a9 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. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012. 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 53d5062a6a..5ce5babe45 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. 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 a3062a15be..0b80fd7ba5 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 32fa620e27..0e6485256a 100644 --- a/include/xbt/mmalloc.h +++ b/include/xbt/mmalloc.h @@ -1,7 +1,7 @@ /* Copyright (C) 1991, 1992 Free Software Foundation, Inc. This file was then part of the GNU C Library. */ -/* Copyright (c) 2010-2012. The SimGrid Team. +/* Copyright (c) 2010-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/module.h b/include/xbt/module.h index 3fc85f9f0d..b5b9a828d2 100644 --- a/include/xbt/module.h +++ b/include/xbt/module.h @@ -1,6 +1,6 @@ /* module - modularize the code */ -/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2010, 2012. 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 d26d9146de..624d2783cd 100644 --- a/include/xbt/parmap.h +++ b/include/xbt/parmap.h @@ -1,6 +1,6 @@ /* A thread pool. */ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2013. 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 dbf8122081..a0767c0b33 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. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012. 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 3b83e7f99c..b23dd50c5d 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 2f15374e7b..069052d687 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. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. 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 0505b10f27..6264d25df1 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, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/str.h b/include/xbt/str.h index cddd67d724..dc164b72fb 100644 --- a/include/xbt/str.h +++ b/include/xbt/str.h @@ -1,6 +1,6 @@ /* str.h - XBT string related functions. */ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 d3f9636909..3ed91f42b5 100644 --- a/include/xbt/strbuff.h +++ b/include/xbt/strbuff.h @@ -1,6 +1,6 @@ /* strbuff -- string buffers */ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2011. 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 69004c3ebc..2e3bed9751 100644 --- a/include/xbt/swag.h +++ b/include/xbt/swag.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 e1950dae50..3a3d3e2423 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, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 536c12d9d1..8d3a61ecc2 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 a4c652ffca..cf25980d1a 100644 --- a/include/xbt/virtu.h +++ b/include/xbt/virtu.h @@ -1,6 +1,6 @@ /* virtu - virtualization layer for XBT to choose between GRAS and MSG implementation */ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2010, 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/include/xbt/xbt_os_thread.h b/include/xbt/xbt_os_thread.h index 7d7bd290d6..6283cfcee3 100644 --- a/include/xbt/xbt_os_thread.h +++ b/include/xbt/xbt_os_thread.h @@ -1,6 +1,7 @@ /* xbt/xbt_os_thread.h -- Thread portability layer */ -/* Copyright (c) 2007-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ diff --git a/src/bindings/bindings_global.c b/src/bindings/bindings_global.c index 90d0d28c3d..c62642451f 100644 --- a/src/bindings/bindings_global.c +++ b/src/bindings/bindings_global.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2012 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 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. */ diff --git a/src/bindings/java/jmsg.c b/src/bindings/java/jmsg.c index 64b5ef5f68..3599905e4c 100644 --- a/src/bindings/java/jmsg.c +++ b/src/bindings/java/jmsg.c @@ -1,6 +1,6 @@ /* Java Wrappers to the MSG API. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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.h b/src/bindings/java/jmsg.h index 4d9a5d4d91..092bcfdd34 100644 --- a/src/bindings/java/jmsg.h +++ b/src/bindings/java/jmsg.h @@ -1,6 +1,6 @@ /* Java Wrappers to the MSG API. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_as.c b/src/bindings/java/jmsg_as.c index 30f8b0ed67..3589783021 100644 --- a/src/bindings/java/jmsg_as.c +++ b/src/bindings/java/jmsg_as.c @@ -1,6 +1,6 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_as.h b/src/bindings/java/jmsg_as.h index 00b21fc986..139c2868e3 100644 --- a/src/bindings/java/jmsg_as.h +++ b/src/bindings/java/jmsg_as.h @@ -1,6 +1,6 @@ /* Functions related to the java As instances. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -14,7 +14,7 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_comm.c b/src/bindings/java/jmsg_comm.c index 669e91f407..6a4a66e424 100644 --- a/src/bindings/java/jmsg_comm.c +++ b/src/bindings/java/jmsg_comm.c @@ -1,6 +1,7 @@ -/* Functions related to the java comm instances */ +/* Functions related to the java comm instances */ -/* Copyright (c) 2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2013. The SimGrid Team. + * All rights reserved. */ #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 ce86f9d468..13b1b7ee38 100644 --- a/src/bindings/java/jmsg_comm.h +++ b/src/bindings/java/jmsg_comm.h @@ -1,6 +1,7 @@ -/* Functions related to the java comm instances */ +/* Functions related to the java comm instances */ -/* Copyright (c) 2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2013. The SimGrid Team. + * All rights reserved. */ #ifndef MSG_JCOMM_H #define MSG_JCOMM_H diff --git a/src/bindings/java/jmsg_file.c b/src/bindings/java/jmsg_file.c index ec40195a28..21aea29897 100644 --- a/src/bindings/java/jmsg_file.c +++ b/src/bindings/java/jmsg_file.c @@ -1,5 +1,5 @@ /* Functions related to the java file API. */ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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_file.h b/src/bindings/java/jmsg_file.h index 182bef1218..f79ae22e42 100644 --- a/src/bindings/java/jmsg_file.h +++ b/src/bindings/java/jmsg_file.h @@ -1,5 +1,5 @@ /* Functions related to the java file API. */ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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_host.c b/src/bindings/java/jmsg_host.c index 21cfc8a0bf..9a3a1ff99e 100644 --- a/src/bindings/java/jmsg_host.c +++ b/src/bindings/java/jmsg_host.c @@ -1,6 +1,6 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_host.h b/src/bindings/java/jmsg_host.h index 47aef69578..5eff53481d 100644 --- a/src/bindings/java/jmsg_host.h +++ b/src/bindings/java/jmsg_host.h @@ -1,6 +1,6 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_process.c b/src/bindings/java/jmsg_process.c index 2edf52824b..ec9c9d4fc7 100644 --- a/src/bindings/java/jmsg_process.c +++ b/src/bindings/java/jmsg_process.c @@ -1,6 +1,6 @@ /* Functions related to the java process instances. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_process.h b/src/bindings/java/jmsg_process.h index bbb30154d0..b77e9869b2 100644 --- a/src/bindings/java/jmsg_process.h +++ b/src/bindings/java/jmsg_process.h @@ -1,6 +1,6 @@ /* Functions related to the java process instances. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_rngstream.c b/src/bindings/java/jmsg_rngstream.c index 6610b84811..d8e2c47c07 100644 --- a/src/bindings/java/jmsg_rngstream.c +++ b/src/bindings/java/jmsg_rngstream.c @@ -1,6 +1,6 @@ /* Functions related to the RngStream Java port */ -/* Copyright (c) 2007-2012 The SimGrid Team. +/* Copyright (c) 2007-2013. 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_rngstream.h b/src/bindings/java/jmsg_rngstream.h index eb5e37ec9a..e41be2af3a 100644 --- a/src/bindings/java/jmsg_rngstream.h +++ b/src/bindings/java/jmsg_rngstream.h @@ -1,6 +1,6 @@ /* Functions related to the RngStream Java port */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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.c b/src/bindings/java/jmsg_synchro.c index cea60307ec..2fd40e4014 100644 --- a/src/bindings/java/jmsg_synchro.c +++ b/src/bindings/java/jmsg_synchro.c @@ -1,9 +1,10 @@ /* Functions exporting the simgrid synchronization mechanisms to the Java world */ -/* Copyright (c) 2012. The SimGrid Team. All rights reserved. */ +/* 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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "jmsg.h" #include "xbt/synchro_core.h" diff --git a/src/bindings/java/jmsg_synchro.h b/src/bindings/java/jmsg_synchro.h index 1eb5a1d91b..e5e1c42400 100644 --- a/src/bindings/java/jmsg_synchro.h +++ b/src/bindings/java/jmsg_synchro.h @@ -1,6 +1,6 @@ /* Functions related to the java process instances. */ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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_task.c b/src/bindings/java/jmsg_task.c index 3ad81676b5..01c30ce3aa 100644 --- a/src/bindings/java/jmsg_task.c +++ b/src/bindings/java/jmsg_task.c @@ -1,6 +1,6 @@ /* Functions related to the java task instances. */ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2010, 2013. 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_task.h b/src/bindings/java/jmsg_task.h index f2185a5426..197d86a6da 100644 --- a/src/bindings/java/jmsg_task.h +++ b/src/bindings/java/jmsg_task.h @@ -1,6 +1,6 @@ /* Functions related to the java task instances. */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_vm.c b/src/bindings/java/jmsg_vm.c index 0980d909d6..5c54c1f2b5 100644 --- a/src/bindings/java/jmsg_vm.c +++ b/src/bindings/java/jmsg_vm.c @@ -1,9 +1,10 @@ /* Functions related to the MSG VM API. */ -/* Copyright (c) 2012. The SimGrid Team. */ +/* 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. */ + * 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 49d54b2b0e..6bf42848e3 100644 --- a/src/bindings/java/jmsg_vm.h +++ b/src/bindings/java/jmsg_vm.h @@ -1,10 +1,10 @@ /* Functions related to the MSG VM API. */ -/* Copyright (c) 2012. The SimGrid Team. */ +/* 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. */ - + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_VM_H #define MSG_VM_H diff --git a/src/bindings/java/jtrace.c b/src/bindings/java/jtrace.c index 1bdfa67e68..d18072c57c 100644 --- a/src/bindings/java/jtrace.c +++ b/src/bindings/java/jtrace.c @@ -1,6 +1,6 @@ /* Java Wrappers to the TRACE API. */ -/* Copyright (c) 2012 The SimGrid Team. +/* Copyright (c) 2012-2013. 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/jxbt_utilities.c b/src/bindings/java/jxbt_utilities.c index 1daf3700c5..0f270e0f46 100644 --- a/src/bindings/java/jxbt_utilities.c +++ b/src/bindings/java/jxbt_utilities.c @@ -1,6 +1,6 @@ /* Various JNI helper functions */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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/jxbt_utilities.h b/src/bindings/java/jxbt_utilities.h index 8dbacd6d79..79450a28d1 100644 --- a/src/bindings/java/jxbt_utilities.h +++ b/src/bindings/java/jxbt_utilities.h @@ -1,6 +1,6 @@ /* Various JNI helper functions */ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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/org/simgrid/msg/As.java b/src/bindings/java/org/simgrid/msg/As.java index f895e1acb9..0ce553261f 100644 --- a/src/bindings/java/org/simgrid/msg/As.java +++ b/src/bindings/java/org/simgrid/msg/As.java @@ -1,7 +1,7 @@ /* * Bindings to the MSG hosts * - * Copyright 2006-2012 The SimGrid Team + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/Comm.java b/src/bindings/java/org/simgrid/msg/Comm.java index 63e6d1e1db..a085ed0c05 100644 --- a/src/bindings/java/org/simgrid/msg/Comm.java +++ b/src/bindings/java/org/simgrid/msg/Comm.java @@ -1,6 +1,7 @@ package org.simgrid.msg; /** -* Copyright 2012 The SimGrid team. All right reserved. +* 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 diff --git a/src/bindings/java/org/simgrid/msg/File.java b/src/bindings/java/org/simgrid/msg/File.java index 426ea071b6..89c7b975d4 100644 --- a/src/bindings/java/org/simgrid/msg/File.java +++ b/src/bindings/java/org/simgrid/msg/File.java @@ -1,6 +1,7 @@ package org.simgrid.msg; /** -* Copyright 2012 The SimGrid team. All right reserved. +* 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 diff --git a/src/bindings/java/org/simgrid/msg/Host.java b/src/bindings/java/org/simgrid/msg/Host.java index cc901666b2..fc48cbac85 100644 --- a/src/bindings/java/org/simgrid/msg/Host.java +++ b/src/bindings/java/org/simgrid/msg/Host.java @@ -1,7 +1,7 @@ /* * Bindings to the MSG hosts * - * Copyright 2006-2012 The SimGrid Team + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/HostFailureException.java b/src/bindings/java/org/simgrid/msg/HostFailureException.java index 87e0661552..cc328f5a3c 100644 --- a/src/bindings/java/org/simgrid/msg/HostFailureException.java +++ b/src/bindings/java/org/simgrid/msg/HostFailureException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing host. * - * Copyright 2006-2012 The SimGrid Team + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/HostNotFoundException.java b/src/bindings/java/org/simgrid/msg/HostNotFoundException.java index 269eeb5f9d..3bcc46cd35 100644 --- a/src/bindings/java/org/simgrid/msg/HostNotFoundException.java +++ b/src/bindings/java/org/simgrid/msg/HostNotFoundException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing host. * - * Copyright 2006-2012 The SimGrid Team + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/JniException.java b/src/bindings/java/org/simgrid/msg/JniException.java index d9333a28e4..ce2fd39d5b 100644 --- a/src/bindings/java/org/simgrid/msg/JniException.java +++ b/src/bindings/java/org/simgrid/msg/JniException.java @@ -1,7 +1,7 @@ /* * This exception is raised when there is a problem within the bindings (in JNI). * - * Copyright 2006-2012 The SimGrid Team + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/Msg.java b/src/bindings/java/org/simgrid/msg/Msg.java index 5a08809b2a..229566c9d5 100644 --- a/src/bindings/java/org/simgrid/msg/Msg.java +++ b/src/bindings/java/org/simgrid/msg/Msg.java @@ -1,7 +1,7 @@ /* * JNI interface to C code for MSG. * - * Copyright 2006-2012 The SimGrid Team. + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/MsgException.java b/src/bindings/java/org/simgrid/msg/MsgException.java index d56b7ea33f..7baa8eb5f8 100644 --- a/src/bindings/java/org/simgrid/msg/MsgException.java +++ b/src/bindings/java/org/simgrid/msg/MsgException.java @@ -1,7 +1,7 @@ /* * This exception is an abstract class grouping all MSG-related exceptions * - * Copyright 2006-2012 The SimGrid Team + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/Mutex.java b/src/bindings/java/org/simgrid/msg/Mutex.java index cb16ffb03f..1b76bb8bb9 100644 --- a/src/bindings/java/org/simgrid/msg/Mutex.java +++ b/src/bindings/java/org/simgrid/msg/Mutex.java @@ -1,5 +1,6 @@ /* - * Copyright 2012 The SimGrid team. All right reserved. + * 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 diff --git a/src/bindings/java/org/simgrid/msg/NativeException.java b/src/bindings/java/org/simgrid/msg/NativeException.java index bdbdc5a864..39beed78d2 100644 --- a/src/bindings/java/org/simgrid/msg/NativeException.java +++ b/src/bindings/java/org/simgrid/msg/NativeException.java @@ -1,8 +1,8 @@ /* * This exception is raised when there is an error within the C world of SimGrid. * - * Copyright 2006-2012 The SimGrid team - * All right reserved. + * 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 diff --git a/src/bindings/java/org/simgrid/msg/Process.java b/src/bindings/java/org/simgrid/msg/Process.java index d7a5109a6c..0077c044aa 100644 --- a/src/bindings/java/org/simgrid/msg/Process.java +++ b/src/bindings/java/org/simgrid/msg/Process.java @@ -1,6 +1,6 @@ /* - * Copyright 2006-2012 The SimGrid team - * All right reserved. + * 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 diff --git a/src/bindings/java/org/simgrid/msg/ProcessKilledError.java b/src/bindings/java/org/simgrid/msg/ProcessKilledError.java index 5f7e327a86..144f7fbc3f 100644 --- a/src/bindings/java/org/simgrid/msg/ProcessKilledError.java +++ b/src/bindings/java/org/simgrid/msg/ProcessKilledError.java @@ -1,6 +1,6 @@ /* - * Copyright 2006-2012 The SimGrid team - * All right reserved. + * 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 diff --git a/src/bindings/java/org/simgrid/msg/ProcessNotFoundException.java b/src/bindings/java/org/simgrid/msg/ProcessNotFoundException.java index 284335c8c4..19047e4e1e 100644 --- a/src/bindings/java/org/simgrid/msg/ProcessNotFoundException.java +++ b/src/bindings/java/org/simgrid/msg/ProcessNotFoundException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing process. * - * Copyright 2006-2012 The SimGrid Team + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/RngStream.java b/src/bindings/java/org/simgrid/msg/RngStream.java index 58b9c9e667..bc6c3f2cc9 100644 --- a/src/bindings/java/org/simgrid/msg/RngStream.java +++ b/src/bindings/java/org/simgrid/msg/RngStream.java @@ -1,7 +1,7 @@ /* * JNI interface to C RngStream code * - * Copyright 2006-2012 The SimGrid Team. + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/Semaphore.java b/src/bindings/java/org/simgrid/msg/Semaphore.java index f1a276b1c3..c49d9a1b46 100644 --- a/src/bindings/java/org/simgrid/msg/Semaphore.java +++ b/src/bindings/java/org/simgrid/msg/Semaphore.java @@ -1,5 +1,6 @@ /* - * Copyright 2012 The SimGrid team. All right reserved. + * 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 diff --git a/src/bindings/java/org/simgrid/msg/Task.java b/src/bindings/java/org/simgrid/msg/Task.java index 95ab081c1a..319aee6b3a 100644 --- a/src/bindings/java/org/simgrid/msg/Task.java +++ b/src/bindings/java/org/simgrid/msg/Task.java @@ -1,5 +1,5 @@ /* - * Copyright 2006-2012 The SimGrid Team. + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/TaskCancelledException.java b/src/bindings/java/org/simgrid/msg/TaskCancelledException.java index 4a7053d9b3..a4fd085605 100644 --- a/src/bindings/java/org/simgrid/msg/TaskCancelledException.java +++ b/src/bindings/java/org/simgrid/msg/TaskCancelledException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing host. * - * Copyright 2006,2007,2010 The SimGrid Team + * Copyright (c) 2006-2007, 2010, 2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/TimeoutException.java b/src/bindings/java/org/simgrid/msg/TimeoutException.java index edd4091f03..b6b3c3bf21 100644 --- a/src/bindings/java/org/simgrid/msg/TimeoutException.java +++ b/src/bindings/java/org/simgrid/msg/TimeoutException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing host. * - * Copyright 2006,2007,2010 The SimGrid Team + * Copyright (c) 2006-2007, 2010, 2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/TransferFailureException.java b/src/bindings/java/org/simgrid/msg/TransferFailureException.java index 419bf14c0b..1d6feddb26 100644 --- a/src/bindings/java/org/simgrid/msg/TransferFailureException.java +++ b/src/bindings/java/org/simgrid/msg/TransferFailureException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing host. * - * Copyright 2006-2012 The SimGrid Team + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/msg/VM.java b/src/bindings/java/org/simgrid/msg/VM.java index 13fa595b6b..5c9c8e333a 100644 --- a/src/bindings/java/org/simgrid/msg/VM.java +++ b/src/bindings/java/org/simgrid/msg/VM.java @@ -1,7 +1,7 @@ /* * JNI interface to Cloud interface in Simgrid * - * Copyright 2006-2012 The SimGrid Team. + * Copyright (c) 2006-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/org/simgrid/trace/Trace.java b/src/bindings/java/org/simgrid/trace/Trace.java index 3ad5f92a24..4723c9860f 100644 --- a/src/bindings/java/org/simgrid/trace/Trace.java +++ b/src/bindings/java/org/simgrid/trace/Trace.java @@ -1,7 +1,7 @@ /* * JNI interface to C code for the TRACES part of SimGrid. * - * Copyright 2012 The SimGrid Team. + * Copyright (c) 2012-2013. The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/src/bindings/java/smx_context_cojava.c b/src/bindings/java/smx_context_cojava.c index a7670a0886..a998d69efd 100644 --- a/src/bindings/java/smx_context_cojava.c +++ b/src/bindings/java/smx_context_cojava.c @@ -1,6 +1,6 @@ /* context_cojava - implementation of context switching for java coroutines */ -/* Copyright 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/smx_context_cojava.h b/src/bindings/java/smx_context_cojava.h index 695af57cbc..6fe924e6f4 100644 --- a/src/bindings/java/smx_context_cojava.h +++ b/src/bindings/java/smx_context_cojava.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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/smx_context_java.c b/src/bindings/java/smx_context_java.c index 92005a4550..6d4e75c44a 100644 --- a/src/bindings/java/smx_context_java.c +++ b/src/bindings/java/smx_context_java.c @@ -1,6 +1,6 @@ /* context_java - implementation of context switching for java threads */ -/* Copyright (c) 2009, 2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2013. 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/smx_context_java.h b/src/bindings/java/smx_context_java.h index 789bf1772f..a65e41d52b 100644 --- a/src/bindings/java/smx_context_java.h +++ b/src/bindings/java/smx_context_java.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2012. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2013. 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_comm.c b/src/bindings/lua/lua_comm.c index 41fc7e6ba1..0a38965527 100644 --- a/src/bindings/lua/lua_comm.c +++ b/src/bindings/lua/lua_comm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. 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 a862a2ae86..9e33f3c8f8 100644 --- a/src/bindings/lua/lua_host.c +++ b/src/bindings/lua/lua_host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. 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 cc50c9afac..477e3b9dfa 100644 --- a/src/bindings/lua/lua_platf.c +++ b/src/bindings/lua/lua_platf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. 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 47dc17d231..e9dc6b1c79 100644 --- a/src/bindings/lua/lua_private.h +++ b/src/bindings/lua/lua_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. 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 6454ca3fa1..48782081e6 100644 --- a/src/bindings/lua/lua_process.c +++ b/src/bindings/lua/lua_process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. 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 ce6d83c1b5..3f1452fc06 100644 --- a/src/bindings/lua/lua_state_cloner.c +++ b/src/bindings/lua/lua_state_cloner.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 875fb3185b..7129539fc2 100644 --- a/src/bindings/lua/lua_state_cloner.h +++ b/src/bindings/lua/lua_state_cloner.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2011. 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 62eee8234b..8e8e1932be 100644 --- a/src/bindings/lua/lua_task.c +++ b/src/bindings/lua/lua_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. 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 efd257a417..444f15d791 100644 --- a/src/bindings/lua/lua_utils.c +++ b/src/bindings/lua/lua_utils.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 16332012d4..3ccfe8c94a 100644 --- a/src/bindings/lua/lua_utils.h +++ b/src/bindings/lua/lua_utils.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2011. 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 a54102d594..db5f4e0cb1 100644 --- a/src/bindings/lua/simgrid_lua.c +++ b/src/bindings/lua/simgrid_lua.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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/datatypes.h b/src/include/mc/datatypes.h index 67cc1fc622..5c8e4d1007 100644 --- a/src/include/mc/datatypes.h +++ b/src/include/mc/datatypes.h @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2012. Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/include/mc/mc.h b/src/include/mc/mc.h index 0fd382658e..0cf9f2d17c 100644 --- a/src/include/mc/mc.h +++ b/src/include/mc/mc.h @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2012. Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/include/simgrid/platf_interface.h b/src/include/simgrid/platf_interface.h index 63cff21115..2ecc52a20f 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, 2005, 2006, 2007, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2012. 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/datatypes.h b/src/include/surf/datatypes.h index 955a6e2370..31375cd6b1 100644 --- a/src/include/surf/datatypes.h +++ b/src/include/surf/datatypes.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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/maxmin.h b/src/include/surf/maxmin.h index 7cd260d570..0db88a3b9d 100644 --- a/src/include/surf/maxmin.h +++ b/src/include/surf/maxmin.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 ec942d3314..7705f0bf1b 100644 --- a/src/include/surf/random_mgr.h +++ b/src/include/surf/random_mgr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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.h b/src/include/surf/surf.h index 49c1000180..9e4bf06119 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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.h b/src/include/surf/surf_resource.h index 1723e8574e..963fdffd89 100644 --- a/src/include/surf/surf_resource.h +++ b/src/include/surf/surf_resource.h @@ -1,5 +1,5 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 1f507860a6..44bfeaf447 100644 --- a/src/include/surf/surf_resource_lmm.h +++ b/src/include/surf/surf_resource_lmm.h @@ -1,5 +1,5 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 ab31a170f8..93b09e3803 100644 --- a/src/include/surf/surfxml_parse_values.h +++ b/src/include/surf/surfxml_parse_values.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2011. The SimGrid Team. +/* Copyright (c) 2011-2013. 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/trace_mgr.h b/src/include/surf/trace_mgr.h index c9961a601b..85c80a69c8 100644 --- a/src/include/surf/trace_mgr.h +++ b/src/include/surf/trace_mgr.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2012. 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/xbt_os_time.h b/src/include/xbt/xbt_os_time.h index 11b2892e4c..42a0c4d4e7 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. The SimGrid Team. +/* Copyright (c) 2007, 2009-2010, 2012-2013. 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_config.c b/src/instr/instr_config.c index 175b7f5da4..26fb610db4 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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_interface.c b/src/instr/instr_interface.c index e18be1f617..052144c405 100644 --- a/src/instr/instr_interface.c +++ b/src/instr/instr_interface.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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_paje_containers.c b/src/instr/instr_paje_containers.c index 7febbb3cef..327e57c22f 100644 --- a/src/instr/instr_paje_containers.c +++ b/src/instr/instr_paje_containers.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. 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_paje_header.c b/src/instr/instr_paje_header.c index 2f53ec12db..e8716bf5bd 100644 --- a/src/instr/instr_paje_header.c +++ b/src/instr/instr_paje_header.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. 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_paje_trace.c b/src/instr/instr_paje_trace.c index 457a8d8843..625519d8e9 100644 --- a/src/instr/instr_paje_trace.c +++ b/src/instr/instr_paje_trace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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_paje_values.c b/src/instr/instr_paje_values.c index 6773dd9648..a2e5748c63 100644 --- a/src/instr/instr_paje_values.c +++ b/src/instr/instr_paje_values.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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_private.h b/src/instr/instr_private.h index 51f9e979ee..21baa8f795 100644 --- a/src/instr/instr_private.h +++ b/src/instr/instr_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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_resource_utilization.c b/src/instr/instr_resource_utilization.c index d4697370c6..d6b8891dcf 100644 --- a/src/instr/instr_resource_utilization.c +++ b/src/instr/instr_resource_utilization.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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 c75d4f51ac..832005f125 100644 --- a/src/mc/mc_checkpoint.c +++ b/src/mc/mc_checkpoint.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/mc/mc_compare.c b/src/mc/mc_compare.c index 1007083957..096aba56f1 100644 --- a/src/mc/mc_compare.c +++ b/src/mc/mc_compare.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2012-2013 Da SimGrid Team. All rights reserved. */ +/* 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. */ diff --git a/src/mc/mc_dpor.c b/src/mc/mc_dpor.c index 14538c5a50..7df33bdd73 100644 --- a/src/mc/mc_dpor.c +++ b/src/mc/mc_dpor.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2013. Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index 562e66b64e..242b413fc1 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/mc/mc_liveness.c b/src/mc/mc_liveness.c index 66f17c521c..2b3e32e595 100644 --- a/src/mc/mc_liveness.c +++ b/src/mc/mc_liveness.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2011-2013 Da SimGrid Team. All rights reserved. */ +/* 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. */ diff --git a/src/mc/mc_memory.c b/src/mc/mc_memory.c index 82b4b51b0b..b10c81093f 100644 --- a/src/mc/mc_memory.c +++ b/src/mc/mc_memory.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/mc/mc_pair.c b/src/mc/mc_pair.c index f14e6c493e..ca6678b4c4 100644 --- a/src/mc/mc_pair.c +++ b/src/mc/mc_pair.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 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. */ diff --git a/src/mc/mc_private.h b/src/mc/mc_private.h index c417ede7df..2bef415552 100644 --- a/src/mc/mc_private.h +++ b/src/mc/mc_private.h @@ -1,4 +1,5 @@ -/* Copyright (c) 2007-2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ diff --git a/src/mc/mc_request.c b/src/mc/mc_request.c index 2e8a8149bc..5b7ce40864 100644 --- a/src/mc/mc_request.c +++ b/src/mc/mc_request.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/mc/mc_state.c b/src/mc/mc_state.c index c7ff71ce1b..f0c240df0d 100644 --- a/src/mc/mc_state.c +++ b/src/mc/mc_state.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/mc/memory_map.c b/src/mc/memory_map.c index b582b326bf..d893439a72 100644 --- a/src/mc/memory_map.c +++ b/src/mc/memory_map.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2008-2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/msg/instr_msg_process.c b/src/msg/instr_msg_process.c index 2b1a2a4327..bb794161fa 100644 --- a/src/msg/instr_msg_process.c +++ b/src/msg/instr_msg_process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/instr_msg_task.c b/src/msg/instr_msg_task.c index d87fa851db..c8e32885d9 100644 --- a/src/msg/instr_msg_task.c +++ b/src/msg/instr_msg_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/msg/instr_msg_vm.c b/src/msg/instr_msg_vm.c index 7b7e3e4d6f..c72cbfc5ee 100644 --- a/src/msg/instr_msg_vm.c +++ b/src/msg/instr_msg_vm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012. The SimGrid Team. +/* Copyright (c) 2012-2013. 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_actions.c b/src/msg/msg_actions.c index 885661ef9b..9b5fe1605c 100644 --- a/src/msg/msg_actions.c +++ b/src/msg/msg_actions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 791429cd3f..c72f553bd8 100644 --- a/src/msg/msg_deployment.c +++ b/src/msg/msg_deployment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 730e54f7e4..279f4adaed 100644 --- a/src/msg/msg_environment.c +++ b/src/msg/msg_environment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 71b5db5938..d98766c398 100644 --- a/src/msg/msg_global.c +++ b/src/msg/msg_global.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 2b28c971cb..339f73d89a 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index a03efa9e9d..44aab80c75 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 99ac05b5e4..b98e136aca 100644 --- a/src/msg/msg_io.c +++ b/src/msg/msg_io.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004 - 2013. The SimGrid Team. +/* Copyright (c) 2004-2013. 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_mailbox.c b/src/msg/msg_mailbox.c index f2eb97f935..907ecdfbd1 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -1,6 +1,6 @@ /* Mailboxes in MSG */ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2013. 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_mailbox.h b/src/msg/msg_mailbox.h index f587002dcc..71c4c30f4e 100644 --- a/src/msg/msg_mailbox.h +++ b/src/msg/msg_mailbox.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2013. 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_new_api.c b/src/msg/msg_new_api.c index b760f44382..96dda606db 100644 --- a/src/msg/msg_new_api.c +++ b/src/msg/msg_new_api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012. The SimGrid Team. +/* Copyright (c) 2004-2012. 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_private.h b/src/msg/msg_private.h index 412e6a7106..f3e1b89f36 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 449c5aef44..c72865ccce 100644 --- a/src/msg/msg_process.c +++ b/src/msg/msg_process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 f06e6bbe25..963fa9cf6f 100644 --- a/src/msg/msg_synchro.c +++ b/src/msg/msg_synchro.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2013 Da SimGrid Team. All rights reserved. */ +/* Copyright (c) 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. */ diff --git a/src/msg/msg_task.c b/src/msg/msg_task.c index a32e0d81a5..f1043873db 100644 --- a/src/msg/msg_task.c +++ b/src/msg/msg_task.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 11435255eb..d5bff3559c 100644 --- a/src/msg/msg_vm.c +++ b/src/msg/msg_vm.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2012. The SimGrid Team. All rights reserved. */ +/* 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. */ diff --git a/src/portable.h b/src/portable.h index ef7b71524d..fdb6f48bec 100644 --- a/src/portable.h +++ b/src/portable.h @@ -1,7 +1,7 @@ /* portable -- header loading to write portable code */ /* loads much more stuff than sysdep.h since the latter is in public interface*/ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2010, 2012-2013. 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 19a9022681..20cc654dd1 100644 --- a/src/simdag/private.h +++ b/src/simdag/private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2013. 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 1ef9172bc2..287cb9cadf 100644 --- a/src/simdag/sd_daxloader.c +++ b/src/simdag/sd_daxloader.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 400d0c818f..21b640d8f9 100644 --- a/src/simdag/sd_global.c +++ b/src/simdag/sd_global.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2013. 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 da64d74cd9..e147c42424 100644 --- a/src/simdag/sd_link.c +++ b/src/simdag/sd_link.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011. The SimGrid Team. +/* Copyright (c) 2006-2012. 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 d85f2f4a52..c098fd1f73 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-2013. 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 4a491d7f2a..f035d13ed9 100644 --- a/src/simdag/sd_workstation.c +++ b/src/simdag/sd_workstation.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011. The SimGrid Team. +/* Copyright (c) 2006-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/simgrid/sg_config.c b/src/simgrid/sg_config.c index 1a59ae092c..5312b28236 100644 --- a/src/simgrid/sg_config.c +++ b/src/simgrid/sg_config.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2013. 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.c b/src/simix/smx_context.c index e7920b1470..791a73e869 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 - 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 73bf557e40..7d386c9540 100644 --- a/src/simix/smx_context_base.c +++ b/src/simix/smx_context_base.c @@ -1,6 +1,6 @@ /* context_base - Code factorization across context switching implementations */ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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_raw.c b/src/simix/smx_context_raw.c index 687171b982..bd78c9cff9 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 ucontextes */ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 6a19200e9b..d92dffd148 100644 --- a/src/simix/smx_context_sysv.c +++ b/src/simix/smx_context_sysv.c @@ -1,6 +1,6 @@ /* context_sysv - context switching with ucontextes from System V */ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_thread.c b/src/simix/smx_context_thread.c index 79652a5271..e254af439c 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, 2010. The SimGrid Team. +/* Copyright (c) 2009-2012. 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 5b34af3432..3b53ec8ac8 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2013. 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 82ceb98acd..06b29d1ddc 100644 --- a/src/simix/smx_environment.c +++ b/src/simix/smx_environment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 5b8984b690..8915337575 100644 --- a/src/simix/smx_global.c +++ b/src/simix/smx_global.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ diff --git a/src/simix/smx_host.c b/src/simix/smx_host.c index 69f45257e6..5b7b0e9767 100644 --- a/src/simix/smx_host.c +++ b/src/simix/smx_host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 d810ce4c48..c5099bdba9 100644 --- a/src/simix/smx_host_private.h +++ b/src/simix/smx_host_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 e6385305dc..7dbccac6b4 100644 --- a/src/simix/smx_io.c +++ b/src/simix/smx_io.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 8bad64115c..d7c48f697c 100644 --- a/src/simix/smx_io_private.h +++ b/src/simix/smx_io_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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_network.c b/src/simix/smx_network.c index f8f4ffe649..eb27463baa 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_network_private.h b/src/simix/smx_network_private.h index af4a73f413..72bcffa824 100644 --- a/src/simix/smx_network_private.h +++ b/src/simix/smx_network_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 acafb0e3a9..eb0a9f1981 100644 --- a/src/simix/smx_new_api.c +++ b/src/simix/smx_new_api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 72ab3e0ffb..61ac1ce5ae 100644 --- a/src/simix/smx_new_api_private.h +++ b/src/simix/smx_new_api_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012. 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 b591a57347..d8c251962f 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 4899f9174d..e3bc046a0e 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2012. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 53614eefd0..aedee85c0b 100644 --- a/src/simix/smx_process_private.h +++ b/src/simix/smx_process_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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_private.h b/src/simix/smx_smurf_private.h index 2176f1ff7c..0b519b0002 100644 --- a/src/simix/smx_smurf_private.h +++ b/src/simix/smx_smurf_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 aee4eebd65..cd9645b41d 100644 --- a/src/simix/smx_synchro.c +++ b/src/simix/smx_synchro.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_user.c b/src/simix/smx_user.c index fb1e54f398..491733c778 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -1,6 +1,7 @@ /* smx_user.c - public interface to simix */ -/* Copyright (c) 2010-2012. Da SimGrid team. All rights reserved. */ +/* Copyright (c) 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. */ diff --git a/src/smpi/colls/smpi_mpich_selector.c b/src/smpi/colls/smpi_mpich_selector.c index d82c2a3371..f28910449f 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. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. 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 e2d7533d1a..49a12c3403 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. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/smpi/instr_smpi.c b/src/smpi/instr_smpi.c index a31e8a58a4..62a0d65701 100644 --- a/src/smpi/instr_smpi.c +++ b/src/smpi/instr_smpi.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/smpi/private.h b/src/smpi/private.h index 9c8c789a3b..3d5ded9701 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2013. 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_base.c b/src/smpi/smpi_base.c index 517cb9cd5d..bb00f04147 100644 --- a/src/smpi/smpi_base.c +++ b/src/smpi/smpi_base.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_bench.c b/src/smpi/smpi_bench.c index 8a74288676..e5aa4233a1 100644 --- a/src/smpi/smpi_bench.c +++ b/src/smpi/smpi_bench.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2013. 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_c99.c b/src/smpi/smpi_c99.c index 88f84675dd..567f26a7d2 100644 --- a/src/smpi/smpi_c99.c +++ b/src/smpi/smpi_c99.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011. The SimGrid Team. +/* Copyright (c) 2011-2013. 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_coll.c b/src/smpi/smpi_coll.c index a2b573c178..e6db1485d0 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, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 0cb342fc21..8f02e2e0ae 100644 --- a/src/smpi/smpi_comm.c +++ b/src/smpi/smpi_comm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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_f77.c b/src/smpi/smpi_f77.c index a74500b8d6..d32614f72c 100644 --- a/src/smpi/smpi_f77.c +++ b/src/smpi/smpi_f77.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2013. 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_global.c b/src/smpi/smpi_global.c index f6e7c32ce9..4ebd97af96 100644 --- a/src/smpi/smpi_global.c +++ b/src/smpi/smpi_global.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_group.c b/src/smpi/smpi_group.c index 98c1386133..2e0125eddd 100644 --- a/src/smpi/smpi_group.c +++ b/src/smpi/smpi_group.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2013. 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.c b/src/smpi/smpi_mpi.c index 433668d8bd..e6c5423d74 100644 --- a/src/smpi/smpi_mpi.c +++ b/src/smpi/smpi_mpi.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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.c b/src/smpi/smpi_mpi_dt.c index 628b9805de..1e47ae2f33 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, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 23af198871..b526a2397c 100644 --- a/src/smpi/smpi_mpi_dt_private.h +++ b/src/smpi/smpi_mpi_dt_private.h @@ -1,6 +1,6 @@ /* smpi_mpi_dt_private.h -- functions of smpi_mpi_dt.c that are exported to other SMPI modules. */ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2013. 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_pmpi.c b/src/smpi/smpi_pmpi.c index 7eb99e7456..bcbe9b9fc0 100644 --- a/src/smpi/smpi_pmpi.c +++ b/src/smpi/smpi_pmpi.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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_replay.c b/src/smpi/smpi_replay.c index da9263e641..fbfb10709d 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 - 2013. The SimGrid Team. +/* Copyright (c) 2009-2013. 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.c b/src/surf/cpu_cas01.c index 04d91eaa0e..3430431fc3 100644 --- a/src/surf/cpu_cas01.c +++ b/src/surf/cpu_cas01.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_private.h b/src/surf/cpu_cas01_private.h index fcaaa338b6..cb133501ae 100644 --- a/src/surf/cpu_cas01_private.h +++ b/src/surf/cpu_cas01_private.h @@ -1,5 +1,5 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. 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_ti.c b/src/surf/cpu_ti.c index eb298cba3f..9a61031cf1 100644 --- a/src/surf/cpu_ti.c +++ b/src/surf/cpu_ti.c @@ -1,5 +1,5 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_ti_private.h b/src/surf/cpu_ti_private.h index 373838c7ae..ba570d9fd5 100644 --- a/src/surf/cpu_ti_private.h +++ b/src/surf/cpu_ti_private.h @@ -1,5 +1,5 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/fair_bottleneck.c b/src/surf/fair_bottleneck.c index aa9c4fa634..8830107a0a 100644 --- a/src/surf/fair_bottleneck.c +++ b/src/surf/fair_bottleneck.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2011. 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_interface.h b/src/surf/gtnets/gtnets_interface.h index 0e637c5095..0c36743e42 100644 --- a/src/surf/gtnets/gtnets_interface.h +++ b/src/surf/gtnets/gtnets_interface.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010. 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.h b/src/surf/gtnets/gtnets_simulator.h index 1be24e3b88..9549978382 100644 --- a/src/surf/gtnets/gtnets_simulator.h +++ b/src/surf/gtnets/gtnets_simulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010. 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.h b/src/surf/gtnets/gtnets_topology.h index a73ad4d925..6ec3800a4c 100644 --- a/src/surf/gtnets/gtnets_topology.h +++ b/src/surf/gtnets/gtnets_topology.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/instr_routing.c b/src/surf/instr_routing.c index 63b21007a9..e3e652f9de 100644 --- a/src/surf/instr_routing.c +++ b/src/surf/instr_routing.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/instr_surf.c b/src/surf/instr_surf.c index 9faf3a89fc..e9570dd976 100644 --- a/src/surf/instr_surf.c +++ b/src/surf/instr_surf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/lagrange.c b/src/surf/lagrange.c index 26cdbb0879..a07c2684f6 100644 --- a/src/surf/lagrange.c +++ b/src/surf/lagrange.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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.c b/src/surf/maxmin.c index 453c45a0ad..feef80bb82 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011. The SimGrid Team. +/* Copyright (c) 2004-2013. 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_private.h b/src/surf/maxmin_private.h index 2239cd2b3e..a753f9653b 100644 --- a/src/surf/maxmin_private.h +++ b/src/surf/maxmin_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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.c b/src/surf/network.c index 04c576314d..f5dd903b25 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -6,7 +6,7 @@ * highly dependent on the maxmin lmm module. */ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2004-2013. 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_constant.c b/src/surf/network_constant.c index 5dcff1b9f9..e290e10611 100644 --- a/src/surf/network_constant.c +++ b/src/surf/network_constant.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. 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_gtnets.c b/src/surf/network_gtnets.c index 8207982393..4e8396bded 100644 --- a/src/surf/network_gtnets.c +++ b/src/surf/network_gtnets.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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_gtnets_private.h b/src/surf/network_gtnets_private.h index 2927abed4f..293ac16a84 100644 --- a/src/surf/network_gtnets_private.h +++ b/src/surf/network_gtnets_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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.c b/src/surf/network_ns3.c index e180da04f3..6398a4bb8c 100644 --- a/src/surf/network_ns3.c +++ b/src/surf/network_ns3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 a7fc2f22ae..ed0ef1e7c7 100644 --- a/src/surf/network_ns3_private.h +++ b/src/surf/network_ns3_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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_private.h b/src/surf/network_private.h index 000acc7721..e9c56fb860 100644 --- a/src/surf/network_private.h +++ b/src/surf/network_private.h @@ -1,4 +1,5 @@ -/* Copyright (c) 2004-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-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. */ diff --git a/src/surf/new_model.c b/src/surf/new_model.c index 35e725ec34..b4346d98ce 100644 --- a/src/surf/new_model.c +++ b/src/surf/new_model.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ /* ********************************************************************* */ /* TUTORIAL: New model */ diff --git a/src/surf/ns3/ns3_interface.cc b/src/surf/ns3/ns3_interface.cc index b6e5b6ed7a..f42f9f91aa 100644 --- a/src/surf/ns3/ns3_interface.cc +++ b/src/surf/ns3/ns3_interface.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 9e8de2d3af..6105510656 100644 --- a/src/surf/ns3/ns3_interface.h +++ b/src/surf/ns3/ns3_interface.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 c09122c207..d985d735c3 100644 --- a/src/surf/ns3/ns3_simulator.cc +++ b/src/surf/ns3/ns3_simulator.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 2d5c431dbb..0429c50521 100644 --- a/src/surf/ns3/ns3_simulator.h +++ b/src/surf/ns3/ns3_simulator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/random_mgr.c b/src/surf/random_mgr.c index 07cac22360..ec259a06c1 100644 --- a/src/surf/random_mgr.c +++ b/src/surf/random_mgr.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/sg_platf.c b/src/surf/sg_platf.c index b82d3e0419..7e4d613d00 100644 --- a/src/surf/sg_platf.c +++ b/src/surf/sg_platf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2006-2013. 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.c b/src/surf/storage.c index 087913b5b2..0727edcf05 100644 --- a/src/surf/storage.c +++ b/src/surf/storage.c @@ -1,8 +1,8 @@ -/* Copyright (c) 2004 - 2013. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2004-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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "xbt/ex.h" #include "xbt/dict.h" diff --git a/src/surf/storage_private.h b/src/surf/storage_private.h index e965b43514..a763c3351a 100644 --- a/src/surf/storage_private.h +++ b/src/surf/storage_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2013. The SimGrid Team. +/* Copyright (c) 2009, 2012-2013. 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.c b/src/surf/surf.c index 8d001f7be6..dae1ecccc2 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2004-2013. 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_action.c b/src/surf/surf_action.c index 8d81c51c62..891a70e2bf 100644 --- a/src/surf/surf_action.c +++ b/src/surf/surf_action.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_model.c b/src/surf/surf_model.c index da1bdd776e..3cb98f1270 100644 --- a/src/surf/surf_model.c +++ b/src/surf/surf_model.c @@ -1,5 +1,5 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2012. 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_private.h b/src/surf/surf_private.h index 24b92be0bf..10066b0323 100644 --- a/src/surf/surf_private.h +++ b/src/surf/surf_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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.c b/src/surf/surf_routing.c index ae8e115f5a..f1d5ea5a35 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_cluster.c b/src/surf/surf_routing_cluster.c index fbd7b4211d..4e17552cc8 100644 --- a/src/surf/surf_routing_cluster.c +++ b/src/surf/surf_routing_cluster.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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.c b/src/surf/surf_routing_dijkstra.c index d225cd4621..8d204bc774 100644 --- a/src/surf/surf_routing_dijkstra.c +++ b/src/surf/surf_routing_dijkstra.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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.c b/src/surf/surf_routing_floyd.c index 50e2dc8670..0c1d32ad9d 100644 --- a/src/surf/surf_routing_floyd.c +++ b/src/surf/surf_routing_floyd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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.c b/src/surf/surf_routing_full.c index 0fb34221c7..89e305fd91 100644 --- a/src/surf/surf_routing_full.c +++ b/src/surf/surf_routing_full.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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.c b/src/surf/surf_routing_generic.c index ea3726452b..9c0d4f9714 100644 --- a/src/surf/surf_routing_generic.c +++ b/src/surf/surf_routing_generic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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.c b/src/surf/surf_routing_none.c index d312a29797..1887c322ed 100644 --- a/src/surf/surf_routing_none.c +++ b/src/surf/surf_routing_none.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_private.h b/src/surf/surf_routing_private.h index 99f54ddfc8..6c2e754d13 100644 --- a/src/surf/surf_routing_private.h +++ b/src/surf/surf_routing_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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.c b/src/surf/surf_routing_vivaldi.c index 936a84736c..2a925fc050 100644 --- a/src/surf/surf_routing_vivaldi.c +++ b/src/surf/surf_routing_vivaldi.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. 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_parse.c b/src/surf/surfxml_parse.c index ee3c95f3e9..4d48cad5a5 100644 --- a/src/surf/surfxml_parse.c +++ b/src/surf/surfxml_parse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2006-2013. 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 b3fdf29e52..04d93a79af 100644 --- a/src/surf/surfxml_parseplatf.c +++ b/src/surf/surfxml_parseplatf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2006-2012. 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 3d174c40a8..3ce034e4b7 100644 --- a/src/surf/trace_mgr.c +++ b/src/surf/trace_mgr.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007, 2009-2013. 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 4611c81783..1911def618 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. The SimGrid Team. +/* Copyright (c) 2004, 2007, 2009-2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/workstation.c b/src/surf/workstation.c index 187b5a0642..86f6619d19 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/surf/workstation_ptask_L07.c b/src/surf/workstation_ptask_L07.c index f77530b1ac..e6d026b2d1 100644 --- a/src/surf/workstation_ptask_L07.c +++ b/src/surf/workstation_ptask_L07.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/win32/config.h b/src/win32/config.h index 9f0d9f23a3..36a84eed15 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, 2007, 2008, 2010. The SimGrid Team. +/* Copyright (c) 2006-2008, 2010, 2012-2013. 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/automaton.c b/src/xbt/automaton/automaton.c index 7e0916ad8e..e3abf53971 100644 --- a/src/xbt/automaton/automaton.c +++ b/src/xbt/automaton/automaton.c @@ -1,6 +1,7 @@ /* automaton - representation of büchi automaton */ -/* Copyright (c) 2011-2013. The SimGrid Team. All rights reserved. */ +/* 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. */ diff --git a/src/xbt/automaton/automatonparse_promela.c b/src/xbt/automaton/automatonparse_promela.c index 34dcbc597e..1fbf4e58b7 100644 --- a/src/xbt/automaton/automatonparse_promela.c +++ b/src/xbt/automaton/automatonparse_promela.c @@ -1,6 +1,7 @@ /* methods for implementation of automaton from promela description */ -/* Copyright (c) 2011-2012. The SimGrid Team. All rights reserved. */ +/* 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. */ diff --git a/src/xbt/backtrace_dummy.c b/src/xbt/backtrace_dummy.c index 0fe4f771ac..3b86fe75b7 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, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. 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 7ca189975a..da9ced5c44 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, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2013. 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 0ad381d47c..c21dacc0d1 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, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. 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 0c00bcd7df..069bfa9e29 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 a3798ee350..dd06384144 100644 --- a/src/xbt/cunit.c +++ b/src/xbt/cunit.c @@ -1,6 +1,6 @@ /* cunit - A little C Unit facility */ -/* Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2005-2012. 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 b2726fdefc..84e27cdfaa 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-2011. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 cd7e1892d2..790536ced7 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-2011. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 540c7d9735..3ac7b112b5 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-2011. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 a6f8887301..30512782da 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 77292d1b4a..f5ccfd95a3 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. The SimGrid Team. +/* Copyright (c) 2004-2011, 2013. 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 b29a851b9b..7517190b53 100644 --- a/src/xbt/dynar.c +++ b/src/xbt/dynar.c @@ -1,6 +1,6 @@ /* a generic DYNamic ARray implementation. */ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 f383208ff0..3656ea51af 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -1,6 +1,6 @@ /* ex - Exception Handling */ -/* Copyright (c) 2005-2010 The SimGrid team */ +/* Copyright (c) 2005-2013. The SimGrid Team. */ /* 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 ca34f34360..11ebf27c6d 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. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012. 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 841aebec31..e28cc7e02b 100644 --- a/src/xbt/fifo.c +++ b/src/xbt/fifo.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 9c40bed38f..64067af03d 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. 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 05e32c271d..6e5fdb163a 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -1,6 +1,6 @@ /* a generic graph library. */ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2013. 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 70a972848c..9028ed67ef 100644 --- a/src/xbt/graph_private.h +++ b/src/xbt/graph_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006, 2009-2010, 2012. 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 3edfa48e4c..679e9b1ddf 100644 --- a/src/xbt/graphxml_parse.c +++ b/src/xbt/graphxml_parse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2011. 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 e035a3ab10..ac3cafec92 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007-2013. 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 40a17af9b7..6ff1e78220 100644 --- a/src/xbt/heap_private.h +++ b/src/xbt/heap_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007, 2009-2012. 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 ccb1e0ef42..cc6f9e6163 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. The SimGrid Team. +/* Copyright (c) 2011, 2013. 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 c966b11d00..9d2aee7f6f 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -1,6 +1,6 @@ /* log - a generic logging facility in the spirit of log4j */ -/* Copyright (c) 2004-2011. The SimGrid Team. +/* Copyright (c) 2004-2013. 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 10883555b9..85288344fc 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-2011. The SimGrid Team. +/* Copyright (c) 2006-2012. 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 e5e918c6c4..266c026534 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, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2012. 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 e522919e0e..6cfd06cf31 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. The SimGrid Team. +/* Copyright (c) 2010-2013. 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 ade101adae..d5d5610b18 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. The SimGrid Team. +/* Copyright (c) 2010, 2012. 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 14bf9ff9d3..e0141b5b86 100644 --- a/src/xbt/mmalloc/mm_diff.c +++ b/src/xbt/mmalloc/mm_diff.c @@ -1,6 +1,7 @@ /* mm_diff - Memory snapshooting and comparison */ -/* Copyright (c) 2008-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2008-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. */ diff --git a/src/xbt/mmalloc/mm_legacy.c b/src/xbt/mmalloc/mm_legacy.c index e92b122814..b202c9b9be 100644 --- a/src/xbt/mmalloc/mm_legacy.c +++ b/src/xbt/mmalloc/mm_legacy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010-2012. 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/mmalloc.c b/src/xbt/mmalloc/mmalloc.c index 71ddd567d1..fd710759c4 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. The SimGrid Team. +/* Copyright (c) 2010-2013. 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 e1175a7c3d..197341d9d4 100644 --- a/src/xbt/mmalloc/mmorecore.c +++ b/src/xbt/mmalloc/mmorecore.c @@ -3,7 +3,8 @@ Contributed by Fred Fish at Cygnus Support. fnf@cygnus.com */ -/* Copyright (c) 2010-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-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. */ diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index f3e4d20158..aad689ee4e 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. The SimGrid Team. +/* Copyright (c) 2010-2013. 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 8af2bcbfda..3569c14d5c 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. The SimGrid Team. +/* Copyright (c) 2010-2013. 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 90a0b8101f..7120fae5ca 100644 --- a/src/xbt/parmap.c +++ b/src/xbt/parmap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2005, 2007, 2009-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/set.c b/src/xbt/set.c index 1570b68b7b..27e767a5cc 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/xbt/swag.c b/src/xbt/swag.c index 1a75c7f93d..47dc3ba923 100644 --- a/src/xbt/swag.c +++ b/src/xbt/swag.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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_appender_file.c b/src/xbt/xbt_log_appender_file.c index 6efbf641c5..f66389da14 100644 --- a/src/xbt/xbt_log_appender_file.c +++ b/src/xbt/xbt_log_appender_file.c @@ -1,6 +1,7 @@ /* file_appender - a dumb log appender which simply prints to a file */ -/* Copyright (c) 2007-2012. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-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. */ diff --git a/src/xbt/xbt_log_layout_format.c b/src/xbt/xbt_log_layout_format.c index bbe1cb109b..9dc242639b 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-2011. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 be6b390676..80439e0bb7 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-2011. The SimGrid Team. +/* Copyright (c) 2007-2012. 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_main.c b/src/xbt/xbt_main.c index e60540b08c..0500a01a32 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -1,6 +1,7 @@ /* module handling */ -/* Copyright (c) 2006-2012. The SimGrid Team. All rights reserved. */ +/* 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. */ diff --git a/src/xbt/xbt_matrix.c b/src/xbt/xbt_matrix.c index 58941b703e..574e2b9df9 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, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2012. 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 ae4bc9b435..93fee901a3 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 6f5f81e533..4071c01397 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 919f51dd5a..8af65f81d7 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, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2012. 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 78e578ca92..ee98e0d51b 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 dd5bda1bd5..f539ed1426 100644 --- a/src/xbt/xbt_replay.c +++ b/src/xbt/xbt_replay.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2013. 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 dccc2355cb..cfac69c26f 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010. 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 ae49355926..d9e3d59f8d 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 de3522fa8a..34026b15c4 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, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. 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 9247f2dd35..01a4052a2e 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 70a08ac711..f066ef7060 100644 --- a/src/xbt/xbt_strbuff.c +++ b/src/xbt/xbt_strbuff.c @@ -1,6 +1,6 @@ /* strbuff -- string buffers */ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 664d87b3eb..e8ff9d730a 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012. 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 8e86bf8b13..1f88a67e16 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2010, 2012. 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 c6237bdc2d..0f8270c105 100644 --- a/teshsuite/msg/get_sender.c +++ b/teshsuite/msg/get_sender.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2013. 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 54c89014ad..e5b8ac70c2 100644 --- a/teshsuite/msg/pid.c +++ b/teshsuite/msg/pid.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/msg/trace/test_trace_integration.c b/teshsuite/msg/trace/test_trace_integration.c index 49ed7a00a2..6627f14ba9 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. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2013. 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 6bbce820a3..5c74d67bfd 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 fc23249748..adc6b777fa 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 d9447451e3..f32dea693e 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 8005d04c63..1b52f079d2 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 d78935df44..19024ceafe 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 bf6938354c..277ac2c906 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 8f947bc02d..63c1a6753f 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 58b54de873..a85311bf0e 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 073f791fc5..665f6d114d 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 fd67aa1b2d..1ad0f28a34 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, 2010. The SimGrid Team. +/* Copyright (c) 2007, 2009-2011. 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 db7782c7f2..e81c8521d4 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, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2008-2013. 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 09726fb6e7..4e88189a30 100644 --- a/teshsuite/simdag/platforms/Evaluate_parse_time.c +++ b/teshsuite/simdag/platforms/Evaluate_parse_time.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2008-2013. 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 2fb8c6f5c6..5b0cfc69ec 100644 --- a/teshsuite/simdag/platforms/basic_link_test.c +++ b/teshsuite/simdag/platforms/basic_link_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2010, 2012. 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 c01e31ef55..660d1fbe1e 100644 --- a/teshsuite/simdag/platforms/basic_parsing_test.c +++ b/teshsuite/simdag/platforms/basic_parsing_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. 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 73153efa47..5220a03b0d 100644 --- a/teshsuite/simdag/platforms/basic_tracing.c +++ b/teshsuite/simdag/platforms/basic_tracing.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. 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 0fcec51730..f523ce6abc 100644 --- a/teshsuite/simdag/platforms/flatifier.c +++ b/teshsuite/simdag/platforms/flatifier.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2013. 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 d6bf9b1056..86ac354168 100644 --- a/teshsuite/simdag/platforms/is_router_test.c +++ b/teshsuite/simdag/platforms/is_router_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. 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 dfc776933c..e0132ce903 100644 --- a/teshsuite/smpi/allgather_coll.c +++ b/teshsuite/smpi/allgather_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. 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 692dc12a4d..f55f311442 100644 --- a/teshsuite/smpi/allgatherv_coll.c +++ b/teshsuite/smpi/allgatherv_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. 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_coll.c b/teshsuite/smpi/allreduce_coll.c index 8f54a61895..00024b736b 100644 --- a/teshsuite/smpi/allreduce_coll.c +++ b/teshsuite/smpi/allreduce_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. 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_basic.c b/teshsuite/smpi/alltoall_basic.c index 869dd7c05a..90cc4aad61 100644 --- a/teshsuite/smpi/alltoall_basic.c +++ b/teshsuite/smpi/alltoall_basic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012-2013. 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 4c95ba3a08..a8cb7ce784 100644 --- a/teshsuite/smpi/alltoall_coll.c +++ b/teshsuite/smpi/alltoall_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/barrier.c b/teshsuite/smpi/barrier.c index 7fb9a0c917..0ce9dc3691 100644 --- a/teshsuite/smpi/barrier.c +++ b/teshsuite/smpi/barrier.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009. The SimGrid Team. +/* Copyright (c) 2009, 2012-2013. 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 72ad419524..2edf6965b7 100644 --- a/teshsuite/smpi/bcast.c +++ b/teshsuite/smpi/bcast.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009. The SimGrid Team. +/* Copyright (c) 2009, 2012. 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 ea0709263b..a78bd5d542 100644 --- a/teshsuite/smpi/bcast_coll.c +++ b/teshsuite/smpi/bcast_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009. The SimGrid Team. +/* Copyright (c) 2009, 2013. 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 24607cb7ee..e67315eead 100644 --- a/teshsuite/smpi/compute.c +++ b/teshsuite/smpi/compute.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. 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 8f82144bc0..1720d84c89 100644 --- a/teshsuite/smpi/compute2.c +++ b/teshsuite/smpi/compute2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. 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 23452c408f..f0445ba537 100644 --- a/teshsuite/smpi/compute3.c +++ b/teshsuite/smpi/compute3.c @@ -1,11 +1,12 @@ -/* Copyright (c) 2009-2012. The SimGrid Team. All rights reserved. */ - -/* This example should be instructive to learn about SMPI_SAMPLE_LOCAL and - SMPI_SAMPLE_GLOBAL macros for execution sampling */ +/* Copyright (c) 2009-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. */ +/* This example should be instructive to learn about SMPI_SAMPLE_LOCAL and + SMPI_SAMPLE_GLOBAL macros for execution sampling */ + #include #include diff --git a/teshsuite/smpi/dsend.c b/teshsuite/smpi/dsend.c index 1853fa08d6..8043e5b0d8 100644 --- a/teshsuite/smpi/dsend.c +++ b/teshsuite/smpi/dsend.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2011. The SimGrid Team. All rights reserved. */ +/* 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. */ diff --git a/teshsuite/smpi/gather_coll.c b/teshsuite/smpi/gather_coll.c index a6111b46de..d3944e7b1c 100644 --- a/teshsuite/smpi/gather_coll.c +++ b/teshsuite/smpi/gather_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. 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 05a26164f2..5601e719fa 100644 --- a/teshsuite/smpi/get_processor_name.c +++ b/teshsuite/smpi/get_processor_name.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/pingpong.c b/teshsuite/smpi/pingpong.c index 10dc33669f..e7cb94fedb 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. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. 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_coll.c b/teshsuite/smpi/reduce_coll.c index 65ecebd6f7..3b284570f4 100644 --- a/teshsuite/smpi/reduce_coll.c +++ b/teshsuite/smpi/reduce_coll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/sendrecv.c b/teshsuite/smpi/sendrecv.c index 1e4962dfcd..6a1bf0e71d 100644 --- a/teshsuite/smpi/sendrecv.c +++ b/teshsuite/smpi/sendrecv.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. 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 66fe0b7c2e..132bf9a52d 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. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. 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 1a6ac0554d..b1536c5179 100644 --- a/teshsuite/smpi/shared.c +++ b/teshsuite/smpi/shared.c @@ -1,11 +1,12 @@ -/* Copyright (c) 2009-2012. The SimGrid Team. All rights reserved. */ - -/* This example should be instructive to learn about SMPI_SAMPLE_LOCAL and - SMPI_SAMPLE_GLOBAL macros for execution sampling */ +/* Copyright (c) 2009-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 example should be instructive to learn about SMPI_SAMPLE_LOCAL and + SMPI_SAMPLE_GLOBAL macros for execution sampling */ + #include #include #include diff --git a/teshsuite/smpi/split.c b/teshsuite/smpi/split.c index a3bb58fd63..0a41c476a0 100644 --- a/teshsuite/smpi/split.c +++ b/teshsuite/smpi/split.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/smpi/ttest01.c b/teshsuite/smpi/ttest01.c index 981d2a26b6..5ffb0fdb87 100644 --- a/teshsuite/smpi/ttest01.c +++ b/teshsuite/smpi/ttest01.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010. The SimGrid Team. +/* Copyright (c) 2009-2010, 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/xbt/log_large_test.c b/teshsuite/xbt/log_large_test.c index 20c4bbc4b9..cd3ade7c05 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/teshsuite/xbt/parallel_log_crashtest.c b/teshsuite/xbt/parallel_log_crashtest.c index f181bdf47e..920784f0e1 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 06b41e1db0..52c4050925 100644 --- a/teshsuite/xbt/parmap_test.c +++ b/teshsuite/xbt/parmap_test.c @@ -1,6 +1,6 @@ /* parmap_test -- test parmap */ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2013. 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 37bb41e52b..d9d7a01656 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2012. 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 0d46aa5a81..f08e3220ff 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 1224959352..1a922a8e63 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. 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 4c92bea7a8..896f95971b 100644 --- a/testsuite/surf/surf_usage2.c +++ b/testsuite/surf/surf_usage2.c @@ -1,6 +1,6 @@ /* A few basic tests for the surf library */ -/* Copyright (c) 2004, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/surf/trace_usage.c b/testsuite/surf/trace_usage.c index 5b1de6d862..b41a6670a2 100644 --- a/testsuite/surf/trace_usage.c +++ b/testsuite/surf/trace_usage.c @@ -1,6 +1,6 @@ /* A few tests for the trace library */ -/* Copyright (c) 2004, 2005, 2006, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2006, 2009-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/xbt/graphxml_usage.c b/testsuite/xbt/graphxml_usage.c index e49db05b1b..ab6b3a2ab2 100644 --- a/testsuite/xbt/graphxml_usage.c +++ b/testsuite/xbt/graphxml_usage.c @@ -1,6 +1,6 @@ /* A few basic tests for the graphxml library */ -/* Copyright (c) 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2006-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/testsuite/xbt/heap_bench.c b/testsuite/xbt/heap_bench.c index b873e1be26..b37c46a0b9 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, 2005, 2006, 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2010, 2012. 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 bc50dddcd4..ebc77e469a 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, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2004-2007, 2009-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/tools/graphicator/graphicator.c b/tools/graphicator/graphicator.c index 4f24150b3d..cebd30da14 100644 --- a/tools/graphicator/graphicator.c +++ b/tools/graphicator/graphicator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2008-2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index 507a46e1b0..22bf4b3a0d 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -5,7 +5,8 @@ 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-2011. The SimGrid team. All rights reserved. +# Copyright (c) 2006-2012. 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 @@ -95,7 +96,7 @@ Several tags were renamed (for sake of XML sanity): =head1 COPYRIGHT AND LICENSE -Copyright 2006-2011. The SimGrid team. All rights reserved. +Copyright (c) 2006-2012. 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/tesh/run_context.c b/tools/tesh/run_context.c index b31a3fce9c..8bfa7c73d1 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 0d20b02c1f..5a12029081 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012-2013. 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 9905ad7149..adb9ee18f1 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2010, 2012. 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 0c8b21b44e..7036908c56 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2013. 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 4029614c5d..e7f5627af5 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, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2011. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it -- 2.20.1