~schwab-linux-m68k/bzr-fastimport/parentless

« back to all changes in this revision

Viewing changes to exporter.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-06 00:01:25 UTC
  • Revision ID: jelmer@samba.org-20111006000125-q9u6mpxricqbgujl
Inline bzr-fast-export license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# along with this program; if not, write to the Free Software
17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
18
#
19
 
# Original Copyright (c) 2008 Adeodato Simó
20
 
# Original License: MIT (See exporters/bzr-fast-export.LICENSE)
 
19
# Based on bzr-fast-export
 
20
# Copyright (c) 2008 Adeodato Simó
 
21
#
 
22
# Permission is hereby granted, free of charge, to any person obtaining
 
23
# a copy of this software and associated documentation files (the
 
24
# "Software"), to deal in the Software without restriction, including
 
25
# without limitation the rights to use, copy, modify, merge, publish,
 
26
# distribute, sublicense, and/or sell copies of the Software, and to
 
27
# permit persons to whom the Software is furnished to do so, subject to
 
28
# the following conditions:
 
29
#
 
30
# The above copyright notice and this permission notice shall be included
 
31
# in all copies or substantial portions of the Software.
 
32
#
 
33
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
34
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
35
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 
36
# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 
37
# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 
38
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
39
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
40
#
22
41
# vim: fileencoding=utf-8
23
42