From: <abe...@us...> - 2016-01-02 22:29:48
|
Revision: 7436 http://sourceforge.net/p/astlinux/code/7436 Author: abelbeck Date: 2016-01-02 22:29:46 +0000 (Sat, 02 Jan 2016) Log Message: ----------- web interface, update copyright year to 2016 Modified Paths: -------------- branches/1.0/package/webinterface/altweb/common/header.php branches/1.0/package/webinterface/altweb/common/license-astlinux.txt branches/1.0/package/webinterface/altweb/common/license-packages.txt branches/1.0/package/webinterface/altweb/common/status.inc Modified: branches/1.0/package/webinterface/altweb/common/header.php =================================================================== --- branches/1.0/package/webinterface/altweb/common/header.php 2016-01-02 22:15:10 UTC (rev 7435) +++ branches/1.0/package/webinterface/altweb/common/header.php 2016-01-02 22:29:46 UTC (rev 7436) @@ -1,6 +1,6 @@ <?php session_manual_gc(); -// Copyright (C) 2008-2015 Lonnie Abelbeck +// Copyright (C) 2008-2016 Lonnie Abelbeck // This is free software, licensed under the GNU General Public License // version 3 as published by the Free Software Foundation; you can // redistribute it and/or modify it under the terms of the GNU @@ -131,7 +131,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<!-- Copyright (C) 2008-2014 Lonnie Abelbeck --> +<!-- Copyright (C) 2008-2016 Lonnie Abelbeck --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate" /> <meta http-equiv="Expires" content="0" /> Modified: branches/1.0/package/webinterface/altweb/common/license-astlinux.txt =================================================================== --- branches/1.0/package/webinterface/altweb/common/license-astlinux.txt 2016-01-02 22:15:10 UTC (rev 7435) +++ branches/1.0/package/webinterface/altweb/common/license-astlinux.txt 2016-01-02 22:29:46 UTC (rev 7436) @@ -1,4 +1,4 @@ -AstLinux is Copyright (c) 2004-2015 by Kristian Kielhofner. +AstLinux is Copyright (c) 2004-2016 by Kristian Kielhofner. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Modified: branches/1.0/package/webinterface/altweb/common/license-packages.txt =================================================================== --- branches/1.0/package/webinterface/altweb/common/license-packages.txt 2016-01-02 22:15:10 UTC (rev 7435) +++ branches/1.0/package/webinterface/altweb/common/license-packages.txt 2016-01-02 22:29:46 UTC (rev 7436) @@ -9,8 +9,8 @@ RUNNIX~Copyright (c) 2006-2015 by Kristian Kielhofner. libSRTP~Copyright (c) 2001-2015 Cisco Systems, Inc. All rights reserved. iLBC CODEC~Copyright (c) 2011 The WebRTC project authors. All rights reserved. -Web Interface~Copyright (c) 2008-2015 Lonnie Abelbeck. -shellinabox~Copyright (c) 2008-2010 Markus Gutschke. +Web Interface~Copyright (c) 2008-2016 Lonnie Abelbeck. +shellinabox~Copyright (c) 2008-2015 Markus Gutschke, Luka Krajger. Asterisk~Copyright (c) 1999-2015 Digium, Inc. DAHDI~Copyright (c) 2001-2015 Digium, Inc. libPRI~Copyright (c) 2001-2015 Digium, Inc. @@ -22,7 +22,7 @@ PHP~Copyright (c) 1999-2015 The PHP Group. All rights reserved. ntpd~Copyright (c) 1992-2015 David L. Mills. vsftpd~Copyright (c) 2001-2013 Daniel Jacobowitz. <da...@de...> -lighttpd~Copyright (c) 2004-2015, Jan Kneschke. +lighttpd~Copyright (c) 2004-2016, Jan Kneschke. msmtp~Copyright (c) 2000-2015 Martin Lambers <ma...@ma...> libxml2~Copyright (c) 1998-2012 Daniel Veillard. All Rights Reserved. libtiff~Copyright (c) 1988-1997 Sam Leffler, Copyright (c) 1991-1997 Silicon Graphics, Inc. Modified: branches/1.0/package/webinterface/altweb/common/status.inc =================================================================== --- branches/1.0/package/webinterface/altweb/common/status.inc 2016-01-02 22:15:10 UTC (rev 7435) +++ branches/1.0/package/webinterface/altweb/common/status.inc 2016-01-02 22:29:46 UTC (rev 7436) @@ -1,6 +1,6 @@ <?php -// Copyright (C) 2008-2015 Lonnie Abelbeck +// Copyright (C) 2008-2016 Lonnie Abelbeck // This is free software, licensed under the GNU General Public License // version 3 as published by the Free Software Foundation; you can // redistribute it and/or modify it under the terms of the GNU This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |