From 1bf64ebef8d42d6eaa1d6d4365c53fd0da7ca359 Mon Sep 17 00:00:00 2001 From: Sam Stevens Date: Sat, 27 Jul 2013 21:15:22 +0100 Subject: [PATCH] Updated license and phpdoc --- LICENSE | 2 +- Template.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ae864ff..b21cea7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 sam159 +Copyright (c) 2013 Sam Stevens Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/Template.php b/Template.php index d1f8f9e..26f0291 100644 --- a/Template.php +++ b/Template.php @@ -4,7 +4,8 @@ * Template renderer * * @author Sam Stevens - * @license http://opensource.org/licenses/MIT MIT License + * @license https://github.com/sam159/YAPTE/blob/master/LICENSE MIT License + * @link https://github.com/sam159/YAPTE Find me on github */ if (!defined('DIR_TEMPLATES_COMPILED'))