Skip to content

Commit 4a2ebfb

Browse files
committed
Updating copyright year, adding release date to README.md
1 parent 75e8876 commit 4a2ebfb

23 files changed

+30
-33
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is MIToolbox, a mutual information package for C/C++ and MATLAB.
22

3-
Copyright (c) 2010-2015, Adam Pocock, The University of Manchester
3+
Copyright (c) 2010-2017, Adam Pocock, The University of Manchester
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without modification,

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#Updated 05/09/2016 - Repackaging
66
#
77
#
8-
#Copyright 2010 Adam Pocock, The University Of Manchester
8+
#Copyright 2010-2017 Adam Pocock, The University Of Manchester
99
#www.cs.manchester.ac.uk
1010
#
1111
#This file is part of MIToolbox, licensed under the 3-clause BSD license.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ install MIToolbox into /usr/local/lib & /usr/local/include.
8989
All code is licensed under the 3-clause BSD license.
9090

9191
Update History
92-
- xx/09/2016 - v3.0.0 - Refactored internals to expose integer information theoretic calculations.
92+
- 07/01/2017 - v3.0.0 - Refactored internals to expose integer information theoretic calculations.
9393
- 10/01/2016 - v2.1.2 - Relicense from LGPL to BSD. Added checks to ensure input MATLAB types are doubles.
9494
- 02/02/2015 - v2.1.1 - Fixed up the Makefile so it installs the headers too.
9595
- 22/02/2014 - v2.1 - Fixed a couple of bugs related to memory handling.

include/MIToolbox/ArrayOperations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
** Created 17/2/2010
1010
** Updated - 22/02/2014 - Added checking on calloc, and an increment array function.
1111
**
12-
** Copyright 2010,2014 Adam Pocock, The University Of Manchester
12+
** Copyright 2010-2017 Adam Pocock, The University Of Manchester
1313
** www.cs.manchester.ac.uk
1414
**
1515
** This file is part of MIToolbox, licensed under the 3-clause BSD license.

include/MIToolbox/CalculateProbability.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
** Author: Adam Pocock
99
** Created 17/2/2010
1010
**
11-
** Copyright 2010 Adam Pocock, The University Of Manchester
11+
** Copyright 2010-2017 Adam Pocock, The University Of Manchester
1212
** www.cs.manchester.ac.uk
1313
**
1414
** This file is part of MIToolbox, licensed under the 3-clause BSD license.

include/MIToolbox/Entropy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
** Author: Adam Pocock
1010
** Created 19/2/2010
1111
**
12-
** Copyright 2010 Adam Pocock, The University Of Manchester
12+
** Copyright 2010-2017 Adam Pocock, The University Of Manchester
1313
** www.cs.manchester.ac.uk
1414
**
1515
** This file is part of MIToolbox, licensed under the 3-clause BSD license.

include/MIToolbox/MIToolbox.h

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
/*******************************************************************************
2+
** MIToolbox.h
3+
** Provides the header files and #defines to ensure compatibility with MATLAB
4+
** and C/C++. By default it compiles to MATLAB, if COMPILE_C is defined it
5+
** links to the C memory allocation functions.
26
**
3-
** MIToolbox.h
4-
** Provides the header files and #defines to ensure compatibility with MATLAB
5-
** and C/C++. By default it compiles to MATLAB, if COMPILE_C is defined it
6-
** links to the C memory allocation functions.
7+
** Author: Adam Pocock
8+
** Created: 17/2/2010
9+
** Modified: 24/06/2011 - added log base #define
710
**
8-
** Author: Adam Pocock
9-
** Created: 17/2/2010
10-
** Modified: 24/06/2011 - added log base #define
11-
**
12-
** Copyright 2010/2011 Adam Pocock, The University Of Manchester
11+
** Copyright 2010-2017 Adam Pocock, The University Of Manchester
1312
** www.cs.manchester.ac.uk
1413
**
1514
** This file is part of MIToolbox, licensed under the 3-clause BSD license.

include/MIToolbox/MutualInformation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
** Author: Adam Pocock
1111
** Created 19/2/2010
1212
**
13-
** Copyright 2010 Adam Pocock, The University Of Manchester
13+
** Copyright 2010-2017 Adam Pocock, The University Of Manchester
1414
** www.cs.manchester.ac.uk
1515
**
1616
** This file is part of MIToolbox, licensed under the 3-clause BSD license.

include/MIToolbox/RenyiEntropy.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
** Author: Adam Pocock
1010
** Created 26/3/2010
1111
**
12-
** Copyright 2010 Adam Pocock, The University Of Manchester
12+
** Copyright 2010-2017 Adam Pocock, The University Of Manchester
1313
** www.cs.manchester.ac.uk
1414
**
15-
** This file is part of MIToolbox.
16-
**
1715
** This file is part of MIToolbox, licensed under the 3-clause BSD license.
1816
*******************************************************************************/
1917

include/MIToolbox/RenyiMutualInformation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
** Author: Adam Pocock
1010
** Created 26/3/2010
1111
**
12-
** Copyright 2010 Adam Pocock, The University Of Manchester
12+
** Copyright 2010-2017 Adam Pocock, The University Of Manchester
1313
** www.cs.manchester.ac.uk
1414
**
1515
** This file is part of MIToolbox, licensed under the 3-clause BSD license.

0 commit comments

Comments
 (0)