diff options
| author | XhmikosR <[email protected]> | 2019-02-06 11:12:56 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-06 11:47:31 +0200 |
| commit | c1ea5ac49a7902eca51a5539ad193688d9a71a31 (patch) | |
| tree | df27c3a08f5859024c81eb573b59fcb4317d658a | |
| parent | 1131705f14dcf71ca4292a422cb98f2aa055d2e8 (diff) | |
| download | bootstrap-c1ea5ac49a7902eca51a5539ad193688d9a71a31.tar.xz bootstrap-c1ea5ac49a7902eca51a5539ad193688d9a71a31.zip | |
docs license header: split sentence in period.
| -rw-r--r-- | site/docs/4.2/assets/js/src/application.js | 4 | ||||
| -rw-r--r-- | site/docs/4.2/assets/scss/docs.scss | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/site/docs/4.2/assets/js/src/application.js b/site/docs/4.2/assets/js/src/application.js index 0deb862ee..863af6828 100644 --- a/site/docs/4.2/assets/js/src/application.js +++ b/site/docs/4.2/assets/js/src/application.js @@ -6,8 +6,8 @@ * JavaScript for Bootstrap's docs (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. - * Licensed under the Creative Commons Attribution 3.0 Unported License. For - * details, see https://creativecommons.org/licenses/by/3.0/. + * Licensed under the Creative Commons Attribution 3.0 Unported License. + * For details, see https://creativecommons.org/licenses/by/3.0/. */ /* global ClipboardJS: false, anchors: false, bsCustomFileInput: false */ diff --git a/site/docs/4.2/assets/scss/docs.scss b/site/docs/4.2/assets/scss/docs.scss index 267cb562b..6b1814dc8 100644 --- a/site/docs/4.2/assets/scss/docs.scss +++ b/site/docs/4.2/assets/scss/docs.scss @@ -2,8 +2,8 @@ * Bootstrap Docs (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. - * Licensed under the Creative Commons Attribution 3.0 Unported License. For - * details, see https://creativecommons.org/licenses/by/3.0/. + * Licensed under the Creative Commons Attribution 3.0 Unported License. + * For details, see https://creativecommons.org/licenses/by/3.0/. */ // Dev notes |
