From: <abe...@us...> - 2011-12-15 17:04:08
|
Revision: 5309 http://astlinux.svn.sourceforge.net/astlinux/?rev=5309&view=rev Author: abelbeck Date: 2011-12-15 17:03:58 +0000 (Thu, 15 Dec 2011) Log Message: ----------- web interface, add Copyright notice for iLBC CODEC, and update overall Copyright to 2012 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/version.php Modified: branches/1.0/package/webinterface/altweb/common/header.php =================================================================== --- branches/1.0/package/webinterface/altweb/common/header.php 2011-12-14 20:11:56 UTC (rev 5308) +++ branches/1.0/package/webinterface/altweb/common/header.php 2011-12-15 17:03:58 UTC (rev 5309) @@ -1,6 +1,6 @@ <?php session_manual_gc(); -// Copyright (C) 2008-2011 Lonnie Abelbeck +// Copyright (C) 2008-2012 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 @@ -112,7 +112,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-2011 Lonnie Abelbeck --> +<!-- Copyright (C) 2008-2012 Lonnie Abelbeck --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <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 2011-12-14 20:11:56 UTC (rev 5308) +++ branches/1.0/package/webinterface/altweb/common/license-astlinux.txt 2011-12-15 17:03:58 UTC (rev 5309) @@ -1,4 +1,4 @@ -AstLinux is Copyright (c) 2004-2011 by Kristian Kielhofner. +AstLinux is Copyright (c) 2004-2012 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 2011-12-14 20:11:56 UTC (rev 5308) +++ branches/1.0/package/webinterface/altweb/common/license-packages.txt 2011-12-15 17:03:58 UTC (rev 5309) @@ -8,12 +8,13 @@ ex-vi~Copyright (c) 2001-2002 Caldera International Inc. All rights reserved. RUNNIX~Copyright (c) 2006-2011 by Kristian Kielhofner. libSRTP~Copyright (c) 2001-2005 Cisco Systems, Inc. All rights reserved. -Web Interface~Copyright (c) 2008-2011 Lonnie Abelbeck. +iLBC~Copyright (c) 2011 The WebRTC project authors. All rights reserved. +Web Interface~Copyright (c) 2008-2012 Lonnie Abelbeck. shellinabox~Copyright (c) 2008-2010 Markus Gutschke. Asterisk~Copyright (c) 1999-2011 Digium, Inc. DAHDI~Copyright (c) 2001-2011 Digium, Inc. libPRI~Copyright (c) 2001-2010 Digium, Inc. -Arno's Firewall~Copyright (c) 2001-2011 by Arno van Amersfoort. +Arno's Firewall~Copyright (c) 2001-2012 by Arno van Amersfoort. dnsmasq~Copyright (c) 2000-2011 Simon Kelley. OpenSSL~Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. OpenSSH~Copyright (c) 1995 Tatu Ylonen <yl...@cs...>, Espoo, Finland. All rights reserved. Modified: branches/1.0/package/webinterface/altweb/common/version.php =================================================================== --- branches/1.0/package/webinterface/altweb/common/version.php 2011-12-14 20:11:56 UTC (rev 5308) +++ branches/1.0/package/webinterface/altweb/common/version.php 2011-12-15 17:03:58 UTC (rev 5309) @@ -1,6 +1,6 @@ <?php // version.php for AstLinux Alternate Web Interface -$GUI_VERSION = '1.8.03'; +$GUI_VERSION = '1.8.04'; ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |