diff --git a/COPYRIGHT b/COPYRIGHT index 4554e7e..34b6b50 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Massachusetts Institute of Technology. +/* Copyright (C) 2017 Massachusetts Institute of Technology. * * 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 diff --git a/NEWS.md b/NEWS.md index 834a82b..9f2b0c5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +## Harminv 1.4.1 + +20 July 2017 + +* Converted all documentation to Markdown format and moved to Github. + ## Harminv 1.4 31 March 2015 diff --git a/check.h b/check.h index f6540ae..99425cf 100644 --- a/check.h +++ b/check.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Massachusetts Institute of Technology. +/* Copyright (C) 2017 Massachusetts Institute of Technology. * * 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 diff --git a/configure.ac b/configure.ac index fdacd1f..81b4c93 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. # note: keep version number in sync with harminv.h -AC_INIT(harminv, 1.4, stevenj@alum.mit.edu) +AC_INIT(harminv, 1.4.1, stevenj@alum.mit.edu) AM_INIT_AUTOMAKE([foreign silent-rules 1.11]) AM_SILENT_RULES(yes) @@ -122,7 +122,7 @@ AC_CHECK_TYPES([long double]) ########################################################################### -AC_PROG_LIBTOOL +AC_PROG_LIBTOOL ########################################################################### AC_CHECK_LIB(m, sqrt) diff --git a/harminv-int.h b/harminv-int.h index 3c3be9e..b61c32e 100644 --- a/harminv-int.h +++ b/harminv-int.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Massachusetts Institute of Technology. +/* Copyright (C) 2017 Massachusetts Institute of Technology. * * 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 diff --git a/harminv-main.c b/harminv-main.c index 26c3659..27b7bcf 100644 --- a/harminv-main.c +++ b/harminv-main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Massachusetts Institute of Technology. +/* Copyright (C) 2017 Massachusetts Institute of Technology. * * 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 diff --git a/harminv.1 b/harminv.1 index a0d4fd9..6fcb000 100644 --- a/harminv.1 +++ b/harminv.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2006 Massachusetts Institute of Technology +.\" Copyright (c) 2017 Massachusetts Institute of Technology .\" .\" 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 diff --git a/harminv.c b/harminv.c index f7e416e..f115923 100644 --- a/harminv.c +++ b/harminv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Massachusetts Institute of Technology. +/* Copyright (C) 2017 Massachusetts Institute of Technology. * * 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 diff --git a/harminv.h b/harminv.h index d8c4aa0..cdf0825 100644 --- a/harminv.h +++ b/harminv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Massachusetts Institute of Technology. +/* Copyright (C) 2017 Massachusetts Institute of Technology. * * 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 @@ -21,7 +21,7 @@ /* the following need to be kept in sync with configure.ac: */ #define HARMINV_VERSION_MAJOR 1 #define HARMINV_VERSION_MINOR 4 -#define HARMINV_VERSION_PATCH 0 +#define HARMINV_VERSION_PATCH 1 /**************************************************************************/ diff --git a/sines.c b/sines.c index 7e1828e..49837ff 100644 --- a/sines.c +++ b/sines.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2006 Massachusetts Institute of Technology. +/* Copyright (C) 2017 Massachusetts Institute of Technology. * * 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