mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
added licenses
This commit is contained in:
@@ -257,7 +257,7 @@ LICENSE
|
|||||||
|
|
||||||
Copyright (c) 2022 by Thomas von Dein
|
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)
|
repr (https://github.com/alecthomas/repr)
|
||||||
Released under the MIT License, Copyright (c) 2016 Alec Thomas
|
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
|
Released under the Apache 2.0 license, Copyright 2013-2022 The Cobra
|
||||||
Authors
|
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
|
AUTHORS
|
||||||
Thomas von Dein tom AT vondein DOT org
|
Thomas von Dein tom AT vondein DOT org
|
||||||
|
|
||||||
|
|||||||
16
tablizer.1
16
tablizer.1
@@ -133,7 +133,7 @@
|
|||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "TABLIZER 1"
|
.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
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||||
.\" way too many mistakes in technical documents.
|
.\" way too many mistakes in technical documents.
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
@@ -444,13 +444,25 @@ This software is licensed under the \s-1GNU GENERAL PUBLIC LICENSE\s0 version 3.
|
|||||||
.PP
|
.PP
|
||||||
Copyright (c) 2022 by Thomas von Dein
|
Copyright (c) 2022 by Thomas von Dein
|
||||||
.PP
|
.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
|
.IP "repr (https://github.com/alecthomas/repr)" 4
|
||||||
.IX Item "repr (https://github.com/alecthomas/repr)"
|
.IX Item "repr (https://github.com/alecthomas/repr)"
|
||||||
Released under the \s-1MIT\s0 License, Copyright (c) 2016 Alec Thomas
|
Released under the \s-1MIT\s0 License, Copyright (c) 2016 Alec Thomas
|
||||||
.IP "cobra (https://github.com/spf13/cobra)" 4
|
.IP "cobra (https://github.com/spf13/cobra)" 4
|
||||||
.IX Item "cobra (https://github.com/spf13/cobra)"
|
.IX Item "cobra (https://github.com/spf13/cobra)"
|
||||||
Released under the Apache 2.0 license, Copyright 2013\-2022 The Cobra Authors
|
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"
|
.SH "AUTHORS"
|
||||||
.IX Header "AUTHORS"
|
.IX Header "AUTHORS"
|
||||||
Thomas von Dein \fBtom \s-1AT\s0 vondein \s-1DOT\s0 org\fR
|
Thomas von Dein \fBtom \s-1AT\s0 vondein \s-1DOT\s0 org\fR
|
||||||
|
|||||||
Reference in New Issue
Block a user