Changeset 2413 for trunk/src/fastdep


Ignore:
Timestamp:
Sep 11, 2010, 7:43:04 PM (15 years ago)
Author:
bird
Message:

copyright year update.

Location:
trunk/src/fastdep
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fastdep/Makefile

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

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

    r2243 r2413  
    33 * Fast dependents. (Fast = Quick and Dirty!)
    44 *
    5  * Copyright (c) 1999-2009 knut st. osmundsen (bird-kBuild-spamix@anduin.net)
     5 * Copyright (c) 1999-2010 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
    66 *
    77 * GPL
     
    10061006        "\n"
    10071007        "Options and files could be mixed.\n"
    1008         " copyright (c) 1999-2009 knut st. osmundsen (bird-kBuild-spamix@anduin.net)\n",
     1008        " copyright (c) 1999-2010 knut st. osmundsen (bird-kBuild-spamx@anduin.net)\n",
    10091009        ODIN32_BUILD_NR,
    10101010        pszDefaultDepFile
Note: See TracChangeset for help on using the changeset viewer.