summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--config.mk2
-rw-r--r--extensions/formfiller2
-rw-r--r--extensions/perdomainsettings2
-rw-r--r--extensions/requestpolicy2
-rw-r--r--extensions/userscripts2
-rw-r--r--src/adblock.c2
-rw-r--r--src/adblock.h2
-rw-r--r--src/application.c2
-rw-r--r--src/application.h2
-rw-r--r--src/callback.c2
-rw-r--r--src/callback.h2
-rw-r--r--src/commands.c2
-rw-r--r--src/commands.h2
-rw-r--r--src/completion.c2
-rw-r--r--src/completion.h2
-rw-r--r--src/config.h2
-rw-r--r--src/domain.c2
-rw-r--r--src/domain.h2
-rw-r--r--src/download.c2
-rw-r--r--src/download.h2
-rw-r--r--src/dwb.c2
-rw-r--r--src/dwb.h4
-rw-r--r--src/entry.c2
-rw-r--r--src/entry.h2
-rw-r--r--src/html.c2
-rw-r--r--src/html.h2
-rw-r--r--src/icon.xpm2
-rw-r--r--src/js.c2
-rw-r--r--src/js.h2
-rw-r--r--src/local.c2
-rw-r--r--src/local.h2
-rw-r--r--src/plugins.c2
-rw-r--r--src/plugins.h2
-rw-r--r--tools/dwbem.c2
35 files changed, 36 insertions, 36 deletions
diff --git a/AUTHORS b/AUTHORS
index a93ed863..ce4e728a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
Authors:
-Stefan Bolte - portix <portix at gmx dot net> 2010-2012
+Stefan Bolte - portix <portix at gmx dot net> 2010-2013
Contributors:
Uli Armbruster 2012
diff --git a/config.mk b/config.mk
index d952ea37..175d1100 100644
--- a/config.mk
+++ b/config.mk
@@ -1,7 +1,7 @@
# See COPYING for copyright and license details
REAL_NAME=dwb
-COPYRIGHT="© 2010-2012 Stefan Bolte"
+COPYRIGHT="© 2010-2013 Stefan Bolte"
LICENSE="GNU General Public License, version 3 or later"
# dirs
diff --git a/extensions/formfiller b/extensions/formfiller
index 1886e957..acdeb6db 100644
--- a/extensions/formfiller
+++ b/extensions/formfiller
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2012 Stefan Bolte <portix@gmx.net>
+// Copyright (c) 2012-2013 Stefan Bolte <portix@gmx.net>
//
// 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/extensions/perdomainsettings b/extensions/perdomainsettings
index b8a6ab6c..4741ed7e 100644
--- a/extensions/perdomainsettings
+++ b/extensions/perdomainsettings
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2012 Stefan Bolte <portix@gmx.net>
+// Copyright (c) 2012-2013 Stefan Bolte <portix@gmx.net>
//
// 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/extensions/requestpolicy b/extensions/requestpolicy
index f8d6b62e..a5ab0236 100644
--- a/extensions/requestpolicy
+++ b/extensions/requestpolicy
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2012 Stefan Bolte <portix@gmx.net>
+// Copyright (c) 2012-2013 Stefan Bolte <portix@gmx.net>
//
// 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/extensions/userscripts b/extensions/userscripts
index 223dedd0..e256bbe6 100644
--- a/extensions/userscripts
+++ b/extensions/userscripts
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2012 Stefan Bolte <portix@gmx.net>
+// Copyright (c) 2012-2013 Stefan Bolte <portix@gmx.net>
//
// 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/adblock.c b/src/adblock.c
index e45f6b68..e6b65f4b 100644
--- a/src/adblock.c
+++ b/src/adblock.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/adblock.h b/src/adblock.h
index 70c97dd9..956ac112 100644
--- a/src/adblock.h
+++ b/src/adblock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/application.c b/src/application.c
index aa393cf6..7743066e 100644
--- a/src/application.c
+++ b/src/application.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/application.h b/src/application.h
index 746b3692..7b5d128f 100644
--- a/src/application.h
+++ b/src/application.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/callback.c b/src/callback.c
index 29a3f46e..ebbf2d36 100644
--- a/src/callback.c
+++ b/src/callback.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/callback.h b/src/callback.h
index 04e92884..888b9547 100644
--- a/src/callback.h
+++ b/src/callback.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/commands.c b/src/commands.c
index 7b05a6ec..5efeca5f 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/commands.h b/src/commands.h
index e99d15a9..e09fc7b9 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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 09b18e1c..432a4d4f 100644
--- a/src/completion.c
+++ b/src/completion.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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 b297616b..9cd1dc8f 100644
--- a/src/completion.h
+++ b/src/completion.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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 ec726f91..d44dc60f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/domain.c b/src/domain.c
index 70e16b75..432396e1 100644
--- a/src/domain.c
+++ b/src/domain.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/domain.h b/src/domain.h
index 210b1927..f9b06147 100644
--- a/src/domain.h
+++ b/src/domain.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/download.c b/src/download.c
index 7eabf114..e01f8754 100644
--- a/src/download.c
+++ b/src/download.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/download.h b/src/download.h
index b7ef3d7a..d171c475 100644
--- a/src/download.h
+++ b/src/download.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/dwb.c b/src/dwb.c
index d6000b94..43e7d2c6 100644
--- a/src/dwb.c
+++ b/src/dwb.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/dwb.h b/src/dwb.h
index 4c55b383..07b2d7e1 100644
--- a/src/dwb.h
+++ b/src/dwb.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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
@@ -32,7 +32,7 @@
#define VERSION "0.0.18"
#endif
#ifndef COPYRIGHT
-#define COPYRIGHT "© 2010-2012 portix"
+#define COPYRIGHT "© 2010-2013 portix"
#endif
#define PBAR_LENGTH 20
diff --git a/src/entry.c b/src/entry.c
index 3e544fb1..5dad10a5 100644
--- a/src/entry.c
+++ b/src/entry.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/entry.h b/src/entry.h
index cdc99e0c..74d21b8d 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/html.c b/src/html.c
index 988485ce..26acb2a8 100644
--- a/src/html.c
+++ b/src/html.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/html.h b/src/html.h
index 7519c6e2..1269dbeb 100644
--- a/src/html.h
+++ b/src/html.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/icon.xpm b/src/icon.xpm
index cb3f4690..8819e217 100644
--- a/src/icon.xpm
+++ b/src/icon.xpm
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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 e69a5ecf..96557604 100644
--- a/src/js.c
+++ b/src/js.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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 1d543a1b..aafd2cdb 100644
--- a/src/js.h
+++ b/src/js.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/local.c b/src/local.c
index f664aa9a..bd55313e 100644
--- a/src/local.c
+++ b/src/local.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/local.h b/src/local.h
index 5c5f7e6e..52f68b0c 100644
--- a/src/local.h
+++ b/src/local.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/plugins.c b/src/plugins.c
index d768a4df..e71c216e 100644
--- a/src/plugins.c
+++ b/src/plugins.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/plugins.h b/src/plugins.h
index 03d6cf8d..4c4c2597 100644
--- a/src/plugins.h
+++ b/src/plugins.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2010-2013 Stefan Bolte <portix@gmx.net>
*
* 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/tools/dwbem.c b/tools/dwbem.c
index 85b834db..bfee7fbb 100644
--- a/tools/dwbem.c
+++ b/tools/dwbem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 Stefan Bolte <portix@gmx.net>
+ * Copyright (c) 2012-2013 Stefan Bolte <portix@gmx.net>
*
* 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