"llm/llama.cpp/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "ecd2f176277db4f074e25a2c3646b04b51cec119"
Commit 84a569c0 authored by Andres Suarez's avatar Andres Suarez Committed by Facebook GitHub Bot
Browse files

Fix unnecessary LICENSELINT suppressions

Reviewed By: zsol

Differential Revision: D34526295

fbshipit-source-id: f511370dc3186bc396d68a2e6d5e0931facbeb42
parent 471b1268
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
# This source code is licensed under the BSD-style license found in the # This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
# @lint-ignore-every LICENSELINT # @licenselint-loose-mode
# Some of the code below is adapted from Soft Rasterizer (SoftRas) # Some of the code below is adapted from Soft Rasterizer (SoftRas)
# #
# Copyright (c) 2017 Hiroharu Kato # Copyright (c) 2017 Hiroharu Kato
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
*/ */
// @licenselint-loose-mode
// See https://docusaurus.io/docs/site-config for all the possible // See https://docusaurus.io/docs/site-config for all the possible
// site configuration options. // site configuration options.
...@@ -52,7 +54,6 @@ const siteConfig = { ...@@ -52,7 +54,6 @@ const siteConfig = {
secondaryColor: '#FFAF00', secondaryColor: '#FFAF00',
}, },
// @lint-ignore-every LICENSELINT
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. // This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
copyright: `Copyright \u{00A9} ${new Date().getFullYear()} Meta Platforms, Inc`, copyright: `Copyright \u{00A9} ${new Date().getFullYear()} Meta Platforms, Inc`,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment