Skip to content

Commit 97f5867

Browse files
committed
Merge pull request #69 from datastax/copyright_doc_updates
Copyright updates, spell corrections, and doc updates
2 parents 470001d + 144c77d commit 97f5867

File tree

257 files changed

+2721
-256
lines changed

Some content is hidden

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

257 files changed

+2721
-256
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013-2015 DataStax, Inc.
1+
Copyright 2013-2016 DataStax, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cd /usr/local/src/php-driver
102102

103103
## Copyright
104104

105-
Copyright 2015 DataStax, Inc.
105+
Copyright 2015-2016 DataStax, Inc.
106106

107107
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
108108

ext/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013-2015 DataStax, Inc.
1+
Copyright 2013-2016 DataStax, Inc.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

ext/doc/Cassandra.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2015 DataStax, Inc.
4+
* Copyright 2015-2016 DataStax, Inc.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

ext/doc/Cassandra/BatchStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2015 DataStax, Inc.
4+
* Copyright 2015-2016 DataStax, Inc.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

ext/doc/Cassandra/Bigint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2015 DataStax, Inc.
4+
* Copyright 2015-2016 DataStax, Inc.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

ext/doc/Cassandra/Blob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2015 DataStax, Inc.
4+
* Copyright 2015-2016 DataStax, Inc.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

ext/doc/Cassandra/Cluster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2015 DataStax, Inc.
4+
* Copyright 2015-2016 DataStax, Inc.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

ext/doc/Cassandra/Cluster/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2015 DataStax, Inc.
4+
* Copyright 2015-2016 DataStax, Inc.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -253,7 +253,7 @@ public function withTimestampGenerator($generator) {}
253253
* routing and $session->schema() will always return an empty object. This
254254
* can be useful for reducing the startup overhead of short-lived sessions.
255255
*
256-
* @param bool $enabled whether the driver fetches and maintains schema metadata.
256+
* @param bool $enable whether the driver fetches and maintains schema metadata.
257257
*
258258
* @return Builder self
259259
*/

ext/doc/Cassandra/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Copyright 2015 DataStax, Inc.
4+
* Copyright 2015-2016 DataStax, Inc.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)