diff --git a/LICENSE b/LICENSE index 32645cd4c9707458f2467fc9bfa82c99a1238a01..cf947edf9cd1427a95e3159ce84a52f6a6316f32 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,3 @@ -This software is available under version 2.0 of the MPL: - - https://www.mozilla.org/MPL/ +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this file, +You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md index 4c267db57753e58e97034b433f11d019d8157a2e..f91c5d71e5eb4a2025ff7d9e7226f924fad05944 100644 --- a/docs/AWS_DEPLOYMENT.md +++ b/docs/AWS_DEPLOYMENT.md @@ -1,3 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + # Deploying BrowserID on Amazon Web Services This document will show you how to use the in-tree scripts to deploy diff --git a/docs/I18N.md b/docs/I18N.md index 6b0bad5625b9571bb946f67c379f65b8dbddad47..1cfdfa59e37a09b06e68dc595bc901be378fc61f 100644 --- a/docs/I18N.md +++ b/docs/I18N.md @@ -1,3 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + # i18n Support Working with a localized version of BrowserID is totally optional for diff --git a/docs/PRIMARY_PROTOCOL.md b/docs/PRIMARY_PROTOCOL.md index 13b3bf5bc3bea5daaf79229162a9125420dddf97..0659dab023613c3192ee05b6ba4e06e6e4c8f925 100644 --- a/docs/PRIMARY_PROTOCOL.md +++ b/docs/PRIMARY_PROTOCOL.md @@ -1,3 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + # BrowserID Primary IdP Protocol ## 1. Overview diff --git a/docs/TESTING.md b/docs/TESTING.md index f86bc50d62af02b4c2c06e4b021f463ff67fa752..2b71c9742f40110065e2710d45ac654670b5d8ad 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -1,3 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + Developer tests should be run before committing code. There are two test suites. # `npm test`