summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-10-03 00:13:32 +0000
committersvncommit <devs@roundcube.net>2007-10-03 00:13:32 +0000
commit5349b78ad4b578d532c9c6cb530dd09c6a702b03 (patch)
tree83944cc11d7dbb07fe919289ebecba9ca038cc78 /program
parente1c727c0a9ca3f0bc17fac9025cba17fb3960840 (diff)
Update copyright notice
Diffstat (limited to 'program')
-rw-r--r--program/include/rcube_mdb2.inc4
-rw-r--r--program/include/rcube_sqlite.inc4
-rw-r--r--program/include/session.inc2
-rw-r--r--program/localization/index.inc2
-rw-r--r--program/steps/error.inc4
-rw-r--r--program/steps/mail/compose.inc2
-rw-r--r--program/steps/mail/folders.inc4
-rw-r--r--program/steps/mail/get.inc4
-rw-r--r--program/steps/mail/getunread.inc2
-rw-r--r--program/steps/mail/list.inc4
-rw-r--r--program/steps/mail/quotadisplay.inc2
-rw-r--r--program/steps/mail/rss.inc4
-rw-r--r--program/steps/mail/spell.inc4
-rw-r--r--program/steps/mail/upload.inc2
-rw-r--r--program/steps/mail/viewsource.inc4
15 files changed, 24 insertions, 24 deletions
diff --git a/program/include/rcube_mdb2.inc b/program/include/rcube_mdb2.inc
index b88a773ed..acb167bc1 100644
--- a/program/include/rcube_mdb2.inc
+++ b/program/include/rcube_mdb2.inc
@@ -5,7 +5,7 @@
| program/include/rcube_mdb2.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -567,4 +567,4 @@ class rcube_mdb2
} // end class rcube_db
-?> \ No newline at end of file
+?>
diff --git a/program/include/rcube_sqlite.inc b/program/include/rcube_sqlite.inc
index 2b0d044c1..7cb5dc2f1 100644
--- a/program/include/rcube_sqlite.inc
+++ b/program/include/rcube_sqlite.inc
@@ -5,7 +5,7 @@
| program/include/rcube_sqlite.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -74,4 +74,4 @@ function rcube_sqlite_debug($str)
//console($str);
}
-?> \ No newline at end of file
+?>
diff --git a/program/include/session.inc b/program/include/session.inc
index 59631afe1..a4952d1e7 100644
--- a/program/include/session.inc
+++ b/program/include/session.inc
@@ -5,7 +5,7 @@
| program/include/session.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev, - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
diff --git a/program/localization/index.inc b/program/localization/index.inc
index 0404615eb..c919dc4ff 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -5,7 +5,7 @@
| program/localization/index.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev, - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
diff --git a/program/steps/error.inc b/program/steps/error.inc
index dd533060a..afe5a28a1 100644
--- a/program/steps/error.inc
+++ b/program/steps/error.inc
@@ -5,7 +5,7 @@
| program/steps/error.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -124,4 +124,4 @@ $__page_content
</html>
EOF;
-?> \ No newline at end of file
+?>
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index c45183cf5..d13f71aa2 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -5,7 +5,7 @@
| program/steps/mail/compose.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
diff --git a/program/steps/mail/folders.inc b/program/steps/mail/folders.inc
index 1df51cd02..c7c39fbea 100644
--- a/program/steps/mail/folders.inc
+++ b/program/steps/mail/folders.inc
@@ -5,7 +5,7 @@
| program/steps/mail/folders.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -54,4 +54,4 @@ else if ($_action=='purge' && ($mbox = get_input_value('_mbox', RCUBE_INPUT_POST
}
$OUTPUT->send($commands);
-?> \ No newline at end of file
+?>
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc
index cbf8e0c88..f245296ae 100644
--- a/program/steps/mail/get.inc
+++ b/program/steps/mail/get.inc
@@ -5,7 +5,7 @@
| program/steps/mail/get.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -148,4 +148,4 @@ else
header('HTTP/1.1 404 Not Found');
exit;
-?> \ No newline at end of file
+?>
diff --git a/program/steps/mail/getunread.inc b/program/steps/mail/getunread.inc
index e6b3843e4..ae12bc21c 100644
--- a/program/steps/mail/getunread.inc
+++ b/program/steps/mail/getunread.inc
@@ -5,7 +5,7 @@
| program/steps/mail/getunread.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc
index 568f3d58c..196144285 100644
--- a/program/steps/mail/list.inc
+++ b/program/steps/mail/list.inc
@@ -5,7 +5,7 @@
| program/steps/mail/list.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -64,4 +64,4 @@ else
// send response
$OUTPUT->send();
-?> \ No newline at end of file
+?>
diff --git a/program/steps/mail/quotadisplay.inc b/program/steps/mail/quotadisplay.inc
index accecdb91..223dd5824 100644
--- a/program/steps/mail/quotadisplay.inc
+++ b/program/steps/mail/quotadisplay.inc
@@ -5,7 +5,7 @@
| program/steps/mail/quotadisplay.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
diff --git a/program/steps/mail/rss.inc b/program/steps/mail/rss.inc
index 80f2e5d47..49d5c0efc 100644
--- a/program/steps/mail/rss.inc
+++ b/program/steps/mail/rss.inc
@@ -5,7 +5,7 @@
| program/steps/mail/rss.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -114,4 +114,4 @@ echo '</channel>
</rss>';
exit;
-?> \ No newline at end of file
+?>
diff --git a/program/steps/mail/spell.inc b/program/steps/mail/spell.inc
index bd03bfd3e..06c050882 100644
--- a/program/steps/mail/spell.inc
+++ b/program/steps/mail/spell.inc
@@ -5,7 +5,7 @@
| program/steps/mail/spell.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -61,4 +61,4 @@ if ($fp = fsockopen($host, $port, $errno, $errstr, 30))
print $store;
exit;
-?> \ No newline at end of file
+?>
diff --git a/program/steps/mail/upload.inc b/program/steps/mail/upload.inc
index a28c3e8e2..339520d15 100644
--- a/program/steps/mail/upload.inc
+++ b/program/steps/mail/upload.inc
@@ -5,7 +5,7 @@
| program/steps/mail/upload.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
diff --git a/program/steps/mail/viewsource.inc b/program/steps/mail/viewsource.inc
index a158bf281..c88b165b6 100644
--- a/program/steps/mail/viewsource.inc
+++ b/program/steps/mail/viewsource.inc
@@ -5,7 +5,7 @@
| program/steps/mail/viewsource.inc |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -37,4 +37,4 @@ else
}
exit;
-?> \ No newline at end of file
+?>