Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

Third-Party Licenses and Acknowledgments:

Tabulator Tables - https://github.com/olifolkerd/tabulator
Copyright (c) - Oli Folkerd
License: MIT

Tabulator is used under the terms of the MIT License. A copy of the license is available at:
https://opensource.org/licenses/MIT
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,7 @@ Copyright © Certinia Inc. All rights reserved.
<img src="https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=flat-square"/>
</a>
</p>

## πŸ™ Acknowledgments

This project uses [Tabulator Tables](http://tabulator.info/), an open-source table library, under the MIT license. Tabulator is a powerful and flexible table library that helped with the interactive table features in the Apex Log Analyzer extension.
Loading