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
/* Copyright (C) NAVER <http://www.navercorp.com> */
if(!defined('__XE__'))
exit();

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
<?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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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