~ubuntu-branches/ubuntu/raring/tiled-qt/raring

« back to all changes in this revision

Viewing changes to src/libtiled/objectgroup.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-02-09 08:47:43 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110209084743-1cakobhl0bk2cfpz
Tags: 0.6.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - Fix FTBFS due to indirect linking.
    + Add fix-build-indirect-linking.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Copyright 2008-2009, Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
5
5
 * Copyright 2009-2010, Jeff Bland <jksb@member.fsf.org>
6
6
 *
7
 
 * This file is part of Tiled.
8
 
 *
9
 
 * This program is free software; you can redistribute it and/or modify it
10
 
 * under the terms of the GNU General Public License as published by the Free
11
 
 * Software Foundation; either version 2 of the License, or (at your option)
12
 
 * any later version.
13
 
 *
14
 
 * This program is distributed in the hope that it will be useful, but WITHOUT
15
 
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
 
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
17
 
 * more details.
18
 
 *
19
 
 * You should have received a copy of the GNU General Public License along with
20
 
 * this program. If not, see <http://www.gnu.org/licenses/>.
 
7
 * This file is part of libtiled.
 
8
 *
 
9
 * Redistribution and use in source and binary forms, with or without
 
10
 * modification, are permitted provided that the following conditions are met:
 
11
 *
 
12
 *    1. Redistributions of source code must retain the above copyright notice,
 
13
 *       this list of conditions and the following disclaimer.
 
14
 *
 
15
 *    2. Redistributions in binary form must reproduce the above copyright
 
16
 *       notice, this list of conditions and the following disclaimer in the
 
17
 *       documentation and/or other materials provided with the distribution.
 
18
 *
 
19
 * THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
 
20
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 
21
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
 
22
 * EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
23
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
24
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 
25
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 
26
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 
27
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 
28
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21
29
 */
22
30
 
23
31
#include "objectgroup.h"