Overview
Comment: | Update URL in copyright. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
58f1f2d5c58bcbb68ccb01300d0388ec |
User & Date: | js on 2012-03-21 10:53:04 |
Other Links: | manifest | tags |
Context
2012-10-17
| ||
20:18 | Use async I/O. check-in: e7f34ce8d0 user: js tags: trunk | |
2012-03-21
| ||
10:53 | Update URL in copyright. check-in: 58f1f2d5c5 user: js tags: trunk | |
2012-02-16
| ||
17:27 | Don't require an IRCUser where it is not necessary. check-in: b86913fa3e user: js tags: trunk | |
Changes
Modified src/IRCChannel.h from [25d9875e0e] to [4f359bd195].
1 2 3 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objirc.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/IRCChannel.m from [9e11412db3] to [82f63b0a8e].
1 2 3 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objirc.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/IRCConnection.h from [f1fa07458f] to [ed10d07beb].
1 2 3 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objirc.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/IRCConnection.m from [fa19dc10f5] to [e5ee986697].
1 2 3 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objirc.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/IRCUser.h from [353088c1af] to [cfc77d4ee2].
1 2 3 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objirc.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/IRCUser.m from [3f5ec0521c] to [1b330b60e2].
1 2 3 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objirc.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/ObjIRC.h from [46f6c550b8] to [420f307273].
1 2 3 | #import "IRCConnection.h" #import "IRCChannel.h" #import "IRCUser.h" | > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | /* * Copyright (c) 2010, 2011, Jonathan Schleifer <js@webkeks.org> * * https://webkeks.org/git/?p=objirc.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 THE COPYRIGHT OWNER OR CONTRIBUTORS 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 "IRCConnection.h" #import "IRCChannel.h" #import "IRCUser.h" |