diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-19 18:30:26 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-19 18:30:26 +0800 |
| commit | 036965377041ad9ba1df0755449108af0f07280b (patch) | |
| tree | d0bf82dd2f09483c5898629c8a5a526258468ee3 /ibus/exception.py | |
| parent | fdbbcd9fe7af509a17eea1fcd3d78a5a013c6971 (diff) | |
| download | ibus-036965377041ad9ba1df0755449108af0f07280b.tar.gz ibus-036965377041ad9ba1df0755449108af0f07280b.tar.xz ibus-036965377041ad9ba1df0755449108af0f07280b.zip | |
Add header for sources.
Diffstat (limited to 'ibus/exception.py')
| -rw-r--r-- | ibus/exception.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ibus/exception.py b/ibus/exception.py index c699209..63072c9 100644 --- a/ibus/exception.py +++ b/ibus/exception.py @@ -1,2 +1,23 @@ +# vim:set noet ts=4: +# +# ibus - The Input Bus +# +# Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com> +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this program; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place, Suite 330, +# Boston, MA 02111-1307 USA + class IBusException (Exception): pass |
