diff options
Diffstat (limited to 'lib/public/Template.php')
-rw-r--r-- | lib/public/Template.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/public/Template.php b/lib/public/Template.php index df762113246..85ab0ac23bc 100644 --- a/lib/public/Template.php +++ b/lib/public/Template.php @@ -4,13 +4,9 @@ * * @author Bart Visscher <bartv@thisnet.nl> * @author Frank Karlitschek <frank@karlitschek.de> - * @author Georg Ehrke <oc.list@georgehrke.com> * @author Joas Schilling <coding@schilljs.com> - * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin McCorkell <robin@mccorkell.me.uk> - * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * @@ -24,7 +20,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> + * along with this program. If not, see <http://www.gnu.org/licenses/> * */ |