Man: Add generated manpage
This commit is contained in:
parent
2dfa044d4c
commit
86c178d108
326
neofetch.1
326
neofetch.1
|
@ -1,317 +1,285 @@
|
||||||
.TH NEOFETCH "1" "December 2016" "2.1.0" "User Commands"
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
|
||||||
|
.TH NEOFETCH "1" "December 2016" "Neofetch 2.1.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
neofetch \- simple system information script
|
Neofetch \- manual page for Neofetch 2.1.0
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B neofetch \fR[Optional Flags]
|
.B neofetch
|
||||||
|
\fI\,--option "value" --option "value"\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
neofetch is a script that gathers information about your system and prints
|
Neofetch is a CLI system information tool written in BASH.
|
||||||
it to the terminal next to an image, a distro's logo or any ASCII art of
|
.PP
|
||||||
your choice.
|
NOTE: Every launch flag has a config option.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
INFO
|
||||||
.TP
|
.TP
|
||||||
.B \--disable 'infoname'
|
\fB\-\-disable\fR infoname
|
||||||
Allows you to disable an info line from appearing in the output.
|
Allows you to disable an info line from appearing
|
||||||
.br
|
in the output.
|
||||||
NOTE: You can supply multiple args. eg.
|
.IP
|
||||||
.br
|
NOTE: You can supply multiple args. eg. 'neofetch \fB\-\-disable\fR cpu gpu disk shell'
|
||||||
\'neofetch --disable cpu gpu disk shell\'
|
|
||||||
.br
|
|
||||||
NOTE: The arguments must all be lowercase.
|
|
||||||
.TP
|
.TP
|
||||||
.B \--os_arch 'on/off'
|
\fB\-\-os_arch\fR on/off
|
||||||
Hide/Show OS architecture.
|
Hide/Show OS architecture.
|
||||||
.TP
|
.TP
|
||||||
.B \--speed_type 'type'
|
\fB\-\-speed_type\fR type
|
||||||
Change the type of cpu speed to display.
|
Change the type of cpu speed to display.
|
||||||
.br
|
|
||||||
Possible values: current, min, max, bios,
|
Possible values: current, min, max, bios,
|
||||||
scaling_current, scaling_min, scaling_max
|
scaling_current, scaling_min, scaling_max
|
||||||
.br
|
.IP
|
||||||
NOTE: This only support Linux with cpufreq.
|
NOTE: This only support Linux with cpufreq.
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_shorthand 'type'
|
\fB\-\-cpu_shorthand\fR type
|
||||||
Shorten the output of CPU
|
Shorten the output of CPU
|
||||||
.br
|
|
||||||
Possible values: name, speed, tiny, on, off
|
Possible values: name, speed, tiny, on, off
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_cores 'logical/physical/off'
|
\fB\-\-cpu_cores\fR type
|
||||||
Whether or not to display the number of CPU cores
|
Whether or not to display the number of CPU cores
|
||||||
.br
|
Takes: logical, physical, off
|
||||||
Note: 'physical' doesn't work on BSD.
|
.IP
|
||||||
|
NOTE: 'physical' doesn't work on BSD.
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_speed 'on/off'
|
\fB\-\-cpu_speed\fR on/off
|
||||||
Hide/Show cpu speed.
|
Hide/Show cpu speed.
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_temp 'on/off'
|
\fB\-\-cpu_temp\fR on/off
|
||||||
Hide/Show cpu temperature.
|
Hide/Show cpu temperature.
|
||||||
.br
|
.IP
|
||||||
NOTE: This only works on Linux and BSD.
|
NOTE: This only works on Linux and BSD.
|
||||||
.br
|
.IP
|
||||||
NOTE: For FreeBSD-based systems, you need to enable coretemp kernel module.
|
NOTE: For FreeBSD\-based systems, you need to enable coretemp kernel module.
|
||||||
.TP
|
.TP
|
||||||
.B \--distro_shorthand 'on/off'
|
\fB\-\-distro_shorthand\fR on/off
|
||||||
Shorten the output of distro (tiny, on, off)
|
Shorten the output of distro (tiny, on, off)
|
||||||
.br
|
.IP
|
||||||
NOTE: This option won't work in Windows (Cygwin)
|
NOTE: This option won't work in Windows (Cygwin)
|
||||||
.TP
|
.TP
|
||||||
.B \--kernel_shorthand 'on/off'
|
\fB\-\-kernel_shorthand\fR on/off
|
||||||
Shorten the output of kernel
|
Shorten the output of kernel
|
||||||
.br
|
.IP
|
||||||
NOTE: This option won't work in BSDs (except PacBSD and PC-BSD)
|
NOTE: This option won't work in BSDs (except PacBSD and PC\-BSD)
|
||||||
.TP
|
.TP
|
||||||
.B \--uptime_shorthand 'on/off'
|
\fB\-\-uptime_shorthand\fR on/off
|
||||||
Shorten the output of uptime (tiny, on, off)
|
Shorten the output of uptime (tiny, on, off)
|
||||||
.TP
|
.TP
|
||||||
.B \--refresh_rate 'on/off'
|
\fB\-\-refresh_rate\fR on/off
|
||||||
Whether to display the refresh rate of each monitor
|
Whether to display the refresh rate of each monitor
|
||||||
.br
|
Unsupported on Windows
|
||||||
Note: Unsupported on Windows
|
|
||||||
.TP
|
.TP
|
||||||
.B \--gpu_brand on/off
|
\fB\-\-gpu_brand\fR on/off
|
||||||
Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel)
|
Enable/Disable GPU brand in output. (AMD/NVIDIA/Intel)
|
||||||
.TP
|
.TP
|
||||||
.B \--gtk_shorthand 'on/off'
|
\fB\-\-gtk_shorthand\fR on/off
|
||||||
Shorten output of gtk theme/icons
|
Shorten output of gtk theme/icons
|
||||||
.TP
|
.TP
|
||||||
.B \--gtk2 'on/off'
|
\fB\-\-gtk2\fR on/off
|
||||||
Enable/Disable GTK2 theme/icons output
|
Enable/Disable gtk2 theme/icons output
|
||||||
.TP
|
.TP
|
||||||
.B \--gtk3 'on/off'
|
\fB\-\-gtk3\fR on/off
|
||||||
Enable/Disable gtk3 theme/icons output
|
Enable/Disable gtk3 theme/icons output
|
||||||
.TP
|
.TP
|
||||||
.B \--shell_path 'on/off'
|
\fB\-\-shell_path\fR on/off
|
||||||
Enable/Disable showing $SHELL path
|
Enable/Disable showing $SHELL path
|
||||||
.TP
|
.TP
|
||||||
.B \--shell_version 'on/off'
|
\fB\-\-shell_version\fR on/off
|
||||||
Enable/Disable showing $SHELL version
|
Enable/Disable showing $SHELL version
|
||||||
.TP
|
.TP
|
||||||
.B \--ip_host 'url'
|
\fB\-\-ip_host\fR url
|
||||||
URL to query for public IP
|
Url to query for public IP
|
||||||
.TP
|
.TP
|
||||||
.B \--song_shorthand 'on/off'
|
\fB\-\-song_shorthand\fR on/off
|
||||||
Print the Artist/Title on seperate lines
|
Print the Artist/Title on seperate lines
|
||||||
|
.HP
|
||||||
|
\fB\-\-birthday_shorthand\fR on/off Shorten the output of birthday
|
||||||
.TP
|
.TP
|
||||||
.B \--birthday_shorthand 'on/off'
|
\fB\-\-birthday_time\fR on/off
|
||||||
Shorten the output of birthday
|
|
||||||
.TP
|
|
||||||
.B \--birthday_time 'on/off'
|
|
||||||
Enable/Disable showing the time in birthday output
|
Enable/Disable showing the time in birthday output
|
||||||
.TP
|
.TP
|
||||||
.B \--birthday_format 'format'
|
\fB\-\-birthday_format\fR format
|
||||||
Format the birthday output. (Uses 'date' cmd format)
|
Format the birthday output. (Uses 'date' cmd format)
|
||||||
|
.PP
|
||||||
.SH TEXT FORMATTING
|
TEXT FORMATTING
|
||||||
.TP
|
.TP
|
||||||
.B \--colors x x x x x x
|
\fB\-\-colors\fR x x x x x x
|
||||||
Changes the text colors in this order:
|
Changes the text colors in this order:
|
||||||
title, @, underline, subtitle, colon, info
|
title, @, underline, subtitle, colon, info
|
||||||
.TP
|
.TP
|
||||||
.B \--underline on/off
|
\fB\-\-underline\fR on/off
|
||||||
enable/disable the underline.
|
Enable/Disable the underline.
|
||||||
.TP
|
.TP
|
||||||
.B \--underline_char 'char'
|
\fB\-\-underline_char\fR char
|
||||||
Character to use when underlining title
|
Character to use when underlining title
|
||||||
.TP
|
.TP
|
||||||
.B \--bold 'on/off'
|
\fB\-\-bold\fR on/off
|
||||||
Enable/Disable bold text
|
Enable/Disable bold text
|
||||||
|
.PP
|
||||||
|
COLOR BLOCKS
|
||||||
.TP
|
.TP
|
||||||
.B \--prompt_height 'num'
|
\fB\-\-color_blocks\fR on/off
|
||||||
Set this to your prompt height to fix issues
|
|
||||||
with the text going off screen at the top
|
|
||||||
|
|
||||||
.SH COLOR BLOCKS
|
|
||||||
.TP
|
|
||||||
.B \--color_blocks 'on/off'
|
|
||||||
Enable/Disable the color blocks
|
Enable/Disable the color blocks
|
||||||
.TP
|
.TP
|
||||||
.B \--block_width 'num'
|
\fB\-\-block_width\fR num
|
||||||
Width of color blocks in spaces
|
Width of color blocks in spaces
|
||||||
.TP
|
.TP
|
||||||
.B \--block_height 'num'
|
\fB\-\-block_height\fR num
|
||||||
Height of color blocks in lines
|
Height of color blocks in lines
|
||||||
.TP
|
.TP
|
||||||
.B \--block_range 'start' 'end'
|
\fB\-\-block_range\fR start end
|
||||||
Range of colors to print as blocks
|
Range of colors to print as blocks
|
||||||
|
.PP
|
||||||
.SH BARS
|
BARS
|
||||||
.TP
|
.TP
|
||||||
.B \--bar_char 'elapsed char' 'total char'
|
\fB\-\-bar_char\fR 'elapsed char' 'total char'
|
||||||
Characters to use when drawing bars.
|
Characters to use when drawing bars.
|
||||||
.TP
|
.TP
|
||||||
.B \--bar_border on/off
|
\fB\-\-bar_border\fR on/off
|
||||||
Whether or not to surround the bar with '[]'
|
Whether or not to surround the bar with '[]'
|
||||||
.TP
|
.TP
|
||||||
.B \--bar_length 'num'
|
\fB\-\-bar_length\fR num
|
||||||
Length in spaces to make the bars.
|
Length in spaces to make the bars.
|
||||||
.TP
|
.TP
|
||||||
.B \--bar_colors 'num' 'num'
|
\fB\-\-bar_colors\fR num num
|
||||||
Colors to make the bar.
|
Colors to make the bar.
|
||||||
.br
|
|
||||||
Set in this order: elapsed, total
|
Set in this order: elapsed, total
|
||||||
.TP
|
.TP
|
||||||
.B \--cpu_display 'mode'
|
\fB\-\-cpu_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
.br
|
|
||||||
Takes: bar, infobar, barinfo, off
|
Takes: bar, infobar, barinfo, off
|
||||||
.TP
|
.TP
|
||||||
.B \--memory_display 'mode'
|
\fB\-\-memory_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
.br
|
|
||||||
Takes: bar, infobar, barinfo, off
|
Takes: bar, infobar, barinfo, off
|
||||||
.TP
|
.TP
|
||||||
.B \--battery_display 'mode'
|
\fB\-\-battery_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
.br
|
|
||||||
Takes: bar, infobar, barinfo, off
|
Takes: bar, infobar, barinfo, off
|
||||||
.TP
|
.TP
|
||||||
.B \--disk_display 'mode'
|
\fB\-\-disk_display\fR mode
|
||||||
Bar mode.
|
Bar mode.
|
||||||
.br
|
|
||||||
Takes: bar, infobar, barinfo, off
|
Takes: bar, infobar, barinfo, off
|
||||||
|
.PP
|
||||||
.SH IMAGE
|
IMAGE
|
||||||
.TP
|
.TP
|
||||||
.B \--image 'type'
|
\fB\-\-image\fR type
|
||||||
Image source. Where and what image we display.
|
Image source. Where and what image we display.
|
||||||
.br
|
Possible values: wall, ascii,
|
||||||
Possible values: wall, ascii, /path/to/img, /path/to/dir/, off
|
\fI\,/path/to/img\/\fP, /path/to/dir/, off
|
||||||
.TP
|
.TP
|
||||||
.B \--size 'size'
|
\fB\-\-size\fR 00px | \fB\-\-size\fR 00%
|
||||||
How to size the image.
|
How to size the image.
|
||||||
.br
|
|
||||||
Possible values: auto, 00px, 00%, none
|
Possible values: auto, 00px, 00%, none
|
||||||
.TP
|
.TP
|
||||||
.B \--crop_mode 'mode'
|
\fB\-\-crop_mode\fR mode
|
||||||
Which crop mode to use
|
Which crop mode to use
|
||||||
.br
|
|
||||||
Takes the values: normal, fit, fill
|
Takes the values: normal, fit, fill
|
||||||
.TP
|
.TP
|
||||||
.B \--crop_offset 'value'
|
\fB\-\-crop_offset\fR value
|
||||||
Change the crop offset for normal mode.
|
Change the crop offset for normal mode.
|
||||||
.br
|
|
||||||
Possible values: northwest, north, northeast,
|
Possible values: northwest, north, northeast,
|
||||||
west, center, east, southwest, south, southeast
|
west, center, east, southwest, south, southeast
|
||||||
.TP
|
.TP
|
||||||
.B \--xoffset 'value'
|
\fB\-\-xoffset\fR px
|
||||||
How close the image will be to the left edge of the
|
How close the image will be to the left edge of the
|
||||||
window in pixel. This only works with w3m.
|
window. This only works with w3m.
|
||||||
.TP
|
.TP
|
||||||
.B \--yoffset 'value'
|
\fB\-\-yoffset\fR px
|
||||||
How close the image will be to the top edge
|
How close the image will be to the top edge of the
|
||||||
of the window. This only works with w3m.
|
window. This only works with w3m.
|
||||||
.TP
|
.TP
|
||||||
.B \--bg_color 'color'
|
\fB\-\-bg_color\fR color
|
||||||
Background color to display behind transparent image.
|
Background color to display behind transparent image.
|
||||||
This only works with w3m.
|
This only works with w3m.
|
||||||
.TP
|
.TP
|
||||||
.B \--gap 'num'
|
\fB\-\-gap\fR num
|
||||||
Gap between image and text.
|
Gap between image and text.
|
||||||
.br
|
.IP
|
||||||
NOTE: --gap can take a negative value which
|
NOTE: \fB\-\-gap\fR can take a negative value which will move the text closer to the left side.
|
||||||
will move the text closer to the left side.
|
|
||||||
.TP
|
.TP
|
||||||
.B \--clean
|
\fB\-\-clean\fR
|
||||||
Delete cached files and thumbnails.
|
Delete cached files and thumbnails.
|
||||||
|
.PP
|
||||||
.SH ASCII
|
ASCII
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii 'value'
|
\fB\-\-ascii\fR value
|
||||||
Where to get the ASCII from
|
Where to get the ascii from, Possible values:
|
||||||
.br
|
distro, \fI\,/path/to/ascii\/\fP
|
||||||
Possible values: distro, /path/to/ascii
|
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_colors x x x x x x
|
\fB\-\-ascii_colors\fR x x x x x x
|
||||||
Colors to print the ASCII art
|
Colors to print the ascii art
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_distro 'distro'
|
\fB\-\-ascii_distro\fR distro
|
||||||
Which Distro\'s ASCII art to print
|
Which Distro's ascii art to print
|
||||||
.br
|
.IP
|
||||||
NOTE: Arch and Ubuntu have 'old' logo varients.
|
NOTE: Arch and Ubuntu have 'old' logo varients.
|
||||||
.br
|
.IP
|
||||||
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
||||||
.br
|
.IP
|
||||||
NOTE: Ubuntu has flavor varients.
|
NOTE: Ubuntu has flavor varients.
|
||||||
.br
|
.IP
|
||||||
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-Budgie' to use the flavors.
|
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu\-GNOME' or 'Ubuntu\-Budgie' to use the flavors.
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_logo_size 'size'
|
\fB\-\-ascii_logo_size\fR
|
||||||
Size of ascii logo.
|
Size of ascii logo.
|
||||||
Supported distros: Arch, Gentoo, Crux, OpenBSD.
|
Supported distros: Arch, Gentoo, Crux, OpenBSD.
|
||||||
Possible values: small, normal
|
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_bold 'on/off'
|
\fB\-\-ascii_bold\fR on/off
|
||||||
Whether or not to bold the ascii logo.
|
Whether or not to bold the ascii logo.
|
||||||
.TP
|
.TP
|
||||||
.B \--logo | -L
|
\fB\-L\fR, \fB\-\-logo\fR
|
||||||
Hide the info text and only show the ascii logo.
|
Hide the info text and only show the ascii logo.
|
||||||
|
.PP
|
||||||
.SH SCREENSHOT
|
SCREENSHOT
|
||||||
.TP
|
.TP
|
||||||
.B \--scrot 'path'
|
\fB\-s\fR, \fB\-\-scrot\fR \fI\,/path/to/img\/\fP
|
||||||
Take a screenshot, if path is left empty the screenshot
|
Take a screenshot, if path is left empty the screenshot function will use $scrot_dir and $scrot_name.
|
||||||
function will use $scrot_dir and $scrot_name.
|
|
||||||
.TP
|
.TP
|
||||||
.B \--upload | -su 'path'
|
\fB\-su\fR, \fB\-\-upload\fR \fI\,/path/to/img\/\fP
|
||||||
Same as --scrot but uploads the scrot to a website.
|
Same as \fB\-\-scrot\fR but uploads the scrot to a website.
|
||||||
.TP
|
.TP
|
||||||
.B \--image_host 'host'
|
\fB\-\-image_host\fR
|
||||||
Website to upload scrots to. Takes: imgur, teknik
|
Website to upload scrots to. Takes: imgur, teknik
|
||||||
.TP
|
.TP
|
||||||
.B \--scrot_cmd 'cmd'
|
\fB\-\-scrot_cmd\fR cmd
|
||||||
Screenshot program to launch
|
Screenshot program to launch
|
||||||
|
.PP
|
||||||
.SH OTHER
|
OTHER
|
||||||
.TP
|
.TP
|
||||||
.B \--config 'path'
|
\fB\-\-config\fR \fI\,/path/to/config\/\fP
|
||||||
Specify a path to a custom config file
|
Specify a path to a custom config file
|
||||||
.TP
|
.TP
|
||||||
.B \--config none
|
\fB\-\-config\fR none
|
||||||
Launch the script without a config file
|
Launch the script without a config file
|
||||||
.TP
|
.TP
|
||||||
.B \--help
|
\fB\-\-help\fR
|
||||||
|
Print this text and exit
|
||||||
.TP
|
.TP
|
||||||
.B \--test
|
\fB\-\-version\fR
|
||||||
Launch the script with all functions / options enabled.
|
Show neofetch version
|
||||||
This should only be used for testing purposes, ie Travis.CI.
|
|
||||||
.TP
|
.TP
|
||||||
.B \--version
|
\fB\-v\fR
|
||||||
Show neofetch version.
|
|
||||||
.TP
|
|
||||||
.B \-v
|
|
||||||
Display error messages.
|
Display error messages.
|
||||||
.TP
|
.TP
|
||||||
.B \-vv
|
\fB\-vv\fR
|
||||||
Display a verbose log for error reporting.
|
Display a verbose log for error reporting.
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
|
||||||
http://github.com/dylanaraps/neofetch
|
|
||||||
|
|
||||||
.SH BUGS
|
|
||||||
Report bugs to <https://github.com/dylanaraps/neofetch/issues>
|
|
||||||
|
|
||||||
.SH LICENSE
|
|
||||||
|
|
||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2016 Dylan Araps
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
|
||||||
copy of this software and associated documentation files (the "Software"),
|
|
||||||
to deal in the Software without restriction, including without limitation
|
|
||||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
||||||
and/or sell copies of the Software, and to permit persons to whom
|
|
||||||
the Software is furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
||||||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
||||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
||||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
Created by Dylan Araps.
|
Written by Dylan Araps with help from the following people:
|
||||||
|
.PP
|
||||||
|
https://github.com/dylanaraps/neofetch/contributors
|
||||||
|
.SH "REPORTING BUGS"
|
||||||
|
Report bugs to https://github.com/dylanaraps/neofetch/issues
|
||||||
|
.SH COPYRIGHT
|
||||||
|
Copyright \(co 2016 Dylan Araps
|
||||||
|
.PP
|
||||||
|
License MIT: Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the Software), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
.PP
|
||||||
|
THE SOFTWARE IS PROVIDED ASIS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
Reference in New Issue