aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-02 19:00:11 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-02 19:37:29 +0200
commitdeb096a0e9c77c0b62085c950246b8b24a9e06d0 (patch)
treeafac48e8f55c4ba0a33c2419af13bef43d15b7e2
parent722fc48a30da39f859bceb00123aaf9fed9b0995 (diff)
downloadxK-deb096a0e9c77c0b62085c950246b8b24a9e06d0.tar.gz
xK-deb096a0e9c77c0b62085c950246b8b24a9e06d0.tar.xz
xK-deb096a0e9c77c0b62085c950246b8b24a9e06d0.zip
Name change
-rw-r--r--CMakeLists.txt4
-rw-r--r--LICENSE2
-rw-r--r--common.c2
-rw-r--r--degesch.c2
-rw-r--r--kike.c2
-rw-r--r--plugins/degesch/auto-rejoin.lua2
-rw-r--r--plugins/degesch/censor.lua2
-rw-r--r--plugins/degesch/fancy-prompt.lua2
-rw-r--r--plugins/degesch/last-fm.lua2
-rw-r--r--plugins/degesch/ping-timeout.lua2
-rw-r--r--plugins/degesch/slack.lua2
-rw-r--r--plugins/degesch/thin-cursor.lua2
-rw-r--r--plugins/degesch/utm-filter.lua2
-rwxr-xr-xplugins/zyklonb/calc2
-rwxr-xr-xplugins/zyklonb/coin2
-rwxr-xr-xplugins/zyklonb/eval2
-rwxr-xr-xplugins/zyklonb/factoids2
-rwxr-xr-xplugins/zyklonb/pomodoro2
-rwxr-xr-xplugins/zyklonb/script2
-rwxr-xr-xplugins/zyklonb/seen2
-rwxr-xr-xplugins/zyklonb/youtube2
-rw-r--r--zyklonb.c2
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 <p@janouch.name>")
+set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
+set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
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 <p@janouch.name>
+Copyright (c) 2014 - 2018, Přemysl Eric Janouch <p@janouch.name>
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 <p@janouch.name>
+ * Copyright (c) 2014 - 2015, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2015 - 2018, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2014 - 2018, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+-- Copyright (c) 2016, Přemysl Eric Janouch <p@janouch.name>
--
-- 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 <p@janouch.name>
+-- Copyright (c) 2016, Přemysl Eric Janouch <p@janouch.name>
--
-- 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 <p@janouch.name>
+-- Copyright (c) 2016, Přemysl Eric Janouch <p@janouch.name>
--
-- 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 <p@janouch.name>
+-- Copyright (c) 2016, Přemysl Eric Janouch <p@janouch.name>
--
-- 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 <p@janouch.name>
+-- Copyright (c) 2015 - 2016, Přemysl Eric Janouch <p@janouch.name>
--
-- 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 <p@janouch.name>
+-- Copyright (c) 2017, Přemysl Eric Janouch <p@janouch.name>
--
-- 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 <p@janouch.name>
+-- Copyright (c) 2016, Přemysl Eric Janouch <p@janouch.name>
--
-- 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 <p@janouch.name>
+-- Copyright (c) 2015, Přemysl Eric Janouch <p@janouch.name>
--
-- 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 <p@janouch.name>
+# Copyright 2016 Přemysl Eric Janouch <p@janouch.name>
# 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 <p@janouch.name>
+-- Copyright 2016 Přemysl Eric Janouch <p@janouch.name>
-- 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 <p@janouch.name>
+# Copyright 2014 - 2015, Přemysl Eric Janouch <p@janouch.name>
# 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 <p@janouch.name>
+ * Copyright (c) 2014 - 2016, Přemysl Eric Janouch <p@janouch.name>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted.