Changeset 472

Show
Ignore:
Timestamp:
08/01/06 23:38:13 (2 years ago)
Author:
tg
Message:

by request of wbx@ add a "licence boilerplate" which can (or should,
or ought to) be added to (almost) any file in the repository, to pre-
vent companies who only check out part of the sources from thinking
it's unlicenced, public domain or whatever.

Please use the template as shown in build.mk or here:


# $FreeWRT$
#-
# This file is part of the FreeWRT project. FreeWRT is copyrighted
# material, please see the LICENCE file in the top-level directory
# or at http://www.freewrt.org/license for details.


at the top of the file (after a shebang line, if required).

Both this "boilerplate" and the according change to the website
have been okay'd by wbx@ as well as this textual change itself.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/build.mk

    r423 r472  
    1 # $Id
    2 #-------------------------------------------------------------- 
    3 # Just run 'make menuconfig', configure stuff, then run 'make'. 
    4 # You shouldn't need to mess with anything beyond this point... 
    5 #-------------------------------------------------------------- 
     1# $FreeWRT
     2#- 
     3# This file is part of the FreeWRT project. FreeWRT is copyrighted 
     4# material, please see the LICENCE file in the top-level directory 
     5# or at http://www.freewrt.org/license for details. 
    66 
    77TOPDIR=${shell pwd} 
  • trunk/freewrt/rules.mk

    r422 r472  
    11# $FreeWRT$ 
     2#- 
     3# This file is part of the FreeWRT project. FreeWRT is copyrighted 
     4# material, please see the LICENCE file in the top-level directory 
     5# or at http://www.freewrt.org/license for details. 
    26 
    37include $(TOPDIR)/lbin/prereq.mk 
  • trunk/freewrt/vars.mk

    r395 r472  
    11# $FreeWRT$ 
     2#- 
     3# This file is part of the FreeWRT project. FreeWRT is copyrighted 
     4# material, please see the LICENCE file in the top-level directory 
     5# or at http://www.freewrt.org/license for details. 
    26#- 
    37# Note: if this file ever doesn't work on both GNU and BSD make,