mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
committing some more changes to marvins license headers
This commit is contained in:
parent
54d7a10b99
commit
6fe595f3d3
@ -1,9 +1,17 @@
|
|||||||
Copyright 2012 Citrix Systems, Inc. Licensed under the Apache License, Version
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
2.0 (the "License"); you may not use this file except in compliance with the
|
# or more contributor license agreements. See the NOTICE file
|
||||||
License. Citrix Systems, Inc. reserves all rights not expressly granted by the
|
# distributed with this work for additional information
|
||||||
License. You may obtain a copy of the License at
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or
|
# to you under the Apache License, Version 2.0 (the
|
||||||
agreed to in writing, software distributed under the License is distributed on
|
# "License"); you may not use this file except in compliance
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
# with the License. You may obtain a copy of the License at
|
||||||
or implied. See the License for the specific language governing permissions and
|
#
|
||||||
limitations under the License.
|
# 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.
|
||||||
|
|
||||||
|
|||||||
@ -1,16 +1,20 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
# Apache License, Version 2.0 (the "License"); you may not use this
|
# or more contributor license agreements. See the NOTICE file
|
||||||
# file except in compliance with the License. Citrix Systems, Inc.
|
# distributed with this work for additional information
|
||||||
# reserves all rights not expressly granted by the License.
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
# to you under the Apache License, Version 2.0 (the
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# "License"); you may not use this file except in compliance
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# with the License. You may obtain a copy of the License at
|
||||||
# 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.
|
|
||||||
#
|
#
|
||||||
# Automatically generated by addcopyright.py at 04/03/2012
|
# 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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,21 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
# or more contributor license agreements. See the NOTICE file
|
||||||
|
# distributed with this work for additional information
|
||||||
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
|
# to you 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.
|
||||||
|
|
||||||
|
|
||||||
from ConfigParser import SafeConfigParser
|
from ConfigParser import SafeConfigParser
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|||||||
@ -1,7 +1,20 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
#
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
# Copyright (c) 2012 Citrix. All rights reserved.
|
# or more contributor license agreements. See the NOTICE file
|
||||||
#
|
# distributed with this work for additional information
|
||||||
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
|
# to you 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.
|
||||||
|
|
||||||
""" Base class for all Cloudstack resources
|
""" Base class for all Cloudstack resources
|
||||||
-Virtual machine, Volume, Snapshot etc
|
-Virtual machine, Volume, Snapshot etc
|
||||||
|
|||||||
@ -1,7 +1,20 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
#
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
# Copyright (c) 2012 Citrix. All rights reserved.
|
# or more contributor license agreements. See the NOTICE file
|
||||||
#
|
# distributed with this work for additional information
|
||||||
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
|
# to you 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.
|
||||||
|
|
||||||
"""Common functions
|
"""Common functions
|
||||||
"""
|
"""
|
||||||
@ -444,4 +457,4 @@ def list_resource_limits(apiclient, **kwargs):
|
|||||||
|
|
||||||
cmd = listResourceLimits.listResourceLimitsCmd()
|
cmd = listResourceLimits.listResourceLimitsCmd()
|
||||||
[setattr(cmd, k, v) for k, v in kwargs.items()]
|
[setattr(cmd, k, v) for k, v in kwargs.items()]
|
||||||
return(apiclient.listResourceLimits(cmd))
|
return(apiclient.listResourceLimits(cmd))
|
||||||
|
|||||||
@ -1,7 +1,20 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
#
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
# Copyright (c) 2012 Citrix. All rights reserved.
|
# or more contributor license agreements. See the NOTICE file
|
||||||
#
|
# distributed with this work for additional information
|
||||||
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
|
# to you 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.
|
||||||
|
|
||||||
"""Utilities functions
|
"""Utilities functions
|
||||||
"""
|
"""
|
||||||
|
|||||||
@ -1,16 +1,21 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
# Apache License, Version 2.0 (the "License"); you may not use this
|
# or more contributor license agreements. See the NOTICE file
|
||||||
# file except in compliance with the License. Citrix Systems, Inc.
|
# distributed with this work for additional information
|
||||||
# reserves all rights not expressly granted by the License.
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
# You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
|
# to you under the Apache License, Version 2.0 (the
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# "License"); you may not use this file except in compliance
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# with the License. You may obtain a copy of the License at
|
||||||
# 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.
|
|
||||||
#
|
#
|
||||||
# Automatically generated by addcopyright.py at 04/03/2012
|
# 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.
|
||||||
|
|
||||||
""" BVT tests for Virtual Machine Life Cycle
|
""" BVT tests for Virtual Machine Life Cycle
|
||||||
"""
|
"""
|
||||||
#Import Local Modules
|
#Import Local Modules
|
||||||
|
|||||||
@ -1,7 +1,20 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# Copyright 2012 Citrix Systems, Inc. Licensed under the
|
# Licensed to the Apache Software Foundation (ASF) under one
|
||||||
# Apache License, Version 2.0 (the "License"); you may not use this
|
# or more contributor license agreements. See the NOTICE file
|
||||||
# file except in compliance with the License. Citrix Systems, Inc.
|
# distributed with this work for additional information
|
||||||
|
# regarding copyright ownership. The ASF licenses this file
|
||||||
|
# to you 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.
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
from sys import version
|
from sys import version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user