From 24364d6ff0a0f73a41cf8df2bd17283f3355a59a Mon Sep 17 00:00:00 2001 From: Arno Renevier Date: Thu, 11 Aug 2011 15:08:18 +0200 Subject: [PATCH] some files were missing copyright information --- application/crons/pending.php | 3 +++ public/css/contact.css | 1 + public/css/error.css | 1 + public/css/faq.css | 1 + public/css/form.css | 3 +++ public/css/list.css | 3 +++ public/css/login.css | 1 + public/css/newpwd.css | 1 + public/css/pending.css | 1 + public/css/syj.css | 1 + public/css/syjraw.css | 1 + public/css/syjrawprint.css | 1 + public/css/termsofuse.css | 1 + public/js/list.js | 3 +++ public/js/syjraw.js | 3 +++ 15 files changed, 25 insertions(+) diff --git a/application/crons/pending.php b/application/crons/pending.php index fc6d1ab..fa2c937 100644 --- a/application/crons/pending.php +++ b/application/crons/pending.php @@ -1,4 +1,7 @@ fetchAll() as $pending) { $pending->notify(); diff --git a/public/css/contact.css b/public/css/contact.css index 4841bd5..597c0bb 100644 --- a/public/css/contact.css +++ b/public/css/contact.css @@ -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; diff --git a/public/css/error.css b/public/css/error.css index c74ed10..7477dc2 100644 --- a/public/css/error.css +++ b/public/css/error.css @@ -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; } diff --git a/public/css/faq.css b/public/css/faq.css index f4731c6..55b407e 100644 --- a/public/css/faq.css +++ b/public/css/faq.css @@ -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; diff --git a/public/css/form.css b/public/css/form.css index 1766da9..d7b53ba 100644 --- a/public/css/form.css +++ b/public/css/form.css @@ -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; diff --git a/public/css/list.css b/public/css/list.css index cb569bb..cd3467b 100644 --- a/public/css/list.css +++ b/public/css/list.css @@ -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; diff --git a/public/css/login.css b/public/css/login.css index 6940ef9..eb54563 100644 --- a/public/css/login.css +++ b/public/css/login.css @@ -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; } diff --git a/public/css/newpwd.css b/public/css/newpwd.css index 46f3705..d5fcc5d 100644 --- a/public/css/newpwd.css +++ b/public/css/newpwd.css @@ -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; } diff --git a/public/css/pending.css b/public/css/pending.css index e2b5e8f..9757748 100644 --- a/public/css/pending.css +++ b/public/css/pending.css @@ -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; } diff --git a/public/css/syj.css b/public/css/syj.css index c88c8cd..51061b9 100644 --- a/public/css/syj.css +++ b/public/css/syj.css @@ -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%; diff --git a/public/css/syjraw.css b/public/css/syjraw.css index c2f6a56..b7a34cc 100644 --- a/public/css/syjraw.css +++ b/public/css/syjraw.css @@ -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%; diff --git a/public/css/syjrawprint.css b/public/css/syjrawprint.css index c83fd2c..f793b5a 100644 --- a/public/css/syjrawprint.css +++ b/public/css/syjrawprint.css @@ -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%; diff --git a/public/css/termsofuse.css b/public/css/termsofuse.css index 54edd5a..c05e743 100644 --- a/public/css/termsofuse.css +++ b/public/css/termsofuse.css @@ -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; diff --git a/public/js/list.js b/public/js/list.js index c30fa33..a510927 100644 --- a/public/js/list.js +++ b/public/js/list.js @@ -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"); diff --git a/public/js/syjraw.js b/public/js/syjraw.js index 46a44c2..b07e0b9 100644 --- a/public/js/syjraw.js +++ b/public/js/syjraw.js @@ -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"); -- 2.39.2