From c93b1b2815875cae1fb5dd42fd0b0f95b2a35da2 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 16 Oct 2011 19:37:50 +0300 Subject: [PATCH] Use `date('Y')` instead of the needlessly verbose `date('Y', time())`. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index eb220145..7f942cea 100644 --- a/index.php +++ b/index.php @@ -51,7 +51,7 @@

The MIT License (MIT)

-

Copyright (c)

+

Copyright (c)

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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.