From 211700c5504a98f5a05d56eac0b8bf40388608e6 Mon Sep 17 00:00:00 2001 From: kyoshiro Date: Sun, 25 Feb 2007 22:47:42 +0000 Subject: [PATCH] add license information --- scripts/bipgenconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/bipgenconfig b/scripts/bipgenconfig index 1494aec..3f5ed00 100755 --- a/scripts/bipgenconfig +++ b/scripts/bipgenconfig @@ -1,4 +1,14 @@ #!/usr/bin/env perl +# +# This file is part of the bip project +# Copyright (C) 2004 2007 Arnaud Cornet and Loïc Gomez +# +# 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 2 of the License, or +# (at your option) any later version. +# See the file "COPYING" for the exact licensing terms. +# use strict; use IO::File;