From 156fda728f6ae55ccba147d2aaef8dcad361ed2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Font=C3=A1n=20Mui=C3=B1os?= Date: Mon, 19 Jan 2009 18:05:46 +0000 Subject: [PATCH] Added license headers and changed copyright year. For #67. git-svn-id: http://svn.opennebula.org/one/trunk@308 3034c82b-c49b-4eb3-8279-a7acafdc01c0 --- SConstruct | 16 ++++++++++++++++ install.sh | 17 +++++++++++++++++ share/etc/defaultrc | 2 +- share/examples/tm/tm_clone.sh | 17 +++++++++++++++++ share/examples/tm/tm_delete.sh | 17 +++++++++++++++++ share/examples/tm/tm_ln.sh | 17 +++++++++++++++++ share/examples/tm/tm_mkimage.sh | 17 +++++++++++++++++ share/examples/tm/tm_mkswap.sh | 17 +++++++++++++++++ share/examples/tm/tm_mv.sh | 17 +++++++++++++++++ share/scons/get_xmlrpc_config | 17 +++++++++++++++++ share/scons/lex_bison.py | 16 ++++++++++++++++ share/scons/xmlrpc_config.py | 16 ++++++++++++++++ share/scripts/madcommon.sh | 2 +- share/scripts/one | 17 +++++++++++++++++ share/scripts/vmcontext.sh | 19 ++++++++++++++++++- src/client/OneClient.cc | 2 +- src/client/OneClient_C_Wrapper.cc | 17 +++++++++++++++++ src/client/SConstruct | 17 +++++++++++++++++ src/client/ruby/client_utilities.rb | 2 +- src/client/ruby/command_parse.rb | 16 ++++++++++++++++ src/client/ruby/one.rb | 2 +- src/client/ruby/onehost | 2 +- src/client/ruby/onevm | 2 +- src/client/ruby/onevnet | 2 +- src/common/ActionManager.cc | 2 +- src/common/Attribute.cc | 2 +- src/common/SConstruct | 17 +++++++++++++++++ src/dm/DispatchManager.cc | 2 +- src/dm/DispatchManagerActions.cc | 2 +- src/dm/DispatchManagerStates.cc | 2 +- src/dm/SConstruct | 17 +++++++++++++++++ src/host/Host.cc | 2 +- src/host/HostPool.cc | 2 +- src/host/HostShare.cc | 2 +- src/host/HostTemplate.cc | 2 +- src/host/SConstruct | 17 +++++++++++++++++ src/host/host_parser.l | 2 +- src/host/host_rank.y | 2 +- src/host/host_requirements.y | 2 +- src/im/InformationManager.cc | 2 +- src/im/InformationManagerDriver.cc | 2 +- src/im/SConstruct | 17 +++++++++++++++++ src/im_mad/ec2/im_ec2rc | 2 +- src/im_mad/ec2/one_im_ec2 | 17 +++++++++++++++++ src/im_mad/ec2/one_im_ec2.rb | 17 +++++++++++++++++ src/im_mad/im_ssh/one_im_ssh | 17 +++++++++++++++++ src/im_mad/im_ssh/one_im_ssh.rb | 17 +++++++++++++++++ src/im_mad/kvm/im_kvmrc | 2 +- src/im_mad/kvm/kvm.rb | 17 +++++++++++++++++ src/im_mad/xen/im_xenrc | 2 +- src/im_mad/xen/xen.rb | 17 +++++++++++++++++ src/lcm/LifeCycleActions.cc | 2 +- src/lcm/LifeCycleManager.cc | 2 +- src/lcm/LifeCycleStates.cc | 2 +- src/lcm/SConstruct | 17 +++++++++++++++++ src/mad/Mad.cc | 2 +- src/mad/MadManager.cc | 2 +- src/mad/SConstruct | 17 +++++++++++++++++ src/mad/ruby/ThreadScheduler.rb | 18 +++++++++++++++++- src/mad/ruby/one_mad.rb | 2 +- src/mad/ruby/one_ssh.rb | 16 ++++++++++++++++ src/nebula/Log.cc | 2 +- src/nebula/Nebula.cc | 2 +- src/nebula/NebulaTemplate.cc | 2 +- src/nebula/SConstruct | 17 +++++++++++++++++ src/nebula/oned.cc | 2 +- src/pool/ObjectSQL.cc | 2 +- src/pool/PoolSQL.cc | 2 +- src/pool/SConstruct | 17 +++++++++++++++++ src/rm/RequestManager.cc | 2 +- src/rm/RequestManagerAction.cc | 2 +- src/rm/RequestManagerAllocate.cc | 2 +- src/rm/RequestManagerCancel.cc | 2 +- src/rm/RequestManagerDeploy.cc | 2 +- src/rm/RequestManagerHostAllocate.cc | 2 +- src/rm/RequestManagerHostDelete.cc | 2 +- src/rm/RequestManagerHostEnable.cc | 2 +- src/rm/RequestManagerHostInfo.cc | 2 +- src/rm/RequestManagerInfo.cc | 2 +- src/rm/RequestManagerMigrate.cc | 2 +- .../RequestManagerVirtualNetworkAllocate.cc | 2 +- src/rm/RequestManagerVirtualNetworkDelete.cc | 2 +- src/rm/RequestManagerVirtualNetworkInfo.cc | 2 +- src/rm/SConstruct | 17 +++++++++++++++++ src/scheduler/RankPolicy.h | 2 +- src/scheduler/SConstruct | 18 ++++++++++++++++++ src/scheduler/Scheduler.cc | 2 +- src/scheduler/SchedulerHost.cc | 2 +- src/scheduler/SchedulerVirtualMachine.cc | 2 +- src/scheduler/mm_sched.cc | 2 +- src/template/SConstruct | 17 +++++++++++++++++ src/template/Template.cc | 2 +- src/template/TemplateSQL.cc | 2 +- src/template/template_parser.l | 2 +- src/template/template_syntax.y | 2 +- src/tm/SConstruct | 17 +++++++++++++++++ src/tm/TransferManager.cc | 2 +- src/tm/TransferManagerDriver.cc | 2 +- src/tm_mad/TMScript.rb | 17 +++++++++++++++++ src/tm_mad/nfs/tm_clone.sh | 17 +++++++++++++++++ src/tm_mad/nfs/tm_delete.sh | 17 +++++++++++++++++ src/tm_mad/nfs/tm_ln.sh | 17 +++++++++++++++++ src/tm_mad/nfs/tm_mkimage.sh | 17 +++++++++++++++++ src/tm_mad/nfs/tm_mkswap.sh | 17 +++++++++++++++++ src/tm_mad/nfs/tm_mv.sh | 17 +++++++++++++++++ src/tm_mad/nfs/tm_nfsrc | 2 +- src/tm_mad/one_tm | 17 +++++++++++++++++ src/tm_mad/one_tm.rb | 17 +++++++++++++++++ src/tm_mad/ssh/tm_clone.sh | 17 +++++++++++++++++ src/tm_mad/ssh/tm_delete.sh | 17 +++++++++++++++++ src/tm_mad/ssh/tm_ln.sh | 17 +++++++++++++++++ src/tm_mad/ssh/tm_mkimage.sh | 17 +++++++++++++++++ src/tm_mad/ssh/tm_mkswap.sh | 17 +++++++++++++++++ src/tm_mad/ssh/tm_mv.sh | 17 +++++++++++++++++ src/tm_mad/ssh/tm_sshrc | 2 +- src/tm_mad/tm_common.sh | 16 ++++++++++++++++ src/vm/History.cc | 2 +- src/vm/SConstruct | 17 +++++++++++++++++ src/vm/VirtualMachine.cc | 2 +- src/vm/VirtualMachinePool.cc | 2 +- src/vm/VirtualMachineTemplate.cc | 2 +- src/vmm/EC2Driver.cc | 2 +- src/vmm/LibVirtDriver.cc | 2 +- src/vmm/SConstruct | 17 +++++++++++++++++ src/vmm/VirtualMachineManager.cc | 2 +- src/vmm/VirtualMachineManagerDriver.cc | 2 +- src/vmm/XenDriver.cc | 2 +- src/vmm_mad/ec2/one_vmm_ec2 | 17 +++++++++++++++++ src/vmm_mad/ec2/one_vmm_ec2.rb | 2 +- src/vmm_mad/ec2/vmm_ec2rc | 2 +- src/vmm_mad/kvm/one_vmm_kvm | 17 +++++++++++++++++ src/vmm_mad/kvm/one_vmm_kvm.rb | 17 +++++++++++++++++ src/vmm_mad/kvm/vmm_kvmrc | 2 +- src/vmm_mad/xen/one_vmm_xen | 17 +++++++++++++++++ src/vmm_mad/xen/one_vmm_xen.rb | 17 +++++++++++++++++ src/vmm_mad/xen/vmm_xenrc | 2 +- src/vnm/FixedLeases.cc | 2 +- src/vnm/Leases.cc | 2 +- src/vnm/RangedLeases.cc | 2 +- src/vnm/SConstruct | 17 +++++++++++++++++ src/vnm/VirtualNetwork.cc | 2 +- src/vnm/VirtualNetworkPool.cc | 2 +- src/vnm/VirtualNetworkTemplate.cc | 2 +- 143 files changed, 1099 insertions(+), 85 deletions(-) diff --git a/SConstruct b/SConstruct index 89eae53a676..294f1483348 100644 --- a/SConstruct +++ b/SConstruct @@ -1,3 +1,19 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # import os import sys diff --git a/install.sh b/install.sh index a3d3bdf4097..f3ef1153c83 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + #------------------------------------------------------------------------------- # Install program for OpenNebula. It will install it relative to # $ONE_LOCATION if defined with the -d option, otherwise it'll be installed diff --git a/share/etc/defaultrc b/share/etc/defaultrc index 102cfc304e6..178521b3cbd 100644 --- a/share/etc/defaultrc +++ b/share/etc/defaultrc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/share/examples/tm/tm_clone.sh b/share/examples/tm/tm_clone.sh index f2170f0df39..ea5e1e05a3c 100755 --- a/share/examples/tm/tm_clone.sh +++ b/share/examples/tm/tm_clone.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/share/examples/tm/tm_delete.sh b/share/examples/tm/tm_delete.sh index f3b579d6621..437ab0142f5 100755 --- a/share/examples/tm/tm_delete.sh +++ b/share/examples/tm/tm_delete.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/share/examples/tm/tm_ln.sh b/share/examples/tm/tm_ln.sh index ab9ba60418d..29ba8ece6c4 100755 --- a/share/examples/tm/tm_ln.sh +++ b/share/examples/tm/tm_ln.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/share/examples/tm/tm_mkimage.sh b/share/examples/tm/tm_mkimage.sh index 91aab7b2a10..bef6b86758f 100755 --- a/share/examples/tm/tm_mkimage.sh +++ b/share/examples/tm/tm_mkimage.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + if [ -z "${ONE_LOCATION}" ]; then TMCOMMON=/usr/lib/one/mads/tm_common.sh else diff --git a/share/examples/tm/tm_mkswap.sh b/share/examples/tm/tm_mkswap.sh index ef7f9fe109b..220ebbd02aa 100755 --- a/share/examples/tm/tm_mkswap.sh +++ b/share/examples/tm/tm_mkswap.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SIZE=$1 DST=$2 diff --git a/share/examples/tm/tm_mv.sh b/share/examples/tm/tm_mv.sh index c2f6240d6b6..9030b979932 100755 --- a/share/examples/tm/tm_mv.sh +++ b/share/examples/tm/tm_mv.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/share/scons/get_xmlrpc_config b/share/scons/get_xmlrpc_config index 9fd8afb51a5..6e7bda84678 100755 --- a/share/scons/get_xmlrpc_config +++ b/share/scons/get_xmlrpc_config @@ -1,5 +1,22 @@ #!/usr/bin/env ruby +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + require 'pp' require 'digest/md5' require 'ftools' diff --git a/share/scons/lex_bison.py b/share/scons/lex_bison.py index 0016b625d2a..10c94e33734 100644 --- a/share/scons/lex_bison.py +++ b/share/scons/lex_bison.py @@ -1,3 +1,19 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # import os import SCons diff --git a/share/scons/xmlrpc_config.py b/share/scons/xmlrpc_config.py index b77e174192c..d2a9053e978 100644 --- a/share/scons/xmlrpc_config.py +++ b/share/scons/xmlrpc_config.py @@ -1,3 +1,19 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # import copy import SCons diff --git a/share/scripts/madcommon.sh b/share/scripts/madcommon.sh index 7ea15018622..df91b7fe0fe 100644 --- a/share/scripts/madcommon.sh +++ b/share/scripts/madcommon.sh @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/share/scripts/one b/share/scripts/one index 72c0f56ff06..875c84fe494 100755 --- a/share/scripts/one +++ b/share/scripts/one @@ -1,5 +1,22 @@ #! /bin/sh +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + if [ -z "$ONE_LOCATION" ]; then ONE_PID=/var/run/one/oned.pid ONE_SCHEDPID=/var/run/one/sched.pid diff --git a/share/scripts/vmcontext.sh b/share/scripts/vmcontext.sh index b4674522c90..47681ce167e 100755 --- a/share/scripts/vmcontext.sh +++ b/share/scripts/vmcontext.sh @@ -1,5 +1,22 @@ #!/bin/bash - + +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + # Gets IP address from a given MAC mac2ip() { mac=$1 diff --git a/src/client/OneClient.cc b/src/client/OneClient.cc index 52b489d2ecc..85c6fcf721d 100644 --- a/src/client/OneClient.cc +++ b/src/client/OneClient.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/client/OneClient_C_Wrapper.cc b/src/client/OneClient_C_Wrapper.cc index 99eaef1e7b2..1d5ac2f477c 100644 --- a/src/client/OneClient_C_Wrapper.cc +++ b/src/client/OneClient_C_Wrapper.cc @@ -1,3 +1,20 @@ +/* -------------------------------------------------------------------------- */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ +/* Complutense de Madrid (dsa-research.org) */ +/* */ +/* Licensed under the Apache License, Version 2.0 (the "License"); you may */ +/* not use this file except in compliance with the License. You may obtain */ +/* a copy of the License at */ +/* */ +/* http://www.apache.org/licenses/LICENSE-2.0 */ +/* */ +/* Unless required by applicable law or agreed to in writing, software */ +/* distributed under the License is distributed on an "AS IS" BASIS, */ +/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ +/* See the License for the specific language governing permissions and */ +/* limitations under the License. */ +/* -------------------------------------------------------------------------- */ + #include "OneClient.h" #include #include diff --git a/src/client/SConstruct b/src/client/SConstruct index d4b190faa72..fe2cd34149a 100644 --- a/src/client/SConstruct +++ b/src/client/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/mad +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='oneapi' diff --git a/src/client/ruby/client_utilities.rb b/src/client/ruby/client_utilities.rb index d5effd02434..0c33b5e0785 100644 --- a/src/client/ruby/client_utilities.rb +++ b/src/client/ruby/client_utilities.rb @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/client/ruby/command_parse.rb b/src/client/ruby/command_parse.rb index 5341bb0fe22..5199452c252 100644 --- a/src/client/ruby/command_parse.rb +++ b/src/client/ruby/command_parse.rb @@ -1,3 +1,19 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # require 'optparse' require 'pp' diff --git a/src/client/ruby/one.rb b/src/client/ruby/one.rb index 7a1c97034a6..1843b3df2e3 100644 --- a/src/client/ruby/one.rb +++ b/src/client/ruby/one.rb @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/client/ruby/onehost b/src/client/ruby/onehost index 07f3558c4a0..a0bdd12f24a 100755 --- a/src/client/ruby/onehost +++ b/src/client/ruby/onehost @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/client/ruby/onevm b/src/client/ruby/onevm index 41f621706c3..29a21ce2de4 100755 --- a/src/client/ruby/onevm +++ b/src/client/ruby/onevm @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/client/ruby/onevnet b/src/client/ruby/onevnet index f0e349c8c87..3db5701675b 100755 --- a/src/client/ruby/onevnet +++ b/src/client/ruby/onevnet @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/common/ActionManager.cc b/src/common/ActionManager.cc index 035aa9ab6b2..5690ca6a7b4 100644 --- a/src/common/ActionManager.cc +++ b/src/common/ActionManager.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/common/Attribute.cc b/src/common/Attribute.cc index c03d3ee5fc8..1c98babdabd 100644 --- a/src/common/Attribute.cc +++ b/src/common/Attribute.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/common/SConstruct b/src/common/SConstruct index 9cac5b04ab6..64b0e5ab4c8 100644 --- a/src/common/SConstruct +++ b/src/common/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/common +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_common' diff --git a/src/dm/DispatchManager.cc b/src/dm/DispatchManager.cc index 7bbc59a773e..f7c0b694048 100644 --- a/src/dm/DispatchManager.cc +++ b/src/dm/DispatchManager.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/dm/DispatchManagerActions.cc b/src/dm/DispatchManagerActions.cc index f02192f585d..ef0b40ce5ee 100644 --- a/src/dm/DispatchManagerActions.cc +++ b/src/dm/DispatchManagerActions.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/dm/DispatchManagerStates.cc b/src/dm/DispatchManagerStates.cc index 1193ebff96d..131f3d85060 100644 --- a/src/dm/DispatchManagerStates.cc +++ b/src/dm/DispatchManagerStates.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/dm/SConstruct b/src/dm/SConstruct index 0af8aa23f71..94ed048a8d8 100644 --- a/src/dm/SConstruct +++ b/src/dm/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/vm +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_dm' diff --git a/src/host/Host.cc b/src/host/Host.cc index 726208d1046..c64af5ad090 100644 --- a/src/host/Host.cc +++ b/src/host/Host.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/host/HostPool.cc b/src/host/HostPool.cc index 3d4a03bb583..7a394067ac1 100644 --- a/src/host/HostPool.cc +++ b/src/host/HostPool.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/host/HostShare.cc b/src/host/HostShare.cc index 52ee587e53d..5b509f65a72 100644 --- a/src/host/HostShare.cc +++ b/src/host/HostShare.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/host/HostTemplate.cc b/src/host/HostTemplate.cc index 32f88d30710..4df8516c910 100644 --- a/src/host/HostTemplate.cc +++ b/src/host/HostTemplate.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/host/SConstruct b/src/host/SConstruct index aeba5464022..835bc77f95c 100644 --- a/src/host/SConstruct +++ b/src/host/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/vm +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_host' diff --git a/src/host/host_parser.l b/src/host/host_parser.l index 4f787cad74f..028a5a76274 100644 --- a/src/host/host_parser.l +++ b/src/host/host_parser.l @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/host/host_rank.y b/src/host/host_rank.y index f52d6e7fff8..a86d1a857e2 100644 --- a/src/host/host_rank.y +++ b/src/host/host_rank.y @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/host/host_requirements.y b/src/host/host_requirements.y index df75ed751a2..ee797f779f1 100644 --- a/src/host/host_requirements.y +++ b/src/host/host_requirements.y @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/im/InformationManager.cc b/src/im/InformationManager.cc index 031a73fc17d..f959506d613 100644 --- a/src/im/InformationManager.cc +++ b/src/im/InformationManager.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/im/InformationManagerDriver.cc b/src/im/InformationManagerDriver.cc index 90ca841f5dd..874fc52d713 100644 --- a/src/im/InformationManagerDriver.cc +++ b/src/im/InformationManagerDriver.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/im/SConstruct b/src/im/SConstruct index 96c119d182e..a4cda201f12 100755 --- a/src/im/SConstruct +++ b/src/im/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/im +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_im' diff --git a/src/im_mad/ec2/im_ec2rc b/src/im_mad/ec2/im_ec2rc index 3d5eace0b59..919c811fa76 100644 --- a/src/im_mad/ec2/im_ec2rc +++ b/src/im_mad/ec2/im_ec2rc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/im_mad/ec2/one_im_ec2 b/src/im_mad/ec2/one_im_ec2 index c6bb767828f..4dbbbc3c863 100755 --- a/src/im_mad/ec2/one_im_ec2 +++ b/src/im_mad/ec2/one_im_ec2 @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + if [ -z "${ONE_LOCATION}" ]; then EC2RC=/etc/one/im_ec2/im_ec2rc EC2CONF=/etc/one/im_ec2/im_ec2.conf diff --git a/src/im_mad/ec2/one_im_ec2.rb b/src/im_mad/ec2/one_im_ec2.rb index 64661e928d2..b5c8613c5aa 100755 --- a/src/im_mad/ec2/one_im_ec2.rb +++ b/src/im_mad/ec2/one_im_ec2.rb @@ -1,5 +1,22 @@ #!/usr/bin/env ruby +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + ONE_LOCATION=ENV["ONE_LOCATION"] if !ONE_LOCATION diff --git a/src/im_mad/im_ssh/one_im_ssh b/src/im_mad/im_ssh/one_im_ssh index 06c66b590e5..f8907c24b62 100755 --- a/src/im_mad/im_ssh/one_im_ssh +++ b/src/im_mad/im_ssh/one_im_ssh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + DRIVER_NAME=`basename $1 | cut -d. -f1` if [ -z "${ONE_LOCATION}" ]; then diff --git a/src/im_mad/im_ssh/one_im_ssh.rb b/src/im_mad/im_ssh/one_im_ssh.rb index 72c8c9c0976..2479f317d90 100755 --- a/src/im_mad/im_ssh/one_im_ssh.rb +++ b/src/im_mad/im_ssh/one_im_ssh.rb @@ -1,5 +1,22 @@ #!/usr/bin/env ruby +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + ONE_LOCATION=ENV["ONE_LOCATION"] if !ONE_LOCATION diff --git a/src/im_mad/kvm/im_kvmrc b/src/im_mad/kvm/im_kvmrc index 3d5eace0b59..919c811fa76 100644 --- a/src/im_mad/kvm/im_kvmrc +++ b/src/im_mad/kvm/im_kvmrc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/im_mad/kvm/kvm.rb b/src/im_mad/kvm/kvm.rb index 1910717bf5f..642dd0fc9a9 100755 --- a/src/im_mad/kvm/kvm.rb +++ b/src/im_mad/kvm/kvm.rb @@ -1,5 +1,22 @@ #!/usr/bin/env ruby +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + ###### # First, get all the posible info out of virsh # TODO : use virsh freecell when available diff --git a/src/im_mad/xen/im_xenrc b/src/im_mad/xen/im_xenrc index 3d5eace0b59..919c811fa76 100644 --- a/src/im_mad/xen/im_xenrc +++ b/src/im_mad/xen/im_xenrc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/im_mad/xen/xen.rb b/src/im_mad/xen/xen.rb index 318f96ec380..e86b9c359e8 100755 --- a/src/im_mad/xen/xen.rb +++ b/src/im_mad/xen/xen.rb @@ -1,5 +1,22 @@ #!/usr/bin/env ruby +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + require "pp" XENTOP_PATH="/usr/sbin/xentop" diff --git a/src/lcm/LifeCycleActions.cc b/src/lcm/LifeCycleActions.cc index bad653d3669..b5fec4d735b 100644 --- a/src/lcm/LifeCycleActions.cc +++ b/src/lcm/LifeCycleActions.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/lcm/LifeCycleManager.cc b/src/lcm/LifeCycleManager.cc index f6ab52aed77..9a9a3cdc1c6 100644 --- a/src/lcm/LifeCycleManager.cc +++ b/src/lcm/LifeCycleManager.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/lcm/LifeCycleStates.cc b/src/lcm/LifeCycleStates.cc index 6fe50bd461e..2e580130e67 100644 --- a/src/lcm/LifeCycleStates.cc +++ b/src/lcm/LifeCycleStates.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/lcm/SConstruct b/src/lcm/SConstruct index 00b87cb005a..a7117b02123 100644 --- a/src/lcm/SConstruct +++ b/src/lcm/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/vm +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_lcm' diff --git a/src/mad/Mad.cc b/src/mad/Mad.cc index df2c8563ca4..1d24161213e 100644 --- a/src/mad/Mad.cc +++ b/src/mad/Mad.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/mad/MadManager.cc b/src/mad/MadManager.cc index c0bda5a488b..8ec78dd9043 100644 --- a/src/mad/MadManager.cc +++ b/src/mad/MadManager.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/mad/SConstruct b/src/mad/SConstruct index 9784485364a..b4ee3deb8fd 100644 --- a/src/mad/SConstruct +++ b/src/mad/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/mad +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_mad' diff --git a/src/mad/ruby/ThreadScheduler.rb b/src/mad/ruby/ThreadScheduler.rb index 84efe887004..94ffe2b82f7 100644 --- a/src/mad/ruby/ThreadScheduler.rb +++ b/src/mad/ruby/ThreadScheduler.rb @@ -1,8 +1,24 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # require 'thread' =begin rdoc -Copyright 2002-2008, Distributed Systems Architecture Group, Universidad Complutense de Madrid (dsa-research.org) +Copyright 2002-2009, Distributed Systems Architecture Group, Universidad Complutense de Madrid (dsa-research.org) This class manages a pool of threads with a maximun number of concurrent running jobs. diff --git a/src/mad/ruby/one_mad.rb b/src/mad/ruby/one_mad.rb index 31274b80790..08b12794bd3 100755 --- a/src/mad/ruby/one_mad.rb +++ b/src/mad/ruby/one_mad.rb @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- -# Copyright 2002-2008 GridWay Team, Distributed Systems Architecture +# Copyright 2002-2009 GridWay Team, Distributed Systems Architecture # Group, Universidad Complutense de Madrid # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/src/mad/ruby/one_ssh.rb b/src/mad/ruby/one_ssh.rb index b7246b799b6..99d100208b4 100644 --- a/src/mad/ruby/one_ssh.rb +++ b/src/mad/ruby/one_ssh.rb @@ -1,3 +1,19 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # =begin rdoc diff --git a/src/nebula/Log.cc b/src/nebula/Log.cc index 2d8f91da2d4..754333f5f29 100644 --- a/src/nebula/Log.cc +++ b/src/nebula/Log.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/nebula/Nebula.cc b/src/nebula/Nebula.cc index e953a085278..a1dff2476cc 100644 --- a/src/nebula/Nebula.cc +++ b/src/nebula/Nebula.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/nebula/NebulaTemplate.cc b/src/nebula/NebulaTemplate.cc index dc97516d693..5dbffaf0655 100644 --- a/src/nebula/NebulaTemplate.cc +++ b/src/nebula/NebulaTemplate.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/nebula/SConstruct b/src/nebula/SConstruct index a8bc8d89789..d711f39c2d8 100644 --- a/src/nebula/SConstruct +++ b/src/nebula/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/nebula +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_core' diff --git a/src/nebula/oned.cc b/src/nebula/oned.cc index 13dfa698515..28cb4363e90 100644 --- a/src/nebula/oned.cc +++ b/src/nebula/oned.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/pool/ObjectSQL.cc b/src/pool/ObjectSQL.cc index d4dd044bb58..5af6ae357b5 100644 --- a/src/pool/ObjectSQL.cc +++ b/src/pool/ObjectSQL.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/pool/PoolSQL.cc b/src/pool/PoolSQL.cc index 3c39e5bcd2b..ff32b3ef7d5 100644 --- a/src/pool/PoolSQL.cc +++ b/src/pool/PoolSQL.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/pool/SConstruct b/src/pool/SConstruct index 3508314aca7..3dc66a42186 100644 --- a/src/pool/SConstruct +++ b/src/pool/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/pool +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_pool' diff --git a/src/rm/RequestManager.cc b/src/rm/RequestManager.cc index daa766386f4..a88ef9d68ac 100644 --- a/src/rm/RequestManager.cc +++ b/src/rm/RequestManager.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerAction.cc b/src/rm/RequestManagerAction.cc index a0b18e2dc08..6804c27ee93 100644 --- a/src/rm/RequestManagerAction.cc +++ b/src/rm/RequestManagerAction.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerAllocate.cc b/src/rm/RequestManagerAllocate.cc index ef0b8815949..7beec63db1c 100644 --- a/src/rm/RequestManagerAllocate.cc +++ b/src/rm/RequestManagerAllocate.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerCancel.cc b/src/rm/RequestManagerCancel.cc index d91b003678f..35aeb354159 100644 --- a/src/rm/RequestManagerCancel.cc +++ b/src/rm/RequestManagerCancel.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerDeploy.cc b/src/rm/RequestManagerDeploy.cc index 82ad0b22bf1..61442757e62 100644 --- a/src/rm/RequestManagerDeploy.cc +++ b/src/rm/RequestManagerDeploy.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerHostAllocate.cc b/src/rm/RequestManagerHostAllocate.cc index a8ec7873fd9..263190761c1 100644 --- a/src/rm/RequestManagerHostAllocate.cc +++ b/src/rm/RequestManagerHostAllocate.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerHostDelete.cc b/src/rm/RequestManagerHostDelete.cc index be93053f2db..741cf98a027 100644 --- a/src/rm/RequestManagerHostDelete.cc +++ b/src/rm/RequestManagerHostDelete.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerHostEnable.cc b/src/rm/RequestManagerHostEnable.cc index 7d79ff6785a..b090cf9aa6f 100644 --- a/src/rm/RequestManagerHostEnable.cc +++ b/src/rm/RequestManagerHostEnable.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerHostInfo.cc b/src/rm/RequestManagerHostInfo.cc index a3f7a2da73e..c0fdf3e3daa 100644 --- a/src/rm/RequestManagerHostInfo.cc +++ b/src/rm/RequestManagerHostInfo.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerInfo.cc b/src/rm/RequestManagerInfo.cc index adde32c9bf1..1e54f786d57 100644 --- a/src/rm/RequestManagerInfo.cc +++ b/src/rm/RequestManagerInfo.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerMigrate.cc b/src/rm/RequestManagerMigrate.cc index ea244eeeebb..d2d701453fd 100644 --- a/src/rm/RequestManagerMigrate.cc +++ b/src/rm/RequestManagerMigrate.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerVirtualNetworkAllocate.cc b/src/rm/RequestManagerVirtualNetworkAllocate.cc index df772dc65b5..e7e3d012995 100644 --- a/src/rm/RequestManagerVirtualNetworkAllocate.cc +++ b/src/rm/RequestManagerVirtualNetworkAllocate.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerVirtualNetworkDelete.cc b/src/rm/RequestManagerVirtualNetworkDelete.cc index 98108df5515..4e2da8074b9 100644 --- a/src/rm/RequestManagerVirtualNetworkDelete.cc +++ b/src/rm/RequestManagerVirtualNetworkDelete.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/RequestManagerVirtualNetworkInfo.cc b/src/rm/RequestManagerVirtualNetworkInfo.cc index 9b324e3babc..e9a7c319a6e 100644 --- a/src/rm/RequestManagerVirtualNetworkInfo.cc +++ b/src/rm/RequestManagerVirtualNetworkInfo.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/rm/SConstruct b/src/rm/SConstruct index 61190104461..369972eab86 100644 --- a/src/rm/SConstruct +++ b/src/rm/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/rm +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_rm' diff --git a/src/scheduler/RankPolicy.h b/src/scheduler/RankPolicy.h index 565b8db70ae..eb720390061 100644 --- a/src/scheduler/RankPolicy.h +++ b/src/scheduler/RankPolicy.h @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/scheduler/SConstruct b/src/scheduler/SConstruct index ef30a943c37..71fcfea1764 100644 --- a/src/scheduler/SConstruct +++ b/src/scheduler/SConstruct @@ -1,4 +1,22 @@ # SConstruct for src/nebula + +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + import os Import('env') diff --git a/src/scheduler/Scheduler.cc b/src/scheduler/Scheduler.cc index 7488c1e9164..d9658903f16 100644 --- a/src/scheduler/Scheduler.cc +++ b/src/scheduler/Scheduler.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/scheduler/SchedulerHost.cc b/src/scheduler/SchedulerHost.cc index 31a8a9814d1..cdc97486c7b 100644 --- a/src/scheduler/SchedulerHost.cc +++ b/src/scheduler/SchedulerHost.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/scheduler/SchedulerVirtualMachine.cc b/src/scheduler/SchedulerVirtualMachine.cc index dd2035f31a8..55c488a4cea 100644 --- a/src/scheduler/SchedulerVirtualMachine.cc +++ b/src/scheduler/SchedulerVirtualMachine.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/scheduler/mm_sched.cc b/src/scheduler/mm_sched.cc index f84719f3c3f..ba709939746 100644 --- a/src/scheduler/mm_sched.cc +++ b/src/scheduler/mm_sched.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/template/SConstruct b/src/template/SConstruct index d8294785ceb..7bf7af1db09 100644 --- a/src/template/SConstruct +++ b/src/template/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/template +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_template' diff --git a/src/template/Template.cc b/src/template/Template.cc index 9389fdbfb30..e55c715a55f 100644 --- a/src/template/Template.cc +++ b/src/template/Template.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/template/TemplateSQL.cc b/src/template/TemplateSQL.cc index a076016b3d8..d8ae20b4863 100644 --- a/src/template/TemplateSQL.cc +++ b/src/template/TemplateSQL.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/template/template_parser.l b/src/template/template_parser.l index 054bb0c0920..95d34011dc1 100644 --- a/src/template/template_parser.l +++ b/src/template/template_parser.l @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/template/template_syntax.y b/src/template/template_syntax.y index 54e1b5bdf62..3b086e09722 100644 --- a/src/template/template_syntax.y +++ b/src/template/template_syntax.y @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/tm/SConstruct b/src/tm/SConstruct index 5d00666e73e..450d04442c5 100644 --- a/src/tm/SConstruct +++ b/src/tm/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/vm +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_tm' diff --git a/src/tm/TransferManager.cc b/src/tm/TransferManager.cc index 200a2c1a176..902e428769d 100644 --- a/src/tm/TransferManager.cc +++ b/src/tm/TransferManager.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/tm/TransferManagerDriver.cc b/src/tm/TransferManagerDriver.cc index 3493ec818e1..025db018fa6 100644 --- a/src/tm/TransferManagerDriver.cc +++ b/src/tm/TransferManagerDriver.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/tm_mad/TMScript.rb b/src/tm_mad/TMScript.rb index 741c085fd73..f177a3032f3 100644 --- a/src/tm_mad/TMScript.rb +++ b/src/tm_mad/TMScript.rb @@ -1,4 +1,21 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + require 'pp' require 'open3' require 'ftools' diff --git a/src/tm_mad/nfs/tm_clone.sh b/src/tm_mad/nfs/tm_clone.sh index e7549115d3c..f1a453c6f41 100755 --- a/src/tm_mad/nfs/tm_clone.sh +++ b/src/tm_mad/nfs/tm_clone.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/src/tm_mad/nfs/tm_delete.sh b/src/tm_mad/nfs/tm_delete.sh index dba0738cf21..876ed473a43 100755 --- a/src/tm_mad/nfs/tm_delete.sh +++ b/src/tm_mad/nfs/tm_delete.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/src/tm_mad/nfs/tm_ln.sh b/src/tm_mad/nfs/tm_ln.sh index c064243d058..f5c8bf98b0b 100755 --- a/src/tm_mad/nfs/tm_ln.sh +++ b/src/tm_mad/nfs/tm_ln.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/src/tm_mad/nfs/tm_mkimage.sh b/src/tm_mad/nfs/tm_mkimage.sh index 91aab7b2a10..bef6b86758f 100755 --- a/src/tm_mad/nfs/tm_mkimage.sh +++ b/src/tm_mad/nfs/tm_mkimage.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + if [ -z "${ONE_LOCATION}" ]; then TMCOMMON=/usr/lib/one/mads/tm_common.sh else diff --git a/src/tm_mad/nfs/tm_mkswap.sh b/src/tm_mad/nfs/tm_mkswap.sh index 6ed2100fbc2..7540c311479 100755 --- a/src/tm_mad/nfs/tm_mkswap.sh +++ b/src/tm_mad/nfs/tm_mkswap.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SIZE=$1 DST=$2 diff --git a/src/tm_mad/nfs/tm_mv.sh b/src/tm_mad/nfs/tm_mv.sh index 7ff29c8a8c0..b2941eafb8c 100755 --- a/src/tm_mad/nfs/tm_mv.sh +++ b/src/tm_mad/nfs/tm_mv.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/src/tm_mad/nfs/tm_nfsrc b/src/tm_mad/nfs/tm_nfsrc index 3d5eace0b59..919c811fa76 100644 --- a/src/tm_mad/nfs/tm_nfsrc +++ b/src/tm_mad/nfs/tm_nfsrc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/tm_mad/one_tm b/src/tm_mad/one_tm index a718212996b..cbcc21732ef 100755 --- a/src/tm_mad/one_tm +++ b/src/tm_mad/one_tm @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + DRIVER_NAME=`basename $1 | cut -d. -f1` if [ -z "${ONE_LOCATION}" ]; then diff --git a/src/tm_mad/one_tm.rb b/src/tm_mad/one_tm.rb index 1c94f35badf..5dab2748455 100755 --- a/src/tm_mad/one_tm.rb +++ b/src/tm_mad/one_tm.rb @@ -1,5 +1,22 @@ #!/usr/bin/env ruby +# -------------------------------------------------------------------------- # +# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + ONE_LOCATION=ENV["ONE_LOCATION"] if !ONE_LOCATION diff --git a/src/tm_mad/ssh/tm_clone.sh b/src/tm_mad/ssh/tm_clone.sh index bfda4831a22..3492cb4555a 100755 --- a/src/tm_mad/ssh/tm_clone.sh +++ b/src/tm_mad/ssh/tm_clone.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/src/tm_mad/ssh/tm_delete.sh b/src/tm_mad/ssh/tm_delete.sh index f3b579d6621..437ab0142f5 100755 --- a/src/tm_mad/ssh/tm_delete.sh +++ b/src/tm_mad/ssh/tm_delete.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/src/tm_mad/ssh/tm_ln.sh b/src/tm_mad/ssh/tm_ln.sh index fe16073fe53..15a5e80d4b1 100755 --- a/src/tm_mad/ssh/tm_ln.sh +++ b/src/tm_mad/ssh/tm_ln.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/src/tm_mad/ssh/tm_mkimage.sh b/src/tm_mad/ssh/tm_mkimage.sh index 91aab7b2a10..bef6b86758f 100755 --- a/src/tm_mad/ssh/tm_mkimage.sh +++ b/src/tm_mad/ssh/tm_mkimage.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + if [ -z "${ONE_LOCATION}" ]; then TMCOMMON=/usr/lib/one/mads/tm_common.sh else diff --git a/src/tm_mad/ssh/tm_mkswap.sh b/src/tm_mad/ssh/tm_mkswap.sh index 3175b9a863c..a8afb15b919 100755 --- a/src/tm_mad/ssh/tm_mkswap.sh +++ b/src/tm_mad/ssh/tm_mkswap.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SIZE=$1 DST=$2 diff --git a/src/tm_mad/ssh/tm_mv.sh b/src/tm_mad/ssh/tm_mv.sh index 3eef647b92f..216be37d26e 100755 --- a/src/tm_mad/ssh/tm_mv.sh +++ b/src/tm_mad/ssh/tm_mv.sh @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + SRC=$1 DST=$2 diff --git a/src/tm_mad/ssh/tm_sshrc b/src/tm_mad/ssh/tm_sshrc index 3d5eace0b59..919c811fa76 100644 --- a/src/tm_mad/ssh/tm_sshrc +++ b/src/tm_mad/ssh/tm_sshrc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/tm_mad/tm_common.sh b/src/tm_mad/tm_common.sh index 08c6b17e31b..46e0599ba2b 100644 --- a/src/tm_mad/tm_common.sh +++ b/src/tm_mad/tm_common.sh @@ -1,3 +1,19 @@ +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # # Used for log messages SCRIPT_NAME=`basename $0` diff --git a/src/vm/History.cc b/src/vm/History.cc index f1e8fda2325..2d5aa790fae 100644 --- a/src/vm/History.cc +++ b/src/vm/History.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vm/SConstruct b/src/vm/SConstruct index 37616e3953b..6f1cc547832 100644 --- a/src/vm/SConstruct +++ b/src/vm/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/vm +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_vm' diff --git a/src/vm/VirtualMachine.cc b/src/vm/VirtualMachine.cc index df9e3b92075..3acd790077f 100644 --- a/src/vm/VirtualMachine.cc +++ b/src/vm/VirtualMachine.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vm/VirtualMachinePool.cc b/src/vm/VirtualMachinePool.cc index c855143197b..064f5081164 100644 --- a/src/vm/VirtualMachinePool.cc +++ b/src/vm/VirtualMachinePool.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vm/VirtualMachineTemplate.cc b/src/vm/VirtualMachineTemplate.cc index 1313ec41adb..ed77c94bc72 100644 --- a/src/vm/VirtualMachineTemplate.cc +++ b/src/vm/VirtualMachineTemplate.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vmm/EC2Driver.cc b/src/vmm/EC2Driver.cc index 7beb0956c96..e77216e4356 100644 --- a/src/vmm/EC2Driver.cc +++ b/src/vmm/EC2Driver.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vmm/LibVirtDriver.cc b/src/vmm/LibVirtDriver.cc index 9aa19e09b1a..567c4763163 100644 --- a/src/vmm/LibVirtDriver.cc +++ b/src/vmm/LibVirtDriver.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vmm/SConstruct b/src/vmm/SConstruct index 83d41b99bbb..53362aa75ce 100644 --- a/src/vmm/SConstruct +++ b/src/vmm/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/vmm +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_vmm' diff --git a/src/vmm/VirtualMachineManager.cc b/src/vmm/VirtualMachineManager.cc index 441eea72573..eb7bab128b1 100644 --- a/src/vmm/VirtualMachineManager.cc +++ b/src/vmm/VirtualMachineManager.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vmm/VirtualMachineManagerDriver.cc b/src/vmm/VirtualMachineManagerDriver.cc index dc13bf64422..b63bc899db5 100644 --- a/src/vmm/VirtualMachineManagerDriver.cc +++ b/src/vmm/VirtualMachineManagerDriver.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vmm/XenDriver.cc b/src/vmm/XenDriver.cc index deb8cd22a51..58f84b0d3ec 100644 --- a/src/vmm/XenDriver.cc +++ b/src/vmm/XenDriver.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vmm_mad/ec2/one_vmm_ec2 b/src/vmm_mad/ec2/one_vmm_ec2 index b36780d9b04..d8c9cbadb62 100755 --- a/src/vmm_mad/ec2/one_vmm_ec2 +++ b/src/vmm_mad/ec2/one_vmm_ec2 @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + if [ -z "${ONE_LOCATION}" ]; then DRIVERRC=/etc/one/vmm_ec2/vmm_ec2rc MADCOMMON=/usr/lib/one/mads/madcommon.sh diff --git a/src/vmm_mad/ec2/one_vmm_ec2.rb b/src/vmm_mad/ec2/one_vmm_ec2.rb index 7e772b22415..436791427ce 100755 --- a/src/vmm_mad/ec2/one_vmm_ec2.rb +++ b/src/vmm_mad/ec2/one_vmm_ec2.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/vmm_mad/ec2/vmm_ec2rc b/src/vmm_mad/ec2/vmm_ec2rc index 3caf6810075..dc32b341ca2 100644 --- a/src/vmm_mad/ec2/vmm_ec2rc +++ b/src/vmm_mad/ec2/vmm_ec2rc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/vmm_mad/kvm/one_vmm_kvm b/src/vmm_mad/kvm/one_vmm_kvm index c3d03c72e47..cac9450ea3d 100755 --- a/src/vmm_mad/kvm/one_vmm_kvm +++ b/src/vmm_mad/kvm/one_vmm_kvm @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + if [ -z "${ONE_LOCATION}" ]; then DRIVERRC=/etc/one/vmm_kvm/vmm_kvmrc MADCOMMON=/usr/lib/one/mads/madcommon.sh diff --git a/src/vmm_mad/kvm/one_vmm_kvm.rb b/src/vmm_mad/kvm/one_vmm_kvm.rb index 11e9eb63530..9420dd2cea0 100755 --- a/src/vmm_mad/kvm/one_vmm_kvm.rb +++ b/src/vmm_mad/kvm/one_vmm_kvm.rb @@ -1,5 +1,22 @@ #!/usr/bin/env ruby +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + ONE_LOCATION=ENV["ONE_LOCATION"] DEBUG_LEVEL=ENV["ONE_MAD_DEBUG"] diff --git a/src/vmm_mad/kvm/vmm_kvmrc b/src/vmm_mad/kvm/vmm_kvmrc index d67a4d43e65..e9238feca47 100644 --- a/src/vmm_mad/kvm/vmm_kvmrc +++ b/src/vmm_mad/kvm/vmm_kvmrc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/vmm_mad/xen/one_vmm_xen b/src/vmm_mad/xen/one_vmm_xen index 934edef8321..5930c7a1ecf 100755 --- a/src/vmm_mad/xen/one_vmm_xen +++ b/src/vmm_mad/xen/one_vmm_xen @@ -1,5 +1,22 @@ #!/bin/bash +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + if [ -z "${ONE_LOCATION}" ]; then DRIVERRC=/etc/one/vmm_xen/vmm_xenrc MADCOMMON=/usr/lib/one/mads/madcommon.sh diff --git a/src/vmm_mad/xen/one_vmm_xen.rb b/src/vmm_mad/xen/one_vmm_xen.rb index 0db17d05561..4e74e62eb77 100755 --- a/src/vmm_mad/xen/one_vmm_xen.rb +++ b/src/vmm_mad/xen/one_vmm_xen.rb @@ -1,5 +1,22 @@ #!/usr/bin/env ruby +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + ONE_LOCATION=ENV["ONE_LOCATION"] DEBUG_LEVEL=ENV["ONE_MAD_DEBUG"] diff --git a/src/vmm_mad/xen/vmm_xenrc b/src/vmm_mad/xen/vmm_xenrc index f4f65175a61..07b6e445b19 100644 --- a/src/vmm_mad/xen/vmm_xenrc +++ b/src/vmm_mad/xen/vmm_xenrc @@ -1,5 +1,5 @@ # -------------------------------------------------------------------------- # -# Copyright 2002-2008, Distributed Systems Architecture Group, Universidad # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # # Complutense de Madrid (dsa-research.org) # # # # Licensed under the Apache License, Version 2.0 (the "License"); you may # diff --git a/src/vnm/FixedLeases.cc b/src/vnm/FixedLeases.cc index 0715e8143ff..3efb49905d9 100644 --- a/src/vnm/FixedLeases.cc +++ b/src/vnm/FixedLeases.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vnm/Leases.cc b/src/vnm/Leases.cc index f0e72326f61..b9fcf153512 100644 --- a/src/vnm/Leases.cc +++ b/src/vnm/Leases.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vnm/RangedLeases.cc b/src/vnm/RangedLeases.cc index ec58dca9d60..4c1a8b439bd 100644 --- a/src/vnm/RangedLeases.cc +++ b/src/vnm/RangedLeases.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vnm/SConstruct b/src/vnm/SConstruct index adea3cbf9ab..b5fcd7ddca5 100644 --- a/src/vnm/SConstruct +++ b/src/vnm/SConstruct @@ -1,5 +1,22 @@ # SConstruct for src/vnm +# -------------------------------------------------------------------------- # +# Copyright 2002-2009, Distributed Systems Architecture Group, Universidad # +# Complutense de Madrid (dsa-research.org) # +# # +# Licensed under the Apache License, Version 2.0 (the "License"); you may # +# not use this file except in compliance with the License. You may obtain # +# a copy of the License at # +# # +# http://www.apache.org/licenses/LICENSE-2.0 # +# # +# Unless required by applicable law or agreed to in writing, software # +# distributed under the License is distributed on an "AS IS" BASIS, # +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # +# See the License for the specific language governing permissions and # +# limitations under the License. # +#--------------------------------------------------------------------------- # + Import('env') lib_name='nebula_vnm' diff --git a/src/vnm/VirtualNetwork.cc b/src/vnm/VirtualNetwork.cc index aa8237f811c..ba83c16edc0 100644 --- a/src/vnm/VirtualNetwork.cc +++ b/src/vnm/VirtualNetwork.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vnm/VirtualNetworkPool.cc b/src/vnm/VirtualNetworkPool.cc index b7f9d9e63be..dccca0236ce 100644 --- a/src/vnm/VirtualNetworkPool.cc +++ b/src/vnm/VirtualNetworkPool.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ diff --git a/src/vnm/VirtualNetworkTemplate.cc b/src/vnm/VirtualNetworkTemplate.cc index 5c00f5d1bbe..d07f3c5377b 100644 --- a/src/vnm/VirtualNetworkTemplate.cc +++ b/src/vnm/VirtualNetworkTemplate.cc @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- */ -/* Copyright 2002-2008, Distributed Systems Architecture Group, Universidad */ +/* Copyright 2002-2009, Distributed Systems Architecture Group, Universidad */ /* Complutense de Madrid (dsa-research.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */