diff --git a/LICENSE.txt b/LICENSE.txt index 075ca722..2d86a65b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/README.md b/README.md index 3a271a1e..41f2cf42 100644 --- a/README.md +++ b/README.md @@ -182,3 +182,7 @@ Copyright © Certinia Inc. All rights reserved.

+ +## 🙏 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.