Skip to content

Commit

Permalink
Updated copyright year from 2014 to 2016.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreed committed Feb 9, 2016
1 parent 4a57c24 commit 78bb4c9
Show file tree
Hide file tree
Showing 127 changed files with 127 additions and 127 deletions.
2 changes: 1 addition & 1 deletion src/Facebook/Authentication/AccessToken.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Authentication/AccessTokenMetadata.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Authentication/OAuth2Client.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Exceptions/FacebookAuthorizationException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Exceptions/FacebookClientException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Exceptions/FacebookOtherException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Exceptions/FacebookResponseException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Exceptions/FacebookSDKException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Exceptions/FacebookServerException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Exceptions/FacebookThrottleException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Facebook.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FacebookApp.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FacebookBatchRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FacebookBatchResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FacebookClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FacebookRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FacebookResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FileUpload/FacebookFile.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FileUpload/FacebookResumableUploader.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FileUpload/FacebookTransferChunk.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FileUpload/FacebookVideo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/FileUpload/Mimetypes.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/Collection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphAchievement.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphAlbum.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphApplication.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphCoverPhoto.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphEdge.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphEvent.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphGroup.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphList.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphLocation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphNode.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphNodeFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphObject.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphObjectFactory.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphPage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphPicture.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphSessionInfo.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/GraphNodes/GraphUser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Helpers/FacebookCanvasHelper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Helpers/FacebookJavaScriptHelper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Helpers/FacebookPageTabHelper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Helpers/FacebookRedirectLoginHelper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Http/GraphRawResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Http/RequestBodyInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
2 changes: 1 addition & 1 deletion src/Facebook/Http/RequestBodyMultipart.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2014 Facebook, Inc.
* Copyright 2016 Facebook, Inc.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to
* use, copy, modify, and distribute this software in source code or binary
Expand Down
Loading

0 comments on commit 78bb4c9

Please sign in to comment.