aboutsummaryrefslogtreecommitdiff
path: root/dpi
diff options
context:
space:
mode:
Diffstat (limited to 'dpi')
-rw-r--r--dpi/bookmarks.c2
-rw-r--r--dpi/cookies.c2
-rw-r--r--dpi/datauri.c2
-rw-r--r--dpi/downloads.cc2
-rw-r--r--dpi/dpiutil.c2
-rw-r--r--dpi/file.c2
-rw-r--r--dpi/ftp.c2
-rw-r--r--dpi/hello.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/dpi/bookmarks.c b/dpi/bookmarks.c
index b0f4ca8e..f5a15636 100644
--- a/dpi/bookmarks.c
+++ b/dpi/bookmarks.c
@@ -3,7 +3,7 @@
*
* NOTE: this code illustrates how to make a dpi-program.
*
- * Copyright 2002-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2002-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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/dpi/cookies.c b/dpi/cookies.c
index f669eb69..0a3f0652 100644
--- a/dpi/cookies.c
+++ b/dpi/cookies.c
@@ -4,7 +4,7 @@
*
* Copyright 2001 Lars Clausen <lrclause@cs.uiuc.edu>
* Jörgen Viksell <jorgen.viksell@telia.com>
- * Copyright 2002-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2002-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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/dpi/datauri.c b/dpi/datauri.c
index 87afd2d9..468a2cf8 100644
--- a/dpi/datauri.c
+++ b/dpi/datauri.c
@@ -1,7 +1,7 @@
/*
* File: datauri.c
*
- * Copyright (C) 2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2006-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* Filter dpi for the "data:" URI scheme (RFC 2397).
*
diff --git a/dpi/downloads.cc b/dpi/downloads.cc
index b61f4914..afadee2b 100644
--- a/dpi/downloads.cc
+++ b/dpi/downloads.cc
@@ -1,7 +1,7 @@
/*
* File: downloads.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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/dpi/dpiutil.c b/dpi/dpiutil.c
index c6622850..c5dcf45c 100644
--- a/dpi/dpiutil.c
+++ b/dpi/dpiutil.c
@@ -1,7 +1,7 @@
/*
* File: dpiutil.c
*
- * Copyright 2004 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2004-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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/dpi/file.c b/dpi/file.c
index e1547c66..04cdf362 100644
--- a/dpi/file.c
+++ b/dpi/file.c
@@ -1,7 +1,7 @@
/*
* File: file.c :)
*
- * Copyright (C) 2000 - 2004 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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/dpi/ftp.c b/dpi/ftp.c
index 36fe7498..437420c7 100644
--- a/dpi/ftp.c
+++ b/dpi/ftp.c
@@ -8,7 +8,7 @@
*
* Feel free to polish!
*
- * Copyright 2003-2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2003-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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/dpi/hello.c b/dpi/hello.c
index bc316f5e..250a4a44 100644
--- a/dpi/hello.c
+++ b/dpi/hello.c
@@ -3,7 +3,7 @@
*
* This server is an example. Play with it and modify to your taste.
*
- * Copyright 2003 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2003-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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