Skip to content

Commit 0de12f0

Browse files
committed
address comments
1 parent 5efaa54 commit 0de12f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gtfs/spec/en/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ This file defines the licenses that apply to the feed or to specific files.
915915

916916
| Field Name | Type | Presence | Description |
917917
| :---- | :---- | :---- | :---- |
918-
| `license_for_whole_feed` | Enum | Conditionally Required | Whether the license applies to the whole feed.<br>Valid options are:<br>`0` or empty: The license does not apply to the whole feed. In this case, the license applies to the file specified in `licensed_table_name`. <br>`1`: The license applies to the whole feed except any files specified in other rows.<br><br>**Conditionally Required:<br>- Required** if the license applies to the whole feed.<br> - **Optional** otherwise. |
919-
| `licensed_table_name` | Text | Conditionally Forbidden | Defines the table which the license applies to.<br><br>Allowed values include any file added to GTFS. In that case, it will have a `licensed_table_name` value equivalent to the file name, not including the `.txt` file extension.<br><br>_Example: The value `shapes` stands for `shapes.txt`_<br><br>**Conditionally Forbidden:**<br> - **Required** if `license_for_whole_feed = 0`.<br> - **Forbidden** if `license_for_whole_feed = 1`. |
918+
| `license_for_whole_feed` | Enum | Required | Indicates whether the license applies to the entire GTFS feed or only to individual files.<br><br>Valid options are:<br>`0` or empty: The license does not apply to the whole feed. In this case, the license applies to the file specified in `licensed_table_name`. <br>`1`: The license applies to the whole GTFS feed, except for any files explicitly listed in other rows. |
919+
| `licensed_table_name` | Text | Conditionally Forbidden | Defines the table which the license applies to.<br><br>Allowed values include any file added to GTFS. In that case, it will have a `licensed_table_name` value equivalent to the file name, not including the `.txt` file extension.<br><br>_Example: The value `shapes` stands for `shapes.txt`_<br><br>**Conditionally Forbidden:**<br> - **Required** if `license_for_whole_feed = 0` or empty.<br> - **Forbidden** if `license_for_whole_feed = 1`. |
920920
| `license_spdx_id` | SPDX ID | Conditionally Forbidden | The SPDX identifier of the license. <br><br>**Conditionally Forbidden**: <br>- **Required** if `custom_license_url` is empty.<br> - **Forbidden** otherwise. |
921921
| `custom_license_url` | URL | Conditionally Forbidden | The URL that contains the terms of the custom license.<br><br>**Conditionally Forbidden:**<br> - **Required** if `license_spdx_id` is empty.<br> - **Forbidden** otherwise. |

0 commit comments

Comments
 (0)