Set the @author in my files

This commit is contained in:
Karsten Heiken
2011-08-01 11:04:07 +02:00
parent 8f2c467135
commit 6d924be68c
12 changed files with 16 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
*/
/**
* @author Karsten Heiken, karsten@disposed.de
* @author Karsten Heiken <karsten@disposed.de>
*/
class Job extends CI_Model {

View File

@@ -25,7 +25,7 @@
/**
* 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 {

View File

@@ -25,8 +25,7 @@
/**
* 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 {

View File

@@ -23,7 +23,7 @@
*/
/**
* @author Karsten Heiken, karsten@disposed.de
* @author Karsten Heiken <karsten@disposed.de>
*/
class Server extends CI_Model {

View File

@@ -25,7 +25,7 @@
/**
* 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 {