diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | config.mk | 2 | ||||
-rw-r--r-- | extensions/formfiller | 2 | ||||
-rw-r--r-- | extensions/perdomainsettings | 2 | ||||
-rw-r--r-- | extensions/requestpolicy | 2 | ||||
-rw-r--r-- | extensions/userscripts | 2 | ||||
-rw-r--r-- | src/adblock.c | 2 | ||||
-rw-r--r-- | src/adblock.h | 2 | ||||
-rw-r--r-- | src/application.c | 2 | ||||
-rw-r--r-- | src/application.h | 2 | ||||
-rw-r--r-- | src/callback.c | 2 | ||||
-rw-r--r-- | src/callback.h | 2 | ||||
-rw-r--r-- | src/commands.c | 2 | ||||
-rw-r--r-- | src/commands.h | 2 | ||||
-rw-r--r-- | src/completion.c | 2 | ||||
-rw-r--r-- | src/completion.h | 2 | ||||
-rw-r--r-- | src/config.h | 2 | ||||
-rw-r--r-- | src/domain.c | 2 | ||||
-rw-r--r-- | src/domain.h | 2 | ||||
-rw-r--r-- | src/download.c | 2 | ||||
-rw-r--r-- | src/download.h | 2 | ||||
-rw-r--r-- | src/dwb.c | 2 | ||||
-rw-r--r-- | src/dwb.h | 4 | ||||
-rw-r--r-- | src/entry.c | 2 | ||||
-rw-r--r-- | src/entry.h | 2 | ||||
-rw-r--r-- | src/html.c | 2 | ||||
-rw-r--r-- | src/html.h | 2 | ||||
-rw-r--r-- | src/icon.xpm | 2 | ||||
-rw-r--r-- | src/js.c | 2 | ||||
-rw-r--r-- | src/js.h | 2 | ||||
-rw-r--r-- | src/local.c | 2 | ||||
-rw-r--r-- | src/local.h | 2 | ||||
-rw-r--r-- | src/plugins.c | 2 | ||||
-rw-r--r-- | src/plugins.h | 2 | ||||
-rw-r--r-- | tools/dwbem.c | 2 |
35 files changed, 36 insertions, 36 deletions
@@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |