mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 15:29:32 +02:00
chore: yearless copyright headers for source code (#2320)
* chore: yearless copyright headers for source code * update snapshots
This commit is contained in:
parent
54b7ac2164
commit
32c1a92b17
331 changed files with 464 additions and 476 deletions
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Copyright (c) 2017-present, Facebook, Inc.
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
|
@ -36,11 +36,7 @@ module.exports = {
|
|||
'block',
|
||||
[
|
||||
'*',
|
||||
{
|
||||
pattern:
|
||||
' \\* Copyright \\(c\\) \\d{4}-present\\, Facebook\\, Inc\\.',
|
||||
template: ' * Copyright (c) 2017-present, Facebook, Inc.',
|
||||
},
|
||||
' * Copyright (c) Facebook, Inc. and its affiliates.',
|
||||
' *',
|
||||
' * This source code is licensed under the MIT license found in the',
|
||||
' * LICENSE file in the root directory of this source tree.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue