Update copyright notices

This commit is contained in:
Fedor A. Fetisov 2014-01-24 15:52:34 +04:00
parent 68b0c8619e
commit afa92d45cc
113 changed files with 156 additions and 157 deletions

View File

@ -1,5 +1,5 @@
Mibew Messenger
Copyright 2005-2013 the original author or authors.
Copyright 2005-2014 the original author or authors.
REQUIREMENTS

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/*
* Copyright 2005-2013 Evgeny Gryaznov
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -165,4 +165,4 @@ if ($act == "silentcreateall") {
mysql_close($link);
header("Location: $mibewroot/install/index.php");
exit;
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -2,7 +2,7 @@
This file is part of Mibew Messenger project.
http://mibew.org
Copyright (c) 2005-2013 Mibew Messenger Community
Copyright (c) 2005-2014 Mibew Messenger Community
License: http://mibew.org/license.php
*/
var FrameUtils={getDocument:function(a){return a.contentDocument?a.contentDocument:a.contentWindow?a.contentWindow.document:a.document?a.document:null},initFrame:function(a){var b=this.getDocument(a);b.open();b.write("<html><head>");b.write('<link rel="stylesheet" type="text/css" media="all" href="'+Chat.cssfile+'">');b.write('</head><body bgcolor="#FFFFFF" text=#000000" link="#C28400" vlink="#C28400" alink="#C28400">');b.write('<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" class="message" id="content"></td></tr></table><a id="bottom" name="bottom"></a>');

View File

@ -2,7 +2,7 @@
This file is part of Mibew Messenger project.
http://mibew.org
Copyright (c) 2005-2013 Mibew Messenger Community
Copyright (c) 2005-2014 Mibew Messenger Community
License: http://mibew.org/license.php
*/
var Class={create:function(){return function(){this.initialize.apply(this,arguments)}},inherit:function(a,b,c){Object.extend(Object.extend(a.prototype,b.prototype),c)}};Object.extend=function(a,b){for(property in b)a[property]=b[property];return a};Object.prototype.extend=function(a){return Object.extend.apply(this,[this,a])};Function.prototype.bind=function(a){var b=this;return function(){return b.apply(a,arguments)}};

View File

@ -2,7 +2,7 @@
This file is part of Mibew Messenger project.
http://mibew.org
Copyright (c) 2005-2013 Mibew Messenger Community
Copyright (c) 2005-2014 Mibew Messenger Community
License: http://mibew.org/license.php
*/
Ajax.PeriodicalUpdater=Class.create();

View File

@ -2,7 +2,7 @@
* @preserve This file is part of Mibew Messenger project.
* http://mibew.org
*
* Copyright (c) 2005-2013 Mibew Messenger Community
* Copyright (c) 2005-2014 Mibew Messenger Community
* License: http://mibew.org/license.php
*/

View File

@ -2,7 +2,7 @@
* @preserve This file is part of Mibew Messenger project.
* http://mibew.org
*
* Copyright (c) 2005-2013 Mibew Messenger Community
* Copyright (c) 2005-2014 Mibew Messenger Community
* License: http://mibew.org/license.php
*/

View File

@ -2,7 +2,7 @@
* @preserve This file is part of Mibew Messenger project.
* http://mibew.org
*
* Copyright (c) 2005-2013 Mibew Messenger Community
* Copyright (c) 2005-2014 Mibew Messenger Community
* License: http://mibew.org/license.php
*/

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -792,4 +792,4 @@ function get_remote_host()
return isset($_SERVER['REMOTE_HOST']) ? $_SERVER['REMOTE_HOST'] : $extAddr;
}
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -854,4 +854,4 @@ function safe_htmlspecialchars($string)
return htmlspecialchars($string, ENT_QUOTES);
}
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -49,4 +49,4 @@ $mail_encoding = "utf-8";
$home_locale = "en"; /* native name will be used in this locale */
$default_locale = "en"; /* if user does not provide known lang */
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -452,4 +452,4 @@ function check_password_hash($login, $password, $hash)
}
}
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -42,4 +42,4 @@ function setup_operator_settings_tabs($opId, $active)
}
}
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -42,4 +42,4 @@ function setup_settings_tabs($active)
);
}
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -103,4 +103,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 1);
start_html_output();
require('../view/avatar.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -121,4 +121,4 @@ prepare_menu($operator, false);
start_html_output();
require('../view/ban.php');
exit;
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -62,4 +62,4 @@ start_html_output();
require('../view/blocked_visitors.php');
exit;
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -128,4 +128,4 @@ $page['formgroup'] = $groupid;
prepare_menu($operator);
start_html_output();
require('../view/canned.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -98,4 +98,4 @@ prepare_menu($operator, false);
start_html_output();
require('../view/cannededit.php');
exit;
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -66,4 +66,4 @@ prepare_menu($operator);
setup_settings_tabs(1);
start_html_output();
require('../view/features.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -135,4 +135,4 @@ prepare_menu($operator);
setup_group_settings_tabs($groupid, 0);
start_html_output();
require('../view/group.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -91,4 +91,4 @@ prepare_menu($operator);
setup_group_settings_tabs($groupid, 1);
start_html_output();
require('../view/groupmembers.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -67,4 +67,4 @@ $page['canmodify'] = is_capable($can_administrate, $operator);
prepare_menu($operator);
start_html_output();
require('../view/groups.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -64,4 +64,4 @@ if ($query !== false) {
prepare_menu($operator);
start_html_output();
require('../view/thread_search.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -73,4 +73,4 @@ start_html_output();
require('../view/notifications.php');
exit;
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -147,4 +147,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 0);
start_html_output();
require('../view/agent.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -66,4 +66,4 @@ setlocale(LC_TIME, getstring("time.locale"));
prepare_menu($operator);
start_html_output();
require('../view/agents.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -88,4 +88,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 2);
start_html_output();
require('../view/operator_groups.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -89,4 +89,4 @@ prepare_menu($operator);
setup_settings_tabs(2);
start_html_output();
require('../view/performance.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -89,4 +89,4 @@ prepare_menu($operator);
setup_operator_settings_tabs($opId, 3);
start_html_output();
require('../view/permissions.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -70,4 +70,4 @@ $page['token'] = $token;
$page['isdone'] = false;
start_html_output();
require('../view/resetpwd.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -61,4 +61,4 @@ $page['localeLinks'] = get_locale_links("$mibewroot/operator/restore.php");
$page['isdone'] = false;
start_html_output();
require('../view/restore.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -102,4 +102,4 @@ prepare_menu($operator);
setup_settings_tabs(0);
start_html_output();
require('../view/settings.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -82,4 +82,4 @@ mysql_close($link);
prepare_menu($operator);
start_html_output();
require('../view/statistics.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -51,4 +51,4 @@ if (isset($_GET['threadid'])) {
prepare_menu($operator, false);
start_html_output();
require('../view/thread_log.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -231,4 +231,4 @@ $page['formshow'] = $show;
prepare_menu($operator);
start_html_output();
require('../view/translatelist.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -190,4 +190,4 @@ echo '</update>';
notify_operator_alive($operator['operatorid'], $status);
exit;
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -64,4 +64,4 @@ prepare_menu($operator);
setup_pagination($found, 6);
start_html_output();
require('../view/userhistory.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -151,4 +151,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -102,4 +102,4 @@ $('a.removelink').click(function(){
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -94,4 +94,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -116,4 +116,4 @@ if( $page['pagination.items'] ) {
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -70,4 +70,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -226,4 +226,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -83,7 +83,7 @@ $isrtl = getlocal("localedirection") == 'rtl';
<div class="empty_inner" style="">&#160;</div>
</div>
<div id="footer">
<p id="legal"><a href="http://mibew.org/" target="_blank" class="flink">Mibew Messenger</a> <?php echo safe_htmlspecialchars($version) ?> | (c) 2011-2013 mibew.org</p>
<p id="legal"><a href="http://mibew.org/" target="_blank" class="flink">Mibew Messenger</a> <?php echo safe_htmlspecialchars($version) ?> | (c) 2011-2014 mibew.org</p>
</div>
</body>
</html>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -22,7 +22,7 @@ $page['fixedwrap'] = true;
function tpl_content() { global $page, $mibewroot, $errors;
?>
<p>Copyright 2005-2013 the original author or authors.</p>
<p>Copyright 2005-2014 the original author or authors.</p>
<br/>

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -1,6 +1,6 @@
<?php
/*
* Copyright 2005-2013 the original author or authors.
* Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -114,4 +114,4 @@ require_once('inc_errors.php');
} /* content */
require_once('inc_main.php');
?>
?>

Some files were not shown because too many files have changed in this diff Show More