From 1c0b439bebe217aa119bf2300e24ad56d6e9c3ff Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 3 Apr 2011 16:53:59 +0000 Subject: h-source: added the ClientController and the license.phpfile --- h-source/Application/Controllers/DownloadController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Controllers/DownloadController.php') diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php index f79fe7e..744d338 100644 --- a/h-source/Application/Controllers/DownloadController.php +++ b/h-source/Application/Controllers/DownloadController.php @@ -52,7 +52,7 @@ class DownloadController extends BaseController $xml .= "\t\th-node project\n"; $xml .= "\t\twww.h-node.com\n"; $xml .= "\t\t".date("Y-m-d H:m:s")."\n"; - $xml .= "\t\tThe contents of this page are in the Public Domain (see the CC0 page at http://creativecommons.org/publicdomain/zero/1.0/ for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.\n"; + $xml .= "\t\t".License::getInsideXml()."\n"; $xml .= "\t\n"; foreach ($res as $row) -- cgit v1.2.3