Skip to content

Commit 3f21644

Browse files
committed
Update Copyrights
1 parent 309eb66 commit 3f21644

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,4 +1184,4 @@ curl -G -X GET \
11841184

11851185
## License
11861186

1187-
[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.
1187+
[MIT](LICENSE) © 2020-2026 FIWARE Foundation e.V.

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -578,10 +578,7 @@ be displayed.
578578
"type": "GeoProperty",
579579
"value": {
580580
"type": "Point",
581-
"coordinates": [
582-
13.3505,
583-
52.5144
584-
]
581+
"coordinates": [13.3505, 52.5144]
585582
}
586583
},
587584
"https://schema.org/name": {
@@ -614,10 +611,7 @@ be displayed.
614611
"type": "GeoProperty",
615612
"value": {
616613
"type": "Point",
617-
"coordinates": [
618-
13.3698,
619-
52.5163
620-
]
614+
"coordinates": [13.3698, 52.5163]
621615
}
622616
},
623617
"https://schema.org/name": {
@@ -905,8 +899,8 @@ It should also be noted that the sub-attributes of the `addresse` have also not
905899
### Filter context data by comparing the values of an attribute in an Array
906900

907901
Within the standard `Building` model, the `category` attribute refers to an array of strings. This example returns all
908-
`Building` entities with a `category` attribute which contains either `barn` or `22farm_auxiliary` strings. Filtering can be
909-
done using the `q` parameter, comma separating the acceptable values.
902+
`Building` entities with a `category` attribute which contains either `barn` or `22farm_auxiliary` strings. Filtering
903+
can be done using the `q` parameter, comma separating the acceptable values.
910904

911905
#### 9️⃣ Request:
912906

@@ -1153,4 +1147,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io)
11531147

11541148
## License
11551149

1156-
[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.
1150+
[MIT](LICENSE) © 2020-2026 FIWARE Foundation e.V.

0 commit comments

Comments
 (0)