Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c31c586

Browse filesBrowse files
authored
chore(oss): correct apache license headers (GoogleCloudPlatform#12666)
* chore(oss): correct apache license headers * lint
1 parent e9d8d7d commit c31c586
Copy full SHA for c31c586

File tree

Expand file treeCollapse file tree

330 files changed

+310
-331
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

330 files changed

+310
-331
lines changed

‎appengine/standard/analytics/main.py

Copy file name to clipboardExpand all lines: appengine/standard/analytics/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/analytics/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/analytics/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/app_identity/asserting/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/app_identity/asserting/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/app_identity/incoming/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/app_identity/incoming/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/app_identity/signing/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/app_identity/signing/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/appstats/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/appstats/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/background/main.py

Copy file name to clipboardExpand all lines: appengine/standard/background/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/background/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/background/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/blobstore/api/main.py

Copy file name to clipboardExpand all lines: appengine/standard/blobstore/api/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/blobstore/api/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/blobstore/api/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/blobstore/blobreader/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/blobstore/blobreader/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/blobstore/gcs/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/blobstore/gcs/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/cloudsql/main.py

Copy file name to clipboardExpand all lines: appengine/standard/cloudsql/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2013 Google Inc. All Rights Reserved.
1+
# Copyright 2013 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/cloudsql/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/cloudsql/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/conftest.py

Copy file name to clipboardExpand all lines: appengine/standard/conftest.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints-frameworks-v2/echo/main.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/echo/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints-frameworks-v2/echo/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/echo/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints-frameworks-v2/iata/appengine_config.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/iata/appengine_config.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018 Google Inc. All rights reserved.
1+
# Copyright 2018 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints-frameworks-v2/iata/data.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/iata/data.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018 Google Inc. All rights reserved.
1+
# Copyright 2018 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints-frameworks-v2/iata/main.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/iata/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018 Google Inc. All rights reserved.
1+
# Copyright 2018 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints-frameworks-v2/quickstart/main.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/quickstart/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints-frameworks-v2/quickstart/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints-frameworks-v2/quickstart/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints/backend/main.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints/backend/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints/backend/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints/backend/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints/multiapi/main.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints/multiapi/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/endpoints/multiapi/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/endpoints/multiapi/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/firebase/firenotes/backend/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/firebase/firenotes/backend/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/firebase/firenotes/frontend/index.html

Copy file name to clipboardExpand all lines: appengine/standard/firebase/firenotes/frontend/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<!--
3-
Copyright 2016 Google Inc. All rights reserved.
3+
Copyright 2016 Google Inc.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
-->
@@ -32,7 +32,7 @@ <h3>Enter a note and save it to your personal notebook</h3>
3232
</div>
3333
<div class="form-group">
3434
<button id="add-note">Save note</button>
35-
<button id="sign-out">Sign out</button>
35+
<button id="sign-out">Sign out</button>
3636
</div>
3737
</form>
3838
</div>

‎appengine/standard/firebase/firetactoe/firetactoe.py

Copy file name to clipboardExpand all lines: appengine/standard/firebase/firetactoe/firetactoe.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/firebase/firetactoe/firetactoe_test.py

Copy file name to clipboardExpand all lines: appengine/standard/firebase/firetactoe/firetactoe_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/firebase/firetactoe/rest_api.py

Copy file name to clipboardExpand all lines: appengine/standard/firebase/firetactoe/rest_api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/firebase/firetactoe/static/main.js

Copy file name to clipboardExpand all lines: appengine/standard/firebase/firetactoe/static/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2016 Google Inc. All Rights Reserved.
2+
* Copyright 2016 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

‎appengine/standard/flask/hello_world/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/flask/hello_world/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/flask/tutorial/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/flask/tutorial/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/hello_world/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/hello_world/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/images/api/blobstore.py

Copy file name to clipboardExpand all lines: appengine/standard/images/api/blobstore.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/images/api/blobstore_test.py

Copy file name to clipboardExpand all lines: appengine/standard/images/api/blobstore_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/images/api/main.py

Copy file name to clipboardExpand all lines: appengine/standard/images/api/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/images/api/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/images/api/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/images/guestbook/main.py

Copy file name to clipboardExpand all lines: appengine/standard/images/guestbook/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/images/guestbook/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/images/guestbook/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/logging/writing_logs/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/logging/writing_logs/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/attachment.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/attachment.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/attachment_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/attachment_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the 'License');
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/handle_bounced_email.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/handle_bounced_email.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/handle_bounced_email_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/handle_bounced_email_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the 'License');
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/handle_incoming_email.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/handle_incoming_email.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/handle_incoming_email_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/handle_incoming_email_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the 'License');
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/header.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/header.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import print_function
22

3-
# Copyright 2016 Google Inc. All rights reserved.
3+
# Copyright 2016 Google Inc.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/header_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/header_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the 'License');
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/index.html

Copy file name to clipboardExpand all lines: appengine/standard/mail/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
Copyright 2016 Google Inc. All rights reserved.
3+
Copyright 2016 Google Inc.
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

‎appengine/standard/mail/send_mail.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/send_mail.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/send_mail_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/send_mail_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the 'License');
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/send_message.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/send_message.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/send_message_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/send_message_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the 'License');
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/user_signup.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/user_signup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mail/user_signup_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mail/user_signup_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the 'License');
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mailgun/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mailgun/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Google Inc. All rights reserved.
1+
# Copyright 2015 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mailjet/main.py

Copy file name to clipboardExpand all lines: appengine/standard/mailjet/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mailjet/main_test.py

Copy file name to clipboardExpand all lines: appengine/standard/mailjet/main_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/mailjet/templates/index.html

Copy file name to clipboardExpand all lines: appengine/standard/mailjet/templates/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{#
2-
# Copyright 2016 Google Inc. All Rights Reserved.
2+
# Copyright 2016 Google Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

‎appengine/standard/memcache/best_practices/batch/batch_test.py

Copy file name to clipboardExpand all lines: appengine/standard/memcache/best_practices/batch/batch_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

‎appengine/standard/memcache/best_practices/failure/failure_test.py

Copy file name to clipboardExpand all lines: appengine/standard/memcache/best_practices/failure/failure_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All rights reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.