Name change
This commit is contained in:
parent
722fc48a30
commit
deb096a0e9
@ -235,8 +235,8 @@ endforeach (page)
|
|||||||
# CPack
|
# CPack
|
||||||
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental IRC client, daemon and bot")
|
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Experimental IRC client, daemon and bot")
|
||||||
set (CPACK_PACKAGE_VERSION "${project_version_safe}")
|
set (CPACK_PACKAGE_VERSION "${project_version_safe}")
|
||||||
set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
|
set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
|
||||||
set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
|
set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
|
||||||
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
|
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
|
||||||
|
|
||||||
set (CPACK_GENERATOR "TGZ;ZIP")
|
set (CPACK_GENERATOR "TGZ;ZIP")
|
||||||
|
2
LICENSE
2
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
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
purpose with or without fee is hereby granted.
|
purpose with or without fee is hereby granted.
|
||||||
|
2
common.c
2
common.c
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* common.c: common functionality
|
* 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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted.
|
* purpose with or without fee is hereby granted.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* degesch.c: the experimental IRC client
|
* 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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted.
|
* purpose with or without fee is hereby granted.
|
||||||
|
2
kike.c
2
kike.c
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* kike.c: the experimental IRC daemon
|
* 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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted.
|
* purpose with or without fee is hereby granted.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- auto-rejoin.lua: join back automatically when someone kicks you
|
-- 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
|
-- Permission to use, copy, modify, and/or distribute this software for any
|
||||||
-- purpose with or without fee is hereby granted.
|
-- purpose with or without fee is hereby granted.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- censor.lua: black out certain users' messages
|
-- 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
|
-- Permission to use, copy, modify, and/or distribute this software for any
|
||||||
-- purpose with or without fee is hereby granted.
|
-- purpose with or without fee is hereby granted.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- fancy-prompt.lua: the fancy multiline prompt you probably want
|
-- 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
|
-- Permission to use, copy, modify, and/or distribute this software for any
|
||||||
-- purpose with or without fee is hereby granted.
|
-- purpose with or without fee is hereby granted.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
--
|
--
|
||||||
-- I call this style closure-oriented programming
|
-- 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
|
-- Permission to use, copy, modify, and/or distribute this software for any
|
||||||
-- purpose with or without fee is hereby granted.
|
-- purpose with or without fee is hereby granted.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- ping-timeout.lua: ping timeout readability enhancement plugin
|
-- 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
|
-- Permission to use, copy, modify, and/or distribute this software for any
|
||||||
-- purpose with or without fee is hereby granted.
|
-- purpose with or without fee is hereby granted.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- slack.lua: try to fix up UX when using the Slack IRC gateway
|
-- 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
|
-- Permission to use, copy, modify, and/or distribute this software for any
|
||||||
-- purpose with or without fee is hereby granted.
|
-- purpose with or without fee is hereby granted.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- thin-cursor.lua: set a thin cursor
|
-- 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
|
-- Permission to use, copy, modify, and/or distribute this software for any
|
||||||
-- purpose with or without fee is hereby granted.
|
-- purpose with or without fee is hereby granted.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- utm-filter.lua: filter out Google Analytics bullshit from URLs
|
-- 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
|
-- Permission to use, copy, modify, and/or distribute this software for any
|
||||||
-- purpose with or without fee is hereby granted.
|
-- purpose with or without fee is hereby granted.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
ZyklonB calc plugin, basic Scheme evaluator
|
ZyklonB calc plugin, basic Scheme evaluator
|
||||||
|
|
||||||
Copyright 2016 Přemysl Janouch
|
Copyright 2016 Přemysl Eric Janouch
|
||||||
See the file LICENSE for licensing information.
|
See the file LICENSE for licensing information.
|
||||||
|
|
||||||
!#
|
!#
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# ZyklonB coin plugin, random number-based utilities
|
# 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.
|
# See the file LICENSE for licensing information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# ZyklonB eval plugin, LISP-like expression evaluator
|
# 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.
|
# See the file LICENSE for licensing information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# ZyklonB factoids plugin
|
# 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.
|
# See the file LICENSE for licensing information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# ZyklonB pomodoro plugin
|
# ZyklonB pomodoro plugin
|
||||||
#
|
#
|
||||||
# Copyright 2015 Přemysl Janouch
|
# Copyright 2015 Přemysl Eric Janouch
|
||||||
# See the file LICENSE for licensing information.
|
# See the file LICENSE for licensing information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// ZyklonB scripting plugin, using a custom stack-based language
|
// 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.
|
// See the file LICENSE for licensing information.
|
||||||
//
|
//
|
||||||
// Just compile this file as usual (sans #!) if you don't feel like using TCC.
|
// Just compile this file as usual (sans #!) if you don't feel like using TCC.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
--
|
--
|
||||||
-- ZyklonB seen plugin
|
-- 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.
|
-- See the file LICENSE for licensing information.
|
||||||
--
|
--
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# ZyklonB YouTube plugin, displaying info about YouTube links
|
# 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.
|
# See the file LICENSE for licensing information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* zyklonb.c: the experimental IRC bot
|
* 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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted.
|
* purpose with or without fee is hereby granted.
|
||||||
|
Loading…
Reference in New Issue
Block a user