Felix Fontein
424d706f92
Fix more copyright lines, add more default copyright lines ( #5095 )
...
* Fix copyright lines.
* Add default copyright line.
2022-08-08 14:24:58 +02:00
Felix Fontein
1ab2a5f1bc
Add default license header to files which have no copyright or license header yet ( #5074 )
...
* Add default license header to files which have no copyright or license header yet.
* yml extension should have been xml...
2022-08-05 14:03:38 +02:00
Felix Fontein
123c7efe5e
Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt ( #5065 )
...
* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt.
* Replace 'Copyright:' with 'Copyright'
sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:')
Co-authored-by: Maxwell G <gotmax@e.email>
2022-08-05 12:28:29 +02:00
Felix Fontein
3b82a6ff99
In the nightly CI run this test failed. Adjust it to be on the safe side. ( #3638 )
2021-10-30 10:58:01 +02:00
Thomas Sjögren
c40db6789a
add random_words lookup plugin, based on the xkcdpass module ( #3588 )
...
* add random_words lookup plugin, based on the xkcdpass module
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
* add maintainer in BOTMETA
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
* Update plugins/lookup/random_words.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/random_words.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/random_words.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/random_words.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/lookup/random_words.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update tests/integration/targets/lookup_random_words/test.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update tests/integration/targets/lookup_random_words/test.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* ignore E402, place imports below documentation
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-10-27 22:37:28 +02:00