diff --git a/.gitignore b/.gitignore index d78dd0d94167b4b99ba6f4fdd446011b33d1524e..c7553f49706eab68e2c7b1c02719528f903a253a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ document/html/ doclocal/ +document/ \ No newline at end of file diff --git a/md/acceptable-use-policies.md b/md/acceptable-use-policies.md index 0a6bed89e4bd2e2585534eee3870322c172ec671..014fc450af7db45efe63c1627eda23fdcd3ca8ea 100644 --- a/md/acceptable-use-policies.md +++ b/md/acceptable-use-policies.md @@ -68,7 +68,7 @@ You will not reproduce, duplicate, copy, sell, resell or exploit any portion of ## Information Usage Restrictions -You may use information from our Service for the following reasons, regardless of whether the information was scraped, collected through our API, or obtained otherwise: +Unless otherwise allowed by an open source or other license attached to the content hosted on the Service, you may use information from our Service for the following reasons, regardless of whether the information was scraped, collected through our API, or obtained otherwise: diff --git a/settings.js b/settings.js new file mode 100644 index 0000000000000000000000000000000000000000..1fa83b5cd503d1029e51ad7493d2c51e63d37f9a --- /dev/null +++ b/settings.js @@ -0,0 +1,12 @@ +const mdFileOrderSettings = { + "terms-of-service.md": 1, + "codeLinaro-community-guidelines.md": 2, + "acceptable-use-policies.md": 3, + "trademark-policy.md": 4, + "subprocessors-and-cookies.md": 5, + "dmca-takedown-policy.md": 6, + "guide-to-submitting-a-dmca-takedown-notice.md": 7, + "guide-to-submitting-a-dmca-counter-notice.md": 8, +}; + +exports.mdFileOrderSettings = mdFileOrderSettings;