From deb096a0e9c77c0b62085c950246b8b24a9e06d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 2 Sep 2020 19:00:11 +0200 Subject: [PATCH] Name change --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- common.c | 2 +- degesch.c | 2 +- kike.c | 2 +- plugins/degesch/auto-rejoin.lua | 2 +- plugins/degesch/censor.lua | 2 +- plugins/degesch/fancy-prompt.lua | 2 +- plugins/degesch/last-fm.lua | 2 +- plugins/degesch/ping-timeout.lua | 2 +- plugins/degesch/slack.lua | 2 +- plugins/degesch/thin-cursor.lua | 2 +- plugins/degesch/utm-filter.lua | 2 +- plugins/zyklonb/calc | 2 +- plugins/zyklonb/coin | 2 +- plugins/zyklonb/eval | 2 +- plugins/zyklonb/factoids | 2 +- plugins/zyklonb/pomodoro | 2 +- plugins/zyklonb/script | 2 +- plugins/zyklonb/seen | 2 +- plugins/zyklonb/youtube | 2 +- zyklonb.c | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e74411..bf41327 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,8 +235,8 @@ endforeach (page) # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental IRC client, daemon and bot") set (CPACK_PACKAGE_VERSION "${project_version_safe}") -set (CPACK_PACKAGE_VENDOR "Premysl Janouch") -set (CPACK_PACKAGE_CONTACT "Přemysl Janouch ") +set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch") +set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch ") set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE") set (CPACK_GENERATOR "TGZ;ZIP") diff --git a/LICENSE b/LICENSE index a069461..168f03a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 - 2018, Přemysl Janouch +Copyright (c) 2014 - 2018, Přemysl Eric Janouch Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/common.c b/common.c index 7f7cb9b..09a2e23 100644 --- a/common.c +++ b/common.c @@ -1,7 +1,7 @@ /* * common.c: common functionality * - * Copyright (c) 2014 - 2015, Přemysl Janouch + * Copyright (c) 2014 - 2015, Přemysl Eric Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. diff --git a/degesch.c b/degesch.c index 5e70397..d642cde 100644 --- a/degesch.c +++ b/degesch.c @@ -1,7 +1,7 @@ /* * degesch.c: the experimental IRC client * - * Copyright (c) 2015 - 2018, Přemysl Janouch + * Copyright (c) 2015 - 2018, Přemysl Eric Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. diff --git a/kike.c b/kike.c index 8360076..b886427 100644 --- a/kike.c +++ b/kike.c @@ -1,7 +1,7 @@ /* * kike.c: the experimental IRC daemon * - * Copyright (c) 2014 - 2018, Přemysl Janouch + * Copyright (c) 2014 - 2018, Přemysl Eric Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. diff --git a/plugins/degesch/auto-rejoin.lua b/plugins/degesch/auto-rejoin.lua index 7de6c58..ce82213 100644 --- a/plugins/degesch/auto-rejoin.lua +++ b/plugins/degesch/auto-rejoin.lua @@ -1,7 +1,7 @@ -- -- auto-rejoin.lua: join back automatically when someone kicks you -- --- Copyright (c) 2016, Přemysl Janouch +-- Copyright (c) 2016, Přemysl Eric Janouch -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/degesch/censor.lua b/plugins/degesch/censor.lua index 0c30562..d28ca83 100644 --- a/plugins/degesch/censor.lua +++ b/plugins/degesch/censor.lua @@ -1,7 +1,7 @@ -- -- censor.lua: black out certain users' messages -- --- Copyright (c) 2016, Přemysl Janouch +-- Copyright (c) 2016, Přemysl Eric Janouch -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/degesch/fancy-prompt.lua b/plugins/degesch/fancy-prompt.lua index 84cbfdb..300801e 100644 --- a/plugins/degesch/fancy-prompt.lua +++ b/plugins/degesch/fancy-prompt.lua @@ -1,7 +1,7 @@ -- -- fancy-prompt.lua: the fancy multiline prompt you probably want -- --- Copyright (c) 2016, Přemysl Janouch +-- Copyright (c) 2016, Přemysl Eric Janouch -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/degesch/last-fm.lua b/plugins/degesch/last-fm.lua index e005456..6ade80d 100644 --- a/plugins/degesch/last-fm.lua +++ b/plugins/degesch/last-fm.lua @@ -5,7 +5,7 @@ -- -- I call this style closure-oriented programming -- --- Copyright (c) 2016, Přemysl Janouch +-- Copyright (c) 2016, Přemysl Eric Janouch -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/degesch/ping-timeout.lua b/plugins/degesch/ping-timeout.lua index f5f97e1..6444c0a 100644 --- a/plugins/degesch/ping-timeout.lua +++ b/plugins/degesch/ping-timeout.lua @@ -1,7 +1,7 @@ -- -- ping-timeout.lua: ping timeout readability enhancement plugin -- --- Copyright (c) 2015 - 2016, Přemysl Janouch +-- Copyright (c) 2015 - 2016, Přemysl Eric Janouch -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/degesch/slack.lua b/plugins/degesch/slack.lua index c2bb9ac..5600a8f 100644 --- a/plugins/degesch/slack.lua +++ b/plugins/degesch/slack.lua @@ -1,7 +1,7 @@ -- -- slack.lua: try to fix up UX when using the Slack IRC gateway -- --- Copyright (c) 2017, Přemysl Janouch +-- Copyright (c) 2017, Přemysl Eric Janouch -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/degesch/thin-cursor.lua b/plugins/degesch/thin-cursor.lua index 0b26ee8..d0fbf38 100644 --- a/plugins/degesch/thin-cursor.lua +++ b/plugins/degesch/thin-cursor.lua @@ -1,7 +1,7 @@ -- -- thin-cursor.lua: set a thin cursor -- --- Copyright (c) 2016, Přemysl Janouch +-- Copyright (c) 2016, Přemysl Eric Janouch -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/degesch/utm-filter.lua b/plugins/degesch/utm-filter.lua index 7147093..63f85e3 100644 --- a/plugins/degesch/utm-filter.lua +++ b/plugins/degesch/utm-filter.lua @@ -1,7 +1,7 @@ -- -- utm-filter.lua: filter out Google Analytics bullshit from URLs -- --- Copyright (c) 2015, Přemysl Janouch +-- Copyright (c) 2015, Přemysl Eric Janouch -- -- Permission to use, copy, modify, and/or distribute this software for any -- purpose with or without fee is hereby granted. diff --git a/plugins/zyklonb/calc b/plugins/zyklonb/calc index 1df0596..8e36357 100755 --- a/plugins/zyklonb/calc +++ b/plugins/zyklonb/calc @@ -2,7 +2,7 @@ ZyklonB calc plugin, basic Scheme evaluator - Copyright 2016 Přemysl Janouch + Copyright 2016 Přemysl Eric Janouch See the file LICENSE for licensing information. !# diff --git a/plugins/zyklonb/coin b/plugins/zyklonb/coin index 65967ad..7dfe923 100755 --- a/plugins/zyklonb/coin +++ b/plugins/zyklonb/coin @@ -2,7 +2,7 @@ # # ZyklonB coin plugin, random number-based utilities # -# Copyright 2012, 2014 Přemysl Janouch +# Copyright 2012, 2014 Přemysl Eric Janouch # See the file LICENSE for licensing information. # diff --git a/plugins/zyklonb/eval b/plugins/zyklonb/eval index 982d78b..ccc7f0a 100755 --- a/plugins/zyklonb/eval +++ b/plugins/zyklonb/eval @@ -2,7 +2,7 @@ # # ZyklonB eval plugin, LISP-like expression evaluator # -# Copyright 2013, 2014 Přemysl Janouch +# Copyright 2013, 2014 Přemysl Eric Janouch # See the file LICENSE for licensing information. # diff --git a/plugins/zyklonb/factoids b/plugins/zyklonb/factoids index 25b0875..431600c 100755 --- a/plugins/zyklonb/factoids +++ b/plugins/zyklonb/factoids @@ -2,7 +2,7 @@ # # ZyklonB factoids plugin # -# Copyright 2016 Přemysl Janouch +# Copyright 2016 Přemysl Eric Janouch # See the file LICENSE for licensing information. # diff --git a/plugins/zyklonb/pomodoro b/plugins/zyklonb/pomodoro index 8f30327..2bb6531 100755 --- a/plugins/zyklonb/pomodoro +++ b/plugins/zyklonb/pomodoro @@ -3,7 +3,7 @@ # # ZyklonB pomodoro plugin # -# Copyright 2015 Přemysl Janouch +# Copyright 2015 Přemysl Eric Janouch # See the file LICENSE for licensing information. # diff --git a/plugins/zyklonb/script b/plugins/zyklonb/script index 661fbb0..c19b8c5 100755 --- a/plugins/zyklonb/script +++ b/plugins/zyklonb/script @@ -2,7 +2,7 @@ // // ZyklonB scripting plugin, using a custom stack-based language // -// Copyright 2014 Přemysl Janouch +// Copyright 2014 Přemysl Eric Janouch // See the file LICENSE for licensing information. // // Just compile this file as usual (sans #!) if you don't feel like using TCC. diff --git a/plugins/zyklonb/seen b/plugins/zyklonb/seen index b965578..8fc9c82 100755 --- a/plugins/zyklonb/seen +++ b/plugins/zyklonb/seen @@ -2,7 +2,7 @@ -- -- ZyklonB seen plugin -- --- Copyright 2016 Přemysl Janouch +-- Copyright 2016 Přemysl Eric Janouch -- See the file LICENSE for licensing information. -- diff --git a/plugins/zyklonb/youtube b/plugins/zyklonb/youtube index b0d013f..53b86d8 100755 --- a/plugins/zyklonb/youtube +++ b/plugins/zyklonb/youtube @@ -2,7 +2,7 @@ # # ZyklonB YouTube plugin, displaying info about YouTube links # -# Copyright 2014 - 2015, Přemysl Janouch +# Copyright 2014 - 2015, Přemysl Eric Janouch # See the file LICENSE for licensing information. # diff --git a/zyklonb.c b/zyklonb.c index f5aa387..d8417c5 100644 --- a/zyklonb.c +++ b/zyklonb.c @@ -1,7 +1,7 @@ /* * zyklonb.c: the experimental IRC bot * - * Copyright (c) 2014 - 2016, Přemysl Janouch + * Copyright (c) 2014 - 2016, Přemysl Eric Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted.