[med-svn] [pymia] 01/06: Imported Upstream version 0.1.5

Gert Wollny gert-guest at moszumanska.debian.org
Thu Dec 5 15:13:26 UTC 2013


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository pymia.

commit 80ae86b275d58f11a2558cf1a848892a3aa42fc5
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Thu Dec 5 16:05:58 2013 +0100

    Imported Upstream version 0.1.5
---
 ChangeLog              |  6 ++++++
 PKG-INFO               |  2 +-
 setup.py               | 17 ++++++-----------
 src/mia_conversions.hh | 10 +++++-----
 src/mia_python.cc      |  9 +++++----
 5 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1c54b77..427b2e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Version 0.1.5
+=============
+
+ * update license information
+ * set C++11 flag to c++0x to support g++-4.6
+
 Version 0.1.4
 =============
 
diff --git a/PKG-INFO b/PKG-INFO
index ec976d5..d3972e8 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymia
-Version: 0.1.4
+Version: 0.1.5
 Summary: Functions for mediacal image analysis 
 Home-page: http://mia.sourceforge.net/
 Author: Gert Wollny
diff --git a/setup.py b/setup.py
index d2f02b1..2d1eaeb 100644
--- a/setup.py
+++ b/setup.py
@@ -1,10 +1,9 @@
+# This file is part of pymia - python bindings for MIA
+# Copyright (c) Leipzig, Madrid 1999-2013 Gert Wollny
 #
-# Copyright (c) Madrid 2008 
-# BIT, ETSI Telecomunicacion, UPM
-#
-# This program is free software; you can redistribute it and/or modify
+# pymia is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
@@ -13,12 +12,8 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
+# along with pymia; if not, see <http://www.gnu.org/licenses/>.
 #
-#
-
 
 from distutils.core import setup
 from distutils.extension import Extension
@@ -61,7 +56,7 @@ extension = Extension('mia',
 
             
 setup(name='pymia',
-      version='0.1.4',
+      version='0.1.5',
       description='Functions for mediacal image analysis ',
       long_description='This package provides a module for gray scale image processing and a tool for basic image segmentation' , 
       author='Gert Wollny',
diff --git a/src/mia_conversions.hh b/src/mia_conversions.hh
index 31ffe5c..c7dcd17 100644
--- a/src/mia_conversions.hh
+++ b/src/mia_conversions.hh
@@ -1,8 +1,9 @@
- /* -*- mia-c++  -*-
+/* -*- mia-c++  -*-
  *
- * Copyright (c) Leipzig, Madrid 1999-2012 Gert Wollny
+ * This file is part of pymia - python bindings for MIA
+ * Copyright (c) Leipzig, Madrid 1999-2013 Gert Wollny
  *
- * This program is free software; you can redistribute it and/or modify
+ * pymia is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
@@ -13,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with pymia; if not, see <http://www.gnu.org/licenses/>.
  *
  */
 
diff --git a/src/mia_python.cc b/src/mia_python.cc
index b621bb6..ea22082 100644
--- a/src/mia_python.cc
+++ b/src/mia_python.cc
@@ -1,8 +1,9 @@
 /* -*- mia-c++  -*-
  *
- * Copyright (c) Leipzig, Madrid 1999-2012 Gert Wollny
+ * This file is part of pymia - python bindings for MIA
+ * Copyright (c) Leipzig, Madrid 1999-2013 Gert Wollny
  *
- * This program is free software; you can redistribute it and/or modify
+ * pymia is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
@@ -13,10 +14,10 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * along with pymia; if not, see <http://www.gnu.org/licenses/>.
  *
  */
+
 #include <Python.h>
 #include "mia_conversions.hh"
 #include <mia/2d/filter.hh>

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/pymia.git



More information about the debian-med-commit mailing list