Skip to content

Commit d440a44

Browse files
committed
updated copyright dates
1 parent b98eaf2 commit d440a44

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+47
-47
lines changed

samples/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Authentication Sample
44
*
5-
* @copyright 2012 Rackspace Hosting, Inc.
5+
* @copyright 2012-2013-2013 Rackspace Hosting, Inc.
66
* See COPYING for licensing information
77
*
88
* @package samples

samples/compute/attachments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ function info($msg,$p1=NULL,$p2=NULL,$p3=NULL) {
4949
while($attachment = $alist->Next())
5050
printf(" %s Device: %s\n",
5151
$attachment->id, $attachment->device);
52-
}
52+
}

samples/database/list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
}
3939
}
4040
$inlist = $inlist->NextPage();
41-
} while ($inlist);
41+
} while ($inlist);

samples/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ function info($msg,$p1=NULL,$p2=NULL,$p3=NULL) {
6262
info('Name: %s', $service->name);
6363

6464
step('DONE');
65-
exit;
65+
exit;

tests/BaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Unit Tests
44
*
5-
* @copyright 2012 Rackspace Hosting, Inc.
5+
* @copyright 2012-2013 Rackspace Hosting, Inc.
66
* See COPYING for licensing information
77
*
88
* @version 1.0.0

tests/CollectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Unit Tests
44
*
5-
* @copyright 2012 Rackspace Hosting, Inc.
5+
* @copyright 2012-2013 Rackspace Hosting, Inc.
66
* See COPYING for licensing information
77
*
88
* @version 1.0.0

tests/ComputeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Unit Tests
44
*
5-
* @copyright 2012 Rackspace Hosting, Inc.
5+
* @copyright 2012-2013 Rackspace Hosting, Inc.
66
* See COPYING for licensing information
77
*
88
* @version 1.0.0

tests/ContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Unit Tests
44
*
5-
* @copyright 2012 Rackspace Hosting, Inc.
5+
* @copyright 2012-2013 Rackspace Hosting, Inc.
66
* See COPYING for licensing information
77
*
88
* @version 1.0.0

tests/CurlRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Unit Tests
44
*
5-
* @copyright 2012 Rackspace Hosting, Inc.
5+
* @copyright 2012-2013 Rackspace Hosting, Inc.
66
* See COPYING for licensing information
77
*
88
* @version 1.0.0

tests/DataObjectTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Unit Tests
44
*
5-
* @copyright 2012 Rackspace Hosting, Inc.
5+
* @copyright 2012-2013 Rackspace Hosting, Inc.
66
* See COPYING for licensing information
77
*
88
* @version 1.0.0

0 commit comments

Comments
 (0)