Changeset 29 for trunk/kProfiler2


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

Finally got around execute the switch to the MIT license.

Location:
trunk/kProfiler2
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • trunk/kProfiler2/Makefile.kmk

    r13 r29  
    55
    66#
    7 # Copyright (c) 2006-2007 knut st. osmundsen <bird-src-spam@anduin.net>
    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 <bird-kStuff-spamix@anduin.net>
     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 <bird-src-spam@anduin.net>
    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 <bird-kStuff-spamix@anduin.net>
     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 <bird-src-spam@anduin.net>
    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 <bird-kStuff-spamix@anduin.net>
     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 <bird-src-spam@anduin.net>
    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 <bird-kStuff-spamix@anduin.net>
     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 <bird-src-spam@anduin.net>
    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 <bird-kStuff-spamix@anduin.net>
     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 <bird-src-spam@anduin.net>
    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 <bird-kStuff-spamix@anduin.net>
     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 <bird-src-spam@anduin.net>
    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 <bird-kStuff-spamix@anduin.net>
     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]
Note: See TracChangeset for help on using the changeset viewer.