diff --git a/LICENSE b/LICENSE index 5d03b7a..ea6f05f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2009-2013 fruux GmbH (https://fruux.com/) +Copyright (C) 2009-2014 fruux GmbH (https://fruux.com/) All rights reserved. diff --git a/examples/reverseproxy.php b/examples/reverseproxy.php index 2b405dd..4fe17c2 100644 --- a/examples/reverseproxy.php +++ b/examples/reverseproxy.php @@ -6,7 +6,7 @@ // The url we're proxying from. Please note that this must be a relative url, // and basically acts as the base url. // -// If youre $remoteUrl doesn't end with a slash, this one probably shouldn't +// If your $remoteUrl doesn't end with a slash, this one probably shouldn't // either. $myBaseUrl = '/reverseproxy.php'; // $myBaseUrl = '/~evert/sabre/http/examples/reverseproxy.php/';