]> dev.renevier.net Git - syj.git/commitdiff
some files were missing copyright information
authorArno Renevier <arno@renevier.net>
Thu, 11 Aug 2011 13:08:18 +0000 (15:08 +0200)
committerArno Renevier <arno@renevier.net>
Thu, 11 Aug 2011 13:08:18 +0000 (15:08 +0200)
15 files changed:
application/crons/pending.php
public/css/contact.css
public/css/error.css
public/css/faq.css
public/css/form.css
public/css/list.css
public/css/login.css
public/css/newpwd.css
public/css/pending.css
public/css/syj.css
public/css/syjraw.css
public/css/syjrawprint.css
public/css/termsofuse.css
public/js/list.js
public/js/syjraw.js

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();
index 4841bd55016a118405bf9023badfb85043ff7715..597c0bb4a18913a5e4cf88d6e69e58138d11338e 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 body {
     margin: 0px;
     padding: 0px;
index c74ed1082a6b9213562b355e0e44992e33cc3ab9..7477dc2706a9bc214a2f6913f2f31d287fa06b96 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 body {
     text-align: center;
 }
index f4731c64654bc1cdedec6415702f413ed355d24c..55b407ebe4d4a9f780960c7168f6f165f905f115 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 body {
     text-align: justify;
     text-indent: 0.6em;
index 1766da9791d9009bec09defdb181e152e157a994..d7b53ba25d87b35b076f03d22be25b76d9b028d8 100644 (file)
@@ -1,3 +1,6 @@
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
+    and is published under the AGPL license. */
+
 body, html {
     background-color: #F0FFF8;
     font-family: verdana, sans-serif;
index cb569bb0f3ae691b49e76b35f68037a7007209ee..cd3467bf52ff231197570963377daa6c28b85972 100644 (file)
@@ -1,3 +1,6 @@
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
+    and is published under the AGPL license. */
+
 #container {
     position: absolute;
     overflow: auto;
index 6940ef9c754807d4f986b98a5992a26050c57bb9..eb54563828ed7e7a6b6d8987e9080224c7685439 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 #loginform {
     width: 40em;
 }
index 46f37054023a93ed209e3eacddcba6f8b592f916..d5fcc5d5fc5603ad9bb3de42dddcb2f39abb206a 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 #newpwdform {
     width: 40em;
 }
index e2b5e8f2589be88af7c3ee7f123dc14831d65e8c..97577486b4107edbe5255685abbbb4f0f74c6fdd 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 body {
     margin: 0px;
 }
index c88c8cd29cd441663faa0947adb28a8594132c66..51061b9df74b25a5e983831a06c8c26a14fb4f93 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 body, html {
     margin: 0; padding: 0;
     width: 100%;
index c2f6a56c6e966a9b13ba7bf0a7b7d97eee76035a..b7a34cc52315ef53caec17612e737466187ccd9b 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 body, html {
     margin: 0; padding: 0;
     width: 100%;
index c83fd2c5c23464d9535f3aea665c35491a147b35..f793b5aba4650b0a04c9cbea453913f6e754f505 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 body, html {
     margin: 0; padding: 0;
     width: 100%;
index 54edd5aececc3feabcacde0de666eb640e9fd4c8..c05e743ff8a3d487b39660ebb55842d96d5eaa66 100644 (file)
@@ -1,5 +1,6 @@
 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
     and is published under the AGPL license. */
+
 body {
     text-align: justify;
     text-indent: 0.6em;
index c30fa334aec09efeaca88f4a412c4d850bce9b9c..a51092772ccb6083583d6c01eb0c27feff7f5fd5 100644 (file)
@@ -1,3 +1,6 @@
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
+    and is published under the AGPL license. */
+
 "use strict";
 
 var WGS84 = new OpenLayers.Projection("EPSG:4326");
index 46a44c255e12e5a60a0b51a456259eda11d09705..b07e0b984d1936e6f03b54a238e72c6f6feeddb8 100644 (file)
@@ -1,3 +1,6 @@
+/*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
+    and is published under the AGPL license. */
+
 "use strict";
 
 var WGS84 = new OpenLayers.Projection("EPSG:4326");