~ubuntu-branches/ubuntu/vivid/libe-book/vivid-proposed

« back to all changes in this revision

Viewing changes to src/lib/EBOOKCharsetConverter.cpp

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-08-07 23:08:06 UTC
  • mfrom: (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20140807230806-o06a0n2dspjavqfm
Tags: 0.1.1-2
* upload to unstable

* fix debian/copyright; this is MPL-2.0 only 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2
 
/* libe-book
3
 
 * Version: MPL 2.0 / LGPLv2.1+
 
2
/*
 
3
 * This file is part of the libe-book project.
4
4
 *
5
5
 * This Source Code Form is subject to the terms of the Mozilla Public
6
6
 * License, v. 2.0. If a copy of the MPL was not distributed with this
7
7
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
 
 *
9
 
 * Alternatively, the contents of this file may be used under the terms
10
 
 * of the GNU Lesser General Public License Version 2.1 or later
11
 
 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
12
 
 * applicable instead of those above.
13
 
 *
14
 
 * For further information visit http://libebook.sourceforge.net
15
8
 */
16
9
 
17
10
#include <cassert>