ghantoos / lshell

lshell is a shell coded in Python, that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restriction, and more.
GNU General Public License v3.0
435 stars 112 forks source link

License? #138

Closed scopatz closed 8 years ago

scopatz commented 8 years ago

Hello - Was just wondering how lshell is licensed. I couldn't find this in the docs easily.

ghantoos commented 8 years ago

Here you go: https://github.com/ghantoos/lshell/blob/master/COPYING

ghantoos commented 8 years ago

Also, all the files have the license header.

scopatz commented 8 years ago

ah thanks!