diff --git a/.babelrc.js b/.babelrc.js
index 315ad1ac0253..a302d6d5e691 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 ccd6fb01996e..a9781c7c6edb 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 1f58f03f8e44..a9459faab706 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 9621c2321ca9..3c2fd26c2e88 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 0c6c49ab8ed6..542c0b03d6d6 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,3 +1,6 @@
+
+
+
+
+
+
+