Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
3c1cb13e
Verified
Commit
3c1cb13e
authored
May 05, 2021
by
Marvin W.
🐿
Browse files
Credentials: Fix copyright headers
parent
a37b14ed
Changes
6
Hide whitespace changes
Inline
Side-by-side
play-services-api/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java
View file @
3c1cb13e
/*
* Copyright (C) 2013-2017 microG Project Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* SPDX-FileCopyrightText: 2016, microG Project Team
* SPDX-License-Identifier: Apache-2.0
* Notice: Portions of this file are reproduced from work created and shared by Google and used
* according to terms described in the Creative Commons 4.0 Attribution License.
* See https://developers.google.com/readme/policies for details.
*/
package
com.google.android.gms.auth.api.credentials
;
...
...
@@ -30,28 +22,22 @@ import java.util.Locale;
@PublicApi
public
class
Credential
extends
AutoSafeParcelable
{
@
SafeParc
el
e
d
(
1000
)
@
Fi
eld
(
1000
)
private
int
versionCode
=
1
;
@
SafeParc
el
e
d
(
1
)
@
Fi
eld
(
1
)
private
String
id
;
@SafeParceled
(
2
)
@Field
(
2
)
private
String
name
;
@SafeParceled
(
3
)
@Field
(
3
)
private
Uri
profilePictureUri
;
@SafeParceled
(
value
=
4
,
subClass
=
IdToken
.
class
)
@Field
(
value
=
4
,
subClass
=
IdToken
.
class
)
private
List
<
IdToken
>
tokens
;
@SafeParceled
(
5
)
@Field
(
5
)
private
String
password
;
@SafeParceled
(
6
)
@Field
(
6
)
private
String
accountType
;
@SafeParceled
(
7
)
@Field
(
7
)
private
String
generatedPassword
;
private
Credential
()
{
...
...
play-services-api/src/main/java/com/google/android/gms/auth/api/credentials/CredentialPickerConfig.java
View file @
3c1cb13e
/*
* Copyright (C) 2013-2017 microG Project Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* SPDX-FileCopyrightText: 2016, microG Project Team
* SPDX-License-Identifier: Apache-2.0
* Notice: Portions of this file are reproduced from work created and shared by Google and used
* according to terms described in the Creative Commons 4.0 Attribution License.
* See https://developers.google.com/readme/policies for details.
*/
package
com.google.android.gms.auth.api.credentials
;
...
...
play-services-api/src/main/java/com/google/android/gms/auth/api/credentials/CredentialRequest.java
View file @
3c1cb13e
/*
* Copyright (C) 2013-2017 microG Project Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* SPDX-FileCopyrightText: 2016, microG Project Team
* SPDX-License-Identifier: Apache-2.0
* Notice: Portions of this file are reproduced from work created and shared by Google and used
* according to terms described in the Creative Commons 4.0 Attribution License.
* See https://developers.google.com/readme/policies for details.
*/
package
com.google.android.gms.auth.api.credentials
;
...
...
play-services-api/src/main/java/com/google/android/gms/auth/api/credentials/HintRequest.java
View file @
3c1cb13e
/*
* SPDX-FileCopyrightText: 2021, microG Project Team
* SPDX-License-Identifier: Apache-2.0
* Notice: Portions of this file are reproduced from work created and shared by Google and used
* according to terms described in the Creative Commons 4.0 Attribution License.
* See https://developers.google.com/readme/policies for details.
*/
package
com.google.android.gms.auth.api.credentials
;
...
...
play-services-api/src/main/java/com/google/android/gms/auth/api/credentials/IdToken.java
View file @
3c1cb13e
/*
* Copyright (C) 2013-2017 microG Project Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* SPDX-FileCopyrightText: 2016, microG Project Team
* SPDX-License-Identifier: Apache-2.0
* Notice: Portions of this file are reproduced from work created and shared by Google and used
* according to terms described in the Creative Commons 4.0 Attribution License.
* See https://developers.google.com/readme/policies for details.
*/
package
com.google.android.gms.auth.api.credentials
;
...
...
@@ -23,13 +15,13 @@ import org.microg.safeparcel.SafeParceled;
@PublicApi
public
class
IdToken
extends
AutoSafeParcelable
{
@
SafeParc
el
e
d
(
1000
)
@
Fi
eld
(
1000
)
private
int
versionCode
=
1
;
@
SafeParc
el
e
d
(
1
)
@
Fi
eld
(
1
)
private
String
accountType
;
@
SafeParc
el
e
d
(
2
)
@
Fi
eld
(
2
)
private
String
id
;
private
IdToken
()
{
...
...
play-services-api/src/main/java/com/google/android/gms/auth/api/credentials/IdentityProviders.java
View file @
3c1cb13e
/*
* SPDX-FileCopyrightText: 2021, microG Project Team
* SPDX-License-Identifier: Apache-2.0
* Notice: Portions of this file are reproduced from work created and shared by Google and used
* according to terms described in the Creative Commons 4.0 Attribution License.
* See https://developers.google.com/readme/policies for details.
*/
package
com.google.android.gms.auth.api.credentials
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment