From 554b1a9a5e4c0fc04de4fe50dc4dff5fce3b9d1f Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 4 May 2024 21:19:42 +0000 Subject: [PATCH] Update copyright FossilOrigin-Name: b548b2689f69c522df2d00a14e86edce19280d1234482c6df51a34421f8f9bb8 --- src/IRCConnection.h | 6 +++--- src/IRCConnection.m | 6 +++--- src/IRCUser.h | 6 +++--- src/IRCUser.m | 6 +++--- src/ObjIRC.h | 6 +++--- tests/tests.m | 5 +++-- 6 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/IRCConnection.h b/src/IRCConnection.h index 0dd130f..96a714b 100644 --- a/src/IRCConnection.h +++ b/src/IRCConnection.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2010, 2011, 2012, 2013, 2016 - * Jonathan Schleifer + * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 + * Jonathan Schleifer * - * https://heap.zone/git/?p=objirc.git + * 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 diff --git a/src/IRCConnection.m b/src/IRCConnection.m index 7668093..6948f49 100644 --- a/src/IRCConnection.m +++ b/src/IRCConnection.m @@ -1,8 +1,8 @@ /* - * Copyright (c) 2010, 2011, 2012, 2013, 2016 - * Jonathan Schleifer + * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 + * Jonathan Schleifer * - * https://heap.zone/git/?p=objirc.git + * 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 diff --git a/src/IRCUser.h b/src/IRCUser.h index c29389d..aa9bd86 100644 --- a/src/IRCUser.h +++ b/src/IRCUser.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2010, 2011, 2012, 2013, 2016 - * Jonathan Schleifer + * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 + * Jonathan Schleifer * - * https://heap.zone/git/?p=objirc.git + * 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 diff --git a/src/IRCUser.m b/src/IRCUser.m index 41c96aa..f666157 100644 --- a/src/IRCUser.m +++ b/src/IRCUser.m @@ -1,8 +1,8 @@ /* - * Copyright (c) 2010, 2011, 2012, 2013, 2016 - * Jonathan Schleifer + * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 + * Jonathan Schleifer * - * https://heap.zone/git/?p=objirc.git + * 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 diff --git a/src/ObjIRC.h b/src/ObjIRC.h index 1713e80..6148d62 100644 --- a/src/ObjIRC.h +++ b/src/ObjIRC.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2010, 2011, 2012, 2013, 2016 - * Jonathan Schleifer + * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 + * Jonathan Schleifer * - * https://heap.zone/git/?p=objirc.git + * 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 diff --git a/tests/tests.m b/tests/tests.m index 664ccbb..b86101e 100644 --- a/tests/tests.m +++ b/tests/tests.m @@ -1,7 +1,8 @@ /* - * Copyright (c) 2010, 2011, Jonathan Schleifer + * Copyright (c) 2010, 2011, 2012, 2013, 2016, 2017, 2018, 2021, 2024 + * Jonathan Schleifer * - * https://webkeks.org/hg/objirc/ + * 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