]> dev.renevier.net Git - syj.git/blobdiff - application/crons/pending.php
some files were missing copyright information
[syj.git] / application / crons / pending.php
index fc6d1ab1232b0fb4d7fad900b981a051fc67d7f5..fa2c937820a5071bd1eb5abe604a1457c597d428 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
+    and is published under the AGPL license. */
+
 $mapper = new Syj_Model_PendingMapper();
 foreach ($mapper->fetchAll() as $pending) {
     $pending->notify();