diff options
author | elmot <elmot@vaadin.com> | 2015-06-04 18:13:28 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-06-05 12:41:12 +0000 |
commit | 67b0e2dd3f1f520bf25b3715f9cddcefcc24689f (patch) | |
tree | e6291d48bb162fa560ef1aa2affc8ce0f5c0c113 /WebContent/license.html | |
parent | 28bf60e511d1f18fdf1754c6b42ac1993eac6e10 (diff) | |
download | vaadin-framework-67b0e2dd3f1f520bf25b3715f9cddcefcc24689f.tar.gz vaadin-framework-67b0e2dd3f1f520bf25b3715f9cddcefcc24689f.zip |
GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)
Google forces applications owners to migrate all applications to
a new [High Replication] DataStorage. An old Vaadin application is deleted,
and a new one is created because of that migration.
GAE license is replaced with latest one.
Change-Id: Ie6de09f0c1c621308ad8e0cfc2ba7b42bfb10429
Diffstat (limited to 'WebContent/license.html')
-rw-r--r-- | WebContent/license.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/license.html b/WebContent/license.html index 48be15b98d..fe37813e57 100644 --- a/WebContent/license.html +++ b/WebContent/license.html @@ -76,7 +76,7 @@ <tr> <td>Google AppEngine API*</td> - <td><a href="licenses/google-app-engine-terms-of-service.txt">Google App Engine Terms of Service</a></td> + <td><a href="licenses/google-cloud-platform-terms-of-service.txt">Google Cloud Platform Terms of Service</a></td> </tr> <tr> |