Overview
Comment: | Update copyright |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b548b2689f69c522df2d00a14e86edce |
User & Date: | js on 2024-05-04 21:19:42 |
Other Links: | manifest | tags |
Context
2024-05-04
| ||
21:30 | Add ignore-glob check-in: 43c184497a user: js tags: trunk | |
21:19 | Update copyright check-in: b548b2689f user: js tags: trunk | |
21:18 | Adjust to ObjFW changes check-in: bd405f3759 user: js tags: trunk | |
Changes
Modified src/IRCConnection.h from [19041e4476] to [1aba285edd].
1 | /* | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objirc * * 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 [2f9d06f05e] to [b90da3a057].
1 | /* | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objirc * * 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 [cded263823] to [213f1c82e3].
1 | /* | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objirc * * 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 [d20841002e] to [9205d72fe3].
1 | /* | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objirc * * 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 [0a99f8b341] to [637a7c0190].
1 | /* | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objirc * * 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 tests/tests.m from [2c0a9b5233] to [4cec8aa082].
1 | /* | > | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objirc * * 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 |
︙ | ︙ |