apache 2 license in php headers

This commit is contained in:
Evgeny Gryaznov 2013-03-06 22:22:53 +01:00
parent 3741e57eab
commit 98aad6e490
99 changed files with 1165 additions and 1515 deletions

View File

@ -15,6 +15,9 @@
<option name="USE_RELATIVE_INDENTS" value="false" /> <option name="USE_RELATIVE_INDENTS" value="false" />
</value> </value>
</option> </option>
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="PHP"> <codeStyleSettings language="PHP">
<indentOptions> <indentOptions>
<option name="USE_TAB_CHARACTER" value="true" /> <option name="USE_TAB_CHARACTER" value="true" />

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$dbtables = array( $dbtables = array(

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

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

View File

@ -1,19 +1,19 @@
<?php <?php
/* [external] /*
* Copyright 2005-2013 the original author or authors.
This is PHP file that generates CAPTCHA image for the How to Create CAPTCHA *
Protection using PHP and AJAX Tutorial * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
You may use this code in your own projects as long as this * You may obtain a copy of the License at
copyright is left in place. All code is provided AS-IS. *
This code is distributed in the hope that it will be useful, * http://www.apache.org/licenses/LICENSE-2.0
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
For the rest of the code visit http://www.WebCheatSheet.com * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
Copyright 2006 WebCheatSheet.com * limitations under the License.
*/ */
function can_show_captcha() function can_show_captcha()
{ {

View File

@ -1,23 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* Pavel Petroshenko - history search * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$connection_timeout = 30; // sec $connection_timeout = 30; // sec

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
session_start(); session_start();

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
/* /*

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$_utf8win1251 = array( $_utf8win1251 = array(

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function demo_print_message($msg, $format) function demo_print_message($msg, $format)

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$ifregexp = "/\\\${(if|ifnot):([\w\.]+)}(.*?)(\\\${else:\\2}.*?)?\\\${endif:\\2}/s"; $ifregexp = "/\\\${(if|ifnot):([\w\.]+)}(.*?)(\\\${else:\\2}.*?)?\\\${endif:\\2}/s";

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function generate_button($title, $locale, $style, $group, $inner, $showhost, $forcesecure, $modsecurity) function generate_button($title, $locale, $style, $group, $inner, $showhost, $forcesecure, $modsecurity)

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function group_by_id($id) function group_by_id($id)

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function webim_mail($toaddr, $reply_to, $subject, $body, $link) function webim_mail($toaddr, $reply_to, $subject, $body, $link)

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$can_administrate = 0; $can_administrate = 0;

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function setup_operator_settings_tabs($opId, $active) function setup_operator_settings_tabs($opId, $active)

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$pagination_spacing = "&nbsp;&nbsp;&nbsp;"; $pagination_spacing = "&nbsp;&nbsp;&nbsp;";

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function update_settings() function update_settings()

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function get_useragent_version($userAgent) function get_useragent_version($userAgent)

View File

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

View File

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

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Pavel Petroshenko - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Pavel Petroshenko - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once('../libs/common.php'); require_once('../libs/common.php');

View File

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

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("page_ban.title"); $page['title'] = getlocal("page_ban.title");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = $page['key'] ? getlocal("cannededit.title") : getlocal("cannednew.title"); $page['title'] = $page['key'] ? getlocal("cannededit.title") : getlocal("cannednew.title");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("confirm.take.head"); $page['title'] = getlocal("confirm.take.head");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
if( isset($errors) && count($errors) > 0 ) { ?> if( isset($errors) && count($errors) > 0 ) { ?>

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function menuloc($id) { function menuloc($id) {

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$isrtl = getlocal("localedirection") == 'rtl'; $isrtl = getlocal("localedirection") == 'rtl';

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function menuli($name) { function menuli($name) {

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
function print_tabbar() { function print_tabbar() {

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("install.err.title"); $page['title'] = getlocal("install.err.title");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
if(isset($page) && isset($page['localeLinks'])) { if(isset($page) && isset($page['localeLinks'])) {

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("license.title"); $page['title'] = getlocal("license.title");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
if(isset($page) && isset($page['localeLinks'])) { if(isset($page) && isset($page['localeLinks'])) {

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
if(isset($page) && isset($page['localeLinks'])) { if(isset($page) && isset($page['localeLinks'])) {

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
if(isset($page) && isset($page['localeLinks'])) { if(isset($page) && isset($page['localeLinks'])) {

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("thread.chat_log"); $page['title'] = getlocal("thread.chat_log");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("page.translate.title"); $page['title'] = getlocal("page.translate.title");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
require_once("inc_menu.php"); require_once("inc_menu.php");

View File

@ -1,22 +1,18 @@
<?php <?php
/* /*
* This file is part of Mibew Messenger project. * Copyright 2005-2013 the original author or authors.
* *
* Copyright (c) 2005-2011 Mibew Messenger Community * Licensed under the Apache License, Version 2.0 (the "License");
* All rights reserved. The contents of this file are subject to the terms of * you may not use this file except in compliance with the License.
* the Eclipse Public License v1.0 which accompanies this distribution, and * You may obtain a copy of the License at
* is available at http://www.eclipse.org/legal/epl-v10.html
* *
* Alternatively, the contents of this file may be used under the terms of * http://www.apache.org/licenses/LICENSE-2.0
* the GNU General Public License Version 2 or later (the "GPL"), in which case
* the provisions of the GPL are applicable instead of those above. If you wish
* to allow use of your version of this file only under the terms of the GPL, and
* not to allow others to use your version of this file under the terms of the
* EPL, indicate your decision by deleting the provisions above and replace them
* with the notice and other provisions required by the GPL.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Evgeny Gryaznov - initial API and implementation * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/ */
$page['title'] = getlocal("page.analysis.userhistory.title"); $page['title'] = getlocal("page.analysis.userhistory.title");