Add copyright stuff

This commit is contained in:
Christopher Faylor
2002-01-13 20:03:03 +00:00
parent 5daa0835e3
commit 33ad2bf9d1
15 changed files with 33 additions and 13 deletions

View File

@@ -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