VirtualBox

Changeset 2243 in kBuild


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

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

Location:
trunk
Files:
196 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r2226 r2243  
    55
    66#
    7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/Maintenance.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/Makefile.kmk

    r2229 r2243  
    55
    66#
    7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/VSlickMacros/kdev.e

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 1999-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
     
    9393static _str skUserInitials  = "bird";
    9494static _str skUserName      = "knut st. osmundsen";
    95 static _str skUserEmail     = "bird-src-spam@anduin.net";
     95static _str skUserEmail     = "bird-kBuild-spamix@anduin.net";
    9696
    9797
  • trunk/VSlickMacros/kkeys.e

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/bootstrap.gmk

    r2190 r2243  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/dist/macports/devel/kbuild-head/Portfile

    r2233 r2243  
    66version         9999
    77categories      devel
    8 maintainers     bird-kBuild-spam@anduin.net
     8maintainers     bird-kBuild-spamix@anduin.net
    99description     kBuild subversion trunk
    1010long_description \
  • trunk/dist/macports/devel/kbuild/Portfile

    r2232 r2243  
    66version         0.1.5
    77categories      devel
    8 maintainers     bird-kBuild-spam@anduin.net
     8maintainers     bird-kBuild-spamix@anduin.net
    99description     kBuild
    1010long_description \
  • trunk/kBuild/doc/QuickReference-kmk.html

    r2172 r2243  
    146014601996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
    146114612007 Free Software Foundation, Inc.</p>
    1462 <p class="last">Copyright (C) 2008 Knut St. Osmundsen</p>
     1462<p class="last">Copyright (c) 2008-2009 knut st. osmundsen</p>
    14631463</td>
    14641464</tr>
  • trunk/kBuild/doc/QuickReference-kmk.txt

    r2172 r2243  
    986986            2007 Free Software Foundation, Inc.
    987987
    988             Copyright (C) 2008 Knut St. Osmundsen
     988            Copyright (c) 2008-2009 knut st. osmundsen
  • trunk/kBuild/env.sh

    r2191 r2243  
    66
    77#
    8 # Copyright (c) 2005-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8# Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
     
    533533            if test -n "${LEGACY_OPT}"; then
    534534                echo "${EVAL_EXPORT} PATH_KBUILD=${KBUILD_PATH}"
    535                 if test -n "${FULL_WITH_BIN_OPT}"; then 
     535                if test -n "${FULL_WITH_BIN_OPT}"; then
    536536                    echo "${EVAL_EXPORT} PATH_KBUILD_BIN=${KBUILD_PATH_BIN}"
    537                 fi 
     537                fi
    538538                echo "${EVAL_EXPORT} BUILD_TYPE=${KBUILD_TYPE}"
    539539                echo "${EVAL_EXPORT} BUILD_PLATFORM=${KBUILD_HOST}"
  • trunk/kBuild/envos2.cmd

    r1731 r2243  
    77 * Environment setup script for OS/2.
    88 */
    9  
    10 /*
    11  *
    12  * Copyright (c) 1999-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     9
     10/*
     11 *
     12 * Copyright (c) 1999-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    1313 *
    1414 * This file is part of kBuild.
     
    8383    say ' sArg='sArg';'
    8484    say 'sRest='sRest';'
    85    
    86     select 
     85
     86    select
    8787        when (sArg = "--debug-script") then do
    8888            fOptDbg = 1;
     
    196196            exit 1
    197197        end
    198        
     198
    199199        when (sArg = "--") then do
    200200            sArgs = sRest;
    201201            leave;
    202202        end
    203        
     203
    204204        when (left(sArg, 2) = '--') then do
    205205            say 'syntax error: unknown option: '||sArg
     
    207207            exit 1
    208208        end
    209        
     209
    210210        otherwise do
    211211            leave
     
    214214    sArgs = sRest;
    215215end
    216 sCommand = strip(sArgs);       
    217    
     216sCommand = strip(sArgs);
     217
    218218/*
    219219 * Deal with legacy environment variables.
     
    228228        skBuildPath = EnvGet("PATH_KBUILD");
    229229    end
    230    
     230
    231231    if (EnvGet("PATH_KBUILD_BIN") <> '') then do
    232232        if (skBuildPath <> '' & skBuildBinPath <> EnvGet("PATH_KBUILD_BIN")) then do
     
    264264        skBuildTargetArch = EnvGet("BUILD_TARGET_ARCH");
    265265    end
    266    
     266
    267267    if (EnvGet("BUILD_TARGET_CPU") <> '') then do
    268268        if (skBuildTargetCpu <> '' & skBuildTargetCpu <> EnvGet("BUILD_TARGET_CPU")) then do
     
    296296        skBuildHostArch = EnvGet("BUILD_PLATFORM_ARCH");
    297297    end
    298    
     298
    299299    if (EnvGet("BUILD_PLATFORM_CPU") <> '') then do
    300300        if (skBuildHostCpu <> '' & skBuildHostCpu <> EnvGet("BUILD_PLATFORM_CPU")) then do
     
    306306    end
    307307end
    308                        
     308
    309309/*
    310310 * Set default build type.
    311  */ 
    312 if (skBuildType = '') then 
     311 */
     312if (skBuildType = '') then
    313313    skBuildType = 'release';
    314314if (fOptDbg <> 0) then say "dbg: KBUILD_TYPE="||skBuildType
     
    317317 * Determin the host platform (OS/2)
    318318 */
    319 if (skBuildHost = '') then 
     319if (skBuildHost = '') then
    320320    skBuildHost = 'os2';
    321321if (fOptDbg <> 0) then say "dbg: KBUILD_HOST="||skBuildHost
    322322
    323323if (skBuildHostArch = '') then do
    324     select 
     324    select
    325325        when (skBuildHostCpu = 'i386',
    326326            | skBuildHostCpu = 'i486',
     
    339339if (fOptDbg <> 0) then say "dbg: KBUILD_HOST_ARCH="||skBuildHostArch
    340340
    341 if (skBuildHostCpu = '') then 
     341if (skBuildHostCpu = '') then
    342342    skBuildHostCpu = 'blend';
    343343if (fOptDbg <> 0) then say "dbg: KBUILD_HOST_CPU="||skBuildHostCpu
     
    361361    else
    362362        skBuildTargetCpu = "blend";
    363 end   
     363end
    364364if (fOptDbg <> 0) then say "dbg: KBUILD_TARGET_CPU="||skBuildTargetCpu
    365365
     
    403403if (fOptDbg <> 0) then say "dbg: BEGINLIBPATH="||sNewBeginLibPath;
    404404
    405 /* 
    406  * Sanity check 
     405/*
     406 * Sanity check
    407407 */
    408408if (DirExists(skBuildBinPath) = 0) then
     
    423423 */
    424424iRc = 0;
    425 if (sOptVars <> '') then 
     425if (sOptVars <> '') then
    426426do
    427427    if (sOptVars = "all") then
     
    429429                || "KBUILD_TARGET KBUILD_TARGET_ARCH KBUILD_TARGET_CPU ",
    430430                || "KBUILD_HOST KBUILD_HOST_ARCH KBUILD_HOST_CPU ";
    431                
     431
    432432    /* Echo variable values or variable export statements. */
    433433    do i = 1 to words(sOptVars)
    434434        sVar = word(sOptVars, i)
    435435        sVal = '';
    436         select 
     436        select
    437437            when (sVar = "PATH") then               sVal = sNewPath;
    438438            when (sVar = "BEGINLIBPATH") then       sVal = sNewBeginLibPath;
     
    453453
    454454        end
    455         if (fOptValueOnly <> 0) then 
     455        if (fOptValueOnly <> 0) then
    456456            say sVal
    457457        else
     
    496496
    497497        if (fOptLegacy <> 0) then do
    498             call EnvSet 0, PATH_KBUILD,         skBuildPath     
    499             call EnvSet 0, BUILD_PLATFORM,      skBuildHost     
    500             call EnvSet 0, BUILD_PLATFORM_ARCH, skBuildHostArch 
    501             call EnvSet 0, BUILD_PLATFORM_CPU,  skBuildHostCpu   
    502             call EnvSet 0, BUILD_TARGET,        skBuildTarget   
     498            call EnvSet 0, PATH_KBUILD,         skBuildPath
     499            call EnvSet 0, BUILD_PLATFORM,      skBuildHost
     500            call EnvSet 0, BUILD_PLATFORM_ARCH, skBuildHostArch
     501            call EnvSet 0, BUILD_PLATFORM_CPU,  skBuildHostCpu
     502            call EnvSet 0, BUILD_TARGET,        skBuildTarget
    503503            call EnvSet 0, BUILD_TARGET_ARCH,   skBuildTargetArch
    504             call EnvSet 0, BUILD_TARGET_CPU,    skBuildTargetCpu 
    505         end
    506     end
    507        
     504            call EnvSet 0, BUILD_TARGET_CPU,    skBuildTargetCpu
     505        end
     506    end
     507
    508508    /*
    509509     * Execute left over arguments.
     
    512512        if (fOptQuiet <> 0) then say "info: Executing command: "|| sCommand
    513513        address CMD sCommand
    514         iRc = rc; 
     514        iRc = rc;
    515515        if (fOptQuiet <> 0 & iRc <> 0) then say "info: rc="||iRc||": "|| sCommand
    516516    end
  • trunk/kBuild/envwin.cmd

    r1738 r2243  
    66
    77REM
    8 REM Copyright (c) 2005-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8REM Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99REM
    1010REM This file is part of kBuild.
  • trunk/kBuild/footer.kmk

    r2241 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/header.kmk

    r2237 r2243  
    55
    66#
    7 # Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/msgstyles/brief.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2007-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.
  • trunk/kBuild/rules.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-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.
  • trunk/kBuild/sdks/DXSDK.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/DXSDKAMD64.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/sdks/DXSDKX86.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/LIBSDL.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/MACOSX104.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-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.
  • trunk/kBuild/sdks/MACOSX104INCS.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-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.
  • trunk/kBuild/sdks/MACOSX105.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-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.
  • trunk/kBuild/sdks/MACOSX105INCS.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-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.
  • trunk/kBuild/sdks/NT4DDK.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2005-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.
  • trunk/kBuild/sdks/OS2DDKBASE32.kmk

    r2073 r2243  
    55
    66#
    7 # Copyright (c) 2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2007-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.
  • trunk/kBuild/sdks/W2K3DDK.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/W2K3DDKAMD64.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/W2K3DDKX86.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/W32API.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-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.
  • trunk/kBuild/sdks/WIN32SDK.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/WIN32SDK2002.kmk

    r2018 r2243  
    66
    77#
    8 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
     
    2626#
    2727# As a special exception you are granted permission to include this file, via
    28 # the kmk include directive, as you wish without this in itself causing the 
    29 # resulting makefile, program or whatever to be covered by the GPL license. 
     28# the kmk include directive, as you wish without this in itself causing the
     29# resulting makefile, program or whatever to be covered by the GPL license.
    3030# This exception does not however invalidate any other reasons why the makefile,
    3131# program, whatever should not be covered the GPL.
  • trunk/kBuild/sdks/WIN64SDK.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/WINDDK.kmk

    r2018 r2243  
    66
    77#
    8 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
  • trunk/kBuild/sdks/WINDDKW2K.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/sdks/WINDDKWLH.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/sdks/WINDDKWNET.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/sdks/WINDDKWXP.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/sdks/WINPSDK.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/sdks/WINPSDKINCS.kmk

    r2018 r2243  
    77
    88#
    9 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     9# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    1010#
    1111# This file is part of kBuild.
     
    2727#
    2828# As a special exception you are granted permission to include this file, via
    29 # the kmk include directive, as you wish without this in itself causing the 
    30 # resulting makefile, program or whatever to be covered by the GPL license. 
     29# the kmk include directive, as you wish without this in itself causing the
     30# resulting makefile, program or whatever to be covered by the GPL license.
    3131# This exception does not however invalidate any other reasons why the makefile,
    3232# program, whatever should not be covered the GPL.
  • trunk/kBuild/templates/DUMMY.kmk

    r2067 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.
     
    3232#
    3333
    34 TEMPLATE_DUMMY = Empty dummy template                           
     34TEMPLATE_DUMMY = Empty dummy template
    3535
  • trunk/kBuild/tools/ALP.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2005-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.
  • trunk/kBuild/tools/BISON.kmk

    r2224 r2243  
    55
    66#
    7 # Copyright (c) 2009 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/FLEX.kmk

    r2230 r2243  
    55
    66#
    7 # Copyright (c) 2008-2009 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GCC.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-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.
  • trunk/kBuild/tools/GCC3.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GCC32.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GCC3OMF.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-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.
  • trunk/kBuild/tools/GCC3PLAIN.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GCC4MACHO.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-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.
  • trunk/kBuild/tools/GCC64.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GXX.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-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.
  • trunk/kBuild/tools/GXX3.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GXX32.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GXX3OMF.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GXX3PLAIN.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GXX4MACHO.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/GXX64.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • 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.
  • trunk/kBuild/tools/MASM600.kmk

    r2072 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.
  • trunk/kBuild/tools/MASM610.kmk

    r2072 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.
  • trunk/kBuild/tools/MASM6PLUS.kmk

    r2077 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.
  • trunk/kBuild/tools/MASM710.kmk

    r2076 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.
  • trunk/kBuild/tools/MINGW32.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/MSLINK510.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.
  • trunk/kBuild/tools/NASM.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-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.
  • trunk/kBuild/tools/OPENWATCOM-16.kmk

    r2079 r2243  
    66
    77#
    8 # Copyright (c) 2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
  • trunk/kBuild/tools/OPENWATCOM-WL.kmk

    r2083 r2243  
    66
    77#
    8 # Copyright (c) 2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
  • trunk/kBuild/tools/OPENWATCOM.kmk

    r2086 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.
  • trunk/kBuild/tools/TAR.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/tools/TARGZ.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/VAC308.kmk

    r2065 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/VCC70.kmk

    r2237 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/VCC80.kmk

    r2237 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/VCC80AMD64.kmk

    r2237 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/VCC80X86.kmk

    r2237 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/WATCOMC11C-16.kmk

    r2069 r2243  
    66
    77#
    8 # Copyright (c) 2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
     
    4040TOOL_WATCOMC11C-16_RCFLAGS.win  ?= -bt=windows
    4141TOOL_WATCOMC11C-16_LDFLAGS.win  ?= -bt=windows
    42                                                
     42
    4343TOOL_WATCOMC11C-16_COMPILE_C_DEPEND =
    4444TOOL_WATCOMC11C-16_COMPILE_C_DEPORD =
     
    5353                $(subst /,\\,$(abspath $(source)))
    5454        $(QUIET)$(APPEND) -n $(obj).err
    55 ## @todo dependencies   
     55## @todo dependencies
    5656endef
    5757
     
    6868                $(subst /,\\,$(abspath $(source)))
    6969        $(QUIET)$(APPEND) -n $(obj).err
    70 ## @todo dependencies   
     70## @todo dependencies
    7171endef
    7272
  • trunk/kBuild/tools/WATCOMC11C-WL.kmk

    r2085 r2243  
    66
    77#
    8 # Copyright (c) 2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
  • trunk/kBuild/tools/WATCOMC11C.kmk

    r2086 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.
  • trunk/kBuild/tools/WGET.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/XGCCAMD64LINUX.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2004-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.
  • trunk/kBuild/tools/YACC.kmk

    r2224 r2243  
    55
    66#
    7 # Copyright (c) 2009 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/tools/YASM.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/tools/ZIP.kmk

    r2018 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     7# Copyright (c) 2006-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.
  • trunk/kBuild/units/lex.kmk

    r2224 r2243  
    55
    66#
    7 # Copyright (c) 2008-2009 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/units/qt-Q_OBJECT.sed

    r1671 r2243  
    1010
    1111#
    12 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     12# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    1313#
    1414# This file is part of kBuild.
  • trunk/kBuild/units/qt3.kmk

    r2239 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/units/qt4.kmk

    r2239 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/units/yacc.kmk

    r2224 r2243  
    55
    66#
    7 # Copyright (c) 2008-2009 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/kBuild/up.kmk

    r2018 r2243  
    66
    77#
    8 # Copyright (c) 2005-2008 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     8# Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
     
    2626#
    2727# As a special exception you are granted permission to include this file, via
    28 # the kmk include directive, as you wish without this in itself causing the 
    29 # resulting makefile, program or whatever to be covered by the GPL license. 
     28# the kmk include directive, as you wish without this in itself causing the
     29# resulting makefile, program or whatever to be covered by the GPL license.
    3030# This exception does not however invalidate any other reasons why the makefile,
    3131# program, whatever should not be covered the GPL.
  • trunk/src/Makefile.kmk

    r2036 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/ash/Makefile.kmk

    r2224 r2243  
    55
    66#
    7 # Copyright (c) 2005-2009 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/ash/win/err.c

    r785 r2243  
    44 * Override err.h so we get the program name right.
    55 *
    6  * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     6 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/ash/win/err.h

    r785 r2243  
    44 * Override err.h stuff so we get the program names right.
    55 *
    6  * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     6 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/ash/win/mscfakes.c

    r785 r2243  
    44 * Fake Unix stuff for MSC.
    55 *
    6  * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     6 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/ash/win/mscfakes.h

    r785 r2243  
    44 * Unix fakes for MSC.
    55 *
    6  * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     6 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/fastdep/Makefile

    r785 r2243  
    66#   Makefile for the Quick-and-Dirty dependency utility. (FastDep)
    77#
    8 #   Copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)
     8#   Copyright (c) 1999-2009 knut st. osmundsen (bird-kBuild-spamix@anduin.net)
    99#
    1010#   GPL
  • trunk/src/fastdep/Makefile.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/fastdep/avl.c

    r7 r2243  
    55 * Copyright (c) 1999 knut st. osmundsen
    66 *
    7  * Project Odin Software License can be found in LICENSE.TXT
     7 * GPL
    88 *
    99 */
  • trunk/src/fastdep/avl.h

    r7 r2243  
    1111 *
    1212 *
    13  * Copyright (c) 1999-2000 knut st. osmundsen
     13 * Copyright (c) 1999-2009 knut st. osmundsen
    1414 *
    15  * Project Odin Software License can be found in LICENSE.TXT
     15 * GPL
    1616 *
    1717 */
  • trunk/src/fastdep/fastdep.c

    r1149 r2243  
    33 * Fast dependents. (Fast = Quick and Dirty!)
    44 *
    5  * Copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)
     5 * Copyright (c) 1999-2009 knut st. osmundsen (bird-kBuild-spamix@anduin.net)
    66 *
    77 * GPL
     
    10061006        "\n"
    10071007        "Options and files could be mixed.\n"
    1008         " copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)\n",
     1008        " copyright (c) 1999-2009 knut st. osmundsen (bird-kBuild-spamix@anduin.net)\n",
    10091009        ODIN32_BUILD_NR,
    10101010        pszDefaultDepFile
  • trunk/src/fastdep/os2fake-win.c

    r7 r2243  
    11/* $Id$
    2  * 
     2 *
    33 * OS/2 Fake library for Win32.
    4  * 
     4 *
    55 * Copyright (c) 2001 knut st. osmundsen ([email protected])
    66 *
    7  * Project Odin Software License can be found in LICENSE.TXT
     7 * GPL
    88 *
    99 */
     
    4444        ULONG   ulWin;
    4545        ULONG   ulOs2;
    46     }       aConvAttr[] = 
    47     {                                 
     46    }       aConvAttr[] =
     47    {
    4848        {FILE_ATTRIBUTE_READONLY,   FILE_READONLY},
    4949        {FILE_ATTRIBUTE_HIDDEN,     FILE_HIDDEN},
     
    5151        {FILE_ATTRIBUTE_DIRECTORY,  FILE_DIRECTORY},
    5252        {FILE_ATTRIBUTE_ARCHIVE,    FILE_ARCHIVED}
    53     };                                   
     53    };
    5454    ULONG   ulOS2Attr = 0;
    5555    int     i;
     
    129129            {
    130130                WIN32_FILE_ATTRIBUTE_DATA   fad;
    131                
     131
    132132                if (GetFileAttributesEx(pszPathName, GetFileExInfoStandard, &fad)) //W98, NT4 and above.
    133133                {
    134134                    PFILESTATUS3    pfst3 = (PFILESTATUS3)(pInfoBuf);
    135                    
     135
    136136                    if (fad.nFileSizeHigh > 0)
    137137                        rc = ERROR_BAD_LENGTH;
     
    156156    return rc;
    157157}
    158            
     158
    159159
    160160APIRET OS2ENTRY         DosFindFirst(
     
    219219    {
    220220        PFILEFINDBUF3   pfindbuf = (PFILEFINDBUF3)pFindBuf;
    221        
     221
    222222        memcpy(pfindbuf->achName, FindData.cFileName, pfindbuf->cchName = strlen(FindData.cFileName) + 1);
    223223        pfindbuf->cbFile = pfindbuf->cbFileAlloc = FindData.nFileSizeHigh > 0 ? 0xffffffff : FindData.nFileSizeLow;
     
    267267    {
    268268        PFILEFINDBUF3   pfindbuf = (PFILEFINDBUF3)pFindBuf;
    269        
     269
    270270        memcpy(pfindbuf->achName, FindData.cFileName, pfindbuf->cchName = strlen(FindData.cFileName) + 1);
    271271        pfindbuf->cbFile = pfindbuf->cbFileAlloc = FindData.nFileSizeHigh > 0 ? 0xffffffff : FindData.nFileSizeLow;
     
    295295
    296296
    297                    
     297
  • trunk/src/fastdep/os2fake.h

    r7 r2243  
    11/* $Id$
    2  * 
     2 *
    33 * Structures, defines and function prototypes for the OS/2 fake library.
    4  *
    5  * Copyright (c) 2001 knut st. osmundsen ([email protected])
    64 *
    7  * Project Odin Software License can be found in LICENSE.TXT
     5 * Copyright (c) 2001-2009 knut st. osmundsen ([email protected])
     6 *
     7 * GPL
    88 *
    99 */
    10  
    11  
     10
     11
    1212#ifndef _os2fake_h_
    1313#define _os2fake_h_
    1414
    15                    
     15
    1616/*******************************************************************************
    1717*   Defined Constants And Macros                                               *
    1818*******************************************************************************/
    1919#ifndef OS2ENTRY
    20 #define OS2ENTRY   
     20#define OS2ENTRY
    2121#endif
    2222
     
    3535#define FIL_QUERYFULLNAME       5
    3636#endif
    37    
     37
    3838#define FILE_NORMAL             0x0000
    3939#define FILE_READONLY           0x0001
     
    9494#endif
    9595#if !defined(_WINNT_) && !defined(PVOID)
    96 typedef VOID *          PVOID; 
     96typedef VOID *          PVOID;
    9797#endif
    9898
     
    149149typedef struct _FILEFINDBUF3    /* findbuf3 */
    150150{
    151     ULONG   oNextEntryOffset;   
     151    ULONG   oNextEntryOffset;
    152152    FDATE   fdateCreation;
    153153    FTIME   ftimeCreation;
     
    158158    ULONG   cbFile;
    159159    ULONG   cbFileAlloc;
    160     ULONG   attrFile;           
     160    ULONG   attrFile;
    161161    UCHAR   cchName;
    162162    CHAR    achName[CCHMAXPATHCOMP];
  • trunk/src/kDepPre/Makefile.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kDepPre/kDepPre.c

    r2104 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
     
    382382                case 'V':
    383383                    printf("kDepPre - kBuild version %d.%d.%d\n"
    384                            "Copyright (C) 2005-2007 Knut St. Osmundsen\n",
     384                           "Copyright (C) 2005-2008 knut st. osmundsen\n",
    385385                           KBUILD_VERSION_MAJOR, KBUILD_VERSION_MINOR, KBUILD_VERSION_PATCH);
    386386                    return 0;
  • trunk/src/kObjCache/Makefile.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kObjCache/kObjCache.c

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
     
    37973797        {
    37983798            printf("kObjCache - kBuild version %d.%d.%d ($Revision$)\n"
    3799                    "Copyright (C) 2007 Knut St. Osmundsen\n",
     3799                   "Copyright (c) 2007-2009  knut st. osmundsen\n",
    38003800                   KBUILD_VERSION_MAJOR, KBUILD_VERSION_MINOR, KBUILD_VERSION_PATCH);
    38013801            return 0;
  • trunk/src/kash/Makefile.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kash/shfile.c

    r1785 r2243  
    44 * File management.
    55 *
    6  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/kash/shfile.h

    r1784 r2243  
    44 * File management.
    55 *
    6  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/kash/shinstance.c

    r1785 r2243  
    44 * The shell instance methods.
    55 *
    6  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/kash/shinstance.h

    r1785 r2243  
    44 * The shell instance and it's methods.
    55 *
    6  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/kash/shthread.c

    r1233 r2243  
    44 * Shell Thread Management.
    55 *
    6  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
     
    3232#else
    3333# include <pthread.h>
    34 #endif 
     34#endif
    3535
    3636
  • trunk/src/kash/shthread.h

    r1233 r2243  
    44 * Shell thread methods.
    55 *
    6  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/kash/shtypes.h

    r1784 r2243  
    44 * Wrapper for missing types and such.
    55 *
    6  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/kmk/Makefile.kmk

    r2178 r2243  
    55
    66#
    7 # Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/alloccache.c

    r2062 r2243  
    1616
    1717/*
    18  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     18 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    1919 *
    2020 * This file is part of kBuild.
  • trunk/src/kmk/electric.c

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/electric.h

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/expreval.c

    r2161 r2243  
    66
    77/*
    8  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     8 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99 *
    1010 * This file is part of kBuild.
  • trunk/src/kmk/incdep.c

    r2117 r2243  
    66
    77/*
    8  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     8 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99 *
    1010 * This file is part of kBuild.
  • trunk/src/kmk/kbuild.c

    r2235 r2243  
    55
    66/*
    7  * Copyright (c) 2006-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kbuild.h

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2006-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin.c

    r2125 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin.h

    r2141 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/append.c

    r2121 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/darwin.c

    r2113 r2243  
    55
    66/*
    7  * Copyright (c) 2006-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/err.c

    r2113 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/err.h

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/kDepIDB.c

    r2121 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/kbuild_protection.c

    r2113 r2243  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/kbuild_protection.h

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/kbuild_version.c

    r2113 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/md5sum.c

    r2130 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/mscfakes.c

    r2113 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/mscfakes.h

    r2204 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/osdep.c

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/redirect.c

    r2114 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
     
    154154            {
    155155                printf("kmk_redirect - kBuild version %d.%d.%d (r%u)\n"
    156                        "Copyright (C) 2007-2008 Knut St. Osmundsen\n",
     156                       "Copyright (C) 2007-2009 knut st. osmundsen\n",
    157157                       KBUILD_VERSION_MAJOR, KBUILD_VERSION_MINOR, KBUILD_VERSION_PATCH,
    158158                       KBUILD_SVN_REV);
  • trunk/src/kmk/kmkbuiltin/sleep.c

    r2113 r2243  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
     
    105105    {
    106106        printf("kmk_sleep - kBuild version %d.%d.%d (r%u)\n"
    107                "Copyright (C) 2008 Knut St. Osmundsen\n",
     107               "Copyright (c) 2008-2009 knut st. osmundsen\n",
    108108               KBUILD_VERSION_MAJOR, KBUILD_VERSION_MINOR, KBUILD_VERSION_PATCH,
    109109               KBUILD_SVN_REV);
  • trunk/src/kmk/kmkbuiltin/solfakes.c

    r2113 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/kmkbuiltin/solfakes.h

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2005-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2005-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/main.c

    r2185 r2243  
    36493649  printf ("\n\
    36503650%skBuild modifications:\n\
    3651 %s Copyright (C) 2005-2008  Knut St. Osmundsen.\n\
     3651%s Copyright (c) 2005-2009 knut st. osmundsen.\n\
    36523652\n\
    36533653%skmkbuiltin commands derived from *BSD sources:\n\
     
    38023802#ifdef KMK
    38033803  static char need_2nd_error = 0;
    3804 #endif 
     3804#endif
    38053805
    38063806  if (!dying)
     
    38153815#ifdef KMK
    38163816      /*  Flag 2nd error message. */
    3817       if (status != 0 
    3818           && (   job_slots_used > 0 
     3817      if (status != 0
     3818          && (   job_slots_used > 0
    38193819              || print_data_base_flag
    38203820              || print_stats_flag))
    38213821        need_2nd_error = 1;
    3822 #endif /* KMK */     
     3822#endif /* KMK */
    38233823
    38243824      /* Wait for children to die.  */
  • trunk/src/kmk/strcache2.c

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/strcache2.h

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2006-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/kmk/testcase-2ndtargetexp.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/testcase-if1of.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/testcase-includedep-sub.kmk

    r2019 r2243  
    66
    77#
    8 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     8# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
  • trunk/src/kmk/testcase-includedep.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/testcase-lazy-deps-vars.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/testcase-math.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/testcase-stack.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/testcase-xargs.kmk

    r2019 r2243  
    66
    77#
    8 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     8# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    99#
    1010# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/features/ifcond

    r2022 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/evalcall

    r2159 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/expr

    r2022 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/for

    r2161 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/if-expr

    r2023 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/insert

    r2152 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/intersects

    r2021 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/lastpos

    r2152 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/length

    r2152 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/length-var

    r2152 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/pos

    r2152 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/printf

    r2156 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/root

    r2172 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/select

    r2163 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/substr

    r2153 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/translate

    r2154 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/functions/while

    r2161 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/tests/scripts/variables/must_make

    r2024 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/w32/Makefile.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/kmk/w32/tstFileInfo.c

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/lib/Makefile.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/lib/k/kDefs.h

    r2138 r2243  
    44 * kTypes - Defines and Macros.
    55 *
    6  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/lib/k/kTypes.h

    r1283 r2243  
    44 * kTypes - Typedefs And Related Constants And Macros.
    55 *
    6  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     6 * Copyright (c) 2007-2009  knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    77 *
    88 *
  • trunk/src/lib/kDep.c

    r2104 r2243  
    55
    66/*
    7  * Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/lib/kDep.h

    r2104 r2243  
    55
    66/*
    7  * Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/lib/mytypes.h

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/lib/nt_fullpath.c

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2004-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2004-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/lib/startuphacks-win.c

    r2019 r2243  
    77
    88/*
    9  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
     9 * Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    1010 *
    1111 * parse_args(): Copyright (c) 1992-1998 by Eberhard Mattes
  • trunk/src/lib/wrapper.c

    r2019 r2243  
    55
    66/*
    7  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/src/misc/Makefile.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/src/misc/kmk_time.c

    r2019 r2243  
    77
    88/*
    9  * Copyright (c) 2007-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     9 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    1010 *
    1111 * This file is part of kBuild.
     
    242242            case 'V':
    243243                printf("kmk_time - kBuild version %d.%d.%d (r%u)\n"
    244                        "Copyright (C) 2007-2008 Knut St. Osmundsen\n",
     244                       "Copyright (C) 2007-2009 knut st. osmundsen\n",
    245245                       KBUILD_VERSION_MAJOR, KBUILD_VERSION_MINOR, KBUILD_VERSION_PATCH,
    246246                       KBUILD_SVN_REV);
  • trunk/src/sed/Makefile.kmk

    r2019 r2243  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2006-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/tests/Config.kmk

    r1398 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/tests/Makefile.kmk

    r2007 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/tests/dummy.c

    r1406 r2243  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/tests/dummy_defined_X.c

    r1404 r2243  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/tests/dummy_defined_Y.c

    r1411 r2243  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/tests/hello.c

    r1406 r2243  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88 *
    99 * This file is part of kBuild.
  • trunk/tests/inherit-bld/Config.kmk

    r1412 r2243  
    77
    88#
    9 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     9# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    1010#
    1111# This file is part of kBuild.
  • trunk/tests/inherit-bld/Makefile.kmk

    r1509 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/tests/inherit-misc/Makefile.kmk

    r2007 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/tests/inherit-misc/sdk51a-xz.kmk

    r2007 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
  • trunk/tests/inherit-target/Makefile.kmk

    r1588 r2243  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net>
    88#
    99# This file is part of kBuild.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette