[cvs] commit: horde/lib Auth.php Browser.php Cache.php Category.php CategoryTree.php Config.php Crypt.php Data.php FormSprocket.phpGraphSprocket.php Group.php Help.php Horde.php Identity.php MIME.php Maintenance.php Menu.php NLS.php Notification.php ...

Michael M Slusarz slusarz@bigworm.colorado.edu
Fri, 26 Jul 2002 12:59:03 -0700 (PDT)


slusarz     2002/07/26 12:59:03 PDT

  Modified files:
    lib                  Auth.php Browser.php Cache.php 
                         Category.php CategoryTree.php Config.php 
                         Crypt.php Data.php FormSprocket.php 
                         GraphSprocket.php Group.php Help.php 
                         Horde.php Identity.php MIME.php 
                         Maintenance.php Menu.php NLS.php 
                         Notification.php Perms.php Prefs.php 
                         PrefsUI.php RPC.php Registry.php 
                         Secret.php Serialize.php Text.php 
                         Token.php VFS.php VFSBrowser.php base.php 
    lib/Auth             application.php composite.php ftp.php 
                         imap.php ipbasic.php ipmap.php krb5.php 
                         ldap.php mcal.php radius.php smb.php 
                         sql.php 
    lib/Cache            file.php session.php 
    lib/Category         sql.php 
    lib/Crypt            pgp.php 
    lib/FormSprocket     Renderer.php 
    lib/FormSprocket/Renderer rows.php 
    lib/GraphSprocket    html.php svg.php 
    lib/Image            gif.php png.php 
    lib/MIME             Magic.php Message.php Part.php 
                         Structure.php Viewer.php 
    lib/MIME/Viewer      deb.php default.php enriched.php 
                         enscript.php images.php msexcel.php 
                         mspowerpoint.php msword.php php.php 
                         plain.php rar.php rpm.php smime.php 
                         tgz.php tnef.php vcard.php zip.php 
    lib/Notification     Listener.php 
    lib/Notification/Listener status.php 
    lib/Prefs            ldap.php session.php sql.php 
    lib/Token            file.php sql.php 
    lib/VFS              file.php ftp.php sql.php 
    lib/XML              SVG.php 
  Log:
  Added LGPL license information (per CODING_STANDARDS) to the top of all
  Horde library files.  My fingers hurt.
  
  Revision  Changes    Path
  1.44      +9 -2      horde/lib/Auth.php
  1.6       +11 -3     horde/lib/Auth/application.php
  1.4       +10 -3     horde/lib/Auth/composite.php
  1.9       +10 -2     horde/lib/Auth/ftp.php
  1.9       +11 -2     horde/lib/Auth/imap.php
  1.7       +9 -2      horde/lib/Auth/ipbasic.php
  1.4       +9 -2      horde/lib/Auth/ipmap.php
  1.3       +9 -2      horde/lib/Auth/krb5.php
  1.13      +9 -2      horde/lib/Auth/ldap.php
  1.11      +9 -2      horde/lib/Auth/mcal.php
  1.2       +12 -4     horde/lib/Auth/radius.php
  1.2       +12 -3     horde/lib/Auth/smb.php
  1.29      +9 -2      horde/lib/Auth/sql.php
  1.44      +10 -2     horde/lib/Browser.php
  1.8       +9 -2      horde/lib/Cache.php
  1.10      +9 -2      horde/lib/Cache/file.php
  1.4       +10 -3     horde/lib/Cache/session.php
  1.27      +4 -4      horde/lib/Category.php
  1.21      +5 -3      horde/lib/Category/sql.php
  1.10      +12 -5     horde/lib/CategoryTree.php
  1.5       +12 -5     horde/lib/Config.php
  1.9       +9 -3      horde/lib/Crypt.php
  1.25      +11 -4     horde/lib/Crypt/pgp.php
  1.24      +9 -2      horde/lib/Data.php
  1.17      +11 -9     horde/lib/FormSprocket.php
  1.11      +9 -7      horde/lib/FormSprocket/Renderer.php
  1.3       +9 -6      horde/lib/FormSprocket/Renderer/rows.php
  1.5       +12 -10    horde/lib/GraphSprocket.php
  1.6       +10 -9     horde/lib/GraphSprocket/html.php
  1.7       +11 -10    horde/lib/GraphSprocket/svg.php
  1.20      +6 -4      horde/lib/Group.php
  1.34      +9 -2      horde/lib/Help.php
  1.182     +10 -2     horde/lib/Horde.php
  1.16      +9 -2      horde/lib/Identity.php
  1.3       +10 -3     horde/lib/Image/gif.php
  1.3       +11 -4     horde/lib/Image/png.php
  1.81      +9 -2      horde/lib/MIME.php
  1.17      +11 -2     horde/lib/MIME/Magic.php
  1.40      +11 -2     horde/lib/MIME/Message.php
  1.54      +11 -2     horde/lib/MIME/Part.php
  1.42      +11 -2     horde/lib/MIME/Structure.php
  1.29      +9 -2      horde/lib/MIME/Viewer.php
  1.4       +9 -2      horde/lib/MIME/Viewer/deb.php
  1.5       +10 -2     horde/lib/MIME/Viewer/default.php
  1.9       +10 -3     horde/lib/MIME/Viewer/enriched.php
  1.18      +9 -2      horde/lib/MIME/Viewer/enscript.php
  1.3       +9 -2      horde/lib/MIME/Viewer/images.php
  1.10      +9 -2      horde/lib/MIME/Viewer/msexcel.php
  1.6       +9 -2      horde/lib/MIME/Viewer/mspowerpoint.php
  1.14      +9 -2      horde/lib/MIME/Viewer/msword.php
  1.13      +9 -2      horde/lib/MIME/Viewer/php.php
  1.4       +9 -2      horde/lib/MIME/Viewer/plain.php
  1.12      +10 -2     horde/lib/MIME/Viewer/rar.php
  1.6       +9 -2      horde/lib/MIME/Viewer/rpm.php
  1.6       +9 -2      horde/lib/MIME/Viewer/smime.php
  1.24      +10 -2     horde/lib/MIME/Viewer/tgz.php
  1.5       +11 -3     horde/lib/MIME/Viewer/tnef.php
  1.10      +9 -2      horde/lib/MIME/Viewer/vcard.php
  1.20      +10 -2     horde/lib/MIME/Viewer/zip.php
  1.25      +8 -8      horde/lib/Maintenance.php
  1.21      +10 -2     horde/lib/Menu.php
  1.2       +10 -2     horde/lib/NLS.php
  1.14      +9 -2      horde/lib/Notification.php
  1.2       +10 -2     horde/lib/Notification/Listener.php
  1.4       +9 -2      horde/lib/Notification/Listener/status.php
  1.21      +6 -4      horde/lib/Perms.php
  1.75      +9 -2      horde/lib/Prefs.php
  1.45      +9 -2      horde/lib/Prefs/ldap.php
  1.16      +9 -2      horde/lib/Prefs/session.php
  1.42      +9 -2      horde/lib/Prefs/sql.php
  1.11      +12 -7     horde/lib/PrefsUI.php
  1.4       +10 -2     horde/lib/RPC.php
  1.97      +11 -2     horde/lib/Registry.php
  1.20      +10 -3     horde/lib/Secret.php
  1.8       +8 -3      horde/lib/Serialize.php
  1.29      +9 -2      horde/lib/Text.php
  1.11      +10 -2     horde/lib/Token.php
  1.6       +9 -2      horde/lib/Token/file.php
  1.9       +9 -2      horde/lib/Token/sql.php
  1.13      +9 -6      horde/lib/VFS.php
  1.12      +10 -3     horde/lib/VFS/file.php
  1.15      +11 -3     horde/lib/VFS/ftp.php
  1.11      +11 -4     horde/lib/VFS/sql.php
  1.2       +14 -2     horde/lib/VFSBrowser.php
  1.8       +6 -4      horde/lib/XML/SVG.php
  1.12      +8 -1      horde/lib/base.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/Auth.php?r1=1.43&r2=1.44&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/application.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/composite.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/ftp.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/imap.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/ipbasic.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/ipmap.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/krb5.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/ldap.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/mcal.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/radius.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/smb.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Auth/sql.php?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Browser.php?r1=1.43&r2=1.44&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Cache.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Cache/file.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Cache/session.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Category.php?r1=1.26&r2=1.27&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Category/sql.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/horde/lib/CategoryTree.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Config.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Crypt.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Crypt/pgp.php?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Data.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/horde/lib/FormSprocket.php?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/horde/lib/FormSprocket/Renderer.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/FormSprocket/Renderer/rows.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/GraphSprocket.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/GraphSprocket/html.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/GraphSprocket/svg.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Group.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Help.php?r1=1.33&r2=1.34&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Horde.php?r1=1.181&r2=1.182&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Identity.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Image/gif.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Image/png.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME.php?r1=1.80&r2=1.81&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Magic.php?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Message.php?r1=1.39&r2=1.40&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Part.php?r1=1.53&r2=1.54&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Structure.php?r1=1.41&r2=1.42&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer.php?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/deb.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/default.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/enriched.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/enscript.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/images.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/msexcel.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/mspowerpoint.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/msword.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/php.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/plain.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/rar.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/rpm.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/smime.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/tgz.php?r1=1.23&r2=1.24&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/tnef.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/vcard.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Viewer/zip.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Maintenance.php?r1=1.24&r2=1.25&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Menu.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/horde/lib/NLS.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification/Listener.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Notification/Listener/status.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Perms.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs.php?r1=1.74&r2=1.75&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/ldap.php?r1=1.44&r2=1.45&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/session.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Prefs/sql.php?r1=1.41&r2=1.42&ty=u
  http://cvs.horde.org/diff.php/horde/lib/PrefsUI.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/RPC.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Registry.php?r1=1.96&r2=1.97&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Secret.php?r1=1.19&r2=1.20&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Serialize.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Text.php?r1=1.28&r2=1.29&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Token.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Token/file.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/Token/sql.php?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/diff.php/horde/lib/VFS.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/horde/lib/VFS/file.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/horde/lib/VFS/ftp.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/horde/lib/VFS/sql.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/horde/lib/VFSBrowser.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/horde/lib/XML/SVG.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/horde/lib/base.php?r1=1.11&r2=1.12&ty=u