Skip to content

Commit 75c3b49

Browse files
author
SoftLayer
committed
Updated copyright statement year.
1 parent 403af26 commit 75c3b49

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

SoftLayer/Common/ObjectMask.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright (c) 2009, SoftLayer Technologies, Inc. All rights reserved.
3+
* Copyright (c) 2009 - 2010, SoftLayer Technologies, Inc. All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:
@@ -81,4 +81,4 @@ public function __get($var)
8181

8282
return $this->{$var};
8383
}
84-
}
84+
}

SoftLayer/SoapClient.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright (c) 2009, SoftLayer Technologies, Inc. All rights reserved.
3+
* Copyright (c) 2009 - 2010, SoftLayer Technologies, Inc. All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:

SoftLayer/SoapClient/AsynchronousAction.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright (c) 2009, SoftLayer Technologies, Inc. All rights reserved.
3+
* Copyright (c) 2009 - 2010, SoftLayer Technologies, Inc. All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:
@@ -214,4 +214,4 @@ public function __destruct()
214214
fclose($this->_socket);
215215
}
216216
}
217-
}
217+
}

SoftLayer/XmlrpcClient.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright (c) 2009, SoftLayer Technologies, Inc. All rights reserved.
3+
* Copyright (c) 2009 - 2010, SoftLayer Technologies, Inc. All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
66
* modification, are permitted provided that the following conditions are met:
@@ -468,4 +468,4 @@ private static function _convertXmlrpcTypes($result) {
468468
private static function _convertToObject($result) {
469469
return is_array($result) ? (object) array_map('SoftLayer_XmlrpcClient::_convertToObject', $result) : $result;
470470
}
471-
}
471+
}

0 commit comments

Comments
 (0)