From: Daniel Carl <danielcarl@gmx.de>
Date: Sat, 16 Feb 2013 00:03:13 +0000 (+0100)
Subject: Adapted the year in the license headers.
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=04dc9426b9e31386f11898f292c1494e7f1dad3b;p=vimb.git

Adapted the year in the license headers.
---

diff --git a/src/command.c b/src/command.c
index 64df99d..2289862 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 01c1d00..4b52e2b 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 7ebdb1c..a12778d 100644
--- a/src/completion.c
+++ b/src/completion.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 37bb6af..cdc47e4 100644
--- a/src/completion.h
+++ b/src/completion.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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.h b/src/config.h
index 75a22b9..645a0fc 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 e05e010..43cf59e 100644
--- a/src/dom.c
+++ b/src/dom.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 35dd182..e2b82bb 100644
--- a/src/dom.h
+++ b/src/dom.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 626c733..112bef6 100644
--- a/src/hints.c
+++ b/src/hints.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 759c590..a55e291 100644
--- a/src/hints.h
+++ b/src/hints.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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/keybind.c b/src/keybind.c
index dae1651..5bd6f6e 100644
--- a/src/keybind.c
+++ b/src/keybind.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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/keybind.h b/src/keybind.h
index 3984e4f..0aa0003 100644
--- a/src/keybind.h
+++ b/src/keybind.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 69fc76c..81cb675 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 b9ea778..7a2298f 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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/searchengine.c b/src/searchengine.c
index e24bb5a..f05748f 100644
--- a/src/searchengine.c
+++ b/src/searchengine.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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/searchengine.h b/src/searchengine.h
index 0e02683..80df294 100644
--- a/src/searchengine.h
+++ b/src/searchengine.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 9688ef0..59c6206 100644
--- a/src/setting.c
+++ b/src/setting.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 185586c..635a2ef 100644
--- a/src/setting.h
+++ b/src/setting.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 6e7a050..dbc8fd5 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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 1e6549a..fe7577a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,7 +1,7 @@
 /**
  * vimp - a webkit based vim like browser.
  *
- * Copyright (C) 2012 Daniel Carl
+ * Copyright (C) 2012-2013 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