From c0d95b4a054f8dadc6cbc98e6fa1efe02d5f6507 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 24 Aug 2016 10:19:11 -0400 Subject: Add copyright headers to src/current/ --- src/current/tools/csv2xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/current/tools/csv2xml') diff --git a/src/current/tools/csv2xml b/src/current/tools/csv2xml index 3a5d1b8..60bd745 100755 --- a/src/current/tools/csv2xml +++ b/src/current/tools/csv2xml @@ -1,6 +1,22 @@ #!/usr/bin/awk -f # # Compiles the given CSV into a table definition +# +# Copyright (C) 2016 LoVullo Associates, Inc. +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +## function columngen( header ) -- cgit v1.2.1