The branch "hordeweb_new" has been updated. The following is a summary of the commits.
from: a1d1b00374afc805d9bead7b452172aeb398fc09 f0a799b add proper licenses page/controller/views ----------------------------------------------------------------------- commit f0a799b119233d41226f722cc8805f3a0ab6945d Author: Michael J. Rubinsky <[email protected]> Date: Thu Apr 7 15:02:19 2011 -0400 add proper licenses page/controller/views app/controllers/Licenses.php | 101 +++++++ app/lib/HordeWeb/Utils.php | 8 + app/views/Community/licenses.html.php | 13 - app/views/Licenses/COPYING | 280 ++++++++++++++++++ app/views/Licenses/COPYRIGHT | 24 ++ app/views/Licenses/LGPL | 481 +++++++++++++++++++++++++++++++ app/views/Licenses/LICENSE | 48 +++ app/views/Licenses/apache.html.php | 13 + app/views/Licenses/applicenses.html.php | 8 + app/views/Licenses/bsd.html.php | 13 + app/views/Licenses/gpl.html.php | 13 + app/views/Licenses/index.html.php | 13 + app/views/Licenses/lgpl.html.php | 13 + app/views/shared/applicenses.html.php | 8 - dispatch.php | 3 + licenses/COPYING | 280 ------------------ licenses/COPYRIGHT | 24 -- licenses/LGPL | 481 ------------------------------- licenses/LICENSE | 48 --- 19 files changed, 1018 insertions(+), 854 deletions(-) create mode 100644 app/controllers/Licenses.php delete mode 100644 app/views/Community/licenses.html.php create mode 100644 app/views/Licenses/COPYING create mode 100644 app/views/Licenses/COPYRIGHT create mode 100644 app/views/Licenses/LGPL create mode 100644 app/views/Licenses/LICENSE create mode 100644 app/views/Licenses/apache.html.php create mode 100644 app/views/Licenses/applicenses.html.php create mode 100644 app/views/Licenses/bsd.html.php create mode 100644 app/views/Licenses/gpl.html.php create mode 100644 app/views/Licenses/index.html.php create mode 100644 app/views/Licenses/lgpl.html.php delete mode 100644 app/views/shared/applicenses.html.php delete mode 100644 licenses/COPYING delete mode 100644 licenses/COPYRIGHT delete mode 100644 licenses/LGPL delete mode 100644 licenses/LICENSE http://git.horde.org/horde-web/-/commit/f0a799b119233d41226f722cc8805f3a0ab6945d __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
