Set the @author in my files
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
/**
|
/**
|
||||||
* Simple RPC class to handle requests from calculation servers.
|
* Simple RPC class to handle requests from calculation servers.
|
||||||
*
|
*
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class api extends CI_Controller {
|
class api extends CI_Controller {
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
|
*/
|
||||||
class Dashboard extends CI_Controller {
|
class Dashboard extends CI_Controller {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
|
*/
|
||||||
class Jobs extends CI_Controller {
|
class Jobs extends CI_Controller {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class Programs extends CI_Controller {
|
class Programs extends CI_Controller {
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class Projects extends CI_Controller {
|
class Projects extends CI_Controller {
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class Settings extends CI_Controller {
|
class Settings extends CI_Controller {
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
/**
|
/**
|
||||||
* Trials are used to store different variations of the same project.
|
* Trials are used to store different variations of the same project.
|
||||||
*
|
*
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class Trials extends CI_Controller {
|
class Trials extends CI_Controller {
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class Job extends CI_Model {
|
class Job extends CI_Model {
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
/**
|
/**
|
||||||
* Programs are used to do the actual calculation of a trial.
|
* Programs are used to do the actual calculation of a trial.
|
||||||
*
|
*
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class Program extends CI_Model {
|
class Program extends CI_Model {
|
||||||
|
|
||||||
|
|||||||
@@ -25,8 +25,7 @@
|
|||||||
/**
|
/**
|
||||||
* Configurations are used to store different variations of the same project.
|
* Configurations are used to store different variations of the same project.
|
||||||
*
|
*
|
||||||
* @property CI_DB_active_record $db
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
|
||||||
*/
|
*/
|
||||||
class Project extends CI_Model {
|
class Project extends CI_Model {
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class Server extends CI_Model {
|
class Server extends CI_Model {
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
/**
|
/**
|
||||||
* Trials are used to store different variations of the same project.
|
* Trials are used to store different variations of the same project.
|
||||||
*
|
*
|
||||||
* @author Karsten Heiken, karsten@disposed.de
|
* @author Karsten Heiken <karsten@disposed.de>
|
||||||
*/
|
*/
|
||||||
class Trial extends CI_Model {
|
class Trial extends CI_Model {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user