Code

Extensions. Gear extension with center hole (see Bug #692719, gear extension should...
[inkscape.git] / src / 2geom / sbasis-poly.h
index 4a8aa1cd8ea8740647385d50815bc67a20eecbf2..e0bef93330b8453d13a5debefc3d4b2efe92a0b7 100644 (file)
@@ -1,11 +1,41 @@
 #ifndef _SBASIS_TO_POLY
 #define _SBASIS_TO_POLY
 
-#include "poly.h"
-#include "sbasis.h"
+#include <2geom/poly.h>
+#include <2geom/sbasis.h>
 
-/*** Conversion between SBasis and Poly.  Not recommended for general
- * use due to instability.
+/**
+ * \file
+ * \brief Conversion between SBasis and Poly.  Not recommended for general use due to instability.
+ *
+ * Authors:
+ *      ? <?@?.?>
+ * 
+ * Copyright ?-?  authors
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
  */
 
 namespace Geom{
@@ -24,6 +54,6 @@ Poly sbasis_to_poly(SBasis const & s);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
 
 #endif