summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/bitops.h2
-rw-r--r--include/common.h2
-rw-r--r--include/cstack.h2
-rw-r--r--include/cstring.h2
-rw-r--r--include/main.h4
-rw-r--r--include/markdown.h2
-rw-r--r--include/parser.h2
-rw-r--r--include/url.h2
-rw-r--r--include/viewer.h2
9 files changed, 10 insertions, 10 deletions
diff --git a/include/bitops.h b/include/bitops.h
index 0d18aec..5314804 100644
--- a/include/bitops.h
+++ b/include/bitops.h
@@ -3,7 +3,7 @@
/*
* Macros to do bit operations on integer variables.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* This file is part of mdp.
*
diff --git a/include/common.h b/include/common.h
index 5f22246..2a0379a 100644
--- a/include/common.h
+++ b/include/common.h
@@ -3,7 +3,7 @@
/*
* Common macros.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* This file is part of mdp.
*
diff --git a/include/cstack.h b/include/cstack.h
index a876ddb..831e1d8 100644
--- a/include/cstack.h
+++ b/include/cstack.h
@@ -3,7 +3,7 @@
/*
* An implementation of a char stack in heap memory.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* This file is part of mdp.
*
diff --git a/include/cstring.h b/include/cstring.h
index 506b52c..8fa72c3 100644
--- a/include/cstring.h
+++ b/include/cstring.h
@@ -3,7 +3,7 @@
/*
* An implementation of expandable c strings in heap memory.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* This file is part of mdp.
*
diff --git a/include/main.h b/include/main.h
index 0ec4fa8..edf4679 100644
--- a/include/main.h
+++ b/include/main.h
@@ -3,7 +3,7 @@
/*
* mdp -- A command-line based markdown presentation tool.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* 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
@@ -25,6 +25,6 @@
#define MDP_VER_MAJOR 1
#define MDP_VER_MINOR 0
-#define MDP_VER_REVISION 4
+#define MDP_VER_REVISION 5
#endif // !defined( MAIN_H )
diff --git a/include/markdown.h b/include/markdown.h
index 3a85947..07268dc 100644
--- a/include/markdown.h
+++ b/include/markdown.h
@@ -3,7 +3,7 @@
/*
* An implementation of markdown objects.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* This file is part of mdp.
*
diff --git a/include/parser.h b/include/parser.h
index 7a18377..e8ad380 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -5,7 +5,7 @@
* Functions necessary to parse a file and transform its content into
* a deck of slides containing lines. All based on markdown formating
* rules.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* This file is part of mdp.
*
diff --git a/include/url.h b/include/url.h
index 254ca6d..ed13ad6 100644
--- a/include/url.h
+++ b/include/url.h
@@ -3,7 +3,7 @@
/*
* An object to store all urls of a slide.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* This file is part of mdp.
*
diff --git a/include/viewer.h b/include/viewer.h
index eef6869..94578b3 100644
--- a/include/viewer.h
+++ b/include/viewer.h
@@ -5,7 +5,7 @@
* Functions necessary to display a deck of slides in different color modes
* using ncurses. Only white, red, and blue are supported, as they can be
* faded in 256 color mode.
- * Copyright (C) 2015 Michael Goehler
+ * Copyright (C) 2016 Michael Goehler
*
* This file is part of mdp.
*