~iffy/storm/stringbug

« back to all changes in this revision

Viewing changes to storm/uri.py

  • Committer: Gustavo Niemeyer
  • Date: 2007-07-05 20:29:25 UTC
  • Revision ID: gustavo@niemeyer.net-20070705202925-uzsanmih6iokto3n
Added LGPL version 2.1 in the LICENSE file, and a standard
copyright/license header on all files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright (c) 2006 Canonical
 
2
# Copyright (c) 2006, 2007 Canonical
3
3
#
4
4
# Written by Gustavo Niemeyer <gustavo@niemeyer.net>
5
5
#
6
6
# This file is part of Storm Object Relational Mapper.
7
7
#
8
 
# <license text goes here>
 
8
# Storm is free software; you can redistribute it and/or modify
 
9
# it under the terms of the GNU Lesser General Public License as
 
10
# published by the Free Software Foundation; either version 2.1 of
 
11
# the License, or (at your option) any later version.
 
12
#
 
13
# Storm is distributed in the hope that it will be useful,
 
14
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
# GNU Lesser General Public License for more details.
 
17
#
 
18
# You should have received a copy of the GNU Lesser General Public License
 
19
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
9
20
#
10
21
from storm.exceptions import URIError
11
22