aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/archive_extractor.c2
-rw-r--r--src/plugins/deb_extractor.c2
-rw-r--r--src/plugins/dvi_extractor.c2
-rw-r--r--src/plugins/flac_extractor.c2
-rw-r--r--src/plugins/gif_extractor.c2
-rw-r--r--src/plugins/gstreamer_extractor.c2
-rw-r--r--src/plugins/html_extractor.c2
-rw-r--r--src/plugins/it_extractor.c2
-rw-r--r--src/plugins/jpeg_extractor.c2
-rw-r--r--src/plugins/man_extractor.c2
-rw-r--r--src/plugins/midi_extractor.c2
-rw-r--r--src/plugins/mime_extractor.c2
-rw-r--r--src/plugins/mp4_extractor.c2
-rw-r--r--src/plugins/mpeg_extractor.c2
-rw-r--r--src/plugins/nsf_extractor.c2
-rw-r--r--src/plugins/nsfe_extractor.c2
-rw-r--r--src/plugins/odf_extractor.c2
-rw-r--r--src/plugins/ogg_extractor.c2
-rw-r--r--src/plugins/old/applefile_extractor.c2
-rw-r--r--src/plugins/old/asf_extractor.c4
-rw-r--r--src/plugins/old/ebml_extractor.c2
-rw-r--r--src/plugins/old/elf_extractor.c2
-rw-r--r--src/plugins/old/flv_extractor.c2
-rw-r--r--src/plugins/old/mkv_extractor.c2
-rw-r--r--src/plugins/old/mp3_extractor.c2
-rw-r--r--src/plugins/old/qt_extractor.c2
-rw-r--r--src/plugins/old/real_extractor.c2
-rw-r--r--src/plugins/ole2_extractor.c4
-rw-r--r--src/plugins/png_extractor.c2
-rw-r--r--src/plugins/previewopus_extractor.c2
-rw-r--r--src/plugins/ps_extractor.c2
-rw-r--r--src/plugins/riff_extractor.c2
-rw-r--r--src/plugins/rpm_extractor.c2
-rw-r--r--src/plugins/s3m_extractor.c2
-rw-r--r--src/plugins/sid_extractor.c2
-rw-r--r--src/plugins/template_extractor.c2
-rw-r--r--src/plugins/test_archive.c2
-rw-r--r--src/plugins/test_deb.c2
-rw-r--r--src/plugins/test_dvi.c2
-rw-r--r--src/plugins/test_exiv2.c2
-rw-r--r--src/plugins/test_flac.c2
-rw-r--r--src/plugins/test_gif.c2
-rw-r--r--src/plugins/test_gstreamer.c2
-rw-r--r--src/plugins/test_html.c6
-rw-r--r--src/plugins/test_it.c2
-rw-r--r--src/plugins/test_jpeg.c6
-rw-r--r--src/plugins/test_lib.c2
-rw-r--r--src/plugins/test_lib.h2
-rw-r--r--src/plugins/test_man.c2
-rw-r--r--src/plugins/test_midi.c2
-rw-r--r--src/plugins/test_mime.c2
-rw-r--r--src/plugins/test_mpeg.c2
-rw-r--r--src/plugins/test_nsf.c2
-rw-r--r--src/plugins/test_nsfe.c2
-rw-r--r--src/plugins/test_odf.c2
-rw-r--r--src/plugins/test_ogg.c2
-rw-r--r--src/plugins/test_ole2.c2
-rw-r--r--src/plugins/test_png.c2
-rw-r--r--src/plugins/test_previewopus.c2
-rw-r--r--src/plugins/test_ps.c2
-rw-r--r--src/plugins/test_riff.c2
-rw-r--r--src/plugins/test_rpm.c2
-rw-r--r--src/plugins/test_s3m.c2
-rw-r--r--src/plugins/test_sid.c2
-rw-r--r--src/plugins/test_thumbnailffmpeg.c2
-rw-r--r--src/plugins/test_thumbnailgtk.c2
-rw-r--r--src/plugins/test_tiff.c2
-rw-r--r--src/plugins/test_wav.c2
-rw-r--r--src/plugins/test_xm.c2
-rw-r--r--src/plugins/test_zip.c2
-rw-r--r--src/plugins/thumbnailffmpeg_extractor.c2
-rw-r--r--src/plugins/thumbnailgtk_extractor.c2
-rw-r--r--src/plugins/tiff_extractor.c2
-rw-r--r--src/plugins/wav_extractor.c2
-rw-r--r--src/plugins/xm_extractor.c2
-rw-r--r--src/plugins/zip_extractor.c2
76 files changed, 82 insertions, 82 deletions
diff --git a/src/plugins/archive_extractor.c b/src/plugins/archive_extractor.c
index 49c2bed..325be1d 100644
--- a/src/plugins/archive_extractor.c
+++ b/src/plugins/archive_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Christian Grothoff 3 Copyright (C) 2012 Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/deb_extractor.c b/src/plugins/deb_extractor.c
index 955657e..095fdec 100644
--- a/src/plugins/deb_extractor.c
+++ b/src/plugins/deb_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/dvi_extractor.c b/src/plugins/dvi_extractor.c
index f13e695..8618b86 100644
--- a/src/plugins/dvi_extractor.c
+++ b/src/plugins/dvi_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/flac_extractor.c b/src/plugins/flac_extractor.c
index 49643fb..fffcf8e 100644
--- a/src/plugins/flac_extractor.c
+++ b/src/plugins/flac_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2007, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2007, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/gif_extractor.c b/src/plugins/gif_extractor.c
index 764eee1..7b5c9a4 100644
--- a/src/plugins/gif_extractor.c
+++ b/src/plugins/gif_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/gstreamer_extractor.c b/src/plugins/gstreamer_extractor.c
index 876f0c6..1c7684a 100644
--- a/src/plugins/gstreamer_extractor.c
+++ b/src/plugins/gstreamer_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/html_extractor.c b/src/plugins/html_extractor.c
index 65fb535..4624a92 100644
--- a/src/plugins/html_extractor.c
+++ b/src/plugins/html_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2005, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2005, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/it_extractor.c b/src/plugins/it_extractor.c
index b2b1079..b9f6486 100644
--- a/src/plugins/it_extractor.c
+++ b/src/plugins/it_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * This file is part of libextractor. 2 * This file is part of libextractor.
3 * (C) 2008 Toni Ruottu 3 * Copyright (C) 2008 Toni Ruottu
4 * 4 *
5 * libextractor is free software; you can redistribute it and/or modify 5 * libextractor is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published 6 * it under the terms of the GNU General Public License as published
diff --git a/src/plugins/jpeg_extractor.c b/src/plugins/jpeg_extractor.c
index 5529dab..f034642 100644
--- a/src/plugins/jpeg_extractor.c
+++ b/src/plugins/jpeg_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/man_extractor.c b/src/plugins/man_extractor.c
index f074e5b..5387e04 100644
--- a/src/plugins/man_extractor.c
+++ b/src/plugins/man_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/midi_extractor.c b/src/plugins/midi_extractor.c
index d35b435..a64c5c6 100644
--- a/src/plugins/midi_extractor.c
+++ b/src/plugins/midi_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Christian Grothoff 3 Copyright (C) 2012 Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/mime_extractor.c b/src/plugins/mime_extractor.c
index f15d884..f9cdd9d 100644
--- a/src/plugins/mime_extractor.c
+++ b/src/plugins/mime_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/mp4_extractor.c b/src/plugins/mp4_extractor.c
index 7fa3ddf..a2f83f1 100644
--- a/src/plugins/mp4_extractor.c
+++ b/src/plugins/mp4_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Christian Grothoff 3 Copyright (C) 2012 Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/mpeg_extractor.c b/src/plugins/mpeg_extractor.c
index 05a972f..c70cc47 100644
--- a/src/plugins/mpeg_extractor.c
+++ b/src/plugins/mpeg_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2004, 2005, 2006, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2004, 2005, 2006, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/nsf_extractor.c b/src/plugins/nsf_extractor.c
index 2475214..b6b8f3a 100644
--- a/src/plugins/nsf_extractor.c
+++ b/src/plugins/nsf_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * This file is part of libextractor. 2 * This file is part of libextractor.
3 * (C) 2006, 2009, 2012 Toni Ruottu and Christian Grothoff 3 * Copyright (C) 2006, 2009, 2012 Toni Ruottu and Christian Grothoff
4 * 4 *
5 * libextractor is free software; you can redistribute it and/or modify 5 * libextractor is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published 6 * it under the terms of the GNU General Public License as published
diff --git a/src/plugins/nsfe_extractor.c b/src/plugins/nsfe_extractor.c
index aa6fb0a..b044d04 100644
--- a/src/plugins/nsfe_extractor.c
+++ b/src/plugins/nsfe_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * This file is part of libextractor. 2 * This file is part of libextractor.
3 * (C) 2007, 2009, 2012 Toni Ruottu and Christian Grothoff 3 * Copyright (C) 2007, 2009, 2012 Toni Ruottu and Christian Grothoff
4 * 4 *
5 * libextractor is free software; you can redistribute it and/or modify 5 * libextractor is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published 6 * it under the terms of the GNU General Public License as published
diff --git a/src/plugins/odf_extractor.c b/src/plugins/odf_extractor.c
index 06da7d8..743546e 100644
--- a/src/plugins/odf_extractor.c
+++ b/src/plugins/odf_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/ogg_extractor.c b/src/plugins/ogg_extractor.c
index d19486f..b27907a 100644
--- a/src/plugins/ogg_extractor.c
+++ b/src/plugins/ogg_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/old/applefile_extractor.c b/src/plugins/old/applefile_extractor.c
index 704bda6..84b00f3 100644
--- a/src/plugins/old/applefile_extractor.c
+++ b/src/plugins/old/applefile_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 Copyright (C) 2008 Heikki Lindholm 3 Copyright Copyright (C) 2008 Heikki Lindholm
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/old/asf_extractor.c b/src/plugins/old/asf_extractor.c
index 459af86..949be66 100644
--- a/src/plugins/old/asf_extractor.c
+++ b/src/plugins/old/asf_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2011 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2011 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -21,7 +21,7 @@
21/* 21/*
22 * This file is based on demux_asf from the xine project (copyright follows). 22 * This file is based on demux_asf from the xine project (copyright follows).
23 * 23 *
24 * Copyright (C) 2000-2002 the xine project 24 * Copyright Copyright (C) 2000-2002 the xine project
25 * 25 *
26 * This file is part of xine, a free video player. 26 * This file is part of xine, a free video player.
27 * 27 *
diff --git a/src/plugins/old/ebml_extractor.c b/src/plugins/old/ebml_extractor.c
index 4664304..3ed3334 100644
--- a/src/plugins/old/ebml_extractor.c
+++ b/src/plugins/old/ebml_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2004, 2005, 2006, 2009 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2004, 2005, 2006, 2009 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/old/elf_extractor.c b/src/plugins/old/elf_extractor.c
index 486cd5a..7f0b6da 100644
--- a/src/plugins/old/elf_extractor.c
+++ b/src/plugins/old/elf_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2004, 2009 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2004, 2009 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/old/flv_extractor.c b/src/plugins/old/flv_extractor.c
index 00ffb0c..39834ed 100644
--- a/src/plugins/old/flv_extractor.c
+++ b/src/plugins/old/flv_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 Copyright (C) 2007, 2009 Heikki Lindholm 3 Copyright Copyright (C) 2007, 2009 Heikki Lindholm
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/old/mkv_extractor.c b/src/plugins/old/mkv_extractor.c
index a27a5ad..c0d799b 100644
--- a/src/plugins/old/mkv_extractor.c
+++ b/src/plugins/old/mkv_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2004, 2005, 2006, 2009 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2004, 2005, 2006, 2009 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/old/mp3_extractor.c b/src/plugins/old/mp3_extractor.c
index 68b0fce..0f04d0c 100644
--- a/src/plugins/old/mp3_extractor.c
+++ b/src/plugins/old/mp3_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2006, 2009 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2006, 2009 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/old/qt_extractor.c b/src/plugins/old/qt_extractor.c
index 9ca2a13..619cfc5 100644
--- a/src/plugins/old/qt_extractor.c
+++ b/src/plugins/old/qt_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2006 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2006 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/old/real_extractor.c b/src/plugins/old/real_extractor.c
index 5b3538c..f0fb20a 100644
--- a/src/plugins/old/real_extractor.c
+++ b/src/plugins/old/real_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2009 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2009 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/ole2_extractor.c b/src/plugins/ole2_extractor.c
index 4b14256..09c5fb1 100644
--- a/src/plugins/ole2_extractor.c
+++ b/src/plugins/ole2_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2004, 2005, 2006, 2007, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2004, 2005, 2006, 2007, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -19,7 +19,7 @@
19 19
20 This code makes extensive use of libgsf 20 This code makes extensive use of libgsf
21 -- the Gnome Structured File Library 21 -- the Gnome Structured File Library
22 Copyright (C) 2002-2004 Jody Goldberg (jody@gnome.org) 22 Copyright Copyright (C) 2002-2004 Jody Goldberg (jody@gnome.org)
23 23
24 Part of this code was adapted from wordleaker. 24 Part of this code was adapted from wordleaker.
25*/ 25*/
diff --git a/src/plugins/png_extractor.c b/src/plugins/png_extractor.c
index a33f8fc..623dae3 100644
--- a/src/plugins/png_extractor.c
+++ b/src/plugins/png_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2005, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2005, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/previewopus_extractor.c b/src/plugins/previewopus_extractor.c
index 7ce53d8..d611791 100644
--- a/src/plugins/previewopus_extractor.c
+++ b/src/plugins/previewopus_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 Copyright (C) 2008, 2013 Bruno Cabral and Christian Grothoff 3 Copyright Copyright (C) 2008, 2013 Bruno Cabral and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/ps_extractor.c b/src/plugins/ps_extractor.c
index 0077261..cffc6d1 100644
--- a/src/plugins/ps_extractor.c
+++ b/src/plugins/ps_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/riff_extractor.c b/src/plugins/riff_extractor.c
index b9cb5b3..557f39c 100644
--- a/src/plugins/riff_extractor.c
+++ b/src/plugins/riff_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/rpm_extractor.c b/src/plugins/rpm_extractor.c
index 860d060..8c3ba89 100644
--- a/src/plugins/rpm_extractor.c
+++ b/src/plugins/rpm_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2008, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2008, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/s3m_extractor.c b/src/plugins/s3m_extractor.c
index 6a50636..3111854 100644
--- a/src/plugins/s3m_extractor.c
+++ b/src/plugins/s3m_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/sid_extractor.c b/src/plugins/sid_extractor.c
index afc739b..34babb2 100644
--- a/src/plugins/sid_extractor.c
+++ b/src/plugins/sid_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * This file is part of libextractor. 2 * This file is part of libextractor.
3 * (C) 2006, 2007, 2012 Vidyut Samanta and Christian Grothoff 3 * Copyright (C) 2006, 2007, 2012 Vidyut Samanta and Christian Grothoff
4 * 4 *
5 * libextractor is free software; you can redistribute it and/or modify 5 * libextractor is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published 6 * it under the terms of the GNU General Public License as published
diff --git a/src/plugins/template_extractor.c b/src/plugins/template_extractor.c
index 3228490..6c55c64 100644
--- a/src/plugins/template_extractor.c
+++ b/src/plugins/template_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2002, 2003, 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2002, 2003, 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_archive.c b/src/plugins/test_archive.c
index 9d3e2d4..0b7696e 100644
--- a/src/plugins/test_archive.c
+++ b/src/plugins/test_archive.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_deb.c b/src/plugins/test_deb.c
index 2cad522..6a3159d 100644
--- a/src/plugins/test_deb.c
+++ b/src/plugins/test_deb.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_dvi.c b/src/plugins/test_dvi.c
index 40920a4..15e1e36 100644
--- a/src/plugins/test_dvi.c
+++ b/src/plugins/test_dvi.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_exiv2.c b/src/plugins/test_exiv2.c
index 87673a3..3c34685 100644
--- a/src/plugins/test_exiv2.c
+++ b/src/plugins/test_exiv2.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_flac.c b/src/plugins/test_flac.c
index 4038b55..1cd53e2 100644
--- a/src/plugins/test_flac.c
+++ b/src/plugins/test_flac.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_gif.c b/src/plugins/test_gif.c
index 9d33aeb..498d06d 100644
--- a/src/plugins/test_gif.c
+++ b/src/plugins/test_gif.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_gstreamer.c b/src/plugins/test_gstreamer.c
index b48c829..60cfa5c 100644
--- a/src/plugins/test_gstreamer.c
+++ b/src/plugins/test_gstreamer.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_html.c b/src/plugins/test_html.c
index 150dac1..5c7c5a2 100644
--- a/src/plugins/test_html.c
+++ b/src/plugins/test_html.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -106,8 +106,8 @@ main (int argc, char *argv[])
106 EXTRACTOR_METATYPE_RIGHTS, 106 EXTRACTOR_METATYPE_RIGHTS,
107 EXTRACTOR_METAFORMAT_UTF8, 107 EXTRACTOR_METAFORMAT_UTF8,
108 "text/plain", 108 "text/plain",
109 "(C) 2000 by Christian Grothoff", 109 "Copyright (C) 2000 by Christian Grothoff",
110 strlen ("(C) 2000 by Christian Grothoff") + 1, 110 strlen ("Copyright (C) 2000 by Christian Grothoff") + 1,
111 0 111 0
112 }, 112 },
113 { 0, 0, NULL, NULL, 0, -1 } 113 { 0, 0, NULL, NULL, 0, -1 }
diff --git a/src/plugins/test_it.c b/src/plugins/test_it.c
index 2ee5a73..5c0415d 100644
--- a/src/plugins/test_it.c
+++ b/src/plugins/test_it.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_jpeg.c b/src/plugins/test_jpeg.c
index 3f034c7..d436fb5 100644
--- a/src/plugins/test_jpeg.c
+++ b/src/plugins/test_jpeg.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -59,8 +59,8 @@ main (int argc, char *argv[])
59 EXTRACTOR_METATYPE_COMMENT, 59 EXTRACTOR_METATYPE_COMMENT,
60 EXTRACTOR_METAFORMAT_C_STRING, 60 EXTRACTOR_METAFORMAT_C_STRING,
61 "text/plain", 61 "text/plain",
62 "(C) 2001 by Christian Grothoff, using gimp 1.2 1", 62 "Copyright (C) 2001 by Christian Grothoff, using gimp 1.2 1",
63 strlen ("(C) 2001 by Christian Grothoff, using gimp 1.2 1"), 63 strlen ("Copyright (C) 2001 by Christian Grothoff, using gimp 1.2 1"),
64 0 64 0
65 }, 65 },
66 { 0, 0, NULL, NULL, 0, -1 } 66 { 0, 0, NULL, NULL, 0, -1 }
diff --git a/src/plugins/test_lib.c b/src/plugins/test_lib.c
index 9688e58..2110626 100644
--- a/src/plugins/test_lib.c
+++ b/src/plugins/test_lib.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_lib.h b/src/plugins/test_lib.h
index 2416d57..a2ec5d9 100644
--- a/src/plugins/test_lib.h
+++ b/src/plugins/test_lib.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_man.c b/src/plugins/test_man.c
index a7c33d3..580cdb3 100644
--- a/src/plugins/test_man.c
+++ b/src/plugins/test_man.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_midi.c b/src/plugins/test_midi.c
index ffe9ebf..0eeca25 100644
--- a/src/plugins/test_midi.c
+++ b/src/plugins/test_midi.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_mime.c b/src/plugins/test_mime.c
index 58b0fcd..faf492c 100644
--- a/src/plugins/test_mime.c
+++ b/src/plugins/test_mime.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_mpeg.c b/src/plugins/test_mpeg.c
index b30930c..3a3b684 100644
--- a/src/plugins/test_mpeg.c
+++ b/src/plugins/test_mpeg.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_nsf.c b/src/plugins/test_nsf.c
index e278051..eefd6b3 100644
--- a/src/plugins/test_nsf.c
+++ b/src/plugins/test_nsf.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_nsfe.c b/src/plugins/test_nsfe.c
index 7e4e5cd..bed3777 100644
--- a/src/plugins/test_nsfe.c
+++ b/src/plugins/test_nsfe.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_odf.c b/src/plugins/test_odf.c
index be5205b..09bacf0 100644
--- a/src/plugins/test_odf.c
+++ b/src/plugins/test_odf.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_ogg.c b/src/plugins/test_ogg.c
index 5b23efb..d2b4c32 100644
--- a/src/plugins/test_ogg.c
+++ b/src/plugins/test_ogg.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_ole2.c b/src/plugins/test_ole2.c
index dd4bfa3..aed0059 100644
--- a/src/plugins/test_ole2.c
+++ b/src/plugins/test_ole2.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_png.c b/src/plugins/test_png.c
index 329254e..f69e2a3 100644
--- a/src/plugins/test_png.c
+++ b/src/plugins/test_png.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_previewopus.c b/src/plugins/test_previewopus.c
index 913b746..7a7abb0 100644
--- a/src/plugins/test_previewopus.c
+++ b/src/plugins/test_previewopus.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2013 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2013 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_ps.c b/src/plugins/test_ps.c
index 3ead737..fadd2c7 100644
--- a/src/plugins/test_ps.c
+++ b/src/plugins/test_ps.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_riff.c b/src/plugins/test_riff.c
index 65144ce..10fe9e4 100644
--- a/src/plugins/test_riff.c
+++ b/src/plugins/test_riff.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_rpm.c b/src/plugins/test_rpm.c
index 6ecc17a..cd49925 100644
--- a/src/plugins/test_rpm.c
+++ b/src/plugins/test_rpm.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_s3m.c b/src/plugins/test_s3m.c
index 3f183f6..4826738 100644
--- a/src/plugins/test_s3m.c
+++ b/src/plugins/test_s3m.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_sid.c b/src/plugins/test_sid.c
index 465d17c..a72b566 100644
--- a/src/plugins/test_sid.c
+++ b/src/plugins/test_sid.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_thumbnailffmpeg.c b/src/plugins/test_thumbnailffmpeg.c
index 6c6b70e..b30186f 100644
--- a/src/plugins/test_thumbnailffmpeg.c
+++ b/src/plugins/test_thumbnailffmpeg.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_thumbnailgtk.c b/src/plugins/test_thumbnailgtk.c
index 9d74175..01ec31c 100644
--- a/src/plugins/test_thumbnailgtk.c
+++ b/src/plugins/test_thumbnailgtk.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_tiff.c b/src/plugins/test_tiff.c
index ce72de5..95dc332 100644
--- a/src/plugins/test_tiff.c
+++ b/src/plugins/test_tiff.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_wav.c b/src/plugins/test_wav.c
index d5efe90..a729b29 100644
--- a/src/plugins/test_wav.c
+++ b/src/plugins/test_wav.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_xm.c b/src/plugins/test_xm.c
index 5c01cba..9b26ea4 100644
--- a/src/plugins/test_xm.c
+++ b/src/plugins/test_xm.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/test_zip.c b/src/plugins/test_zip.c
index 855a30f..119959e 100644
--- a/src/plugins/test_zip.c
+++ b/src/plugins/test_zip.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/thumbnailffmpeg_extractor.c b/src/plugins/thumbnailffmpeg_extractor.c
index 2724429..b0b7285 100644
--- a/src/plugins/thumbnailffmpeg_extractor.c
+++ b/src/plugins/thumbnailffmpeg_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 Copyright (C) 2008, 2012 Heikki Lindholm and Christian Grothoff 3 Copyright Copyright (C) 2008, 2012 Heikki Lindholm and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/thumbnailgtk_extractor.c b/src/plugins/thumbnailgtk_extractor.c
index fbf45c8..23dd067 100644
--- a/src/plugins/thumbnailgtk_extractor.c
+++ b/src/plugins/thumbnailgtk_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2005, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2005, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/tiff_extractor.c b/src/plugins/tiff_extractor.c
index 28af340..061cc69 100644
--- a/src/plugins/tiff_extractor.c
+++ b/src/plugins/tiff_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2012 Christian Grothoff 3 Copyright (C) 2012 Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/wav_extractor.c b/src/plugins/wav_extractor.c
index 4048e31..904d55f 100644
--- a/src/plugins/wav_extractor.c
+++ b/src/plugins/wav_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libextractor. 2 This file is part of libextractor.
3 (C) 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff 3 Copyright (C) 2004, 2009, 2012 Vidyut Samanta and Christian Grothoff
4 4
5 libextractor is free software; you can redistribute it and/or modify 5 libextractor is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
diff --git a/src/plugins/xm_extractor.c b/src/plugins/xm_extractor.c
index 585abec..efad205 100644
--- a/src/plugins/xm_extractor.c
+++ b/src/plugins/xm_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * This file is part of libextractor. 2 * This file is part of libextractor.
3 * (C) 2008, 2009 Toni Ruottu 3 * Copyright (C) 2008, 2009 Toni Ruottu
4 * 4 *
5 * libextractor is free software; you can redistribute it and/or modify 5 * libextractor is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published 6 * it under the terms of the GNU General Public License as published
diff --git a/src/plugins/zip_extractor.c b/src/plugins/zip_extractor.c
index 23da67c..0095f45 100644
--- a/src/plugins/zip_extractor.c
+++ b/src/plugins/zip_extractor.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * This file is part of libextractor. 2 * This file is part of libextractor.
3 * (C) 2012 Vidyut Samanta and Christian Grothoff 3 * Copyright (C) 2012 Vidyut Samanta and Christian Grothoff
4 * 4 *
5 * libextractor is free software; you can redistribute it and/or modify 5 * libextractor is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published 6 * it under the terms of the GNU General Public License as published