Happy new year
authorJan Schneider <jan@horde.org>
Tue, 6 Jan 2009 18:15:53 +0000 (19:15 +0100)
committerJan Schneider <jan@horde.org>
Tue, 6 Jan 2009 18:15:53 +0000 (19:15 +0100)
150 files changed:
framework/Controller/lib/Horde/Controller/Base.php
framework/Controller/lib/Horde/Controller/Dispatcher.php
framework/Controller/lib/Horde/Controller/Exception.php
framework/Controller/lib/Horde/Controller/Mime/Type.php
framework/Controller/lib/Horde/Controller/Request/Base.php
framework/Controller/lib/Horde/Controller/Request/Http.php
framework/Controller/lib/Horde/Controller/Request/Mock.php
framework/Controller/lib/Horde/Controller/Response/Base.php
framework/Controller/lib/Horde/Controller/Response/Http.php
framework/Controller/lib/Horde/Controller/Response/Mock.php
framework/Controller/lib/Horde/Controller/StatusCodes.php
framework/Controller/lib/Horde/Controller/UrlWriter.php
framework/Controller/test/Horde/Controller/AllTests.php
framework/Crypt/lib/Horde/Crypt.php
framework/Crypt/lib/Horde/Crypt/pgp.php
framework/Crypt/lib/Horde/Crypt/smime.php
framework/Db/lib/Horde/Db.php
framework/Db/lib/Horde/Db/Adapter.php
framework/Db/lib/Horde/Db/Adapter/Abstract.php
framework/Db/lib/Horde/Db/Adapter/Abstract/Column.php
framework/Db/lib/Horde/Db/Adapter/Abstract/ColumnDefinition.php
framework/Db/lib/Horde/Db/Adapter/Abstract/Index.php
framework/Db/lib/Horde/Db/Adapter/Abstract/Schema.php
framework/Db/lib/Horde/Db/Adapter/Abstract/TableDefinition.php
framework/Db/lib/Horde/Db/Adapter/Mssql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Mysql/Column.php
framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Mysqli.php
framework/Db/lib/Horde/Db/Adapter/Mysqli/Result.php
framework/Db/lib/Horde/Db/Adapter/Oci8.php
framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php
framework/Db/lib/Horde/Db/Adapter/Pdo/Abstract.php
framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php
framework/Db/lib/Horde/Db/Adapter/Pdo/Oci.php
framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php
framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php
framework/Db/lib/Horde/Db/Adapter/Postgresql/Column.php
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php
framework/Db/lib/Horde/Db/Adapter/Sqlite/Column.php
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php
framework/Db/lib/Horde/Db/Exception.php
framework/Db/test/Horde/Db/Adapter/MissingTest.php
framework/Db/test/Horde/Db/Adapter/Mysql/ColumnDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Mysql/ColumnTest.php
framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/MysqliSuite.php
framework/Db/test/Horde/Db/Adapter/MysqliTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlSuite.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlSuite.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteSuite.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php
framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnTest.php
framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php
framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnTest.php
framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinitionTest.php
framework/Db/test/Horde/Db/AllTests.php
framework/Db/test/Horde/Db/fixtures/unit_tests.sql
framework/Feed/lib/Horde/Feed.php
framework/Feed/lib/Horde/Feed/Atom.php
framework/Feed/lib/Horde/Feed/Base.php
framework/Feed/lib/Horde/Feed/Blogroll.php
framework/Feed/lib/Horde/Feed/Entry/Atom.php
framework/Feed/lib/Horde/Feed/Entry/Base.php
framework/Feed/lib/Horde/Feed/Entry/Blogroll.php
framework/Feed/lib/Horde/Feed/Entry/Rss.php
framework/Feed/lib/Horde/Feed/Rss.php
framework/Http_Client/examples/Horde/Http/Client/get-example-dot-com.php
framework/Http_Client/lib/Horde/Http/Client.php
framework/Http_Client/lib/Horde/Http/Client/Exception.php
framework/Http_Client/lib/Horde/Http/Client/Mock.php
framework/Http_Client/lib/Horde/Http/Client/Response.php
framework/Imap_Client/lib/Horde/Imap/Client.php
framework/Imap_Client/lib/Horde/Imap/Client/Base.php
framework/Imap_Client/lib/Horde/Imap/Client/Cache.php
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php
framework/Imap_Client/lib/Horde/Imap/Client/Exception.php
framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
framework/Imap_Client/lib/Horde/Imap/Client/Sort.php
framework/Imap_Client/lib/Horde/Imap/Client/Thread.php
framework/Imap_Client/lib/Horde/Imap/Client/Utf7imap.php
framework/Mime/lib/Horde/Mime.php
framework/Mime/lib/Horde/Mime/Address.php
framework/Mime/lib/Horde/Mime/Headers.php
framework/Mime/lib/Horde/Mime/Magic.php
framework/Mime/lib/Horde/Mime/Mail.php
framework/Mime/lib/Horde/Mime/Mdn.php
framework/Mime/lib/Horde/Mime/Part.php
framework/Mime/lib/Horde/Mime/Viewer.php
framework/Mime/lib/Horde/Mime/Viewer/Driver.php
framework/Mime/lib/Horde/Mime/Viewer/audio.php
framework/Mime/lib/Horde/Mime/Viewer/css.php
framework/Mime/lib/Horde/Mime/Viewer/deb.php
framework/Mime/lib/Horde/Mime/Viewer/default.php
framework/Mime/lib/Horde/Mime/Viewer/enriched.php
framework/Mime/lib/Horde/Mime/Viewer/enscript.php
framework/Mime/lib/Horde/Mime/Viewer/html.php
framework/Mime/lib/Horde/Mime/Viewer/images.php
framework/Mime/lib/Horde/Mime/Viewer/msexcel.php
framework/Mime/lib/Horde/Mime/Viewer/mspowerpoint.php
framework/Mime/lib/Horde/Mime/Viewer/msword.php
framework/Mime/lib/Horde/Mime/Viewer/ooo.php
framework/Mime/lib/Horde/Mime/Viewer/pdf.php
framework/Mime/lib/Horde/Mime/Viewer/php.php
framework/Mime/lib/Horde/Mime/Viewer/plain.php
framework/Mime/lib/Horde/Mime/Viewer/rar.php
framework/Mime/lib/Horde/Mime/Viewer/report.php
framework/Mime/lib/Horde/Mime/Viewer/rfc822.php
framework/Mime/lib/Horde/Mime/Viewer/richtext.php
framework/Mime/lib/Horde/Mime/Viewer/rpm.php
framework/Mime/lib/Horde/Mime/Viewer/security.php
framework/Mime/lib/Horde/Mime/Viewer/simple.php
framework/Mime/lib/Horde/Mime/Viewer/smil.php
framework/Mime/lib/Horde/Mime/Viewer/source.php
framework/Mime/lib/Horde/Mime/Viewer/srchighlite.php
framework/Mime/lib/Horde/Mime/Viewer/tnef.php
framework/Mime/lib/Horde/Mime/Viewer/vcard.php
framework/Mime/lib/Horde/Mime/Viewer/webcpp.php
framework/Mime/lib/Horde/Mime/Viewer/wordperfect.php
framework/Mime/lib/Horde/Mime/Viewer/zip.php
framework/Oauth/lib/Horde/Oauth/Consumer.php
framework/Oauth/lib/Horde/Oauth/Exception.php
framework/Oauth/lib/Horde/Oauth/Request.php
framework/Oauth/lib/Horde/Oauth/SignatureMethod/Base.php
framework/Oauth/lib/Horde/Oauth/SignatureMethod/HmacSha1.php
framework/Oauth/lib/Horde/Oauth/SignatureMethod/Plaintext.php
framework/Oauth/lib/Horde/Oauth/SignatureMethod/RsaSha1.php
framework/Oauth/lib/Horde/Oauth/Token.php
framework/Oauth/lib/Horde/Oauth/Utils.php
framework/Pdf/lib/Horde/Pdf/Writer.php
framework/Secret/lib/Horde/Secret.php
framework/Support/lib/Horde/Support/Array.php
framework/Support/lib/Horde/Support/ConsistentHash.php
framework/Support/lib/Horde/Support/Inflector.php
framework/Support/lib/Horde/Support/Stub.php
framework/Support/lib/Horde/Support/Timer.php
framework/Support/lib/Horde/Support/Uuid.php
framework/Support/test/Horde/Support/AllTests.php
framework/Support/test/Horde/Support/ArrayTest.php
framework/Support/test/Horde/Support/ConsistentHashTest.php
framework/Support/test/Horde/Support/InflectorTest.php
framework/Support/test/Horde/Support/StubTest.php
framework/Support/test/Horde/Support/TimerTest.php
framework/Support/test/Horde/Support/UuidTest.php
framework/Xml_Element/lib/Horde/Xml/Element.php

