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 2012-03-21 10:53:04 |
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
Changes to src/IRCChannel.h.
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 |
︙ | ︙ |
Changes to src/IRCChannel.m.
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 |
︙ | ︙ |
Changes to src/IRCConnection.h.
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 |
︙ | ︙ |
Changes to src/IRCConnection.m.
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 |
︙ | ︙ |
Changes to src/IRCUser.h.
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 |
︙ | ︙ |
Changes to src/IRCUser.m.
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 |
︙ | ︙ |
Changes to src/ObjIRC.h.
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" |