copyright add to php files

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13186 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
akasima 2013-11-08 05:52:51 +00:00
parent e0879ea45c
commit bce0a0b6d4
373 changed files with 402 additions and 47 deletions

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,6 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined("__XE__")) exit(); if(!defined("__XE__")) exit();
/** /**

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @brief If member_srl exists in the div or span, replace to image name or nick image for each member_srl * @brief If member_srl exists in the div or span, replace to image name or nick image for each member_srl

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @brief Function to change point icon. * @brief Function to change point icon.

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__')) if(!defined('__XE__'))
exit(); exit();

View file

@ -1,4 +1,6 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
header('Location: ../index.php?module=admin'); header('Location: ../index.php?module=admin');
/* End of file index.php */ /* End of file index.php */

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Cache class for APC * Cache class for APC

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Cache class for file * Cache class for file

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* CacheHandler * CacheHandler

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Cache class for memcache * Cache class for memcache

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Cache class for Wincache * Cache class for Wincache

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
define('FOLLOW_REQUEST_SSL', 0); define('FOLLOW_REQUEST_SSL', 0);
define('ENFORCE_SSL', 1); define('ENFORCE_SSL', 1);

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE_LOADED_DB_CLASS__')) if(!defined('__XE_LOADED_DB_CLASS__'))
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* - DB child class * - DB child class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* - DBMSSQL * - DBMSSQL

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Class to use MySQL DBMS * Class to use MySQL DBMS

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
require_once('DBMysql.class.php'); require_once('DBMysql.class.php');

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
require_once('DBMysql.class.php'); require_once('DBMysql.class.php');

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* ClickCountExpression * ClickCountExpression

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* DeleteExpression * DeleteExpression

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Expression * Expression

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* InsertExpression * InsertExpression

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* SelectExpression * SelectExpression

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* StarExpression * StarExpression

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* UpdateExpression * UpdateExpression

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* UpdateExpression * UpdateExpression

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* class JoinTable * class JoinTable

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @author NAVER (developers@xpressengine.com) * @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @class DisplayHandler * @class DisplayHandler

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class HTMLDisplayHandler class HTMLDisplayHandler
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class JSCallbackDisplayHandler class JSCallbackDisplayHandler
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class JSONDisplayHandler class JSONDisplayHandler
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class VirtualXMLDisplayHandler class VirtualXMLDisplayHandler
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class XMLDisplayHandler class XMLDisplayHandler
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Superclass of the edit component. * Superclass of the edit component.

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* A class to handle extra variables used in posts, member and others * A class to handle extra variables used in posts, member and others

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Contains methods for accessing file system * Contains methods for accessing file system

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* File abstraction class * File abstraction class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Handle front end files * Handle front end files

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* An abstract class of (*)Handler * An abstract class of (*)Handler

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* - HttpRequest class * - HttpRequest class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(version_compare(PHP_VERSION, '5.0.0', '>=')) if(version_compare(PHP_VERSION, '5.0.0', '>='))
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Mobile class * Mobile class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @class ModuleHandler * @class ModuleHandler

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @class ModuleObject * @class ModuleObject

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Every modules inherits from Object class. It includes error, message, and other variables for communicatin purpose. * Every modules inherits from Object class. It includes error, message, and other variables for communicatin purpose.

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @class PageHandler * @class PageHandler

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
include _XE_PATH_ . 'classes/security/phphtmlparser/src/htmlparser.inc'; include _XE_PATH_ . 'classes/security/phphtmlparser/src/htmlparser.inc';

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class Purifier class Purifier
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* - Security class * - Security class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class UploadFileFilter class UploadFileFilter
{ {

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @class TemplateHandler * @class TemplateHandler

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Validator class * Validator class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* @class WidgetHandler * @class WidgetHandler

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* GeneralXmlParser class * GeneralXmlParser class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* XmlGenerator class * XmlGenerator class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* filter class traslate xml content into javascript code * filter class traslate xml content into javascript code

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* XmlLangParser class * XmlLangParser class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Xml_Node_ class * Xml_Node_ class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* File containing the XE 1.5 XmlQueryParserClass * File containing the XE 1.5 XmlQueryParserClass

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* XmlQueryParser * XmlQueryParser

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* File containing the DBParser class * File containing the DBParser class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* File containing the QueryParser class * File containing the QueryParser class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Argument class * Argument class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* ConditionArgument class * ConditionArgument class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* SortArgument class * SortArgument class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* DefaultValue class * DefaultValue class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* QueryArgument class * QueryArgument class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* SortQueryArgument class * SortQueryArgument class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* QueryArgumentValidator class * QueryArgumentValidator class

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Models the &lt;column&gt; tag inside an XML Query file <br /> * Models the &lt;column&gt; tag inside an XML Query file <br />

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Models the &lt;column&gt; tag inside an XML Query file whose action is 'insert' * Models the &lt;column&gt; tag inside an XML Query file whose action is 'insert'

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Models the &lt;column&gt; tag inside an XML Query file whose action is 'insert-select' * Models the &lt;column&gt; tag inside an XML Query file whose action is 'insert-select'

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Models the &lt;columns&gt; tag inside an XML Query file whose action is 'insert' * Models the &lt;columns&gt; tag inside an XML Query file whose action is 'insert'

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Models the &lt;column&gt; tag inside an XML Query file whose action is 'select' * Models the &lt;column&gt; tag inside an XML Query file whose action is 'select'

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Models the &lt;columns&gt; tag inside an XML Query file whose action is 'select' * Models the &lt;columns&gt; tag inside an XML Query file whose action is 'select'

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Models the &lt;column&gt; tag inside an XML Query file whose action is 'update' * Models the &lt;column&gt; tag inside an XML Query file whose action is 'update'

View file

@ -1,4 +1,5 @@
<?php <?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/** /**
* Models the &lt;columns&gt; tag inside an XML Query file whose action is 'update' * Models the &lt;columns&gt; tag inside an XML Query file whose action is 'update'

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