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> */
require_once(_XE_PATH_ . 'modules/addon/addon.controller.php');

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* Admin view class in the autoinstall module

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,6 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* documentAdminController class
* Document the module's admin controller class

View file

@ -1,4 +1,6 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* documentAdminModel class
* Document the module's admin model class

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* documentAdminView class
* Document admin view of the module class

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* documentController class
* document the module's controller class

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* documentModel class
* model class of the module document

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* documentView class
* View class of the module document

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* admin controller class of the file module
* @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* Admin model class of the file module
* @author NAVER (developers@xpressengine.com)

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* Admin view of the module class file
* @author NAVER (developers@xpressengine.com)

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* extract class
* Class to save each file by using tags in the large xml

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* importerAdminView class
* admin view class of the importer module

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
class installModel extends install
{
var $pwd;

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* The admin view class of the integration_search module
*

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* The admin view class of the integration_search module
*

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* The view class of the integration_search module
*

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* The view class of the integration_search module
*

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
require_once(_XE_PATH_.'modules/member/member.view.php');
class memberMobile extends memberView
{

View file

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

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* menuAdminController class
* admin controller class of the menu module

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* @class menuAdminModel
* @brief admin model class of the menu module

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* menuAdminView class
* admin view class of the menu module

View file

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

View file

@ -1,4 +1,5 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* menuMobile class
* mobile class of the menu module

View file

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

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