Skip to content

Commit e7522cf

Browse files
committed
Merge pull request #217 from GoogleCloudPlatform/ds-indexes
Datastore Samples: Change comment format for XML license header.
2 parents bf8a449 + 09ceb9c commit e7522cf

File tree

2 files changed

+29
-36
lines changed

2 files changed

+29
-36
lines changed

appengine/datastore/indexes-exploding/src/main/webapp/WEB-INF/datastore-indexes.xml

+13-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- [START_EXCLUDE silent] -->
3-
<!--
4-
Copyright 2016 Google Inc. All Rights Reserved.
5-
6-
Licensed under the Apache License, Version 2.0 (the "License");
7-
you may not use this file except in compliance with the License.
8-
You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing, software
13-
distributed under the License is distributed on an "AS IS" BASIS,
14-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
See the License for the specific language governing permissions and
16-
limitations under the License.
17-
-->
18-
<!-- [END_EXCLUDE] -->
2+
<!-- Copyright 2016 Google Inc. All Rights Reserved. -->
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 -->
13+
<!-- implied. See the License for the specific language governing -->
14+
<!-- permissions and limitations under the License. -->
1915
<datastore-indexes autoGenerate="false">
2016
<datastore-index kind="Widget">
2117
<property name="x" direction="asc" />

appengine/datastore/indexes/src/main/webapp/WEB-INF/datastore-indexes.xml

+16-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- [START_EXCLUDE silent] -->
3-
<!--
4-
Copyright 2016 Google Inc. All Rights Reserved.
5-
6-
Licensed under the Apache License, Version 2.0 (the "License");
7-
you may not use this file except in compliance with the License.
8-
You may obtain a copy of the License at
9-
10-
http://www.apache.org/licenses/LICENSE-2.0
11-
12-
Unless required by applicable law or agreed to in writing, software
13-
distributed under the License is distributed on an "AS IS" BASIS,
14-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
See the License for the specific language governing permissions and
16-
limitations under the License.
17-
-->
18-
<!-- [END_EXCLUDE] -->
19-
<!-- The autoGenerate attribute can be true or false. We set it to false to
20-
allow verification that the index is correct in local tests. -->
2+
<!-- Copyright 2016 Google Inc. All Rights Reserved. -->
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 -->
13+
<!-- implied. See the License for the specific language governing -->
14+
<!-- permissions and limitations under the License. -->
15+
<!-- -->
16+
<!-- The autoGenerate attribute can be true or false. We set it to false to -->
17+
<!-- allow verification that the index is correct in local tests. -->
2118
<datastore-indexes autoGenerate="false">
2219
<datastore-index kind="Widget" ancestor="false" source="manual">
2320
<property name="x" direction="asc"/>

0 commit comments

Comments
 (0)