diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-11-03 13:51:39 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-03 13:51:39 +0100 |
commit | ef592981ea29056df3800cb981f97aa26fb893cf (patch) | |
tree | 96b5182c4de52942100bae701c8047a544ba1ea5 /lib/public/authentication | |
parent | d2a48d58ce2ffa2a599721b8acd78cf25909d236 (diff) | |
download | nextcloud-server-ef592981ea29056df3800cb981f97aa26fb893cf.tar.gz nextcloud-server-ef592981ea29056df3800cb981f97aa26fb893cf.zip |
unify license headers for public API files
Diffstat (limited to 'lib/public/authentication')
-rw-r--r-- | lib/public/authentication/iapachebackend.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/authentication/iapachebackend.php b/lib/public/authentication/iapachebackend.php index 5376baf525c..2d2f8c4e486 100644 --- a/lib/public/authentication/iapachebackend.php +++ b/lib/public/authentication/iapachebackend.php @@ -1,5 +1,4 @@ <?php - /** * ownCloud - Apache backend * @@ -21,6 +20,8 @@ * */ +// use OCP namespace for all classes that are considered public. +// This means that they should be used by apps instead of the internal ownCloud classes namespace OCP\Authentication; interface IApacheBackend { |