summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2015-01-01 11:29:36 +0100
committerDaniel Carl <danielcarl@gmx.de>2015-01-01 11:30:45 +0100
commit4dc3c1c541f29b35fba90d8e2f0279cec99eca50 (patch)
tree60e4f6c1f96683c4ac65eb585844a4ac815a79d8
parent8ec45306f841d10844ce9bced1ab5befbb040b82 (diff)
Change year in license block.
-rw-r--r--src/arh.c2
-rw-r--r--src/arh.h2
-rw-r--r--src/ascii.h2
-rw-r--r--src/autocmd.c2
-rw-r--r--src/autocmd.h2
-rw-r--r--src/bookmark.c2
-rw-r--r--src/bookmark.h2
-rw-r--r--src/command.c2
-rw-r--r--src/command.h2
-rw-r--r--src/completion.c2
-rw-r--r--src/completion.h2
-rw-r--r--src/config.def.h2
-rw-r--r--src/cookiejar.c2
-rw-r--r--src/cookiejar.h2
-rw-r--r--src/dom.c2
-rw-r--r--src/dom.h2
-rw-r--r--src/ex.c2
-rw-r--r--src/ex.h2
-rw-r--r--src/handlers.c2
-rw-r--r--src/handlers.h2
-rw-r--r--src/hints.c2
-rw-r--r--src/hints.h2
-rw-r--r--src/history.c2
-rw-r--r--src/history.h2
-rw-r--r--src/hsts.c2
-rw-r--r--src/hsts.h2
-rw-r--r--src/input.c2
-rw-r--r--src/input.h2
-rw-r--r--src/io.c2
-rw-r--r--src/io.h2
-rw-r--r--src/js.c2
-rw-r--r--src/js.h2
-rw-r--r--src/main.c2
-rw-r--r--src/main.h2
-rw-r--r--src/map.c2
-rw-r--r--src/map.h2
-rw-r--r--src/mode.c2
-rw-r--r--src/mode.h2
-rw-r--r--src/normal.c2
-rw-r--r--src/normal.h2
-rw-r--r--src/setting.c2
-rw-r--r--src/setting.h2
-rw-r--r--src/shortcut.c2
-rw-r--r--src/shortcut.h2
-rw-r--r--src/util.c2
-rw-r--r--src/util.h2
-rw-r--r--tests/test-handlers.c2
-rw-r--r--tests/test-map.c2
-rw-r--r--tests/test-shortcut.c2
-rw-r--r--tests/test-util.c2
50 files changed, 50 insertions, 50 deletions
diff --git a/src/arh.c b/src/arh.c
index 73d9764..6fd0f8e 100644
--- a/src/arh.c
+++ b/src/arh.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
* Copyright (C) 2014 Sébastien Marie
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/arh.h b/src/arh.h
index 0e18f38..d235b36 100644
--- a/src/arh.h
+++ b/src/arh.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
* Copyright (C) 2014 Sébastien Marie
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/ascii.h b/src/ascii.h
index c0bb963..a5234e1 100644
--- a/src/ascii.h
+++ b/src/ascii.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/autocmd.c b/src/autocmd.c
index e4548de..5b32f0b 100644
--- a/src/autocmd.c
+++ b/src/autocmd.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/autocmd.h b/src/autocmd.h
index fe3bc04..aef09a2 100644
--- a/src/autocmd.h
+++ b/src/autocmd.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/bookmark.c b/src/bookmark.c
index e0376be..f42ded4 100644
--- a/src/bookmark.c
+++ b/src/bookmark.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/bookmark.h b/src/bookmark.h
index 64fee89..32aaba4 100644
--- a/src/bookmark.h
+++ b/src/bookmark.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/command.c b/src/command.c
index fa42f35..a5bb9f2 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/command.h b/src/command.h
index 3377f83..68c8d85 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/completion.c b/src/completion.c
index 0876d74..48cd08f 100644
--- a/src/completion.c
+++ b/src/completion.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/completion.h b/src/completion.h
index 7c8b62b..4ef496e 100644
--- a/src/completion.h
+++ b/src/completion.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/config.def.h b/src/config.def.h
index 4690534..fe9a2df 100644
--- a/src/config.def.h
+++ b/src/config.def.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/cookiejar.c b/src/cookiejar.c
index 0ead48b..515d881 100644
--- a/src/cookiejar.c
+++ b/src/cookiejar.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/cookiejar.h b/src/cookiejar.h
index 15f4e57..bca9758 100644
--- a/src/cookiejar.h
+++ b/src/cookiejar.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/dom.c b/src/dom.c
index 4b27577..e5e1fc1 100644
--- a/src/dom.c
+++ b/src/dom.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/dom.h b/src/dom.h
index a065863..bfb4840 100644
--- a/src/dom.h
+++ b/src/dom.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/ex.c b/src/ex.c
index d03a912..6d5f818 100644
--- a/src/ex.c
+++ b/src/ex.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/ex.h b/src/ex.h
index f77a660..95cf194 100644
--- a/src/ex.h
+++ b/src/ex.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/handlers.c b/src/handlers.c
index a0c9c6a..66625bf 100644
--- a/src/handlers.c
+++ b/src/handlers.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/handlers.h b/src/handlers.h
index 5e19784..a38d9e1 100644
--- a/src/handlers.h
+++ b/src/handlers.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/hints.c b/src/hints.c
index 2482522..b0a40ed 100644
--- a/src/hints.c
+++ b/src/hints.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/hints.h b/src/hints.h
index 5e2c947..4ced9d8 100644
--- a/src/hints.h
+++ b/src/hints.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/history.c b/src/history.c
index 63c210e..d329417 100644
--- a/src/history.c
+++ b/src/history.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/history.h b/src/history.h
index e2eb8cf..a686285 100644
--- a/src/history.h
+++ b/src/history.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/hsts.c b/src/hsts.c
index c05a1f5..75fad95 100644
--- a/src/hsts.c
+++ b/src/hsts.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/hsts.h b/src/hsts.h
index 6fe24cd..c56b2c7 100644
--- a/src/hsts.h
+++ b/src/hsts.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/input.c b/src/input.c
index 043039a..26bd599 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/input.h b/src/input.h
index ec9f87b..8887abc 100644
--- a/src/input.h
+++ b/src/input.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/io.c b/src/io.c
index 1307b1d..0cd94ee 100644
--- a/src/io.c
+++ b/src/io.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/io.h b/src/io.h
index fa131ac..7fa894b 100644
--- a/src/io.h
+++ b/src/io.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/js.c b/src/js.c
index dd90793..fb40236 100644
--- a/src/js.c
+++ b/src/js.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/js.h b/src/js.h
index 9dea2bb..5081bf9 100644
--- a/src/js.h
+++ b/src/js.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/main.c b/src/main.c
index 2c3c8e3..ef2dc57 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/main.h b/src/main.h
index 6a71b3d..141f8dd 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/map.c b/src/map.c
index 4d273ca..d7bac23 100644
--- a/src/map.c
+++ b/src/map.c
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/map.h b/src/map.h
index a08dfce..cd4b93a 100644
--- a/src/map.h
+++ b/src/map.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/mode.c b/src/mode.c
index 19c6779..237591e 100644
--- a/src/mode.c
+++ b/src/mode.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/mode.h b/src/mode.h
index 0727732..ccac3d5 100644
--- a/src/mode.h
+++ b/src/mode.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/normal.c b/src/normal.c
index 2e085e3..10236c7 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/normal.h b/src/normal.h
index e9a2f93..710a553 100644
--- a/src/normal.h
+++ b/src/normal.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/setting.c b/src/setting.c
index 91469a6..faa539d 100644
--- a/src/setting.c
+++ b/src/setting.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/setting.h b/src/setting.h
index b130855..9631920 100644
--- a/src/setting.h
+++ b/src/setting.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/shortcut.c b/src/shortcut.c
index 714765a..37b083f 100644
--- a/src/shortcut.c
+++ b/src/shortcut.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/shortcut.h b/src/shortcut.h
index 466f08f..c521984 100644
--- a/src/shortcut.h
+++ b/src/shortcut.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/util.c b/src/util.c
index 516ed17..0ca874f 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/src/util.h b/src/util.h
index e21d7a0..694b68b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/tests/test-handlers.c b/tests/test-handlers.c
index 9d4c844..8cff0b1 100644
--- a/tests/test-handlers.c
+++ b/tests/test-handlers.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/tests/test-map.c b/tests/test-map.c
index 93f51e7..7b605aa 100644
--- a/tests/test-map.c
+++ b/tests/test-map.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/tests/test-shortcut.c b/tests/test-shortcut.c
index 7ab046a..697a04d 100644
--- a/tests/test-shortcut.c
+++ b/tests/test-shortcut.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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/tests/test-util.c b/tests/test-util.c
index 62b924c..67b1954 100644
--- a/tests/test-util.c
+++ b/tests/test-util.c
@@ -1,7 +1,7 @@
/**
* vimb - a webkit based vim like browser.
*
- * Copyright (C) 2012-2014 Daniel Carl
+ * Copyright (C) 2012-2015 Daniel Carl
*
* 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