Ignore:
Timestamp:
Jan 10, 2009, 3:24:02 AM (17 years ago)
Author:
bird
Message:

*: Updated copyright to 2009 and normalized name & email.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/MASM510.kmk

    r2065 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
     
    2525#
    2626# As a special exception you are granted permission to include this file, via
    27 # the kmk include directive, as you wish without this in itself causing the 
    28 # resulting makefile, program or whatever to be covered by the GPL license. 
     27# the kmk include directive, as you wish without this in itself causing the
     28# resulting makefile, program or whatever to be covered by the GPL license.
    2929# This exception does not however invalidate any other reasons why the makefile,
    3030# program, whatever should not be covered the GPL.
     
    8181# @remarks  MASM v5.10 has severe length limitations in several places and will respond with
    8282#           crashing when these are exceeded. Thus, we use MASM and INCLUDE to avoid exceeding
    83 #           the command line length (and the MASM length). 
     83#           the command line length (and the MASM length).
    8484#           The closing of file handles and zapping of environment is to make sure it doesn't
    8585#           mess up due handles left behind by some device init or because the env is too big.
Note: See TracChangeset for help on using the changeset viewer.