Skip to content

Commit

Permalink
license updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwkuepper committed Sep 1, 2015
1 parent 52099a1 commit d92cd46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Andreas H.W. Kuepper *
* akuepper@astro.uni-bonn.de *
* Copyright (C) 2009-2015 by Andreas H.W. Kuepper *
* ahwkuepper@gmail.com *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
Expand All @@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
/***************************************************************************
* Compile using the command: cc -lm -o mcluster mcluster.c *
* Compile using the command: cc -o mcluster mcluster.c -lm *
* or use the Makefile, i.e. type: make mcluster or make mcluster_sse *
***************************************************************************/
/***************************************************************************
Expand Down

0 comments on commit d92cd46

Please sign in to comment.