VirtualBox

Changeset 29 in kStuff


Ignore:
Timestamp:
Jul 1, 2009 8:30:29 PM (16 years ago)
Author:
bird
Message:

Finally got around execute the switch to the MIT license.

Location:
trunk
Files:
1 added
1 deleted
169 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r24 r29  
    55
    66#
    7 # Copyright (c) 2006-2008 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kStuff.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kStuff is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2429#
    2530
  • trunk/Makefile.kmk

    r24 r29  
    55
    66#
    7 # Copyright (c) 2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kStuff.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kStuff is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2429#
    2530
  • trunk/include/k/kAvlTmpl/kAvlBase.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 2001-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     7 * Copyright (c) 2001-2009 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    3330
     
    6461 *  \#define KAVL_LOOKTHRU
    6562 *  Define this to employ a lookthru cache (direct) to speed up lookup for
    66  *  some usage patterns. The value should be the number of members of the 
     63 *  some usage patterns. The value should be the number of members of the
    6764 *   array.
    6865 *
    6966 *  \#define KAVL_LOOKTHRU_HASH(Key)
    70  *  Define this to specify a more efficient translation of the key into 
    71  *  a lookthru array index. The default is key % size. 
    72  *  For some key types this is required as the default will not compile. 
    73  * 
     67 *  Define this to specify a more efficient translation of the key into
     68 *  a lookthru array index. The default is key % size.
     69 *  For some key types this is required as the default will not compile.
     70 *
    7471 *  \#define KAVL_LOCKED
    75  *  Define this if you wish for the tree to be locked via the 
    76  *  KAVL_WRITE_LOCK,  KAVL_WRITE_UNLOCK, KAVL_READ_LOCK and 
     72 *  Define this if you wish for the tree to be locked via the
     73 *  KAVL_WRITE_LOCK,  KAVL_WRITE_UNLOCK, KAVL_READ_LOCK and
    7774 *  KAVL_READ_UNLOCK macros. If not defined the tree will not be subject
    7875 *  do any kind of locking and the problem of concurrency is left the user.
    79  * 
     76 *
    8077 *  \#define KAVL_WRITE_LOCK(pRoot)
    8178 *  Lock the tree for writing.
    82  * 
     79 *
    8380 *  \#define KAVL_WRITE_UNLOCK(pRoot)
    8481 *  Counteracts KAVL_WRITE_LOCK.
    85  * 
     82 *
    8683 *  \#define KAVL_READ_LOCK(pRoot)
    8784 *  Lock the tree for reading.
    88  * 
     85 *
    8986 *  \#define KAVL_READ_UNLOCK(pRoot)
    9087 *  Counteracts KAVL_READ_LOCK.
    91  * 
     88 *
    9289 *  \#define KAVLKEY
    9390 *  Define this to the name of the AVL key type.
     
    9693 *  Define this to use the standard key compare macros. If not set all the
    9794 *  compare operations for KAVLKEY have to be defined: KAVL_G, KAVL_E, KAVL_NE,
    98  *  KAVL_R_IS_IDENTICAL, KAVL_R_IS_INTERSECTING and KAVL_R_IS_IN_RANGE. The 
     95 *  KAVL_R_IS_IDENTICAL, KAVL_R_IS_INTERSECTING and KAVL_R_IS_IN_RANGE. The
    9996 *  latter three are only required when KAVL_RANGE is defined.
    10097 *
     
    112109 *
    113110 *  \#define KAVLROOT
    114  *  Define this to the name (typedef) of the AVL root structure. This 
     111 *  Define this to the name (typedef) of the AVL root structure. This
    115112 *  is optional. However, if specified it must at least have a mpRoot
    116113 *  member of KAVLTREEPTR type. If KAVL_LOOKTHRU is non-zero a
    117  *  maLookthru[KAVL_LOOKTHRU] member of the KAVLTREEPTR type is also 
     114 *  maLookthru[KAVL_LOOKTHRU] member of the KAVLTREEPTR type is also
    118115 *  required.
    119116 *
     
    213210# define KAVL_LOOKTHRU_INVALIDATE_NODE(pRoot, pNode, Key) \
    214211    do { \
    215         KAVLTREEPTR **ppEntry = &pRoot->maLookthru[KAVL_LOOKTHRU_HASH(Key)]; \ 
     212        KAVLTREEPTR **ppEntry = &pRoot->maLookthru[KAVL_LOOKTHRU_HASH(Key)]; \
    216213        if ((pNode) == KAVL_GET_POINTER_NULL(ppEntry)) \
    217214            *ppEntry = KAVL_NULL; \
     
    422419/**
    423420 * Initializes the root of the AVL-tree.
    424  * 
     421 *
    425422 * @param     pTree     Pointer to the root structure.
    426423 */
     
    429426#ifdef KAVL_LOOKTHRU
    430427    unsigned i;
    431 #endif 
     428#endif
    432429
    433430    pRoot->mpRoot = KAVL_NULL;
  • trunk/include/k/kAvlTmpl/kAvlDestroy.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 1999-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    33 
    3430
    3531/**
     
    6258
    6359#ifdef KAVL_LOOKTHRU
    64     /* 
     60    /*
    6561     * Kill the lookthru cache.
    6662     */
  • trunk/include/k/kAvlTmpl/kAvlDoWithAll.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 1999-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    3330
  • trunk/include/k/kAvlTmpl/kAvlEnum.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 1999-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    3330
     
    5249/**
    5350 * Ends an enumeration.
    54  * 
    55  * The purpose of this function is to unlock the tree should the 
     51 *
     52 * The purpose of this function is to unlock the tree should the
    5653 * AVL implementation include locking. It's good practice to call
    5754 * it anyway even if the tree doesn't do any locking.
    58  * 
     55 *
    5956 * @param   pEnumData   Pointer to enumeration control data.
    6057 */
     
    150147    }
    151148
    152     /* 
     149    /*
    153150     * Call EndEnum.
    154151     */
     
    165162 *
    166163 * @returns Pointer to the first node in the enumeration.
    167  *          If NULL is returned the tree is empty calling EndEnum isn't 
     164 *          If NULL is returned the tree is empty calling EndEnum isn't
    168165 *          strictly necessary (although it will do no harm).
    169166 * @param   pRoot           Pointer to the AVL-tree root structure.
  • trunk/include/k/kAvlTmpl/kAvlGet.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 1999-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    33 
    3430
    3531/**
     
    8278            }
    8379        }
    84    
     80
    8581#ifdef KAVL_LOOKTHRU_CACHE
    8682        KAVL_SET_POINTER(ppEntry, pNode);
  • trunk/include/k/kAvlTmpl/kAvlGetBestFit.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 1999-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    33 
    3430
    3531/**
  • trunk/include/k/kAvlTmpl/kAvlGetWithParent.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    33 
    3430
    3531/**
  • trunk/include/k/kAvlTmpl/kAvlRemove2.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 1999-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    33 
    3430
    3531/**
  • trunk/include/k/kAvlTmpl/kAvlRemoveBestFit.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 1999-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 1999-2009 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    33 
    3430
    3531/**
  • trunk/include/k/kAvlTmpl/kAvlUndef.h

    r7 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  *
    26  * As a special exception, since this is a source file and not a header
    27  * file, you are granted permission to #include this file as you wish
    28  * without this in itself causing the resulting program or whatever to be
    29  * covered by the LGPL  license. This exception does not however invalidate
    30  * any other reasons why the resulting program/whatever should not be
    31  * covered the LGPL or GPL.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3229 */
    3330
  • trunk/include/k/kAvlU32.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kAvloU32.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kAvlrU32.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kCpu.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kCpus.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kDbg.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This program is free software; you can redistribute it and/or modify
    10  * it under the terms of the GNU General Public License as published by
    11  * the Free Software Foundation; either version 2 of the License, or
    12  * (at your option) any later version.
    13  *
    14  * This program is distributed in the hope that it will be useful,
    15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    17  * GNU General Public License for more details.
    18  *
    19  * You should have received a copy of the GNU General Public License
    20  * along with This program; if not, write to the Free Software
    21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    22  *
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2329 */
    2430
  • trunk/include/k/kDbgAll.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This program is free software; you can redistribute it and/or modify
    10  * it under the terms of the GNU General Public License as published by
    11  * the Free Software Foundation; either version 2 of the License, or
    12  * (at your option) any later version.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1317 *
    14  * This program is distributed in the hope that it will be useful,
    15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    17  * GNU General Public License for more details.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1820 *
    19  * You should have received a copy of the GNU General Public License
    20  * along with This program; if not, write to the Free Software
    21  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    22  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2329 */
    2430
  • trunk/include/k/kDbgBase.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    917 *
    10  * This file is part of kDbg.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1120 *
    12  * kDbg is free software; you can redistribute it and/or modify
    13  * it under the terms of the GNU General Public License as published by
    14  * the Free Software Foundation; either version 2 of the License, or
    15  * (at your option) any later version.
    16  *
    17  * kDbg is distributed in the hope that it will be useful,
    18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    20  * GNU General Public License for more details.
    21  *
    22  * You should have received a copy of the GNU General Public License
    23  * along with kDbg; if not, write to the Free Software
    24  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    25  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2629 */
    2730
  • trunk/include/k/kDefs.h

    r16 r29  
    11/* $Id$ */
    22/** @file
     3 * kTypes - Defines and Macros.
     4 */
     5
     6/*
     7 * Copyright (c) 2006-2008 Knut St. Osmundsen <[email protected]>
    38 *
    4  * kTypes - Defines and Macros.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    517 *
    6  * Copyright (c) 2007-2008 knut st. osmundsen <[email protected]>
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    720 *
    8  *
    9  * This file is part of k*.
    10  *
    11  * k* is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
    15  *
    16  * k* is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with k*; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kErr.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kErrors.h

    r25 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpAlloc.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpAssert.h

    r18 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpDefs.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpEnv.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpPath.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpProcess.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpSem.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpString.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpSys.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kHlpThread.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kLdr.h

    r25 r29  
    11/* $Id$ */
    22/** @file
    3  *
    43 * kLdr - The Dynamic Loader.
    5  *
    6  * Copyright (c) 2006 knut st. osmundsen <[email protected]>
    7  *
    8  *
    9  * This file is part of kLdr.
    10  *
    11  * kLdr is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU General Public License as published by
    13  * the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
    15  *
    16  * kLdr is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU General Public License
    22  * along with kLdr; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     4 */
     5
     6/*
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kMagics.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kRdr.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kRdrAll.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/include/k/kTypes.h

    r17 r29  
    11/* $Id$ */
    22/** @file
     3 * kTypes - Typedefs And Related Constants And Macros.
     4 */
     5
     6/*
     7 * Copyright (c) 2006-2009 Knut St. Osmundsen <[email protected]>
    38 *
    4  * kTypes - Typedefs And Related Constants And Macros.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    517 *
    6  * Copyright (c) 2007-2009 knut st. osmundsen <[email protected]>
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    720 *
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or modify
    12  * it under the terms of the GNU Lesser General Public License as published
    13  * by the Free Software Foundation; either version 2 of the License, or
    14  * (at your option) any later version.
    15  *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19  * GNU Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public License
    22  * along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kCpu/Makefile.kmk

    r5 r29  
    55
    66#
    7 # Copyright (c) 2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kStuff.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kStuff is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2529#
    2630
  • trunk/kCpu/kCpuCompare.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kCpu/kCpuGetArchAndCpu.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/Makefile.kmk

    r6 r29  
    55
    66#
    7 # Copyright (c) 2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kStuff.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kStuff is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2429#
    2530
  • trunk/kDbg/kDbgDump.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgHlp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgHlpCrt.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgInternal.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgLine.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgModLdr.cpp

    r6 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgModPE.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgModWinDbgHelp.cpp

    r6 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgModule.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgSpace.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kDbg/kDbgSymbol.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kErr/Makefile.kmk

    r5 r29  
    55
    66#
    7 # Copyright (c) 2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kStuff.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kStuff is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2529#
    2630
  • trunk/kErr/kErrName.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Bare/kHlpBare-gcc.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Bare/kHlpBareAssert.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Bare/kHlpBareEnv.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Bare/kHlpBareHeap.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Bare/kHlpBareProcess.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Bare/kHlpBareThread.c

    r24 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Bare/kHlpSys-darwin.c

    r24 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/CRT/kHlpCRTAlloc.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/CRT/kHlpCRTEnv.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/CRT/kHlpCRTString.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpGetEnvUZ.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpGetExt.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpGetFilename.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpInt2Ascii.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpIsFilenameOnly.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemChr.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemComp.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemCopy.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemICompAscii.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemMove.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemPComp.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemPCopy.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemPMove.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemPSet.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpMemSet.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpPage.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrCat.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrChr.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrComp.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrCopy.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrICompAscii.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrIPCompAscii.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrLen.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrNCat.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrNComp.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrNICompAscii.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrNIPCompAscii.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrNLen.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrNPCat.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrNPComp.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrPCat.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrPComp.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrPCopy.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Generic/kHlpStrRChr.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kHlp/Makefile.kmk

    r24 r29  
    55
    66#
    7 # Copyright (c) 2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kStuff.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kStuff is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2529#
    2630
  • trunk/kLdr/Makefile.kmk

    r5 r29  
    55
    66#
    7 # Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8 #
    9 # This file is part of kStuff.
    10 #
    11 # kStuff is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
    15 #
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8#
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
     17#
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
     20#
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2529#
    2630
  • trunk/kLdr/kLdr-os2.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdr-os2.def

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kStuff.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kStuff is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; In addition to the permissions in the GNU Lesser General Public
    17 ; License, you are granted unlimited permission to link the compiled
    18 ; version of this file into combinations with other programs, and to
    19 ; distribute those combinations without any restriction coming from
    20 ; the use of this file.
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2129;
    22 ; kStuff is distributed in the hope that it will be useful,
    23 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    24 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25 ; Lesser General Public License for more details.
    26 ;
    27 ; You should have received a copy of the GNU Lesser General Public
    28 ; License along with kStuff; if not, write to the Free Software
    29 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30 ; 02110-1301, USA
    31 ;
    32 
    3330
    3431LIBRARY kLdr INITINSTANCE TERMINSTANCE
  • trunk/kLdr/kLdr-win.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdr-win.def

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kStuff.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kStuff is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; In addition to the permissions in the GNU Lesser General Public
    17 ; License, you are granted unlimited permission to link the compiled
    18 ; version of this file into combinations with other programs, and to
    19 ; distribute those combinations without any restriction coming from
    20 ; the use of this file.
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2129;
    22 ; kStuff is distributed in the hope that it will be useful,
    23 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    24 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25 ; Lesser General Public License for more details.
    26 ;
    27 ; You should have received a copy of the GNU Lesser General Public
    28 ; License along with kStuff; if not, write to the Free Software
    29 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30 ; 02110-1301, USA
    31 ;
    32 
    3330
    3431LIBRARY kLdr
  • trunk/kLdr/kLdr.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrA-os2.asm

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kStuff.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kStuff is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; In addition to the permissions in the GNU Lesser General Public
    17 ; License, you are granted unlimited permission to link the compiled
    18 ; version of this file into combinations with other programs, and to
    19 ; distribute those combinations without any restriction coming from
    20 ; the use of this file.
    21 ;
    22 ; kStuff is distributed in the hope that it will be useful,
    23 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    24 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25 ; Lesser General Public License for more details.
    26 ;
    27 ; You should have received a copy of the GNU Lesser General Public
    28 ; License along with kStuff; if not, write to the Free Software
    29 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30 ; 02110-1301, USA
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    3129;
    3230
  • trunk/kLdr/kLdrDyld.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrDyldFind.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrDyldMod.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrDyldOS.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrDyldSem.c

    r24 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrExeStub-os2.asm

    r2 r29  
    88
    99;
    10 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     10; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    1111;
    12 ; This file is part of kStuff.
     12; Permission is hereby granted, free of charge, to any person
     13; obtaining a copy of this software and associated documentation
     14; files (the "Software"), to deal in the Software without
     15; restriction, including without limitation the rights to use,
     16; copy, modify, merge, publish, distribute, sublicense, and/or sell
     17; copies of the Software, and to permit persons to whom the
     18; Software is furnished to do so, subject to the following
     19; conditions:
    1320;
    14 ; kStuff is free software; you can redistribute it and/or
    15 ; modify it under the terms of the GNU Lesser General Public
    16 ; License as published by the Free Software Foundation; either
    17 ; version 2.1 of the License, or (at your option) any later version.
     21; The above copyright notice and this permission notice shall be
     22; included in all copies or substantial portions of the Software.
    1823;
    19 ; In addition to the permissions in the GNU Lesser General Public
    20 ; License, you are granted unlimited permission to link the compiled
    21 ; version of this file into combinations with other programs, and to
    22 ; distribute those combinations without any restriction coming from
    23 ; the use of this file.
    24 ;
    25 ; kStuff is distributed in the hope that it will be useful,
    26 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    27 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    28 ; Lesser General Public License for more details.
    29 ;
    30 ; You should have received a copy of the GNU Lesser General Public
    31 ; License along with kStuff; if not, write to the Free Software
    32 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    33 ; 02110-1301, USA
     24; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     25; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     26; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     27; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     28; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     29; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     30; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     31; OTHER DEALINGS IN THE SOFTWARE.
    3432;
    3533
  • trunk/kLdr/kLdrExeStub-os2.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrExeStub-os2A.asm

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kStuff.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kStuff is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; In addition to the permissions in the GNU Lesser General Public
    17 ; License, you are granted unlimited permission to link the compiled
    18 ; version of this file into combinations with other programs, and to
    19 ; distribute those combinations without any restriction coming from
    20 ; the use of this file.
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2129;
    22 ; kStuff is distributed in the hope that it will be useful,
    23 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    24 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25 ; Lesser General Public License for more details.
    26 ;
    27 ; You should have received a copy of the GNU Lesser General Public
    28 ; License along with kStuff; if not, write to the Free Software
    29 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30 ; 02110-1301, USA
    31 ;
    32 
    3330
    3431
  • trunk/kLdr/kLdrExeStub-win.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrInternal.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrMod.c

    r26 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrModLX.c

    r28 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrModMachO.c

    r28 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrModNative.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/kLdrModPE.c

    r28 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kLdr/testcase/Makefile.kmk

    r5 r29  
    55
    66#
    7 # Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8 #
    9 # This file is part of kStuff.
    10 #
    11 # kStuff is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
    15 #
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8#
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
     17#
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
     20#
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2529#
    2630
  • trunk/kLdr/testcase/tst-0-driver.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kLdr/testcase/tst-3-driver.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kLdr/testcase/tst-3-ext.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kLdr/testcase/tst-3-imp-os2.def

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kStuff.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kStuff is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; kStuff is distributed in the hope that it will be useful,
    17 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 ; Lesser General Public License for more details.
    20 ;
    21 ; You should have received a copy of the GNU Lesser General Public
    22 ; License along with kStuff; if not, write to the Free Software
    23 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 ;
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2529;
    2630
  • trunk/kLdr/testcase/tst-3-imp-win.def

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kStuff.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kStuff is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; kStuff is distributed in the hope that it will be useful,
    17 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 ; Lesser General Public License for more details.
    20 ;
    21 ; You should have received a copy of the GNU Lesser General Public
    22 ; License along with kStuff; if not, write to the Free Software
    23 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 ;
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2529;
    2630
  • trunk/kLdr/testcase/tst-3.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kLdr/testcase/tst.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kLdr/testcase/tstDllMain.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kLdr/testcase/tstDllMainStub-os2.asm

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kStuff.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kStuff is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; kStuff is distributed in the hope that it will be useful,
    17 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 ; Lesser General Public License for more details.
    20 ;
    21 ; You should have received a copy of the GNU Lesser General Public
    22 ; License along with kStuff; if not, write to the Free Software
    23 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 ;
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2529;
    2630
  • trunk/kLdr/testcase/tstDllMainStub.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kLdr/testcase/tstExeMainStub-os2.asm

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kStuff.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kStuff is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; kStuff is distributed in the hope that it will be useful,
    17 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 ; Lesser General Public License for more details.
    20 ;
    21 ; You should have received a copy of the GNU Lesser General Public
    22 ; License along with kStuff; if not, write to the Free Software
    23 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 ;
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2529;
    2630
  • trunk/kLdr/testcase/tstExeMainStub.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kStuff is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kStuff; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kLdr/tstkLdrHeap.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
    31  */
    32 
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
     29 */
    3330
    3431/*******************************************************************************
  • trunk/kLdr/tstkLdrMod.c

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kProfiler2/Makefile.kmk

    r13 r29  
    55
    66#
    7 # Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8 #
    9 # This file is part of kProfiler.
    10 #
    11 # kProfiler is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
    15 #
    16 # kProfiler is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kProfiler; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
    25 
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8#
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
     17#
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
     20#
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
     29#
    2630
    2731DEPTH ?= ..
  • trunk/kProfiler2/dllmain-win.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfile.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfile is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfile is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfile; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    26 
    2730
    2831/*******************************************************************************
  • trunk/kProfiler2/kPrf2-win-amd64.def

    r13 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kProfiler.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kProfiler is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; kProfiler is distributed in the hope that it will be useful,
    17 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 ; Lesser General Public License for more details.
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2029;
    21 ; You should have received a copy of the GNU Lesser General Public
    22 ; License along with kProfiler; if not, write to the Free Software
    23 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 ;
    25 
    2630
    2731LIBRARY kPrf2
  • trunk/kProfiler2/kPrf2-win-x86.def

    r13 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88;
    9 ; This file is part of kProfiler.
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
    1017;
    11 ; kProfiler is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
    1520;
    16 ; kProfiler is distributed in the hope that it will be useful,
    17 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 ; Lesser General Public License for more details.
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
    2029;
    21 ; You should have received a copy of the GNU Lesser General Public
    22 ; License along with kProfiler; if not, write to the Free Software
    23 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 ;
    25 
    2630
    2731LIBRARY kPrf2
  • trunk/kProfiler2/kPrf2Read.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kProfiler.
    10  *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  */
    26 
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
     29 */
    2730
    2831/*******************************************************************************
  • trunk/kProfiler2/kPrf2WinApi-dumpbin.sed

    r13 r29  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kProfiler.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kProfiler is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kProfiler is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2029#
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kProfiler; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 #
    25 
    2630
    2731#
  • trunk/kProfiler2/kPrf2WinApi-gencode.sed

    r11 r29  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kProfiler.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kProfiler is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kProfiler is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kProfiler; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2429#
    2530
  • trunk/kProfiler2/kPrf2WinApi-genimp.sed

    r11 r29  
    55
    66#
    7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2008 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kProfiler.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kProfiler is free software; you can redistribute it and/or
    12 # modify it under the terms of the GNU Lesser General Public
    13 # License as published by the Free Software Foundation; either
    14 # version 2.1 of the License, or (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kProfiler is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 # Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with kProfiler; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2429#
    2530
  • trunk/kProfiler2/kPrf2WinApi-pre.sed

    r13 r29  
    66
    77#
    8 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     8# Copyright (c) 2008 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    99#
    10 # This file is part of kProfiler.
     10# Permission is hereby granted, free of charge, to any person
     11# obtaining a copy of this software and associated documentation
     12# files (the "Software"), to deal in the Software without
     13# restriction, including without limitation the rights to use,
     14# copy, modify, merge, publish, distribute, sublicense, and/or sell
     15# copies of the Software, and to permit persons to whom the
     16# Software is furnished to do so, subject to the following
     17# conditions:
    1118#
    12 # kProfiler is free software; you can redistribute it and/or
    13 # modify it under the terms of the GNU Lesser General Public
    14 # License as published by the Free Software Foundation; either
    15 # version 2.1 of the License, or (at your option) any later version.
     19# The above copyright notice and this permission notice shall be
     20# included in all copies or substantial portions of the Software.
    1621#
    17 # kProfiler is distributed in the hope that it will be useful,
    18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    20 # Lesser General Public License for more details.
    21 #
    22 # You should have received a copy of the GNU Lesser General Public
    23 # License along with kProfiler; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     22# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     23# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     24# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     25# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     26# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     27# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     28# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     29# OTHER DEALINGS IN THE SOFTWARE.
    2530#
    2631
  • trunk/kProfiler2/kPrf2WinApiWrapperHlp.c

    r13 r29  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This program is free software; you can redistribute it and/or modify
    10  * it under the terms of the GNU General Public License as published by
    11  * the Free Software Foundation; either version 2 of the License, or
    12  * (at your option) any later version.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1317 *
    14  * This program is distributed in the hope that it will be useful,
    15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    17  * GNU General Public License for more details.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1820 *
    19  * You should have received a copy of the GNU General Public License
    20  * along with This program; if not, write to the Free Software
    21  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    22  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2329 */
    2430
  • trunk/kProfiler2/kPrf2WinApiWrapperHlp.h

    r13 r29  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This program is free software; you can redistribute it and/or modify
    10  * it under the terms of the GNU General Public License as published by
    11  * the Free Software Foundation; either version 2 of the License, or
    12  * (at your option) any later version.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1317 *
    14  * This program is distributed in the hope that it will be useful,
    15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    17  * GNU General Public License for more details.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1820 *
    19  * You should have received a copy of the GNU General Public License
    20  * along with This program; if not, write to the Free Software
    21  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    22  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2329 */
    2430
  • trunk/kProfiler2/kPrf2WinApiWrappers.c

    r13 r29  
    55
    66/*
    7  * Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2008 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This program is free software; you can redistribute it and/or modify
    10  * it under the terms of the GNU General Public License as published by
    11  * the Free Software Foundation; either version 2 of the License, or
    12  * (at your option) any later version.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1317 *
    14  * This program is distributed in the hope that it will be useful,
    15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    17  * GNU General Public License for more details.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1820 *
    19  * You should have received a copy of the GNU General Public License
    20  * along with This program; if not, write to the Free Software
    21  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    22  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2329 */
    2430
  • trunk/kProfiler2/kProfileR3.cpp

    r9 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kProfiler.
    10  *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
    25  */
    26 
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
     29 */
    2730
    2831/*******************************************************************************
  • trunk/kProfiler2/kProfileR3.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfamd64msc.asm

    r14 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8 ;
    9 ; This file is part of kProfiler.
    10 ;
    11 ; kProfiler is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
    15 ;
    16 ; kProfiler is distributed in the hope that it will be useful,
    17 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 ; Lesser General Public License for more details.
    20 ;
    21 ; You should have received a copy of the GNU Lesser General Public
    22 ; License along with kProfiler; if not, write to the Free Software
    23 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 ;
    25 
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8;
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
     17;
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
     20;
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
     29;
    2630
    2731[section .data]
  • trunk/kProfiler2/prfcore.cpp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kProfiler.
    10  *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfcore.h.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfcorefunction.cpp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfcoreinit.cpp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfcoremodseg.cpp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfcorepost.cpp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfcorepre.cpp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfcorereloc.cpp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfcoreterm.cpp.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kProfiler.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfreader.cpp.h

    r10 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kProfiler.
    10  *
    11  * kProfiler is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * kProfiler is distributed in the hope that it will be useful,
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19  * Lesser General Public License for more details.
    20  *
    21  * You should have received a copy of the GNU Lesser General Public
    22  * License along with kProfiler; if not, write to the Free Software
    23  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24  *
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2529 */
    2630
  • trunk/kProfiler2/prfx86msc.asm

    r2 r29  
    55
    66;
    7 ; Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8 ;
    9 ; This file is part of kProfiler.
    10 ;
    11 ; kProfiler is free software; you can redistribute it and/or
    12 ; modify it under the terms of the GNU Lesser General Public
    13 ; License as published by the Free Software Foundation; either
    14 ; version 2.1 of the License, or (at your option) any later version.
    15 ;
    16 ; kProfiler is distributed in the hope that it will be useful,
    17 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 ; Lesser General Public License for more details.
    20 ;
    21 ; You should have received a copy of the GNU Lesser General Public
    22 ; License along with kProfiler; if not, write to the Free Software
    23 ; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 ;
    25 
     7; Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8;
     9; Permission is hereby granted, free of charge, to any person
     10; obtaining a copy of this software and associated documentation
     11; files (the "Software"), to deal in the Software without
     12; restriction, including without limitation the rights to use,
     13; copy, modify, merge, publish, distribute, sublicense, and/or sell
     14; copies of the Software, and to permit persons to whom the
     15; Software is furnished to do so, subject to the following
     16; conditions:
     17;
     18; The above copyright notice and this permission notice shall be
     19; included in all copies or substantial portions of the Software.
     20;
     21; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24; NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25; HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26; WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28; OTHER DEALINGS IN THE SOFTWARE.
     29;
    2630
    2731[section .data]
  • trunk/kRdr/Makefile.kmk

    r5 r29  
    55
    66#
    7 # Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
     7# Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88#
    9 # This file is part of kStuff.
     9# Permission is hereby granted, free of charge, to any person
     10# obtaining a copy of this software and associated documentation
     11# files (the "Software"), to deal in the Software without
     12# restriction, including without limitation the rights to use,
     13# copy, modify, merge, publish, distribute, sublicense, and/or sell
     14# copies of the Software, and to permit persons to whom the
     15# Software is furnished to do so, subject to the following
     16# conditions:
    1017#
    11 # kStuff is free software; you can redistribute it and/or modify
    12 # it under the terms of the GNU Lesser General Public License as published
    13 # by the Free Software Foundation; either version 2 of the License, or
    14 # (at your option) any later version.
     18# The above copyright notice and this permission notice shall be
     19# included in all copies or substantial portions of the Software.
    1520#
    16 # kStuff is distributed in the hope that it will be useful,
    17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    19 # GNU Lesser General Public License for more details.
    20 #
    21 # You should have received a copy of the GNU Lesser General Public License
    22 # along with kStuff; if not, write to the Free Software
    23 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24 #
     21# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28# OTHER DEALINGS IN THE SOFTWARE.
    2529#
    2630
  • trunk/kRdr/kRdr.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
    31  */
    32 
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
     29 */
    3330
    3431/*******************************************************************************
  • trunk/kRdr/kRdrBuffered.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <[email protected]>
    8  *
    9  * This file is part of kStuff.
    10  *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
    15  *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <[email protected]>
     8 *
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kRdr/kRdrFile.cpp

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
  • trunk/kRdr/kRdrInternal.h

    r2 r29  
    55
    66/*
    7  * Copyright (c) 2006-2007 knut st. osmundsen <bird-kStuff-spam@anduin.net>
     7 * Copyright (c) 2006-2007 Knut St. Osmundsen <bird-kStuff-spamix@anduin.net>
    88 *
    9  * This file is part of kStuff.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1017 *
    11  * kStuff is free software; you can redistribute it and/or
    12  * modify it under the terms of the GNU Lesser General Public
    13  * License as published by the Free Software Foundation; either
    14  * version 2.1 of the License, or (at your option) any later version.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1520 *
    16  * In addition to the permissions in the GNU Lesser General Public
    17  * License, you are granted unlimited permission to link the compiled
    18  * version of this file into combinations with other programs, and to
    19  * distribute those combinations without any restriction coming from
    20  * the use of this file.
    21  *
    22  * kStuff is distributed in the hope that it will be useful,
    23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    25  * Lesser General Public License for more details.
    26  *
    27  * You should have received a copy of the GNU Lesser General Public
    28  * License along with kStuff; if not, write to the Free Software
    29  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    30  * 02110-1301, USA
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    3129 */
    3230
Note: See TracChangeset for help on using the changeset viewer.

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