[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-479-g479837c
Tuxbox Sources
Brought to you by:
dbt1
|
From: GetAway <tux...@ne...> - 2015-03-09 20:28:10
|
Project "Tuxbox-GIT: apps":
The branch, master has been updated
via 479837c03c9a5f5a2f52f3fa30a0f1a89e3143d3 (commit)
from cedc4e1954f27b9e4eb40e5d87452d3fd94d121a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 479837c03c9a5f5a2f52f3fa30a0f1a89e3143d3
Author: GetAway <get...@t-...>
Date: Mon Mar 9 21:27:28 2015 +0100
yWeb: add copyrights to Y_About.yhtm
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/daemons/nhttpd/web/Y_About.yhtm b/tuxbox/neutrino/daemons/nhttpd/web/Y_About.yhtm
index 5228365..d9b2619 100644
--- a/tuxbox/neutrino/daemons/nhttpd/web/Y_About.yhtm
+++ b/tuxbox/neutrino/daemons/nhttpd/web/Y_About.yhtm
@@ -1,5 +1,5 @@
{=var-set:cancache=yPConf=}
-{=include-block:Y_Blocks.txt;headCache=}
+{=include-block:Y_Blocks.txt;head=}
</head>
{=var-set:alt_httpd={=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.override_directory;/var/httpd=}=}
{=var-set:vf={=if-file-exists:{=var-get:alt_httpd=}/Y_Version.txt~{=var-get:alt_httpd=}/Y_Version.txt~Y_Version.txt=}=}
@@ -19,6 +19,23 @@
<br/><br/>
</td>
</tr>
+ <tr>
+ <td valign="top">COPYRIGHTS</td>
+ <td>
+ yWeb (this Web interface) is licensed under the terms of the Open Source GPL 2 license.<br/>
+ <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0" target="_new" class="exlink">http://www.gnu.org/licenses/old-licenses/gpl-2.0</a>
+ <br/><br/>
+ yWeb uses Icons from famfamfam (<a href="http://www.famfamfam.com" target="_new" class="exlink">http://www.famfamfam.com</a>) which are
+ licensed under Creative Common Attribution License 2.5
+ </td>
+ </tr>
+ <tr>
+ <td valign="top">IMPORTANT</td>
+ <td>
+ Do not make yWeb accessible to untrusted networks!<br/>
+ Otherwise someone else can access your Box.
+ </td>
+ </tr>
</table>
</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
tuxbox/neutrino/daemons/nhttpd/web/Y_About.yhtm | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
--
Tuxbox-GIT: apps
|