From 33ad2bf9d14daf8d275b6c76b269c81f560d57b2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 13 Jan 2002 20:03:03 +0000 Subject: Add copyright stuff --- winsup/cygwin/cygmagic | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'winsup/cygwin/cygmagic') diff --git a/winsup/cygwin/cygmagic b/winsup/cygwin/cygmagic index 405fbec7b..87e571d9c 100755 --- a/winsup/cygwin/cygmagic +++ b/winsup/cygwin/cygmagic @@ -1,4 +1,14 @@ #!/bin/sh +# cygmagic - Generate "magic numbers" from a structure. +# +# Copyright 2001, 2002 Red Hat, Inc. +# +# This file is part of Cygwin. +# +# This software is a copyrighted work licensed under the terms of the +# Cygwin license. Please consult the file "CYGWIN_LICENSE" for +# details. + file_magic=$1; shift gcc=$1; shift file=$1; shift -- cgit v1.2.3