Skip to content

Commit f624b29

Browse files
authored
Adds @license JSDoc tag to license comments (#1102)
Adds @license JSDoc tag to license comments
1 parent 73638aa commit f624b29

Some content is hidden

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

45 files changed

+48
-3
lines changed

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");

src/auth/auth-api-request.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");

src/auth/auth.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");

src/auth/token-generator.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");

src/auth/user-record.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");

src/credential/credential.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");

src/default-namespace.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");

src/firebase-app.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");

src/firebase-namespace.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");

src/firebase-service.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");

0 commit comments

Comments
 (0)