index dc8c298..711c764 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 497e95b..294b23e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index e62cf5e..c67cadc 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index f4106c4..57258ef 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 1dd34e9..aa7bf8e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 4ce4566..c076161 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 6d97f4b..a595f26 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 7bfa836..473f0e1 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index bea6bcd..087a195 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 7f57f79..cccf923 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 9c56149..5dcea69 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007-2008 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @license    http://opensource.org/licenses/bsd-license.php BSD
index b5243c1..9fdfcea 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007-2008 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @license    http://opensource.org/licenses/bsd-license.php BSD
index 8d442ce..7819e1b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 1544ce6..5d35bcc 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Crypt:: class provides an API for various cryptographic
  * systems used by Horde applications.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index bb525a9..914394e 100644 (file)
@@ -9,7 +9,7 @@
  * This class has been developed with, and is only guaranteed to work with,
  * Version 1.21 or above of GnuPG.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 6e58519..60de09d 100644 (file)
@@ -3,7 +3,7 @@
  * Horde_Crypt_smime:: provides a framework for Horde applications to
  * interact with the OpenSSL library and implement S/MIME.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 9de0798..01f1e9b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 299f1cf..74ab912 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 46fd4e9..cd2297a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 7eacd87..38bf97e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 9e54250..f53b116 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index f5d1ccf..1719fd9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 6fb15e9..58599c9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index f57f193..0eff9fa 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 80495d5..1156332 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index f08cf2a..c94f303 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 150f980..9453c59 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index e779899..efb1c7f 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index e0cb1f3..2a5312e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 756bc47..ce3da6b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 3c85241..3ddb1fb 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 1909d21..51cffd6 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index c9d5940..7c729d3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 878868d..ef72c1a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 35a0173..462bcac 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 4bcdbf9..2cc5d70 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index c191bb4..b8cef05 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 5cbb52c..4d8d3da 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index a174252..ecaf810 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index a15d84f..a092017 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 084432e..b22bbef 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 4a361d5..4372e90 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 63c8cfc..75aaf5c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 06fb6ad..0da0ba4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 62bc5f4..7cbee02 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 18cba26..266b1e2 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 85daf32..4096484 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index d4e400d..2c4a443 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 78e41d9..16af4e4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 8ad21dc..002c8ec 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index be59cee..581b53e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index cae6485..631ffb3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 00583b6..1d9e94c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 5bae452..e6cef6c 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 07c31fc..9981a71 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 3e7a5d1..52d18ab 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index e89d425..d465790 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 7632cf6..23eec8e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index e94e5a1..aa1db82 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index ce44241..043ff56 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright 2007 Maintainable Software, LLC
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author     Mike Naberezny <mike@maintainable.com>
  * @author     Derek DeVries <derek@maintainable.com>
