From: <sul...@us...> - 2008-08-04 02:39:23
|
Revision: 198 http://gridsim.svn.sourceforge.net/gridsim/?rev=198&view=rev Author: sulistio Date: 2008-08-04 02:39:22 +0000 (Mon, 04 Aug 2008) Log Message: ----------- add the copyright statement at the class header for each file. Modified Paths: -------------- trunk/source/gridsim/ARGridResource.java trunk/source/gridsim/ARObject.java trunk/source/gridsim/ARPolicy.java trunk/source/gridsim/ARSimpleSpaceShared.java trunk/source/gridsim/Accumulator.java trunk/source/gridsim/AdvanceReservation.java trunk/source/gridsim/AllocPolicy.java trunk/source/gridsim/GridInformationService.java trunk/source/gridsim/GridResource.java trunk/source/gridsim/GridSim.java trunk/source/gridsim/GridSimCore.java trunk/source/gridsim/GridSimRandom.java trunk/source/gridsim/GridSimShutdown.java trunk/source/gridsim/GridSimStandardPE.java trunk/source/gridsim/GridSimTags.java trunk/source/gridsim/GridStatistics.java trunk/source/gridsim/GridUser.java trunk/source/gridsim/Gridlet.java trunk/source/gridsim/GridletList.java trunk/source/gridsim/IO_data.java trunk/source/gridsim/Machine.java trunk/source/gridsim/MachineList.java trunk/source/gridsim/PE.java trunk/source/gridsim/PEList.java trunk/source/gridsim/ParameterException.java trunk/source/gridsim/ResGridlet.java trunk/source/gridsim/ResGridletList.java trunk/source/gridsim/ResourceCalendar.java trunk/source/gridsim/ResourceCharacteristics.java trunk/source/gridsim/ResourceUserList.java trunk/source/gridsim/Sim_from_port.java trunk/source/gridsim/SpaceShared.java trunk/source/gridsim/Stat.java trunk/source/gridsim/TimeShared.java trunk/source/gridsim/auction/Auction.java trunk/source/gridsim/auction/AuctionObserver.java trunk/source/gridsim/auction/AuctionTags.java trunk/source/gridsim/auction/Auctioneer.java trunk/source/gridsim/auction/ContinuousDoubleAuction.java trunk/source/gridsim/auction/DoubleAuction.java trunk/source/gridsim/auction/DutchAuction.java trunk/source/gridsim/auction/EnglishAuction.java trunk/source/gridsim/auction/FirstPriceSealedBidAuction.java trunk/source/gridsim/auction/Message.java trunk/source/gridsim/auction/MessageAsk.java trunk/source/gridsim/auction/MessageBid.java trunk/source/gridsim/auction/MessageCallForBids.java trunk/source/gridsim/auction/MessageInformOutcome.java trunk/source/gridsim/auction/MessageInformStart.java trunk/source/gridsim/auction/MessageRejectBid.java trunk/source/gridsim/auction/MessageRejectCallForBid.java trunk/source/gridsim/auction/OneSidedAuction.java trunk/source/gridsim/auction/Responder.java trunk/source/gridsim/auction/ReverseDutchAuction.java trunk/source/gridsim/auction/ReverseEnglishAuction.java trunk/source/gridsim/auction/ReverseFirstPriceSealedBidAuction.java trunk/source/gridsim/datagrid/DataGridResource.java trunk/source/gridsim/datagrid/DataGridTags.java trunk/source/gridsim/datagrid/DataGridUser.java trunk/source/gridsim/datagrid/DataGridlet.java trunk/source/gridsim/datagrid/File.java trunk/source/gridsim/datagrid/FileAttribute.java trunk/source/gridsim/datagrid/ReplicaManager.java trunk/source/gridsim/datagrid/SimpleReplicaManager.java trunk/source/gridsim/datagrid/filter/FileNameFilter.java trunk/source/gridsim/datagrid/filter/Filter.java trunk/source/gridsim/datagrid/filter/FilterDataResult.java trunk/source/gridsim/datagrid/index/AbstractRC.java trunk/source/gridsim/datagrid/index/DataGIS.java trunk/source/gridsim/datagrid/index/DataRegionalGIS.java trunk/source/gridsim/datagrid/index/RegionalRC.java trunk/source/gridsim/datagrid/index/TopRegionalRC.java trunk/source/gridsim/datagrid/storage/HarddriveStorage.java trunk/source/gridsim/datagrid/storage/Storage.java trunk/source/gridsim/datagrid/storage/TapeStorage.java trunk/source/gridsim/filter/FilterCreateAR.java trunk/source/gridsim/filter/FilterGridlet.java trunk/source/gridsim/filter/FilterQueryTimeAR.java trunk/source/gridsim/filter/FilterResult.java trunk/source/gridsim/index/AbstractGIS.java trunk/source/gridsim/index/RegionalGIS.java trunk/source/gridsim/net/FIFOScheduler.java trunk/source/gridsim/net/FloodAdPack.java trunk/source/gridsim/net/FloodingRouter.java trunk/source/gridsim/net/InfoPacket.java trunk/source/gridsim/net/Input.java trunk/source/gridsim/net/Link.java trunk/source/gridsim/net/NetIO.java trunk/source/gridsim/net/NetPacket.java trunk/source/gridsim/net/Output.java trunk/source/gridsim/net/Packet.java trunk/source/gridsim/net/PacketScheduler.java trunk/source/gridsim/net/RIPAdPack.java trunk/source/gridsim/net/RIPRouter.java trunk/source/gridsim/net/RateControlledRouter.java trunk/source/gridsim/net/RateControlledScheduler.java trunk/source/gridsim/net/Router.java trunk/source/gridsim/net/SCFQScheduler.java trunk/source/gridsim/net/SimpleLink.java trunk/source/gridsim/resFailure/AllocPolicyWithFailure.java trunk/source/gridsim/resFailure/AvailabilityInfo.java trunk/source/gridsim/resFailure/FailureMsg.java trunk/source/gridsim/resFailure/GridResourceWithFailure.java trunk/source/gridsim/resFailure/RegionalGISWithFailure.java trunk/source/gridsim/resFailure/SpaceSharedWithFailure.java trunk/source/gridsim/resFailure/TimeSharedWithFailure.java trunk/source/gridsim/util/NetworkReader.java trunk/source/gridsim/util/SimReport.java trunk/source/gridsim/util/TrafficGenerator.java trunk/source/gridsim/util/Workload.java Modified: trunk/source/gridsim/ARGridResource.java =================================================================== --- trunk/source/gridsim/ARGridResource.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ARGridResource.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ARGridResource.java,v 1.19 2005/10/21 09:23:20 anthony Exp $ + * Copyright (c) 2004, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/ARObject.java =================================================================== --- trunk/source/gridsim/ARObject.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ARObject.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ARObject.java,v 1.8 2004/11/01 02:52:33 anthony Exp $ + * Copyright (c) 2004, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/ARPolicy.java =================================================================== --- trunk/source/gridsim/ARPolicy.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ARPolicy.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ARPolicy.java,v 1.19 2007/08/10 01:50:34 anthony Exp $ + * Copyright (c) 2004, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/ARSimpleSpaceShared.java =================================================================== --- trunk/source/gridsim/ARSimpleSpaceShared.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ARSimpleSpaceShared.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ARSimpleSpaceShared.java,v 1.11 2005/10/21 09:23:20 anthony Exp $ + * Copyright (c) 2004, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/Accumulator.java =================================================================== --- trunk/source/gridsim/Accumulator.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/Accumulator.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Accumulator.java,v 1.14 2007/10/18 01:26:48 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/AdvanceReservation.java =================================================================== --- trunk/source/gridsim/AdvanceReservation.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/AdvanceReservation.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: AdvanceReservation.java,v 1.40 2005/10/21 09:23:20 anthony Exp $ + * Copyright (c) 2004, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/AllocPolicy.java =================================================================== --- trunk/source/gridsim/AllocPolicy.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/AllocPolicy.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: AllocPolicy.java,v 1.45 2007/08/30 02:18:10 anthony Exp $ + * Copyright (c) 2003, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridInformationService.java =================================================================== --- trunk/source/gridsim/GridInformationService.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridInformationService.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridInformationService.java,v 1.32 2007/08/30 02:18:10 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridResource.java =================================================================== --- trunk/source/gridsim/GridResource.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridResource.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridResource.java,v 1.62 2007/08/30 02:18:10 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridSim.java =================================================================== --- trunk/source/gridsim/GridSim.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridSim.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridSim.java,v 1.67 2007/08/30 02:18:10 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridSimCore.java =================================================================== --- trunk/source/gridsim/GridSimCore.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridSimCore.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridSimCore.java,v 1.14 2007/08/30 02:18:10 anthony Exp $ + * Copyright (c) 2004, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridSimRandom.java =================================================================== --- trunk/source/gridsim/GridSimRandom.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridSimRandom.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridSimRandom.java,v 1.13 2004/11/01 02:52:35 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridSimShutdown.java =================================================================== --- trunk/source/gridsim/GridSimShutdown.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridSimShutdown.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridSimShutdown.java,v 1.21 2005/03/28 01:31:37 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridSimStandardPE.java =================================================================== --- trunk/source/gridsim/GridSimStandardPE.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridSimStandardPE.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridSimStandardPE.java,v 1.11 2004/11/01 02:52:35 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridSimTags.java =================================================================== --- trunk/source/gridsim/GridSimTags.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridSimTags.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridSimTags.java,v 1.49 2007/08/30 02:18:10 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridStatistics.java =================================================================== --- trunk/source/gridsim/GridStatistics.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridStatistics.java 2008-08-04 02:39:22 UTC (rev 198) @@ -5,7 +5,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridStatistics.java,v 1.21 2004/11/01 02:52:35 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridUser.java =================================================================== --- trunk/source/gridsim/GridUser.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridUser.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridUser.java,v 1.7 2006/04/21 02:46:45 anthony Exp $ + * Copyright (c) 2005, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/Gridlet.java =================================================================== --- trunk/source/gridsim/Gridlet.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/Gridlet.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Gridlet.java,v 1.37 2007/08/30 02:18:10 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/GridletList.java =================================================================== --- trunk/source/gridsim/GridletList.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/GridletList.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: GridletList.java,v 1.11 2004/11/01 02:52:35 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/IO_data.java =================================================================== --- trunk/source/gridsim/IO_data.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/IO_data.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: IO_data.java,v 1.15 2005/06/21 08:54:37 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/Machine.java =================================================================== --- trunk/source/gridsim/Machine.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/Machine.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Machine.java,v 1.14 2007/08/20 02:13:29 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ Modified: trunk/source/gridsim/MachineList.java =================================================================== --- trunk/source/gridsim/MachineList.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/MachineList.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: MachineList.java,v 1.15 2007/08/20 02:13:29 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/PE.java =================================================================== --- trunk/source/gridsim/PE.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/PE.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: PE.java,v 1.15 2007/08/30 01:20:19 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/PEList.java =================================================================== --- trunk/source/gridsim/PEList.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/PEList.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: PEList.java,v 1.14 2007/08/20 02:13:52 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/ParameterException.java =================================================================== --- trunk/source/gridsim/ParameterException.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ParameterException.java 2008-08-04 02:39:22 UTC (rev 198) @@ -8,7 +8,8 @@ * October 2004 * * Licence: GPL - http://www.gnu.org/copyleft/gpl.html - * + * Copyright (c) 2004, The University of Melbourne, Australia and + * National University of Singapore * ParameterException.java - Thrown for illegal parameters * */ Modified: trunk/source/gridsim/ResGridlet.java =================================================================== --- trunk/source/gridsim/ResGridlet.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ResGridlet.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ResGridlet.java,v 1.27 2005/07/19 07:36:41 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/ResGridletList.java =================================================================== --- trunk/source/gridsim/ResGridletList.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ResGridletList.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ResGridletList.java,v 1.10 2004/11/01 02:52:36 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/ResourceCalendar.java =================================================================== --- trunk/source/gridsim/ResourceCalendar.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ResourceCalendar.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ResourceCalendar.java,v 1.16 2005/04/01 06:30:36 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ Modified: trunk/source/gridsim/ResourceCharacteristics.java =================================================================== --- trunk/source/gridsim/ResourceCharacteristics.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ResourceCharacteristics.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ResourceCharacteristics.java,v 1.23 2007/08/20 02:14:24 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/ResourceUserList.java =================================================================== --- trunk/source/gridsim/ResourceUserList.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/ResourceUserList.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ResourceUserList.java,v 1.9 2004/11/01 02:52:37 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/Sim_from_port.java =================================================================== --- trunk/source/gridsim/Sim_from_port.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/Sim_from_port.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Sim_from_port.java,v 1.12 2005/04/01 06:20:43 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/SpaceShared.java =================================================================== --- trunk/source/gridsim/SpaceShared.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/SpaceShared.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: SpaceShared.java,v 1.28 2006/03/09 05:56:31 anthony Exp $ + * Copyright (c) 2003, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/Stat.java =================================================================== --- trunk/source/gridsim/Stat.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/Stat.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Stat.java,v 1.11 2004/11/01 02:52:37 anthony Exp $ + * Copyright (c) 2002, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/TimeShared.java =================================================================== --- trunk/source/gridsim/TimeShared.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/TimeShared.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: TimeShared.java,v 1.39 2006/03/09 05:56:32 anthony Exp $ + * Copyright (c) 2003, The University of Melbourne, Australia */ package gridsim; Modified: trunk/source/gridsim/auction/Auction.java =================================================================== --- trunk/source/gridsim/auction/Auction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/Auction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Auction.java,v 1.4 2006/03/23 03:40:56 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/AuctionObserver.java =================================================================== --- trunk/source/gridsim/auction/AuctionObserver.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/AuctionObserver.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: AuctionObserver.java,v 1.2 2006/03/20 04:15:00 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/AuctionTags.java =================================================================== --- trunk/source/gridsim/auction/AuctionTags.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/AuctionTags.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: AuctionTags.java,v 1.1 2006/03/09 05:29:19 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/Auctioneer.java =================================================================== --- trunk/source/gridsim/auction/Auctioneer.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/Auctioneer.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Auctioneer.java,v 1.3 2006/03/22 00:50:59 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/ContinuousDoubleAuction.java =================================================================== --- trunk/source/gridsim/auction/ContinuousDoubleAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/ContinuousDoubleAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ContinuousDoubleAuction.java,v 1.2 2006/03/23 03:40:56 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/DoubleAuction.java =================================================================== --- trunk/source/gridsim/auction/DoubleAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/DoubleAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: DoubleAuction.java,v 1.3 2006/03/23 03:40:56 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/DutchAuction.java =================================================================== --- trunk/source/gridsim/auction/DutchAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/DutchAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: DutchAuction.java,v 1.3 2006/03/23 03:40:56 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/EnglishAuction.java =================================================================== --- trunk/source/gridsim/auction/EnglishAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/EnglishAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: EnglishAuction.java,v 1.3 2006/03/23 03:40:56 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/FirstPriceSealedBidAuction.java =================================================================== --- trunk/source/gridsim/auction/FirstPriceSealedBidAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/FirstPriceSealedBidAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: FirstPriceSealedBidAuction.java,v 1.2 2006/03/23 03:40:56 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/Message.java =================================================================== --- trunk/source/gridsim/auction/Message.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/Message.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Message.java,v 1.3 2006/03/22 00:51:00 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; import java.util.Hashtable; Modified: trunk/source/gridsim/auction/MessageAsk.java =================================================================== --- trunk/source/gridsim/auction/MessageAsk.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/MessageAsk.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: MessageAsk.java,v 1.2 2006/03/20 04:15:00 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/MessageBid.java =================================================================== --- trunk/source/gridsim/auction/MessageBid.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/MessageBid.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: MessageBid.java,v 1.2 2006/03/20 04:15:01 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/MessageCallForBids.java =================================================================== --- trunk/source/gridsim/auction/MessageCallForBids.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/MessageCallForBids.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: MessageCallForBids.java,v 1.2 2006/03/20 04:15:01 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/MessageInformOutcome.java =================================================================== --- trunk/source/gridsim/auction/MessageInformOutcome.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/MessageInformOutcome.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: MessageInformOutcome.java,v 1.2 2006/03/20 04:15:01 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/MessageInformStart.java =================================================================== --- trunk/source/gridsim/auction/MessageInformStart.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/MessageInformStart.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: MessageInformStart.java,v 1.2 2006/03/20 04:15:01 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/MessageRejectBid.java =================================================================== --- trunk/source/gridsim/auction/MessageRejectBid.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/MessageRejectBid.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: MessageRejectBid.java,v 1.2 2006/03/20 04:15:01 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/MessageRejectCallForBid.java =================================================================== --- trunk/source/gridsim/auction/MessageRejectCallForBid.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/MessageRejectCallForBid.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: MessageRejectCallForBid.java,v 1.2 2006/03/20 04:15:01 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/OneSidedAuction.java =================================================================== --- trunk/source/gridsim/auction/OneSidedAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/OneSidedAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: OneSidedAuction.java,v 1.4 2006/03/23 03:40:56 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/Responder.java =================================================================== --- trunk/source/gridsim/auction/Responder.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/Responder.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: Responder.java,v 1.1 2006/03/09 05:29:22 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/ReverseDutchAuction.java =================================================================== --- trunk/source/gridsim/auction/ReverseDutchAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/ReverseDutchAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ReverseDutchAuction.java,v 1.3 2006/03/23 03:40:56 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/ReverseEnglishAuction.java =================================================================== --- trunk/source/gridsim/auction/ReverseEnglishAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/ReverseEnglishAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ReverseEnglishAuction.java,v 1.4 2006/03/23 03:40:57 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/auction/ReverseFirstPriceSealedBidAuction.java =================================================================== --- trunk/source/gridsim/auction/ReverseFirstPriceSealedBidAuction.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/auction/ReverseFirstPriceSealedBidAuction.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: ReverseFirstPriceSealedBidAuction.java,v 1.2 2006/03/23 03:40:57 anthony Exp $ + * Copyright (c) 2006, The University of Melbourne, Australia */ package gridsim.auction; Modified: trunk/source/gridsim/datagrid/DataGridResource.java =================================================================== --- trunk/source/gridsim/datagrid/DataGridResource.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/DataGridResource.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid; @@ -29,7 +31,7 @@ * more storage elements. It also performs registrations of files stored in * the resource to a designated RC. * <br><br> - * <ul><b>Local Replica Catalogue (RC):</b> This component is an optional part + * <li><b>Local Replica Catalogue (RC):</b> This component is an optional part * of a resource. The Local RC is responsible for indexing available files on * the resource only. It also handles users' queries. However, the Local RC * does not serve as a catalogue server to other resources. Modified: trunk/source/gridsim/datagrid/DataGridTags.java =================================================================== --- trunk/source/gridsim/datagrid/DataGridTags.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/DataGridTags.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid; Modified: trunk/source/gridsim/datagrid/DataGridUser.java =================================================================== --- trunk/source/gridsim/datagrid/DataGridUser.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/DataGridUser.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid; Modified: trunk/source/gridsim/datagrid/DataGridlet.java =================================================================== --- trunk/source/gridsim/datagrid/DataGridlet.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/DataGridlet.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid; import java.util.LinkedList; Modified: trunk/source/gridsim/datagrid/File.java =================================================================== --- trunk/source/gridsim/datagrid/File.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/File.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid; Modified: trunk/source/gridsim/datagrid/FileAttribute.java =================================================================== --- trunk/source/gridsim/datagrid/FileAttribute.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/FileAttribute.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid; Modified: trunk/source/gridsim/datagrid/ReplicaManager.java =================================================================== --- trunk/source/gridsim/datagrid/ReplicaManager.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/ReplicaManager.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid; Modified: trunk/source/gridsim/datagrid/SimpleReplicaManager.java =================================================================== --- trunk/source/gridsim/datagrid/SimpleReplicaManager.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/SimpleReplicaManager.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid; Modified: trunk/source/gridsim/datagrid/filter/FileNameFilter.java =================================================================== --- trunk/source/gridsim/datagrid/filter/FileNameFilter.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/filter/FileNameFilter.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid.filter; Modified: trunk/source/gridsim/datagrid/filter/Filter.java =================================================================== --- trunk/source/gridsim/datagrid/filter/Filter.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/filter/Filter.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.filter; import gridsim.datagrid.FileAttribute; Modified: trunk/source/gridsim/datagrid/filter/FilterDataResult.java =================================================================== --- trunk/source/gridsim/datagrid/filter/FilterDataResult.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/filter/FilterDataResult.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,6 +3,8 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ package gridsim.datagrid.filter; Modified: trunk/source/gridsim/datagrid/index/AbstractRC.java =================================================================== --- trunk/source/gridsim/datagrid/index/AbstractRC.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/index/AbstractRC.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.index; import eduni.simjava.*; Modified: trunk/source/gridsim/datagrid/index/DataGIS.java =================================================================== --- trunk/source/gridsim/datagrid/index/DataGIS.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/index/DataGIS.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.index; import eduni.simjava.Sim_event; Modified: trunk/source/gridsim/datagrid/index/DataRegionalGIS.java =================================================================== --- trunk/source/gridsim/datagrid/index/DataRegionalGIS.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/index/DataRegionalGIS.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.index; import eduni.simjava.*; Modified: trunk/source/gridsim/datagrid/index/RegionalRC.java =================================================================== --- trunk/source/gridsim/datagrid/index/RegionalRC.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/index/RegionalRC.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.index; import java.util.*; Modified: trunk/source/gridsim/datagrid/index/TopRegionalRC.java =================================================================== --- trunk/source/gridsim/datagrid/index/TopRegionalRC.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/index/TopRegionalRC.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.index; import java.util.*; Modified: trunk/source/gridsim/datagrid/storage/HarddriveStorage.java =================================================================== --- trunk/source/gridsim/datagrid/storage/HarddriveStorage.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/storage/HarddriveStorage.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.storage; import gridsim.datagrid.File; Modified: trunk/source/gridsim/datagrid/storage/Storage.java =================================================================== --- trunk/source/gridsim/datagrid/storage/Storage.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/storage/Storage.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.storage; import gridsim.datagrid.File; Modified: trunk/source/gridsim/datagrid/storage/TapeStorage.java =================================================================== --- trunk/source/gridsim/datagrid/storage/TapeStorage.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/datagrid/storage/TapeStorage.java 2008-08-04 02:39:22 UTC (rev 198) @@ -3,7 +3,10 @@ * Description: GridSim (Grid Simulation) Toolkit for Modeling and Simulation * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html + * Copyright (c) 2006, The University of Melbourne, Australia and + * University of Ljubljana, Slovenia */ + package gridsim.datagrid.storage; import gridsim.datagrid.File; Modified: trunk/source/gridsim/filter/FilterCreateAR.java =================================================================== --- trunk/source/gridsim/filter/FilterCreateAR.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/filter/FilterCreateAR.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: FilterCreateAR.java,v 1.2 2005/03/10 04:35:17 anthony Exp $ + * Copyright (c) 2005, The University of Melbourne, Australia */ package gridsim.filter; Modified: trunk/source/gridsim/filter/FilterGridlet.java =================================================================== --- trunk/source/gridsim/filter/FilterGridlet.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/filter/FilterGridlet.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: FilterGridlet.java,v 1.3 2005/03/10 04:35:17 anthony Exp $ + * Copyright (c) 2005, The University of Melbourne, Australia */ package gridsim.filter; Modified: trunk/source/gridsim/filter/FilterQueryTimeAR.java =================================================================== --- trunk/source/gridsim/filter/FilterQueryTimeAR.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/filter/FilterQueryTimeAR.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: FilterQueryTimeAR.java,v 1.2 2005/03/10 04:35:17 anthony Exp $ + * Copyright (c) 2005, The University of Melbourne, Australia */ package gridsim.filter; Modified: trunk/source/gridsim/filter/FilterResult.java =================================================================== --- trunk/source/gridsim/filter/FilterResult.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/filter/FilterResult.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: FilterResult.java,v 1.3 2005/03/10 04:35:17 anthony Exp $ + * Copyright (c) 2005, The University of Melbourne, Australia */ package gridsim.filter; Modified: trunk/source/gridsim/index/AbstractGIS.java =================================================================== --- trunk/source/gridsim/index/AbstractGIS.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/index/AbstractGIS.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: AbstractGIS.java,v 1.8 2007/08/30 01:38:43 anthony Exp $ + * Copyright (c) 2005, The University of Melbourne, Australia */ package gridsim.index; Modified: trunk/source/gridsim/index/RegionalGIS.java =================================================================== --- trunk/source/gridsim/index/RegionalGIS.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/index/RegionalGIS.java 2008-08-04 02:39:22 UTC (rev 198) @@ -4,7 +4,7 @@ * of Parallel and Distributed Systems such as Clusters and Grids * Licence: GPL - http://www.gnu.org/copyleft/gpl.html * - * $Id: RegionalGIS.java,v 1.8 2006/01/17 01:30:24 anthony Exp $ + * Copyright (c) 2005, The University of Melbourne, Australia */ package gridsim.index; Modified: trunk/source/gridsim/net/FIFOScheduler.java =================================================================== --- trunk/source/gridsim/net/FIFOScheduler.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/net/FIFOScheduler.java 2008-08-04 02:39:22 UTC (rev 198) @@ -8,7 +8,8 @@ * August 2004 * * Licence: GPL - http://www.gnu.org/copyleft/gpl.html - * + * Copyright (c) 2004, The University of Melbourne, Australia and National + * University of Singapore * FIFOScheduler.java - Implements a First in First Out scheduler * */ Modified: trunk/source/gridsim/net/FloodAdPack.java =================================================================== --- trunk/source/gridsim/net/FloodAdPack.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/net/FloodAdPack.java 2008-08-04 02:39:22 UTC (rev 198) @@ -8,7 +8,8 @@ * September 2004 * * Licence: GPL - http://www.gnu.org/copyleft/gpl.html - * + * Copyright (c) 2004, The University of Melbourne, Australia and National + * University of Singapore * FloodAdPack.java - Used to send route advertisements * */ Modified: trunk/source/gridsim/net/FloodingRouter.java =================================================================== --- trunk/source/gridsim/net/FloodingRouter.java 2008-08-04 02:15:29 UTC (rev 197) +++ trunk/source/gridsim/net/FloodingRouter.java 2008-08-04 02:39:22 UTC (rev 198) @@ -8,7 +8,8 @@ * August 2004 * * Licence: GPL - http://www.gnu.org/copyleft/gpl.html - * + * Copyright (c) 2004, The University of Melbourne, Australia and National + * University of Singapore * FloodingRouter.java - Simulates a network router with Flooding as * the advertising protocol * @@ -43,7 +44,6 @@ private Hashtable routerTable; private Hashtable forwardTable; private int id; - private static final int BITS = 8; // 1 byte in bits /** @@ -342,10 +342,10 @@ if (sched.size() == 0) { if (numPackets == 1) { - nextTime = (pkt.getSize() * BITS) / sched.getBaudRate(); + nextTime = (pkt.getSize() * NetIO.BITS) / sched.getBaudRate(); } else { - nextTime = (MTU * BITS * 1.0) / sched.getBaudRate(); + nextTime = (MTU * NetIO.BITS * 1.0) / sched.getBaudRate(); } sendInternalEvent(nextTime, sched); @@ -368,14 +368,18 @@ pkt.getNetServiceType(), i+1, numPackets); np.setLast(id); - super.write("enqueing, " + np); + if (super.reportWriter_ != null) { + super.write("enqueing, " + np); + } sched.enque(np); // put the packet into the scheduler } // put the actual packet into the last one and resize it accordingly pkt.setLast(id); pkt.setSize(pkt.getSize() - MTU * (numPackets - 1)); - super.write("enqueing, " + pkt); + if (super.reportWriter_ != null) { + super.write("enqueing, " + pkt); + } sched.enque(pkt); // put the packet into the scheduler } @@ -519,7 +523,9 @@ ((InfoPacket) np).addExitTime( GridSim.clock() ); } - ... [truncated message content] |