From 39d3d20bb5a12e931f7f00c57c20cb35fa306632 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 22 Jun 2001 21:46:16 +0000 Subject: copyright --- silo.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'silo.py') diff --git a/silo.py b/silo.py index 1344b8664..64fe96b76 100644 --- a/silo.py +++ b/silo.py @@ -1,3 +1,18 @@ +# +# silo.py - SILO configuration and set up +# +# Jakub Jelinek +# +# Copyright 2001 Red Hat, Inc. +# +# This software may be freely redistributed under the terms of the GNU +# library public license. +# +# You should have received a copy of the GNU Library Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# + import string import os from lilo import LiloConfigFile -- cgit