Skip to content

Commit 07e1d6c

Browse files
committed
updated license, contributors
1 parent c257776 commit 07e1d6c

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

CONTRIBUTORS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Contributors
2+
============
3+
Glen Campbell <[email protected]>

CONTRIBUTING LICENSE

File renamed without changes.

lib/openstack.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
22
/**
33
* provided for backwards compatibility
4+
*
5+
* @copyright 2013 Rackspace Hosting, Inc.
6+
* @license http://www.apache.org/licenses/LICENSE-2.0
47
*/
5-
require_once dirname(__FILE__).'/php-opencloud.php';
8+
require_once dirname(__FILE__).'/php-opencloud.php';

lib/php-opencloud.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?php
22
/**
33
* entry point for PHP-OpenCloud library
4+
*
5+
* @copyright 2013 Rackspace Hosting, Inc.
6+
* @license http://www.apache.org/licenses/LICENSE-2.0
47
*/
58
require_once(__DIR__ . '/Autoload.php');
69
require_once(__DIR__ . '/OpenCloud/Globals.php');
710

811
$classLoader = new SplClassLoader('OpenCloud', __DIR__);
9-
$classLoader->register();
12+
$classLoader->register();

lib/rackspace.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
22
/**
33
* provided for backwards compatibility
4+
*
5+
* @copyright 2013 Rackspace Hosting, Inc.
6+
* @license http://www.apache.org/licenses/LICENSE-2.0
47
*/
5-
require_once dirname(__FILE__).'/php-opencloud.php';
8+
require_once dirname(__FILE__).'/php-opencloud.php';

0 commit comments

Comments
 (0)