Adium

Changeset 23419

Show
Ignore:
Timestamp:
05/13/2008 08:59:04 PM (7 months ago)
Author:
sholt
Message:

Finally got everyone's permission to turn this bit over from GPL to BSD. Most any cocoa program should be able to use this now. YAY!
* Changed file headers from GPL to BSD
* Added License and Copyright files to project

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/AIHyperlinks Framework/AIHyperlinks.framework_Prefix.pch

    r9794 r23419  
    1 // 
    2 // Prefix header for all source files of the 'AIHyperlinks.framework' target in the 'AIHyperlinks.framework' project. 
    3 // 
     1/* 
     2 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     3 * copyright file included with this source distribution. 
     4 * 
     5 * Redistribution and use in source and binary forms, with or without 
     6 * modification, are permitted provided that the following conditions are met: 
     7 *     * Redistributions of source code must retain the above copyright 
     8 *       notice, this list of conditions and the following disclaimer. 
     9 *     * Redistributions in binary form must reproduce the above copyright 
     10 *       notice, this list of conditions and the following disclaimer in the 
     11 *       documentation and/or other materials provided with the distribution. 
     12 *     * Neither the name of the AIHyperlinks Framework nor the 
     13 *       names of its contributors may be used to endorse or promote products 
     14 *       derived from this software without specific prior written permission. 
     15 * 
     16 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     26 */ 
    427 
    528#ifdef __OBJC__ 
  • trunk/Frameworks/AIHyperlinks Framework/AIHyperlinks.framework.xcodeproj/project.pbxproj

    r23341 r23419  
    4848                7E78D9C40DD12D4200B9388F /* SimpleURLTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SimpleURLTest.m; path = UnitTests/SimpleURLTest.m; sourceTree = "<group>"; }; 
    4949                7E78DA140DD133F300B9388F /* AIHyperlinks.framework_Test_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIHyperlinks.framework_Test_Prefix.pch; path = UnitTests/AIHyperlinks.framework_Test_Prefix.pch; sourceTree = "<group>"; }; 
     50                7E9D89FA0DD4FD4200CD54F8 /* Copyright.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Copyright.txt; sourceTree = "<group>"; }; 
     51                7E9D89FB0DD4FD6400CD54F8 /* License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License.txt; sourceTree = "<group>"; }; 
    5052                7EA3B0440DD1153F002A18D1 /* Test.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Test.octest; sourceTree = BUILT_PRODUCTS_DIR; }; 
    5153                7EA3B0450DD1153F002A18D1 /* Test-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Test-Info.plist"; path = "Resources/Test-Info.plist"; sourceTree = "<group>"; }; 
     
    8890                        isa = PBXGroup; 
    8991                        children = ( 
     92                                7E9D89FB0DD4FD6400CD54F8 /* License.txt */, 
     93                                7E9D89FA0DD4FD4200CD54F8 /* Copyright.txt */, 
    9094                                08FB77AEFE84172EC02AAC07 /* Classes */, 
    9195                                32C88DFF0371C24200C91783 /* Other Sources */, 
  • trunk/Frameworks/AIHyperlinks Framework/Source/AIHyperlinks.h

    r9792 r23419  
    1 /*  
    2  * Adium is the legal property of its developers, whose names are listed in the copyright file included 
    3  * with this source distribution. 
    4  *  
    5  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
    6  * General Public License as published by the Free Software Foundation; either version 2 of the License, 
    7  * or (at your option) any later version. 
    8  *  
    9  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
    10  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
    11  * Public License for more details. 
    12  *  
    13  * You should have received a copy of the GNU General Public License along with this program; if not, 
    14  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     1/* 
     2 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     3 * copyright file included with this source distribution. 
     4 * 
     5 * Redistribution and use in source and binary forms, with or without 
     6 * modification, are permitted provided that the following conditions are met: 
     7 *     * Redistributions of source code must retain the above copyright 
     8 *       notice, this list of conditions and the following disclaimer. 
     9 *     * Redistributions in binary form must reproduce the above copyright 
     10 *       notice, this list of conditions and the following disclaimer in the 
     11 *       documentation and/or other materials provided with the distribution. 
     12 *     * Neither the name of the AIHyperlinks Framework nor the 
     13 *       names of its contributors may be used to endorse or promote products 
     14 *       derived from this software without specific prior written permission. 
     15 * 
     16 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1526 */ 
    1627 
  • trunk/Frameworks/AIHyperlinks Framework/Source/SHHyperlinkScanner.h

    r11420 r23419  
    1 /*  
    2  * Adium is the legal property of its developers, whose names are listed in the copyright file included 
    3  * with this source distribution. 
    4  *  
    5  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
    6  * General Public License as published by the Free Software Foundation; either version 2 of the License, 
    7  * or (at your option) any later version. 
    8  *  
    9  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
    10  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
    11  * Public License for more details. 
    12  *  
    13  * You should have received a copy of the GNU General Public License along with this program; if not, 
    14  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     1/* 
     2 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     3 * copyright file included with this source distribution. 
     4 * 
     5 * Redistribution and use in source and binary forms, with or without 
     6 * modification, are permitted provided that the following conditions are met: 
     7 *     * Redistributions of source code must retain the above copyright 
     8 *       notice, this list of conditions and the following disclaimer. 
     9 *     * Redistributions in binary form must reproduce the above copyright 
     10 *       notice, this list of conditions and the following disclaimer in the 
     11 *       documentation and/or other materials provided with the distribution. 
     12 *     * Neither the name of the AIHyperlinks Framework nor the 
     13 *       names of its contributors may be used to endorse or promote products 
     14 *       derived from this software without specific prior written permission. 
     15 * 
     16 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1526 */ 
    1627 
  • trunk/Frameworks/AIHyperlinks Framework/Source/SHHyperlinkScanner.m

    r23363 r23419  
    11/* 
    2  * Adium is the legal property of its developers, whose names are listed in the copyright file included 
    3  * with this source distribution. 
     2 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     3 * copyright file included with this source distribution. 
    44 * 
    5  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
    6  * General Public License as published by the Free Software Foundation; either version 2 of the License, 
    7  * or (at your option) any later version. 
     5 * Redistribution and use in source and binary forms, with or without 
     6 * modification, are permitted provided that the following conditions are met: 
     7 *     * Redistributions of source code must retain the above copyright 
     8 *       notice, this list of conditions and the following disclaimer. 
     9 *     * Redistributions in binary form must reproduce the above copyright 
     10 *       notice, this list of conditions and the following disclaimer in the 
     11 *       documentation and/or other materials provided with the distribution. 
     12 *     * Neither the name of the AIHyperlinks Framework nor the 
     13 *       names of its contributors may be used to endorse or promote products 
     14 *       derived from this software without specific prior written permission. 
    815 * 
    9  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
    10  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
    11  * Public License for more details. 
    12  * 
    13  * You should have received a copy of the GNU General Public License along with this program; if not, 
    14  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     16 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1526 */ 
    1627 
  • trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.h

    r9790 r23419  
    1 /*  
    2  * Adium is the legal property of its developers, whose names are listed in the copyright file included 
    3  * with this source distribution. 
    4  *  
    5  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
    6  * General Public License as published by the Free Software Foundation; either version 2 of the License, 
    7  * or (at your option) any later version. 
    8  *  
    9  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
    10  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
    11  * Public License for more details. 
    12  *  
    13  * You should have received a copy of the GNU General Public License along with this program; if not, 
    14  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     1/* 
     2 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     3 * copyright file included with this source distribution. 
     4 * 
     5 * Redistribution and use in source and binary forms, with or without 
     6 * modification, are permitted provided that the following conditions are met: 
     7 *     * Redistributions of source code must retain the above copyright 
     8 *       notice, this list of conditions and the following disclaimer. 
     9 *     * Redistributions in binary form must reproduce the above copyright 
     10 *       notice, this list of conditions and the following disclaimer in the 
     11 *       documentation and/or other materials provided with the distribution. 
     12 *     * Neither the name of the AIHyperlinks Framework nor the 
     13 *       names of its contributors may be used to endorse or promote products 
     14 *       derived from this software without specific prior written permission. 
     15 * 
     16 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1526 */ 
    1627 
  • trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.l

    r23352 r23419  
    11%{ 
    2 /* SHLinkLexer.l 
    3  * lex source to verify and identify URL types and completeness 
     2/* 
     3 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     4 * copyright file included with this source distribution. 
    45 * 
    5  * Written by Stephen Holt for Adium, released under the GPL 
     6 * Redistribution and use in source and binary forms, with or without 
     7 * modification, are permitted provided that the following conditions are met: 
     8 *     * Redistributions of source code must retain the above copyright 
     9 *       notice, this list of conditions and the following disclaimer. 
     10 *     * Redistributions in binary form must reproduce the above copyright 
     11 *       notice, this list of conditions and the following disclaimer in the 
     12 *       documentation and/or other materials provided with the distribution. 
     13 *     * Neither the name of the AIHyperlinks Framework nor the 
     14 *       names of its contributors may be used to endorse or promote products 
     15 *       derived from this software without specific prior written permission. 
     16 * 
     17 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     18 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     19 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     20 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     21 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     22 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     23 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     24 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     26 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     27 * 
    628 * 
    729 *      Options used:   noyywrap            : act as if yywrap always returns 1 
  • trunk/Frameworks/AIHyperlinks Framework/Source/SHMarkedHyperlink.h

    r9790 r23419  
    1 /*  
    2  * Adium is the legal property of its developers, whose names are listed in the copyright file included 
    3  * with this source distribution. 
    4  *  
    5  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
    6  * General Public License as published by the Free Software Foundation; either version 2 of the License, 
    7  * or (at your option) any later version. 
    8  *  
    9  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
    10  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
    11  * Public License for more details. 
    12  *  
    13  * You should have received a copy of the GNU General Public License along with this program; if not, 
    14  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     1/* 
     2 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     3 * copyright file included with this source distribution. 
     4 * 
     5 * Redistribution and use in source and binary forms, with or without 
     6 * modification, are permitted provided that the following conditions are met: 
     7 *     * Redistributions of source code must retain the above copyright 
     8 *       notice, this list of conditions and the following disclaimer. 
     9 *     * Redistributions in binary form must reproduce the above copyright 
     10 *       notice, this list of conditions and the following disclaimer in the 
     11 *       documentation and/or other materials provided with the distribution. 
     12 *     * Neither the name of the AIHyperlinks Framework nor the 
     13 *       names of its contributors may be used to endorse or promote products 
     14 *       derived from this software without specific prior written permission. 
     15 * 
     16 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1526 */ 
    1627 
  • trunk/Frameworks/AIHyperlinks Framework/Source/SHMarkedHyperlink.m

    r11174 r23419  
    11/* 
    2  * Adium is the legal property of its developers, whose names are listed in the copyright file included 
    3  * with this source distribution. 
     2 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     3 * copyright file included with this source distribution. 
    44 * 
    5  * This program is free software; you can redistribute it and/or modify it under the terms of the GNU 
    6  * General Public License as published by the Free Software Foundation; either version 2 of the License, 
    7  * or (at your option) any later version. 
     5 * Redistribution and use in source and binary forms, with or without 
     6 * modification, are permitted provided that the following conditions are met: 
     7 *     * Redistributions of source code must retain the above copyright 
     8 *       notice, this list of conditions and the following disclaimer. 
     9 *     * Redistributions in binary form must reproduce the above copyright 
     10 *       notice, this list of conditions and the following disclaimer in the 
     11 *       documentation and/or other materials provided with the distribution. 
     12 *     * Neither the name of the AIHyperlinks Framework nor the 
     13 *       names of its contributors may be used to endorse or promote products 
     14 *       derived from this software without specific prior written permission. 
    815 * 
    9  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
    10  * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
    11  * Public License for more details. 
    12  * 
    13  * You should have received a copy of the GNU General Public License along with this program; if not, 
    14  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     16 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
    1526 */ 
    1627 
  • trunk/Frameworks/AIHyperlinks Framework/UnitTests/AIHyperlinks.framework_Test_Prefix.pch

    r23318 r23419  
    11/* 
    2  * AIHyperlinks.framework_Test_Prefix.pch 
    3  * AIHyperlinks.framework 
     2 * The AIHyperlinks Framework is the legal property of its developers (DEVELOPERS), whose names are listed in the 
     3 * copyright file included with this source distribution. 
    44 * 
    5  *  Created by Stephen Holt on 5/6/08. 
    6  *  Copyright 2008 __MyCompanyName__. All rights reserved. 
     5 * Redistribution and use in source and binary forms, with or without 
     6 * modification, are permitted provided that the following conditions are met: 
     7 *     * Redistributions of source code must retain the above copyright 
     8 *       notice, this list of conditions and the following disclaimer. 
     9 *     * Redistributions in binary form must reproduce the above copyright 
     10 *       notice, this list of conditions and the following disclaimer in the 
     11 *       documentation and/or other materials provided with the distribution. 
     12 *     * Neither the name of the AIHyperlinks Framework nor the 
     13 *       names of its contributors may be used to endorse or promote products 
     14 *       derived from this software without specific prior written permission. 
    715 * 
    8  */ 
     16 * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY 
     17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
     18 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
     19 * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY 
     20 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
     21 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
     22 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
     23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
     24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
     25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     26*/ 
     27 
    928#ifdef __OBJC__ 
    1029    #import <Cocoa/Cocoa.h>