From 2c27fbc5b73139b2815410d3a7848505276dbf5a Mon Sep 17 00:00:00 2001 From: Samuel Lepetit Date: Thu, 5 Jul 2012 10:27:39 +0200 Subject: [PATCH] Update copyright comments --- org/simgrid/msg/Host.java | 2 +- org/simgrid/msg/HostFailureException.java | 2 +- org/simgrid/msg/HostNotFoundException.java | 2 +- org/simgrid/msg/JniException.java | 2 +- org/simgrid/msg/Msg.java | 2 +- org/simgrid/msg/MsgException.java | 2 +- org/simgrid/msg/NativeException.java | 2 +- org/simgrid/msg/Process.java | 6 ++---- org/simgrid/msg/ProcessKilledError.java | 8 ++++++++ org/simgrid/msg/ProcessNotFoundException.java | 2 +- org/simgrid/msg/RngStream.java | 2 +- org/simgrid/msg/Task.java | 6 ++---- org/simgrid/msg/TransferFailureException.java | 2 +- org/simgrid/msg/VM.java | 2 +- org/simgrid/trace/Trace.java | 5 ++--- src/jmsg.c | 2 +- src/jmsg.h | 2 +- src/jmsg_host.c | 2 +- src/jmsg_host.h | 2 +- src/jmsg_process.c | 2 +- src/jmsg_process.h | 2 +- src/jmsg_rngstream.c | 2 +- src/jmsg_rngstream.h | 2 +- src/jmsg_synchro.h | 2 +- src/jmsg_task.h | 2 +- src/jxbt_utilities.c | 2 +- src/jxbt_utilities.h | 2 +- 27 files changed, 37 insertions(+), 34 deletions(-) diff --git a/org/simgrid/msg/Host.java b/org/simgrid/msg/Host.java index 28d97cf05e..0adb8662b9 100644 --- a/org/simgrid/msg/Host.java +++ b/org/simgrid/msg/Host.java @@ -1,7 +1,7 @@ /* * Bindings to the MSG hosts * - * Copyright 2006,2007,2010 The SimGrid Team + * Copyright 2006-2012 The SimGrid Team * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/HostFailureException.java b/org/simgrid/msg/HostFailureException.java index fb9bcf3b3b..87e0661552 100644 --- a/org/simgrid/msg/HostFailureException.java +++ b/org/simgrid/msg/HostFailureException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing host. * - * Copyright 2006,2007,2010 The SimGrid Team + * Copyright 2006-2012 The SimGrid Team * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/HostNotFoundException.java b/org/simgrid/msg/HostNotFoundException.java index 524e0a842b..269eeb5f9d 100644 --- a/org/simgrid/msg/HostNotFoundException.java +++ b/org/simgrid/msg/HostNotFoundException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing host. * - * Copyright 2006,2007,2010 The SimGrid Team + * Copyright 2006-2012 The SimGrid Team * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/JniException.java b/org/simgrid/msg/JniException.java index ede0d59624..9edada6612 100644 --- a/org/simgrid/msg/JniException.java +++ b/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,2007,2010 The SimGrid Team + * Copyright 2006-2012 The SimGrid Team * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/Msg.java b/org/simgrid/msg/Msg.java index 63a5a45a49..adb58c5c03 100644 --- a/org/simgrid/msg/Msg.java +++ b/org/simgrid/msg/Msg.java @@ -1,7 +1,7 @@ /* * JNI interface to C code for MSG. * - * Copyright 2006,2007,2010,2011 The SimGrid Team. + * Copyright 2006-2012 The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/MsgException.java b/org/simgrid/msg/MsgException.java index 51ebae99ee..b41bd30e3d 100644 --- a/org/simgrid/msg/MsgException.java +++ b/org/simgrid/msg/MsgException.java @@ -1,7 +1,7 @@ /* * This exception is an abstract class grouping all MSG-related exceptions * - * Copyright 2006,2007,2010 The SimGrid Team + * Copyright 2006-2012 The SimGrid Team * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/NativeException.java b/org/simgrid/msg/NativeException.java index eaec2faaa7..bdbdc5a864 100644 --- a/org/simgrid/msg/NativeException.java +++ b/org/simgrid/msg/NativeException.java @@ -1,7 +1,7 @@ /* * This exception is raised when there is an error within the C world of SimGrid. * - * Copyright 2006,2007,2010 The SimGrid team + * Copyright 2006-2012 The SimGrid team * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/Process.java b/org/simgrid/msg/Process.java index 3a658a2317..5acd784288 100644 --- a/org/simgrid/msg/Process.java +++ b/org/simgrid/msg/Process.java @@ -1,12 +1,10 @@ /* - * $Id$ - * - * Copyright 2006,2007 Martin Quinson, Malek Cherier + * Copyright 2006-2012 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. + * (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/org/simgrid/msg/ProcessKilledError.java b/org/simgrid/msg/ProcessKilledError.java index 56dcb872d6..5f7e327a86 100644 --- a/org/simgrid/msg/ProcessKilledError.java +++ b/org/simgrid/msg/ProcessKilledError.java @@ -1,3 +1,11 @@ +/* + * Copyright 2006-2012 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. + */ package org.simgrid.msg; /** This error class is only used to interrupt the java user code diff --git a/org/simgrid/msg/ProcessNotFoundException.java b/org/simgrid/msg/ProcessNotFoundException.java index f4b313d0ed..284335c8c4 100644 --- a/org/simgrid/msg/ProcessNotFoundException.java +++ b/org/simgrid/msg/ProcessNotFoundException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing process. * - * Copyright 2006,2007,2010 The SimGrid Team + * Copyright 2006-2012 The SimGrid Team * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/RngStream.java b/org/simgrid/msg/RngStream.java index 8ab1ac2ae4..c9f54711b8 100644 --- a/org/simgrid/msg/RngStream.java +++ b/org/simgrid/msg/RngStream.java @@ -1,7 +1,7 @@ /* * JNI interface to C RngStream code * - * Copyright 2006,2007,2010,2012 The SimGrid Team. + * Copyright 2006-2012 The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/Task.java b/org/simgrid/msg/Task.java index d0b5d03a59..84eaf886ad 100644 --- a/org/simgrid/msg/Task.java +++ b/org/simgrid/msg/Task.java @@ -1,12 +1,10 @@ /* - * simgrid.msg.Task.java 1.00 07/05/01 - * - * Copyright 2006,2007 Martin Quinson, Malek Cherier + * Copyright 2006-2012 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. + * (GNU LGPL) which comes with this package. */ package org.simgrid.msg; diff --git a/org/simgrid/msg/TransferFailureException.java b/org/simgrid/msg/TransferFailureException.java index 6068761aeb..419bf14c0b 100644 --- a/org/simgrid/msg/TransferFailureException.java +++ b/org/simgrid/msg/TransferFailureException.java @@ -1,7 +1,7 @@ /* * This exception is raised when looking for a non-existing host. * - * Copyright 2006,2007,2010 The SimGrid Team + * Copyright 2006-2012 The SimGrid Team * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/msg/VM.java b/org/simgrid/msg/VM.java index cdbcdd4830..04676afc68 100644 --- a/org/simgrid/msg/VM.java +++ b/org/simgrid/msg/VM.java @@ -1,7 +1,7 @@ /* * JNI interface to Cloud interface in Simgrid * - * Copyright 2006,2007,2010,2012 The SimGrid Team. + * Copyright 2006-2012 The SimGrid Team. * All right reserved. * * This program is free software; you can redistribute diff --git a/org/simgrid/trace/Trace.java b/org/simgrid/trace/Trace.java index 57ea5a2128..daeed7dd5f 100644 --- a/org/simgrid/trace/Trace.java +++ b/org/simgrid/trace/Trace.java @@ -1,15 +1,14 @@ -package org.simgrid.trace; - /* * JNI interface to C code for the TRACES part of SimGrid. * - * Copyright 2006,2007,2010,2011, 2012 The SimGrid Team. + * Copyright 2012 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. */ +package org.simgrid.trace; public final class Trace { /* Statically load the library which contains all native functions used in here */ diff --git a/src/jmsg.c b/src/jmsg.c index 6010fb5863..09bdd55abc 100644 --- a/src/jmsg.c +++ b/src/jmsg.c @@ -1,6 +1,6 @@ /* Java Wrappers to the MSG API. */ -/* 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/jmsg.h b/src/jmsg.h index 45e734d75d..e614876a0d 100644 --- a/src/jmsg.h +++ b/src/jmsg.h @@ -1,6 +1,6 @@ /* Java Wrappers to the MSG API. */ -/* 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/jmsg_host.c b/src/jmsg_host.c index a48364dc3d..c776b2b1d1 100644 --- a/src/jmsg_host.c +++ b/src/jmsg_host.c @@ -1,6 +1,6 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007, 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/jmsg_host.h b/src/jmsg_host.h index 8a236a4dc3..0ac429bb5e 100644 --- a/src/jmsg_host.h +++ b/src/jmsg_host.h @@ -1,6 +1,6 @@ /* Functions related to the java host instances. */ -/* Copyright (c) 2007, 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/jmsg_process.c b/src/jmsg_process.c index f05d8beb14..325bbc1160 100644 --- a/src/jmsg_process.c +++ b/src/jmsg_process.c @@ -1,6 +1,6 @@ /* Functions related to the java process instances. */ -/* 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/jmsg_process.h b/src/jmsg_process.h index d4351e557d..85a0bb0730 100644 --- a/src/jmsg_process.h +++ b/src/jmsg_process.h @@ -1,6 +1,6 @@ /* Functions related to the java process instances. */ -/* Copyright (c) 2007, 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/jmsg_rngstream.c b/src/jmsg_rngstream.c index 54929825f0..a51c4cc112 100644 --- a/src/jmsg_rngstream.c +++ b/src/jmsg_rngstream.c @@ -1,6 +1,6 @@ /* Functions related to the RngStream Java port */ -/* Copyright (c) 2007, 2009, 2010, 2012. 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/jmsg_rngstream.h b/src/jmsg_rngstream.h index b8976bbb4e..eb5e37ec9a 100644 --- a/src/jmsg_rngstream.h +++ b/src/jmsg_rngstream.h @@ -1,6 +1,6 @@ /* Functions related to the RngStream Java port */ -/* Copyright (c) 2007, 2009, 2010, 2012. 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/jmsg_synchro.h b/src/jmsg_synchro.h index 46aefc82cc..5c3e41f239 100644 --- a/src/jmsg_synchro.h +++ b/src/jmsg_synchro.h @@ -1,6 +1,6 @@ /* Functions related to the java process instances. */ -/* Copyright (c) 2007, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2012. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it diff --git a/src/jmsg_task.h b/src/jmsg_task.h index 56a96fb255..b0dfbbe631 100644 --- a/src/jmsg_task.h +++ b/src/jmsg_task.h @@ -1,6 +1,6 @@ /* Functions related to the java task instances. */ -/* Copyright (c) 2007, 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/jxbt_utilities.c b/src/jxbt_utilities.c index fb31732104..1daf3700c5 100644 --- a/src/jxbt_utilities.c +++ b/src/jxbt_utilities.c @@ -1,6 +1,6 @@ /* Various JNI helper functions */ -/* 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/jxbt_utilities.h b/src/jxbt_utilities.h index c395041c5e..4752c7cb61 100644 --- a/src/jxbt_utilities.h +++ b/src/jxbt_utilities.h @@ -1,6 +1,6 @@ /* Various JNI helper functions */ -/* 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 -- 2.20.1