diff --git a/.babelrc.js b/.babelrc.js index 315ad1ac0..a302d6d5e 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -1,3 +1,6 @@ +// Copyright 2019-2020 Signal Messenger, LLC +// SPDX-License-Identifier: AGPL-3.0-only + module.exports = { presets: ['@babel/preset-react', '@babel/preset-typescript'], // Detects the type of file being babel'd (either esmodule or commonjs) diff --git a/.eslintignore b/.eslintignore index ccd6fb019..a9781c7c6 100644 --- a/.eslintignore +++ b/.eslintignore @@ -28,4 +28,5 @@ sticker-creator/**/*.js !sticker-creator/preload.js **/*.d.ts +.eslintrc.js webpack.config.ts diff --git a/.eslintrc.js b/.eslintrc.js index 1f58f03f8..a9459faab 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,6 @@ +// Copyright 2018-2020 Signal Messenger, LLC +// SPDX-License-Identifier: AGPL-3.0-only + // For reference: https://github.com/airbnb/javascript const rules = { diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 9621c2321..3c2fd26c2 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,4 @@ +# Copyright 2020 Signal Messenger, LLC +# SPDX-License-Identifier: AGPL-3.0-only + custom: https://signal.org/donate/ diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0c6c49ab8..542c0b03d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,6 @@ + + + + + + +