Skip to content

Commit e30bf0a

Browse files
authored
samples: Update of Flexible folder and the top-level parent pom. (#1004)
* Updated flexible/analytics. * Updated flexible/async-rest * Update flexible/cloud-tasks. * Updated flexible/cloudsql * Updated flexible/cloudstorage * Updated flexible/cron * Updated flexible/disk * Updated flexible/endpoints * Updated flexible/errorreporting * Updated flexible/extending-runtime * Updated flexible/gaeinfo * Updated flexible/helloworld. * Updated flexible/mailgun * Updated flexible/mailjet * Updated flexible/memcache. * Updated flexible/postgres * Updated flexible/pubsub. * Updated flexible/sendgrid * Updated flexible/sparkjava * Update flexible/static-files. * Update flexible/twilio. * Updated flexible folder and a few missed violations. * Updated storage/xmp-api/cmdline-sample * Updated storage/xml-api/serviceaccount-appengine/sample * Updated vision/beta/cloud-client * Updated final pom.xml.
1 parent 2cf98b5 commit e30bf0a

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

vision/snippets/src/main/java/com/example/vision/Detect.java

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
Copyright 2017, Google, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
15-
*/
2+
* Copyright 2017 Google Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1616

1717
package com.example.vision;
1818

vision/snippets/src/test/java/com/example/vision/DetectIT.java

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/*
2-
Copyright 2017, Google, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
15-
*/
2+
* Copyright 2017 Google Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
1616

1717
package com.example.vision;
1818

0 commit comments

Comments
 (0)