[Adium-devl] [Adium-svn] rev 23419 - in trunk/Frameworks/AIHyperlinks Framework: . AIHyperlinks.framework.xcodeproj Source UnitTests
Stephen Holt
stephen.holt at gmail.com
Wed May 14 01:53:05 UTC 2008
Heh, rightly so. Maybe even wait for an official 1.3 release? Hit 'em with
a double whammy?
What should it be called? Drop the AI and just call it
Hyperlinks.framework, prefix everything with HLF?
Or HyperlinkDetection.framework, prefix everything with HDF?
Proton had a good point in IRC that seeing AI* may cause a few GPL advocates
to start (wrongly) pointing fingers if they find it in a non open-source
app.
On Tue, May 13, 2008 at 9:42 PM, Colin Barrett <timber at lava.net> wrote:
> Definitely.
> Though I might want to wait until you've got all the files named right and
> have a .zip download. Just for maximum PR impact ;)
>
> -Colin
>
> On May 13, 2008, at 6:14 PM, Stephen Holt wrote:
>
> I think this may be blogworthy, no?
>
> On Tue, May 13, 2008 at 8:59 PM, <sholt at adiumx.com> wrote:
>
> > Author: sholt
> > Date: 2008-05-13 20:59:04 -0400 (Tue, 13 May 2008)
> > New Revision: 23419
> >
> > Added:
> > trunk/Frameworks/AIHyperlinks Framework/Copyright.txt
> > trunk/Frameworks/AIHyperlinks Framework/License.txt
> > Modified:
> > trunk/Frameworks/AIHyperlinks
> > Framework/AIHyperlinks.framework.xcodeproj/project.pbxproj
> > trunk/Frameworks/AIHyperlinks
> > Framework/AIHyperlinks.framework_Prefix.pch
> > trunk/Frameworks/AIHyperlinks Framework/Source/AIHyperlinks.h
> > trunk/Frameworks/AIHyperlinks Framework/Source/SHHyperlinkScanner.h
> > trunk/Frameworks/AIHyperlinks Framework/Source/SHHyperlinkScanner.m
> > trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.h
> > trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.l
> > trunk/Frameworks/AIHyperlinks Framework/Source/SHMarkedHyperlink.h
> > trunk/Frameworks/AIHyperlinks Framework/Source/SHMarkedHyperlink.m
> > trunk/Frameworks/AIHyperlinks
> > Framework/UnitTests/AIHyperlinks.framework_Test_Prefix.pch
> > Log:
> > 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
> >
> >
> >
> > Modified: trunk/Frameworks/AIHyperlinks
> > Framework/AIHyperlinks.framework.xcodeproj/project.pbxproj
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks
> > Framework/AIHyperlinks.framework.xcodeproj/project.pbxproj 2008-05-13
> > 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks
> > Framework/AIHyperlinks.framework.xcodeproj/project.pbxproj 2008-05-14
> > 00:59:04 UTC (rev 23419)
> > @@ -47,6 +47,8 @@
> > 7E78D9C30DD12D4200B9388F /* SimpleURLTest.h */ = {isa =
> > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name
> > = SimpleURLTest.h; path = UnitTests/SimpleURLTest.h; sourceTree = "<group>";
> > };
> > 7E78D9C40DD12D4200B9388F /* SimpleURLTest.m */ = {isa =
> > PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc;
> > name = SimpleURLTest.m; path = UnitTests/SimpleURLTest.m; sourceTree =
> > "<group>"; };
> > 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>"; };
> > + 7E9D89FA0DD4FD4200CD54F8 /* Copyright.txt */ = {isa =
> > PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path =
> > Copyright.txt; sourceTree = "<group>"; };
> > + 7E9D89FB0DD4FD6400CD54F8 /* License.txt */ = {isa =
> > PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path =
> > License.txt; sourceTree = "<group>"; };
> > 7EA3B0440DD1153F002A18D1 /* Test.octest */ = {isa =
> > PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0;
> > path = Test.octest; sourceTree = BUILT_PRODUCTS_DIR; };
> > 7EA3B0450DD1153F002A18D1 /* Test-Info.plist */ = {isa =
> > PBXFileReference; lastKnownFileType = text.plist.xml; name =
> > "Test-Info.plist"; path = "Resources/Test-Info.plist"; sourceTree =
> > "<group>"; };
> > 7EA3B04D0DD11627002A18D1 /* SenTestingKit.framework */ =
> > {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =
> > SenTestingKit.framework; path =
> > /System/Library/Frameworks/SenTestingKit.framework; sourceTree =
> > "<absolute>"; };
> > @@ -87,6 +89,8 @@
> > 0867D691FE84028FC02AAC07 /* AIHyperlinks.framework */ = {
> > isa = PBXGroup;
> > children = (
> > + 7E9D89FB0DD4FD6400CD54F8 /* License.txt
> > */,
> > + 7E9D89FA0DD4FD4200CD54F8 /*
> > Copyright.txt */,
> > 08FB77AEFE84172EC02AAC07 /* Classes */,
> > 32C88DFF0371C24200C91783 /* Other Sources
> > */,
> > 089C1665FE841158C02AAC07 /* Resources */,
> >
> > Modified: trunk/Frameworks/AIHyperlinks
> > Framework/AIHyperlinks.framework_Prefix.pch
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks
> > Framework/AIHyperlinks.framework_Prefix.pch 2008-05-13 20:34:50 UTC (rev
> > 23418)
> > +++ trunk/Frameworks/AIHyperlinks
> > Framework/AIHyperlinks.framework_Prefix.pch 2008-05-14 00:59:04 UTC (rev
> > 23419)
> > @@ -1,6 +1,29 @@
> > -//
> > -// Prefix header for all source files of the 'AIHyperlinks.framework'
> > target in the 'AIHyperlinks.framework' project.
> > -//
> > +/*
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > + *
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > + *
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > + */
> >
> > #ifdef __OBJC__
> > #import <Cocoa/Cocoa.h>
> >
> > Added: trunk/Frameworks/AIHyperlinks Framework/Copyright.txt
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/Copyright.txt
> > (rev 0)
> > +++ trunk/Frameworks/AIHyperlinks Framework/Copyright.txt
> > 2008-05-14 00:59:04 UTC (rev 23419)
> > @@ -0,0 +1,15 @@
> > +AIHyperlinks Framework
> > +(c) 2004-2008 by the following:
> > +
> > +Colin Barrett
> > +Graham Booker
> > +Jorge Salvador Caffarena
> > +Evan Schoenberg
> > +Augie Fackler
> > +Stephen Holt
> > +Peter Hosey
> > +Adam Iser
> > +Jeffrey Melloy
> > +Toby Peterson
> > +Eric Richie
> > +David Smith
> > \ No newline at end of file
> >
> > Added: trunk/Frameworks/AIHyperlinks Framework/License.txt
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/License.txt
> > (rev 0)
> > +++ trunk/Frameworks/AIHyperlinks Framework/License.txt 2008-05-14
> > 00:59:04 UTC (rev 23419)
> > @@ -0,0 +1,29 @@
> > +/*
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > + *
> > + * Copyright (c) 2004-2008
> > + * All rights reserved.
> > + *
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > + *
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > +*/
> >
> > Modified: trunk/Frameworks/AIHyperlinks Framework/Source/AIHyperlinks.h
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/Source/AIHyperlinks.h
> > 2008-05-13 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks Framework/Source/AIHyperlinks.h
> > 2008-05-14 00:59:04 UTC (rev 23419)
> > @@ -1,17 +1,28 @@
> > -/*
> > - * Adium is the legal property of its developers, whose names are
> > listed in the copyright file included
> > - * with this source distribution.
> > - *
> > - * This program is free software; you can redistribute it and/or modify
> > it under the terms of the GNU
> > - * General Public License as published by the Free Software Foundation;
> > either version 2 of the License,
> > - * or (at your option) any later version.
> > - *
> > - * This program is distributed in the hope that it will be useful, but
> > WITHOUT ANY WARRANTY; without even
> > - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE. See the GNU General
> > - * Public License for more details.
> > - *
> > - * You should have received a copy of the GNU General Public License
> > along with this program; if not,
> > - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite
> > 330, Boston, MA 02111-1307, USA.
> > +/*
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > + *
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > + *
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > */
> >
> > #import "SHHyperlinkScanner.h"
> >
> > Modified: trunk/Frameworks/AIHyperlinks
> > Framework/Source/SHHyperlinkScanner.h
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/Source/SHHyperlinkScanner.h
> > 2008-05-13 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks Framework/Source/SHHyperlinkScanner.h
> > 2008-05-14 00:59:04 UTC (rev 23419)
> > @@ -1,17 +1,28 @@
> > -/*
> > - * Adium is the legal property of its developers, whose names are
> > listed in the copyright file included
> > - * with this source distribution.
> > - *
> > - * This program is free software; you can redistribute it and/or modify
> > it under the terms of the GNU
> > - * General Public License as published by the Free Software Foundation;
> > either version 2 of the License,
> > - * or (at your option) any later version.
> > - *
> > - * This program is distributed in the hope that it will be useful, but
> > WITHOUT ANY WARRANTY; without even
> > - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE. See the GNU General
> > - * Public License for more details.
> > - *
> > - * You should have received a copy of the GNU General Public License
> > along with this program; if not,
> > - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite
> > 330, Boston, MA 02111-1307, USA.
> > +/*
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > + *
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > + *
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > */
> >
> > #import "SHLinkLexer.h"
> >
> > Modified: trunk/Frameworks/AIHyperlinks
> > Framework/Source/SHHyperlinkScanner.m
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/Source/SHHyperlinkScanner.m
> > 2008-05-13 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks Framework/Source/SHHyperlinkScanner.m
> > 2008-05-14 00:59:04 UTC (rev 23419)
> > @@ -1,17 +1,28 @@
> > /*
> > - * Adium is the legal property of its developers, whose names are
> > listed in the copyright file included
> > - * with this source distribution.
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > *
> > - * This program is free software; you can redistribute it and/or modify
> > it under the terms of the GNU
> > - * General Public License as published by the Free Software Foundation;
> > either version 2 of the License,
> > - * or (at your option) any later version.
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > *
> > - * This program is distributed in the hope that it will be useful, but
> > WITHOUT ANY WARRANTY; without even
> > - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE. See the GNU General
> > - * Public License for more details.
> > - *
> > - * You should have received a copy of the GNU General Public License
> > along with this program; if not,
> > - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite
> > 330, Boston, MA 02111-1307, USA.
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > */
> >
> > #import "SHHyperlinkScanner.h"
> >
> > Modified: trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.h
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.h
> > 2008-05-13 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.h
> > 2008-05-14 00:59:04 UTC (rev 23419)
> > @@ -1,17 +1,28 @@
> > -/*
> > - * Adium is the legal property of its developers, whose names are
> > listed in the copyright file included
> > - * with this source distribution.
> > - *
> > - * This program is free software; you can redistribute it and/or modify
> > it under the terms of the GNU
> > - * General Public License as published by the Free Software Foundation;
> > either version 2 of the License,
> > - * or (at your option) any later version.
> > - *
> > - * This program is distributed in the hope that it will be useful, but
> > WITHOUT ANY WARRANTY; without even
> > - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE. See the GNU General
> > - * Public License for more details.
> > - *
> > - * You should have received a copy of the GNU General Public License
> > along with this program; if not,
> > - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite
> > 330, Boston, MA 02111-1307, USA.
> > +/*
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > + *
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > + *
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > */
> >
> > typedef enum {
> >
> > Modified: trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.l
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.l
> > 2008-05-13 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks Framework/Source/SHLinkLexer.l
> > 2008-05-14 00:59:04 UTC (rev 23419)
> > @@ -1,9 +1,31 @@
> > %{
> > -/* SHLinkLexer.l
> > - * lex source to verify and identify URL types and completeness
> > +/*
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > *
> > - * Written by Stephen Holt for Adium, released under the GPL
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > *
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > + *
> > + *
> > * Options used: noyywrap : act as if yywrap always
> > returns 1
> > * 8bit : always
> > force 8-bit chars.
> > * caseless : case
> > insensitive lexer
> >
> > Modified: trunk/Frameworks/AIHyperlinks
> > Framework/Source/SHMarkedHyperlink.h
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/Source/SHMarkedHyperlink.h
> > 2008-05-13 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks Framework/Source/SHMarkedHyperlink.h
> > 2008-05-14 00:59:04 UTC (rev 23419)
> > @@ -1,17 +1,28 @@
> > -/*
> > - * Adium is the legal property of its developers, whose names are
> > listed in the copyright file included
> > - * with this source distribution.
> > - *
> > - * This program is free software; you can redistribute it and/or modify
> > it under the terms of the GNU
> > - * General Public License as published by the Free Software Foundation;
> > either version 2 of the License,
> > - * or (at your option) any later version.
> > - *
> > - * This program is distributed in the hope that it will be useful, but
> > WITHOUT ANY WARRANTY; without even
> > - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE. See the GNU General
> > - * Public License for more details.
> > - *
> > - * You should have received a copy of the GNU General Public License
> > along with this program; if not,
> > - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite
> > 330, Boston, MA 02111-1307, USA.
> > +/*
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > + *
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > + *
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > */
> >
> > #import "SHLinkLexer.h"
> >
> > Modified: trunk/Frameworks/AIHyperlinks
> > Framework/Source/SHMarkedHyperlink.m
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks Framework/Source/SHMarkedHyperlink.m
> > 2008-05-13 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks Framework/Source/SHMarkedHyperlink.m
> > 2008-05-14 00:59:04 UTC (rev 23419)
> > @@ -1,17 +1,28 @@
> > /*
> > - * Adium is the legal property of its developers, whose names are
> > listed in the copyright file included
> > - * with this source distribution.
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > *
> > - * This program is free software; you can redistribute it and/or modify
> > it under the terms of the GNU
> > - * General Public License as published by the Free Software Foundation;
> > either version 2 of the License,
> > - * or (at your option) any later version.
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > *
> > - * This program is distributed in the hope that it will be useful, but
> > WITHOUT ANY WARRANTY; without even
> > - * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE. See the GNU General
> > - * Public License for more details.
> > - *
> > - * You should have received a copy of the GNU General Public License
> > along with this program; if not,
> > - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite
> > 330, Boston, MA 02111-1307, USA.
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > */
> >
> > #import "SHMarkedHyperlink.h"
> >
> > Modified: trunk/Frameworks/AIHyperlinks
> > Framework/UnitTests/AIHyperlinks.framework_Test_Prefix.pch
> > ===================================================================
> > --- trunk/Frameworks/AIHyperlinks
> > Framework/UnitTests/AIHyperlinks.framework_Test_Prefix.pch 2008-05-13
> > 20:34:50 UTC (rev 23418)
> > +++ trunk/Frameworks/AIHyperlinks
> > Framework/UnitTests/AIHyperlinks.framework_Test_Prefix.pch 2008-05-14
> > 00:59:04 UTC (rev 23419)
> > @@ -1,11 +1,30 @@
> > /*
> > - * AIHyperlinks.framework_Test_Prefix.pch
> > - * AIHyperlinks.framework
> > + * The AIHyperlinks Framework is the legal property of its developers
> > (DEVELOPERS), whose names are listed in the
> > + * copyright file included with this source distribution.
> > *
> > - * Created by Stephen Holt on 5/6/08.
> > - * Copyright 2008 __MyCompanyName__. All rights reserved.
> > + * Redistribution and use in source and binary forms, with or without
> > + * modification, are permitted provided that the following conditions
> > are met:
> > + * * Redistributions of source code must retain the above copyright
> > + * notice, this list of conditions and the following disclaimer.
> > + * * Redistributions in binary form must reproduce the above
> > copyright
> > + * notice, this list of conditions and the following disclaimer
> > in the
> > + * documentation and/or other materials provided with the
> > distribution.
> > + * * Neither the name of the AIHyperlinks Framework nor the
> > + * names of its contributors may be used to endorse or promote
> > products
> > + * derived from this software without specific prior written
> > permission.
> > *
> > - */
> > + * THIS SOFTWARE IS PROVIDED BY ITS DEVELOPERS ``AS IS'' AND ANY
> > + * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
> > IMPLIED
> > + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
> > ARE
> > + * DISCLAIMED. IN NO EVENT SHALL ITS DEVELOPERS BE LIABLE FOR ANY
> > + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
> > DAMAGES
> > + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> > SERVICES;
> > + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
> > CAUSED AND
> > + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
> > USE OF THIS
> > + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> > +*/
> > +
> > #ifdef __OBJC__
> > #import <Cocoa/Cocoa.h>
> > #endif
> > \ No newline at end of file
> >
> >
> > _______________________________________________
> > Adium-svn mailing list
> > Adium-svn at adiumx.com
> > http://adiumx.com/mailman/listinfo/adium-svn_adiumx.com
> >
>
> _______________________________________________
> Adium-devl mailing list
> Adium-devl at adiumx.com
> http://adiumx.com/mailman/listinfo/adium-devl_adiumx.com
>
>
>
> _______________________________________________
> Adium-devl mailing list
> Adium-devl at adiumx.com
> http://adiumx.com/mailman/listinfo/adium-devl_adiumx.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20080513/7e0703e6/attachment-0001.html>
More information about the devel
mailing list