[Pkg-owncloud-commits] [php-sabredav] 71/220: update the year in Browser\plugin.php

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit 7e6f9e496dbc50c135b9fd9ca4e6a74940dabad8
Author: kralo <max.schulze at online.de>
Date:   Wed Feb 17 11:35:57 2016 +0100

    update the year in Browser\plugin.php
    
    not only for aesthetics, but this way you don't get confused when you just installed the latest version and wonder about the year
---
 lib/DAV/Browser/Plugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DAV/Browser/Plugin.php b/lib/DAV/Browser/Plugin.php
index 07ca6c3..5027020 100644
--- a/lib/DAV/Browser/Plugin.php
+++ b/lib/DAV/Browser/Plugin.php
@@ -477,7 +477,7 @@ HTML;
 
         $version = DAV\Version::VERSION;
         return <<<HTML
-<footer>Generated by SabreDAV $version (c)2007-2015 <a href="http://sabre.io/">http://sabre.io/</a></footer>
+<footer>Generated by SabreDAV $version (c)2007-2016 <a href="http://sabre.io/">http://sabre.io/</a></footer>
 </body>
 </html>
 HTML;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list