Mercurial > ecos-v3_0-branch
changeset 2858:212700439e98
* makefile.gnu: Use standard eCos host copyright banner.
| author | jld |
|---|---|
| date | Wed, 25 Mar 2009 09:13:48 +0000 |
| parents | 4efb35febd05 |
| children | a65c463473be |
| files | host/tools/configtool/standalone/wxwin/makefile.gnu |
| diffstat | 1 files changed, 36 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/host/tools/configtool/standalone/wxwin/makefile.gnu +++ b/host/tools/configtool/standalone/wxwin/makefile.gnu @@ -1,6 +1,39 @@ -# File: eCos configtool makefile for GNU tools -# Author: John Dallaway <jld@ecoscentric.com> -# Copyright: Copyright (c) John Dallaway 2003 +# ####ECOSHOSTGPLCOPYRIGHTBEGIN#### +# ------------------------------------------- +# This file is part of the eCos host tools. +# Copyright (C) 2003, 2005, 2006 Free Software Foundation, 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 2 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, write to the +# Free Software Foundation, Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301, USA. +# ------------------------------------------- +# ####ECOSHOSTGPLCOPYRIGHTEND#### + +# #####DESCRIPTIONBEGIN#### +# +# Author(s): jld, julians +# Contact(s): jld +# Date: 2003-01-17 +# Purpose: Building configtool using GNU tools +# Description: GNU makefile for building configtool on Linux and Cygwin hosts +# Requires: +# Provides: +# See also: +# Known bugs: +# Usage: +# +# ####DESCRIPTIONEND#### # Usage: # cd emptydir
