diff options
| author | Patrick H. Lauke <[email protected]> | 2023-01-02 00:30:53 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-01 16:30:53 -0800 |
| commit | 2cc580e2d1e70d942965d54365db24fe6728ad00 (patch) | |
| tree | 8768f47ee4ad9beb7302b953a3ff0214082c10a4 | |
| parent | 1b39d1275bf5f91ff126faea33a6e6ab71ba991e (diff) | |
| download | bootstrap-2cc580e2d1e70d942965d54365db24fe6728ad00.tar.xz bootstrap-2cc580e2d1e70d942965d54365db24fe6728ad00.zip | |
Docs: remove remnants of Twitter / bump dates (#37779)
| -rw-r--r-- | LICENSE | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | build/build-plugins.js | 2 | ||||
| -rw-r--r-- | build/change-version.js | 2 | ||||
| -rw-r--r-- | build/generate-sri.js | 2 | ||||
| -rw-r--r-- | build/vnu-jar.js | 2 | ||||
| -rw-r--r-- | build/zip-examples.js | 2 | ||||
| -rw-r--r-- | nuget/bootstrap.nuspec | 2 | ||||
| -rw-r--r-- | nuget/bootstrap.sass.nuspec | 2 | ||||
| -rw-r--r-- | scss/mixins/_banner.scss | 2 | ||||
| -rw-r--r-- | site/assets/js/application.js | 3 | ||||
| -rw-r--r-- | site/assets/js/code-examples.js | 3 | ||||
| -rw-r--r-- | site/assets/js/snippets.js | 3 | ||||
| -rw-r--r-- | site/assets/scss/docs.scss | 2 | ||||
| -rw-r--r-- | site/content/docs/5.3/about/brand.md | 12 | ||||
| -rw-r--r-- | site/content/docs/5.3/content/reboot.md | 4 | ||||
| -rw-r--r-- | site/static/docs/5.3/assets/js/color-modes.js | 2 |
17 files changed, 21 insertions, 28 deletions
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2011-2022 The Bootstrap Authors +Copyright (c) 2011-2023 The Bootstrap Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -243,4 +243,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com ## Copyright and license -Code and documentation copyright 2011–2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). +Code and documentation copyright 2011–2023 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors). Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). diff --git a/build/build-plugins.js b/build/build-plugins.js index a29e83d83..b2833a3fb 100644 --- a/build/build-plugins.js +++ b/build/build-plugins.js @@ -2,7 +2,7 @@ /*! * Script to build our plugins to use them separately. - * Copyright 2020-2022 The Bootstrap Authors + * Copyright 2020-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/build/change-version.js b/build/change-version.js index 0de927d77..cda0ea12d 100644 --- a/build/change-version.js +++ b/build/change-version.js @@ -2,7 +2,7 @@ /*! * Script to update version number references in the project. - * Copyright 2017-2022 The Bootstrap Authors + * Copyright 2017-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/build/generate-sri.js b/build/generate-sri.js index 652955721..1c8050f6e 100644 --- a/build/generate-sri.js +++ b/build/generate-sri.js @@ -5,7 +5,7 @@ * Remember to use the same vendor files as the CDN ones, * otherwise the hashes won't match! * - * Copyright 2017-2022 The Bootstrap Authors + * Copyright 2017-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/build/vnu-jar.js b/build/vnu-jar.js index 4da9b53c8..77f9ed848 100644 --- a/build/vnu-jar.js +++ b/build/vnu-jar.js @@ -2,7 +2,7 @@ /*! * Script to run vnu-jar if Java is available. - * Copyright 2017-2022 The Bootstrap Authors + * Copyright 2017-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/build/zip-examples.js b/build/zip-examples.js index 077901e47..d3dc01278 100644 --- a/build/zip-examples.js +++ b/build/zip-examples.js @@ -3,7 +3,7 @@ /*! * Script to create the built examples zip archive; * requires the `zip` command to be present! - * Copyright 2020-2022 The Bootstrap Authors + * Copyright 2020-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index 1020a85ac..de864ae22 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -15,7 +15,7 @@ <repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" /> <icon>bootstrap.png</icon> <license type="expression">MIT</license> - <copyright>Copyright 2011-2022</copyright> + <copyright>Copyright 2011-2023</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> <tags>css mobile-first responsive front-end framework web</tags> <contentFiles> diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec index 1e217cddb..37b850a8d 100644 --- a/nuget/bootstrap.sass.nuspec +++ b/nuget/bootstrap.sass.nuspec @@ -15,7 +15,7 @@ <repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" /> <icon>bootstrap.png</icon> <license type="expression">MIT</license> - <copyright>Copyright 2011-2022</copyright> + <copyright>Copyright 2011-2023</copyright> <requireLicenseAcceptance>false</requireLicenseAcceptance> <tags>css sass mobile-first responsive front-end framework web</tags> <contentFiles> diff --git a/scss/mixins/_banner.scss b/scss/mixins/_banner.scss index 64d09a2a9..aa6c012a5 100644 --- a/scss/mixins/_banner.scss +++ b/scss/mixins/_banner.scss @@ -1,7 +1,7 @@ @mixin bsBanner($file) { /*! * Bootstrap #{$file} v5.3.0-alpha1 (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors + * Copyright 2011-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ } diff --git a/site/assets/js/application.js b/site/assets/js/application.js index dec23635d..6bb71f0c2 100644 --- a/site/assets/js/application.js +++ b/site/assets/js/application.js @@ -4,8 +4,7 @@ /*! * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors - * Copyright 2011-2022 Twitter, Inc. + * Copyright 2011-2023 The Bootstrap Authors * Licensed under the Creative Commons Attribution 3.0 Unported License. * For details, see https://creativecommons.org/licenses/by/3.0/. */ diff --git a/site/assets/js/code-examples.js b/site/assets/js/code-examples.js index edb13598f..555bd7b6f 100644 --- a/site/assets/js/code-examples.js +++ b/site/assets/js/code-examples.js @@ -4,8 +4,7 @@ /*! * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors - * Copyright 2011-2022 Twitter, Inc. + * Copyright 2011-2023 The Bootstrap Authors * Licensed under the Creative Commons Attribution 3.0 Unported License. * For details, see https://creativecommons.org/licenses/by/3.0/. */ diff --git a/site/assets/js/snippets.js b/site/assets/js/snippets.js index 43b8a095c..a69b4bf64 100644 --- a/site/assets/js/snippets.js +++ b/site/assets/js/snippets.js @@ -6,8 +6,7 @@ /*! * JavaScript for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors - * Copyright 2011-2022 Twitter, Inc. + * Copyright 2011-2023 The Bootstrap Authors * Licensed under the Creative Commons Attribution 3.0 Unported License. * For details, see https://creativecommons.org/licenses/by/3.0/. */ diff --git a/site/assets/scss/docs.scss b/site/assets/scss/docs.scss index 509cc33fd..9d71147a8 100644 --- a/site/assets/scss/docs.scss +++ b/site/assets/scss/docs.scss @@ -1,6 +1,6 @@ /*! * Bootstrap Docs (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors + * Copyright 2011-2023 The Bootstrap Authors * Licensed under the Creative Commons Attribution 3.0 Unported License. * For details, see https://creativecommons.org/licenses/by/3.0/. */ diff --git a/site/content/docs/5.3/about/brand.md b/site/content/docs/5.3/about/brand.md index 9c31da07f..c3ef44e9b 100644 --- a/site/content/docs/5.3/about/brand.md +++ b/site/content/docs/5.3/about/brand.md @@ -10,7 +10,7 @@ Have a need for Bootstrap's brand resources? Great! We have only a few guideline ## Logo -When referencing Bootstrap, use our logo mark. Do not modify our logos in any way. Do not use Bootstrap's branding for your own open or closed source projects. **Do not use the Twitter name or logo** in association with Bootstrap. +When referencing Bootstrap, use our logo mark. Do not modify our logos in any way. Do not use Bootstrap's branding for your own open or closed source projects. <div class="bd-brand-item px-2 py-5 mb-3 border rounded-3"> <img class="d-block img-fluid mx-auto" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="Bootstrap" width="256" height="204"> @@ -29,19 +29,15 @@ Our logo mark is also available in black and white. All rules for our primary lo ## Name -Bootstrap should always be referred to as just **Bootstrap**. No Twitter before it and no capital _s_. +Bootstrap should always be referred to as just **Bootstrap**. No capital _s_. <div class="bd-brand-logos d-sm-flex text-center border rounded-3 overflow-hidden w-100 mb-3"> - <div class="bd-brand-item w-100 p-3"> + <div class="bd-brand-item w-100 px-2 py-5"> <div class="h3">Bootstrap</div> <strong class="text-success">Correct</strong> </div> - <div class="bd-brand-item w-100 p-3"> + <div class="bd-brand-item w-100 px-2 py-5"> <div class="h3 text-muted">BootStrap</div> <strong class="text-danger">Incorrect</strong> </div> - <div class="bd-brand-item w-100 p-3"> - <div class="h3 text-muted">Twitter Bootstrap</div> - <strong class="text-danger">Incorrect</strong> - </div> </div> diff --git a/site/content/docs/5.3/content/reboot.md b/site/content/docs/5.3/content/reboot.md index a695009dc..a4ab8c459 100644 --- a/site/content/docs/5.3/content/reboot.md +++ b/site/content/docs/5.3/content/reboot.md @@ -411,8 +411,8 @@ The `<address>` element is updated to reset the browser default `font-style` fro <div class="bd-example"> <address> - <strong>Twitter, Inc.</strong><br> - 1355 Market St, Suite 900<br> + <strong>ACME Corporation</strong><br> + 1123 Fictional St,<br> San Francisco, CA 94103<br> <abbr title="Phone">P:</abbr> (123) 456-7890 </address> diff --git a/site/static/docs/5.3/assets/js/color-modes.js b/site/static/docs/5.3/assets/js/color-modes.js index 41b6b893e..50a798649 100644 --- a/site/static/docs/5.3/assets/js/color-modes.js +++ b/site/static/docs/5.3/assets/js/color-modes.js @@ -1,6 +1,6 @@ /*! * Color mode toggler for Bootstrap's docs (https://getbootstrap.com/) - * Copyright 2011-2022 The Bootstrap Authors + * Copyright 2011-2023 The Bootstrap Authors * Licensed under the Creative Commons Attribution 3.0 Unported License. */ |
