summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Action.c2
-rw-r--r--Action.h2
-rw-r--r--Process.c2
-rw-r--r--Process.h2
-rw-r--r--htop.1.in2
-rw-r--r--htop.c2
-rw-r--r--htop.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/Action.c b/Action.c
index 499422e0..d070501e 100644
--- a/Action.c
+++ b/Action.c
@@ -1,6 +1,6 @@
/*
htop - Action.c
-(C) 2014 Hisham H. Muhammad
+(C) 2015 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Action.h b/Action.h
index 7571ba41..13f10274 100644
--- a/Action.h
+++ b/Action.h
@@ -4,7 +4,7 @@
#define HEADER_Action
/*
htop - Action.h
-(C) 2014 Hisham H. Muhammad
+(C) 2015 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Process.c b/Process.c
index 16ac7001..ff1baba2 100644
--- a/Process.c
+++ b/Process.c
@@ -1,6 +1,6 @@
/*
htop - Process.c
-(C) 2004-2014 Hisham H. Muhammad
+(C) 2004-2015 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/Process.h b/Process.h
index 5affabee..be54adab 100644
--- a/Process.h
+++ b/Process.h
@@ -4,7 +4,7 @@
#define HEADER_Process
/*
htop - Process.h
-(C) 2004-2014 Hisham H. Muhammad
+(C) 2004-2015 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
diff --git a/htop.1.in b/htop.1.in
index c4621ab3..f55e6420 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -1,4 +1,4 @@
-.TH "HTOP" "1" "2014" "@PACKAGE_STRING@" "Utils"
+.TH "HTOP" "1" "2015" "@PACKAGE_STRING@" "Utils"
.SH "NAME"
htop \- interactive process viewer
.SH "SYNOPSIS"
diff --git a/htop.c b/htop.c
index 66088e7a..281d40ea 100644
--- a/htop.c
+++ b/htop.c
@@ -42,7 +42,7 @@ in the source distribution for its full text.
//#link m
-#define COPYRIGHT "(C) 2004-2014 Hisham Muhammad"
+#define COPYRIGHT "(C) 2004-2015 Hisham Muhammad"
static void printVersionFlag() {
fputs("htop " VERSION " - " COPYRIGHT "\n"
diff --git a/htop.h b/htop.h
index 77f6e2e8..db03da9e 100644
--- a/htop.h
+++ b/htop.h
@@ -11,7 +11,7 @@ in the source distribution for its full text.
//#link m
-#define COPYRIGHT "(C) 2004-2014 Hisham Muhammad"
+#define COPYRIGHT "(C) 2004-2015 Hisham Muhammad"
// ----------------------------------------