diff --git a/tests/test_cameras.py b/tests/test_cameras.py index b2a97a7c..f2cb14b5 100644 --- a/tests/test_cameras.py +++ b/tests/test_cameras.py @@ -4,7 +4,8 @@ # This source code is licensed under the BSD-style license found in the # 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) # # Copyright (c) 2017 Hiroharu Kato diff --git a/website/siteConfig.js b/website/siteConfig.js index 96864e1d..98e6225d 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -6,6 +6,8 @@ * LICENSE file in the root directory of this source tree. */ +// @licenselint-loose-mode + // See https://docusaurus.io/docs/site-config for all the possible // site configuration options. @@ -52,7 +54,6 @@ const siteConfig = { secondaryColor: '#FFAF00', }, - // @lint-ignore-every LICENSELINT // This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. copyright: `Copyright \u{00A9} ${new Date().getFullYear()} Meta Platforms, Inc`,