index 84d5837..3288ad1 100644 (file)
@@ -1,6 +1,6 @@
 --
 -- Copyright 2007 Maintainable Software, LLC
--- Copyright 2008 The Horde Project (http://www.horde.org/)
+-- Copyright 2008-2009 The Horde Project (http://www.horde.org/)
 --
 -- @author     Mike Naberezny <mike@maintainable.com>
 -- @author     Derek DeVries <derek@maintainable.com>
index 3e0c7c2..eebc21a 100644 (file)
@@ -3,7 +3,7 @@
  * $Horde: framework/Feed/lib/Horde/Feed.php,v 1.11 2008/09/28 04:27:03 chuck Exp $
  *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index f8c01da..e7bc5c8 100644 (file)
@@ -3,7 +3,7 @@
  * $Horde: framework/Feed/lib/Horde/Feed/Atom.php,v 1.5 2008/09/25 04:44:09 chuck Exp $
  *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @category Horde
  * @package  Horde_Feed
index f46792e..40f9475 100644 (file)
@@ -3,7 +3,7 @@
  * $Horde: framework/Feed/lib/Horde/Feed/Base.php,v 1.3 2008/07/22 20:39:22 chuck Exp $
  *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @category Horde
  * @package Horde_Feed
index 326bd24..0d275e4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index d46f798..3f6ccd5 100644 (file)
@@ -3,7 +3,7 @@
  * $Horde: framework/Feed/lib/Horde/Feed/Entry/Atom.php,v 1.5 2008/09/26 02:00:30 chuck Exp $
  *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @category Horde
  * @package Horde_Feed
index 2c2256a..526fb8f 100644 (file)
@@ -3,7 +3,7 @@
  * $Horde: framework/Feed/lib/Horde/Feed/Entry/Base.php,v 1.3 2008/09/26 02:00:30 chuck Exp $
  *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @category Horde
  * @package Horde_Feed
index 175c4c5..c526d76 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index ae3f815..c972fba 100644 (file)
@@ -3,7 +3,7 @@
  * $Horde: framework/Feed/lib/Horde/Feed/Entry/Rss.php,v 1.6 2008/09/27 02:56:13 chuck Exp $
  *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @category Horde
  * @package  Horde_Feed
index 17102b3..9fa5084 100644 (file)
@@ -3,7 +3,7 @@
  * $Horde: framework/Feed/lib/Horde/Feed/Rss.php,v 1.7 2008/09/25 04:44:34 chuck Exp $
  *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @category Horde
  * @package  Horde_Feed
index a73cd14..06ba2d9 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Basic example for fetching a page with Horde_Http_Client
  *
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 3160fd0..9b18dab 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 9941e47..b191463 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index e88bc6f..1f7f57a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 808d7b6..12b39be 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 8ff3da3..fd6687f 100644 (file)
@@ -57,7 +57,7 @@
  *   timeout - (integer)  Connection timeout, in seconds.
  *             DEFAULT: 10 seconds
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * getBaseSubject() code adapted from imap-base-subject.c (Dovecot 1.2)
  *   Original code released under the LGPL v2.1
index 07b7a05..8bb743f 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Required/Optional Parameters: See Horde_Imap_Client::.
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index f25d3bd..22ef45c 100644 (file)
@@ -25,7 +25,7 @@
  * 'slicesize' - (integer) The slicesize to use.
  *               DEFAULT: 50
  *
- * Copyright 2005-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
index 84ae2e2..cf6c4f8 100644 (file)
@@ -19,7 +19,7 @@
  *                   certificate?
  *                   DEFAULT: Don't validate
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 222a7bf..a688405 100644 (file)
@@ -8,7 +8,7 @@
  *
  * No additional paramaters from those defined in Horde_Imap_Client_Cclient.
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index fbea4b8..dbd825b 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Exception handler for the Horde_Imap_Client class.
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index d62893f..392e283 100644 (file)
@@ -5,7 +5,7 @@
  * generated IMAP search criteria string suitable for sending to a remote
  * IMAP server.
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
index 8658e4e..238a908 100644 (file)
@@ -58,7 +58,7 @@
  *   from the Squirrelmail project.
  *   Copyright (c) 1999-2007 The SquirrelMail Project Team
  *
- * Copyright 2005-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2005-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index a2cb768..09adae6 100644 (file)
@@ -3,7 +3,7 @@
  * Horde_Imap_Client_Sort:: provides a function to sort a list of IMAP
  * mailboxes.
  *
- * Copyright 2004-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
index 2071934..a5cc413 100644 (file)
@@ -3,7 +3,7 @@
  * A class allowing easy access to threaded sort results from
  * Horde_Imap_Client::thread().
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
index 2d614a4..550cf21 100644 (file)
@@ -12,7 +12,7 @@
  *    SVN revision 1757
  *  The RoundCube project is released under the GPL (version 2)
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 37b4ee3..eef26db 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime:: class provides methods for dealing with various MIME (see,
  * e.g., RFC 2045-2049; 2183; 2231) standards.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index fb0f64e..d798f46 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Address:: class provides methods for dealing with email
  * address standards (RFC 822/2822/5322).
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 043390f..8c39069 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Headers:: class contains generic functions related to
  * handling the headers of mail messages.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 5c2520b..107f264 100644 (file)
@@ -6,7 +6,7 @@ require_once 'Horde/Util.php';
  * The Horde_Mime_Magic:: class provides an interface to determine a MIME type
  * for various content, if it provided with different levels of information.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 1b21891..662caf6 100644 (file)
@@ -6,7 +6,7 @@ require_once 'Horde/String.php';
  * The Horde_Mime_Mail:: class wraps around the various MIME library classes
  * to provide a simple interface for creating and sending MIME messages.
  *
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 6812899..688b246 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Mdn:: class implements Message Disposition Notifications as
  * described by RFC 3798.
  *
- * Copyright 2004-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 629ee84..c042ac8 100644 (file)
@@ -7,7 +7,7 @@ require_once dirname(__FILE__) . '/../Mime.php';
  * The Horde_Mime_Part:: class provides a wrapper around MIME parts and
  * methods for dealing with them.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 9397a41..dbb153f 100644 (file)
@@ -5,7 +5,7 @@
  * Horde_Mime_Viewer_* drivers which handle the actual rendering, and a
  * configuration file to map MIME types to drivers.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 00de55b..1cc2eba 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_Driver:: class provides the API for specific viewer
  * drivers to extend.
  *
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index f5966cb..317c936 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_audio class sends audio parts to the browser for
  * handling by the browser, a plugin, or a helper application.
  *
- * Copyright 2004-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 1f19d0d..de16c9d 100644 (file)
@@ -6,7 +6,7 @@ require_once dirname(__FILE__) . '/source.php';
  * The Horde_Mime_Viewer_css class renders CSS source as HTML with an effort
  * to remove potentially malicious code.
  *
- * Copyright 2004-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index acf3606..a942f38 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_deb class renders out lists of files in Debian
  * packages by using the dpkg tool to query the package.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 2d2b4bc..35f06cc 100644 (file)
@@ -4,7 +4,7 @@
  * content.  It exists as a fallback if no other intelligent rendering
  * mechanism could be used.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 60777f5..cea2e47 100644 (file)
@@ -15,7 +15,7 @@
  * environment, that is we do CRLF conversion even if <nofill> is
  * specified in the text, but we're close at least.
  *
- * Copyright 2001-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2001-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 2e81e46..6f1b10d 100644 (file)
@@ -6,7 +6,7 @@ require_once dirname(__FILE__) . '/source.php';
  * The Horde_Mime_Viewer_enscript class renders out various content in HTML
  * format by using GNU Enscript.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 3d5e95a..5cb3a93 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_html class renders out HTML text with an effort to
  * remove potentially malicious code.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
index 6379bd5..2dcde0e 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * The Horde_Mime_Viewer_images class allows images to be displayed.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index e934c73..28e9c51 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_msexcel class renders out Microsoft Excel
  * documents in HTML format by using the xlHtml package.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 851b440..f72c455 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_mspowerpoint class renders out Microsoft Powerpoint
  * documents in HTML format by using the xlHtml package.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 68874e4..ce205e5 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_msword class renders out Microsoft Word documents
  * in HTML format by using the wvWare package.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 7cc8d17..8554b38 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_ooo class renders out OpenOffice.org documents in
  * HTML format.
  *
- * Copyright 2003-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2003-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 9b2c1e0..1260a2a 100644 (file)
@@ -4,7 +4,7 @@
  * content-type 'application/pdf' enabling web browsers with a PDF viewer
  * plugin to view the PDF file inside the browser.
  *
- * Copyright 2003-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2003-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index e07d1c9..b9b620e 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_php class renders out syntax-highlighted PHP code in
  * HTML format.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 132dd21..e50bbc9 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_plain class renders out plain text with URLs made
  * into hyperlinks (if viewing inline).
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index aa2da6e..c85f8d3 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_rar class renders out the contents of .rar archives
  * in HTML format.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 6a0c5ab..11010c8 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_report class is a wrapper used to load the
  * appropriate Horde_Mime_Viewer for multipart/report data (RFC 3462).
  *
- * Copyright 2003-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2003-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index dee6487..97a2c5e 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_rfc822 class renders out messages from the
  * message/rfc822 content type.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (GPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
index 8ce2b83..5f14e47 100644 (file)
@@ -24,7 +24,7 @@
  *   <indentright>, <outdent>, <outdentright>, <samepage>, <iso-8859-X>,
  *   <us-ascii>,
  *
- * Copyright 2004-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 5d20cc3..4c15c45 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_rpm class renders out lists of files in RPM
  * packages by using the rpm tool to query the package.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index f5fd7f3..f66851f 100644 (file)
@@ -4,7 +4,7 @@
  * appropriate Horde_Mime_Viewer for secure multipart messages (defined by RFC
  * 1847). This class handles multipart/signed and multipart/encrypted data.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 561ebd5..c42ae56 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_simple class renders out plain text without any
  * modifications.
  *
- * Copyright 2004-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2004-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index d8f0fe7..1df1f21 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * The Horde_Mime_Viewer_smil renders SMIL documents to very basic HTML.
  *
- * Copyright 2006-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2006-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 553640b..c1c16a0 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_source class is a class for any viewer that wants
  * to provide line numbers to extend.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 44da544..bbcc5d2 100644 (file)
@@ -8,7 +8,7 @@ require_once dirname(__FILE__) . '/source.php';
  *
  * Source-highlight: http://www.gnu.org/software/src-highlite/
  *
- * Copyright 2003-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2003-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 5ea6413..81ac09c 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_tnef class allows MS-TNEF attachments to be
  * displayed.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 12e6b99..1d9fcba 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * The Horde_Mime_Viewer_vcard class renders out vCards in HTML format.
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index c0e4f41..3d0f995 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Web C Plus plus: http://webcpp.sourceforge.net/
  *
- * Copyright 2002-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2002-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 3f71b7d..7cf7496 100644 (file)
@@ -5,7 +5,7 @@
  *
  * libpwd website: http://libwpd.sourceforge.net/
  *
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index af49dbb..5399e2a 100644 (file)
@@ -3,7 +3,7 @@
  * The Horde_Mime_Viewer_zip class renders out the contents of ZIP files in
  * HTML format.
  *
- * Copyright 2000-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2000-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 97cadf2..154583a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 677b60e..4207a9d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 2f53d9a..aa0a166 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index b1a4e96..a399cb6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 177be9b..4e2a02e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 4f0abc5..538b4a1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 7bcf108..fe050c4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index e43825f..03c5929 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index d0638df..389eb5a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Copyright 2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index e50abea..7cdb290 100644 (file)
@@ -11,7 +11,7 @@
  * $Horde: framework/Pdf/lib/Horde/Pdf/Writer.php,v 1.3 2008/02/27 04:27:29 chuck Exp $
  *
  * Copyright 2001-2003 Olivier Plathey <olivier@fpdf.org>
- * Copyright 2003-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2003-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Olivier Plathey <olivier@fpdf.org>
  * @author   Marko Djukic <marko@oblo.com>
index ebcb674..be1ef8e 100644 (file)
@@ -6,7 +6,7 @@
  * The Secret:: functions use the Horde Cipher:: class if mcrypt is not
  * available.
  *
- * Copyright 1999-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 1999-2009 The Horde Project (http://www.horde.org/)
  *
  * See the enclosed file COPYING for license information (LGPL). If you
  * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
index 21541bb..6c1ce2e 100644 (file)
@@ -2,14 +2,14 @@
 /**
  * @category   Horde
  * @package    Support
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
 /**
  * @category   Horde
  * @package    Support
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  *
  * Incorporate stuff from Horde_Array?
index 43decaf..e094afd 100644 (file)
@@ -2,14 +2,14 @@
 /**
  * @category   Horde
  * @package    Support
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
 /**
  * @category   Horde
  * @package    Support
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  *
  * For a thorough description of consistent hashing, see
index e5ec15f..cd9c58a 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @category   Horde
  * @package    Support
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -11,7 +11,7 @@
  *
  * @category   Horde
  * @package    Support
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_Inflector {
index 946b723..30b9cb3 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @category   Horde
  * @package    Support
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -11,7 +11,7 @@
  *
  * @category   Horde
  * @package    Support
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_Stub
index 440b100..9e56e47 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @category   Horde
  * @package    Support
- * @copyright  1999-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  1999-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -17,7 +17,7 @@
  *
  * @category   Horde
  * @package    Support
- * @copyright  1999-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  1999-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_Timer
index a5a9142..9fb0415 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * @category   Horde
  * @package    Support
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -19,7 +19,7 @@
  *
  * @category   Horde
  * @package    Support
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_Uuid
index 7fac8b1..c78680f 100644 (file)
@@ -3,7 +3,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
index f4d8fd3..6b71f39 100644 (file)
@@ -3,7 +3,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -12,7 +12,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_ArrayTest extends PHPUnit_Framework_TestCase
index 7d16d90..fc02093 100644 (file)
@@ -3,7 +3,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -12,7 +12,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_ConsistentHashTest extends PHPUnit_Framework_TestCase
index b15722d..60dab7d 100644 (file)
@@ -3,7 +3,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -12,7 +12,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2007-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2007-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_InflectorTest extends PHPUnit_Framework_TestCase
index 0d89323..0bdc72a 100644 (file)
@@ -3,7 +3,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -12,7 +12,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  2008 The Horde Project (http://www.horde.org/)
+ * @copyright  2008-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_StubTest extends PHPUnit_Framework_TestCase
index 6fc11cd..78a3b3e 100644 (file)
@@ -3,7 +3,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  1999-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  1999-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -12,7 +12,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  1999-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  1999-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_TimerTest extends PHPUnit_Framework_TestCase
index 153d0fd..eaf7a4f 100644 (file)
@@ -3,7 +3,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  1999-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  1999-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 
@@ -12,7 +12,7 @@
  * @category   Horde
  * @package    Support
  * @subpackage UnitTests
- * @copyright  1999-2008 The Horde Project (http://www.horde.org/)
+ * @copyright  1999-2009 The Horde Project (http://www.horde.org/)
  * @license    http://opensource.org/licenses/bsd-license.php
  */
 class Horde_Support_UuidTest extends PHPUnit_Framework_TestCase
index 03c4533..16b8c6a 100644 (file)
@@ -3,7 +3,7 @@
  * $Horde: framework/Xml_Element/lib/Horde/Xml/Element.php,v 1.14 2008/09/27 02:57:42 chuck Exp $
  *
  * Portions Copyright 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
- * Copyright 2007-2008 The Horde Project (http://www.horde.org/)
+ * Copyright 2007-2009 The Horde Project (http://www.horde.org/)
  *
  * @author   Chuck Hagenbuch <chuck@horde.org>
  * @license  http://opensource.org/licenses/bsd-license.php BSD