Skip to content

Commit 6b53e00

Browse files
authored
Add @license tags (#1507)
Add @license tag to existing source file licenses and create alternate rollup config for optionally adding licenses to generated files for internal deployment.
1 parent 74d72ce commit 6b53e00

File tree

670 files changed

+761
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

670 files changed

+761
-10
lines changed

integration/browserify/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/browserify/src/namespace.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/firebase-typings/index.submodules.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/firebase-typings/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/firestore/gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/firestore/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/download-browsers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/manual-test-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/static/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/static/firebase-messaging-sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/static/sw-shared.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/static/valid-no-vapid-key/firebaseConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/static/valid-no-vapid-key/sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/static/valid-vapid-key/firebaseConfig.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/static/valid-vapid-key/sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/test-default-sw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/test-deleteToken.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/test-send.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/test-updateToken.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/test-valid-manifest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/deleteFCMToken.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/getDemoSetup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/getErrors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/getFCMToken.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/getReceivedMessages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/makeFCMAPICall.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/retrieveFCMToken.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/setupNotificationPermission.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/test-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/messaging/test/utils/timeForward.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/shared/validator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/typescript/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/typescript/test/namespace.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/typescript/test/typings.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/webpack/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/webpack/src/namespace.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

integration/webpack/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app-types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app-types/private.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app/index.node.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app/index.rn.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2018 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app/src/firebaseApp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/app/test/firebaseApp.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth-types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/demo/functions/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2018 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/demo/public/common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/demo/public/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/demo/public/service-worker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/demo/public/web-worker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2018 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/externs/externs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/externs/gapi.iframes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/externs/grecaptcha.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/protractor.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/protractor_spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/src/actioncodeinfo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/src/actioncodesettings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/src/actioncodeurl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/src/additionaluserinfo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/src/args.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/src/auth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

packages/auth/src/authcredential.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/**
2+
* @license
23
* Copyright 2017 Google Inc.
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)