[haizea-commit] r641 - in trunk: src/haizea src/haizea/cli src/haizea/common src/haizea/core src/haizea/core/enact src/haizea/core/frontends src/haizea/core/scheduler src/haizea/core/scheduler/preparation_schedulers src/haizea/policies traces/undocumented
haizea-commit at mailman.cs.uchicago.edu
haizea-commit at mailman.cs.uchicago.edu
Wed Aug 5 11:08:29 CDT 2009
Author: borja
Date: 2009-08-05 11:08:29 -0500 (Wed, 05 Aug 2009)
New Revision: 641
Modified:
trunk/src/haizea/__init__.py
trunk/src/haizea/cli/commands.py
trunk/src/haizea/cli/optionparser.py
trunk/src/haizea/cli/rpc_commands.py
trunk/src/haizea/common/__init__.py
trunk/src/haizea/common/config.py
trunk/src/haizea/common/constants.py
trunk/src/haizea/common/stats.py
trunk/src/haizea/common/utils.py
trunk/src/haizea/core/__init__.py
trunk/src/haizea/core/accounting.py
trunk/src/haizea/core/configfile.py
trunk/src/haizea/core/enact/__init__.py
trunk/src/haizea/core/enact/actions.py
trunk/src/haizea/core/enact/opennebula.py
trunk/src/haizea/core/enact/simulated.py
trunk/src/haizea/core/frontends/__init__.py
trunk/src/haizea/core/frontends/opennebula.py
trunk/src/haizea/core/frontends/rpc.py
trunk/src/haizea/core/frontends/tracefile.py
trunk/src/haizea/core/leases.py
trunk/src/haizea/core/log.py
trunk/src/haizea/core/manager.py
trunk/src/haizea/core/rpcserver.py
trunk/src/haizea/core/scheduler/__init__.py
trunk/src/haizea/core/scheduler/lease_scheduler.py
trunk/src/haizea/core/scheduler/mapper.py
trunk/src/haizea/core/scheduler/policy.py
trunk/src/haizea/core/scheduler/preparation_schedulers/__init__.py
trunk/src/haizea/core/scheduler/preparation_schedulers/imagetransfer.py
trunk/src/haizea/core/scheduler/preparation_schedulers/unmanaged.py
trunk/src/haizea/core/scheduler/resourcepool.py
trunk/src/haizea/core/scheduler/slottable.py
trunk/src/haizea/core/scheduler/vm_scheduler.py
trunk/src/haizea/policies/__init__.py
trunk/src/haizea/policies/admission.py
trunk/src/haizea/policies/host_selection.py
trunk/src/haizea/policies/preemption.py
trunk/traces/undocumented/generators.py
Log:
Updated copyright notices.
Modified: trunk/src/haizea/__init__.py
===================================================================
--- trunk/src/haizea/__init__.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/__init__.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/cli/commands.py
===================================================================
--- trunk/src/haizea/cli/commands.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/cli/commands.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/cli/optionparser.py
===================================================================
--- trunk/src/haizea/cli/optionparser.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/cli/optionparser.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/cli/rpc_commands.py
===================================================================
--- trunk/src/haizea/cli/rpc_commands.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/cli/rpc_commands.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/common/__init__.py
===================================================================
--- trunk/src/haizea/common/__init__.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/common/__init__.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/common/config.py
===================================================================
--- trunk/src/haizea/common/config.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/common/config.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/common/constants.py
===================================================================
--- trunk/src/haizea/common/constants.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/common/constants.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/common/stats.py
===================================================================
--- trunk/src/haizea/common/stats.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/common/stats.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/common/utils.py
===================================================================
--- trunk/src/haizea/common/utils.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/common/utils.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/__init__.py
===================================================================
--- trunk/src/haizea/core/__init__.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/__init__.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/accounting.py
===================================================================
--- trunk/src/haizea/core/accounting.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/accounting.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/configfile.py
===================================================================
--- trunk/src/haizea/core/configfile.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/configfile.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/enact/__init__.py
===================================================================
--- trunk/src/haizea/core/enact/__init__.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/enact/__init__.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/enact/actions.py
===================================================================
--- trunk/src/haizea/core/enact/actions.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/enact/actions.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/enact/opennebula.py
===================================================================
--- trunk/src/haizea/core/enact/opennebula.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/enact/opennebula.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/enact/simulated.py
===================================================================
--- trunk/src/haizea/core/enact/simulated.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/enact/simulated.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/frontends/__init__.py
===================================================================
--- trunk/src/haizea/core/frontends/__init__.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/frontends/__init__.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/frontends/opennebula.py
===================================================================
--- trunk/src/haizea/core/frontends/opennebula.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/frontends/opennebula.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/frontends/rpc.py
===================================================================
--- trunk/src/haizea/core/frontends/rpc.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/frontends/rpc.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/frontends/tracefile.py
===================================================================
--- trunk/src/haizea/core/frontends/tracefile.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/frontends/tracefile.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/leases.py
===================================================================
--- trunk/src/haizea/core/leases.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/leases.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/log.py
===================================================================
--- trunk/src/haizea/core/log.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/log.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/manager.py
===================================================================
--- trunk/src/haizea/core/manager.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/manager.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/rpcserver.py
===================================================================
--- trunk/src/haizea/core/rpcserver.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/rpcserver.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/__init__.py
===================================================================
--- trunk/src/haizea/core/scheduler/__init__.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/__init__.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/lease_scheduler.py
===================================================================
--- trunk/src/haizea/core/scheduler/lease_scheduler.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/lease_scheduler.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/mapper.py
===================================================================
--- trunk/src/haizea/core/scheduler/mapper.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/mapper.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/policy.py
===================================================================
--- trunk/src/haizea/core/scheduler/policy.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/policy.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/preparation_schedulers/__init__.py
===================================================================
--- trunk/src/haizea/core/scheduler/preparation_schedulers/__init__.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/preparation_schedulers/__init__.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/preparation_schedulers/imagetransfer.py
===================================================================
--- trunk/src/haizea/core/scheduler/preparation_schedulers/imagetransfer.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/preparation_schedulers/imagetransfer.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/preparation_schedulers/unmanaged.py
===================================================================
--- trunk/src/haizea/core/scheduler/preparation_schedulers/unmanaged.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/preparation_schedulers/unmanaged.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/resourcepool.py
===================================================================
--- trunk/src/haizea/core/scheduler/resourcepool.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/resourcepool.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/slottable.py
===================================================================
--- trunk/src/haizea/core/scheduler/slottable.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/slottable.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/core/scheduler/vm_scheduler.py
===================================================================
--- trunk/src/haizea/core/scheduler/vm_scheduler.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/core/scheduler/vm_scheduler.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/policies/__init__.py
===================================================================
--- trunk/src/haizea/policies/__init__.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/policies/__init__.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/policies/admission.py
===================================================================
--- trunk/src/haizea/policies/admission.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/policies/admission.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/policies/host_selection.py
===================================================================
--- trunk/src/haizea/policies/host_selection.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/policies/host_selection.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/src/haizea/policies/preemption.py
===================================================================
--- trunk/src/haizea/policies/preemption.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/src/haizea/policies/preemption.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
Modified: trunk/traces/undocumented/generators.py
===================================================================
--- trunk/traces/undocumented/generators.py 2009-08-05 15:36:03 UTC (rev 640)
+++ trunk/traces/undocumented/generators.py 2009-08-05 16:08:29 UTC (rev 641)
@@ -1,6 +1,6 @@
# -------------------------------------------------------------------------- #
-# Copyright 2006-2008, University of Chicago #
-# Copyright 2008, Distributed Systems Architecture Group, Universidad #
+# Copyright 2006-2009, University of Chicago #
+# Copyright 2008-2009, Distributed Systems Architecture Group, Universidad #
# Complutense de Madrid (dsa-research.org) #
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
More information about the Haizea-commit
mailing list