diff --git a/cmd/tablizer.go b/cmd/tablizer.go index 32062ba..84dcea7 100644 --- a/cmd/tablizer.go +++ b/cmd/tablizer.go @@ -257,7 +257,7 @@ LICENSE Copyright (c) 2022 by Thomas von Dein - This software uses the following GO libraries: + This software uses the following GO modules: repr (https://github.com/alecthomas/repr) Released under the MIT License, Copyright (c) 2016 Alec Thomas @@ -266,6 +266,19 @@ LICENSE Released under the Apache 2.0 license, Copyright 2013-2022 The Cobra Authors + dateparse (github.com/araddon/dateparse) + Released under the MIT License, Copyright (c) 2015-2017 Aaron Raddon + + color (github.com/gookit/color) + Released under the MIT License, Copyright (c) 2016 inhere + + tablewriter (github.com/olekukonko/tablewriter) + Released under the MIT License, Copyright (c) 201 by Oleku Konko + + yaml (gopkg.in/yaml.v3) + Released under the MIT License, Copyright (c) 2006-2011 Kirill + Simonov + AUTHORS Thomas von Dein tom AT vondein DOT org diff --git a/tablizer.1 b/tablizer.1 index 5868fca..93b36e9 100644 --- a/tablizer.1 +++ b/tablizer.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "TABLIZER 1" -.TH TABLIZER 1 "2022-11-01" "1" "User Commands" +.TH TABLIZER 1 "2022-11-04" "1" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -444,13 +444,25 @@ This software is licensed under the \s-1GNU GENERAL PUBLIC LICENSE\s0 version 3. .PP Copyright (c) 2022 by Thomas von Dein .PP -This software uses the following \s-1GO\s0 libraries: +This software uses the following \s-1GO\s0 modules: .IP "repr (https://github.com/alecthomas/repr)" 4 .IX Item "repr (https://github.com/alecthomas/repr)" Released under the \s-1MIT\s0 License, Copyright (c) 2016 Alec Thomas .IP "cobra (https://github.com/spf13/cobra)" 4 .IX Item "cobra (https://github.com/spf13/cobra)" Released under the Apache 2.0 license, Copyright 2013\-2022 The Cobra Authors +.IP "dateparse (github.com/araddon/dateparse)" 4 +.IX Item "dateparse (github.com/araddon/dateparse)" +Released under the \s-1MIT\s0 License, Copyright (c) 2015\-2017 Aaron Raddon +.IP "color (github.com/gookit/color)" 4 +.IX Item "color (github.com/gookit/color)" +Released under the \s-1MIT\s0 License, Copyright (c) 2016 inhere +.IP "tablewriter (github.com/olekukonko/tablewriter)" 4 +.IX Item "tablewriter (github.com/olekukonko/tablewriter)" +Released under the \s-1MIT\s0 License, Copyright (c) 201 by Oleku Konko +.IP "yaml (gopkg.in/yaml.v3)" 4 +.IX Item "yaml (gopkg.in/yaml.v3)" +Released under the \s-1MIT\s0 License, Copyright (c) 2006\-2011 Kirill Simonov .SH "AUTHORS" .IX Header "AUTHORS" Thomas von Dein \fBtom \s-1AT\s0 vondein \s-1DOT\s0 org\fR