From 2ec8db5e016a254145e2e7fdbe7f827400021e99 Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Mon, 12 Jan 2015 06:35:01 -0200 Subject: [PATCH] Add license information on files' headers --- library/Respect/Rest/Request.php | 6 ++++++ library/Respect/Rest/Routable.php | 6 ++++++ library/Respect/Rest/Router.php | 6 ++++++ library/Respect/Rest/Routes/AbstractRoute.php | 6 ++++++ library/Respect/Rest/Routes/Callback.php | 6 ++++++ library/Respect/Rest/Routes/ClassName.php | 6 ++++++ library/Respect/Rest/Routes/Error.php | 7 +++++++ library/Respect/Rest/Routes/Exception.php | 7 +++++++ library/Respect/Rest/Routes/Factory.php | 6 ++++++ library/Respect/Rest/Routes/Instance.php | 6 ++++++ library/Respect/Rest/Routes/StaticValue.php | 6 ++++++ library/Respect/Rest/Routines/AbstractAccept.php | 6 ++++++ library/Respect/Rest/Routines/AbstractCallbackList.php | 7 +++++++ library/Respect/Rest/Routines/AbstractCallbackMediator.php | 7 +++++++ library/Respect/Rest/Routines/AbstractRoutine.php | 6 ++++++ library/Respect/Rest/Routines/AbstractSyncedRoutine.php | 6 ++++++ library/Respect/Rest/Routines/Accept.php | 6 ++++++ library/Respect/Rest/Routines/AcceptCharset.php | 6 ++++++ library/Respect/Rest/Routines/AcceptEncoding.php | 6 ++++++ library/Respect/Rest/Routines/AcceptLanguage.php | 6 ++++++ library/Respect/Rest/Routines/AuthBasic.php | 6 ++++++ library/Respect/Rest/Routines/By.php | 6 ++++++ library/Respect/Rest/Routines/ContentType.php | 6 ++++++ library/Respect/Rest/Routines/IgnorableFileExtension.php | 6 ++++++ library/Respect/Rest/Routines/LastModified.php | 6 ++++++ library/Respect/Rest/Routines/ParamSynced.php | 6 ++++++ library/Respect/Rest/Routines/ProxyableBy.php | 6 ++++++ library/Respect/Rest/Routines/ProxyableThrough.php | 6 ++++++ library/Respect/Rest/Routines/ProxyableWhen.php | 6 ++++++ library/Respect/Rest/Routines/Rel.php | 6 ++++++ library/Respect/Rest/Routines/Routinable.php | 6 ++++++ library/Respect/Rest/Routines/Through.php | 6 ++++++ library/Respect/Rest/Routines/Unique.php | 6 ++++++ library/Respect/Rest/Routines/UserAgent.php | 6 ++++++ library/Respect/Rest/Routines/When.php | 6 ++++++ 35 files changed, 214 insertions(+) diff --git a/library/Respect/Rest/Request.php b/library/Respect/Rest/Request.php index a1429be..e8bde2d 100644 --- a/library/Respect/Rest/Request.php +++ b/library/Respect/Rest/Request.php @@ -1,4 +1,10 @@