~ubuntu-branches/ubuntu/utopic/libmspub/utopic

« back to all changes in this revision

Viewing changes to src/lib/ShapeGroupElement.h

  • Committer: Package Import Robot
  • Author(s): Rene Engelhard
  • Date: 2014-07-01 19:27:01 UTC
  • mfrom: (3.2.2 experimental)
  • Revision ID: package-import@ubuntu.com-20140701192701-2gim3435sk0u7mld
Tags: 0.1.1-1
* New upstream release

* fix description (closes: #712168) 
* fix copyright after relicensing (closes: #750802)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 
2
/*
 
3
 * This file is part of the libmspub project.
 
4
 *
 
5
 * This Source Code Form is subject to the terms of the Mozilla Public
 
6
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 
7
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
8
 */
 
9
 
1
10
#ifndef __SHAPEGROUPELEMENT_H__
2
11
#define __SHAPEGROUPELEMENT_H__
3
12
#include <boost/optional.hpp>