Skip to content
Snippets Groups Projects
Commit 8d3276b8 authored by Bruno BEAUFILS's avatar Bruno BEAUFILS
Browse files

Added copyright notice in html2csv.

parent bbf23883
Branches
No related tags found
No related merge requests found
#!/usr/bin/perl
# Output HTML tables in CSV
# Copyright (C) 2014 Bruno BEAUFILS <bruno@boulgour.com>
#
# This software comes with ABSOLUTELY NO WARRANTY.
# 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 the Free Software Foundation in its version 2.
# See the README or COPYING file for details.
use strict;
use warnings;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment