Skip to content

Commit 2cc580e

Browse files
Docs: remove remnants of Twitter / bump dates (twbs#37779)
1 parent 1b39d12 commit 2cc580e

File tree

17 files changed

+21
-28
lines changed

17 files changed

+21
-28
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2022 The Bootstrap Authors
3+
Copyright (c) 2011-2023 The Bootstrap Authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
243243

244244
## Copyright and license
245245

246-
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/).
246+
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/).

build/build-plugins.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to build our plugins to use them separately.
5-
* Copyright 2020-2022 The Bootstrap Authors
5+
* Copyright 2020-2023 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/change-version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to update version number references in the project.
5-
* Copyright 2017-2022 The Bootstrap Authors
5+
* Copyright 2017-2023 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/generate-sri.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Remember to use the same vendor files as the CDN ones,
66
* otherwise the hashes won't match!
77
*
8-
* Copyright 2017-2022 The Bootstrap Authors
8+
* Copyright 2017-2023 The Bootstrap Authors
99
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1010
*/
1111

build/vnu-jar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to run vnu-jar if Java is available.
5-
* Copyright 2017-2022 The Bootstrap Authors
5+
* Copyright 2017-2023 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/zip-examples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*!
44
* Script to create the built examples zip archive;
55
* requires the `zip` command to be present!
6-
* Copyright 2020-2022 The Bootstrap Authors
6+
* Copyright 2020-2023 The Bootstrap Authors
77
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
88
*/
99

nuget/bootstrap.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
1616
<icon>bootstrap.png</icon>
1717
<license type="expression">MIT</license>
18-
<copyright>Copyright 2011-2022</copyright>
18+
<copyright>Copyright 2011-2023</copyright>
1919
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020
<tags>css mobile-first responsive front-end framework web</tags>
2121
<contentFiles>

nuget/bootstrap.sass.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
1616
<icon>bootstrap.png</icon>
1717
<license type="expression">MIT</license>
18-
<copyright>Copyright 2011-2022</copyright>
18+
<copyright>Copyright 2011-2023</copyright>
1919
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020
<tags>css sass mobile-first responsive front-end framework web</tags>
2121
<contentFiles>

scss/mixins/_banner.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@mixin bsBanner($file) {
22
/*!
33
* Bootstrap #{$file} v5.3.0-alpha1 (https://getbootstrap.com/)
4-
* Copyright 2011-2022 The Bootstrap Authors
4+
* Copyright 2011-2023 The Bootstrap Authors
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
66
*/
77
}

site/assets/js/application.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
/*!
66
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
7-
* Copyright 2011-2022 The Bootstrap Authors
8-
* Copyright 2011-2022 Twitter, Inc.
7+
* Copyright 2011-2023 The Bootstrap Authors
98
* Licensed under the Creative Commons Attribution 3.0 Unported License.
109
* For details, see https://creativecommons.org/licenses/by/3.0/.
1110
*/

site/assets/js/code-examples.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
/*!
66
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
7-
* Copyright 2011-2022 The Bootstrap Authors
8-
* Copyright 2011-2022 Twitter, Inc.
7+
* Copyright 2011-2023 The Bootstrap Authors
98
* Licensed under the Creative Commons Attribution 3.0 Unported License.
109
* For details, see https://creativecommons.org/licenses/by/3.0/.
1110
*/

site/assets/js/snippets.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
/*!
88
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
9-
* Copyright 2011-2022 The Bootstrap Authors
10-
* Copyright 2011-2022 Twitter, Inc.
9+
* Copyright 2011-2023 The Bootstrap Authors
1110
* Licensed under the Creative Commons Attribution 3.0 Unported License.
1211
* For details, see https://creativecommons.org/licenses/by/3.0/.
1312
*/

site/assets/scss/docs.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Bootstrap Docs (https://getbootstrap.com/)
3-
* Copyright 2011-2022 The Bootstrap Authors
3+
* Copyright 2011-2023 The Bootstrap Authors
44
* Licensed under the Creative Commons Attribution 3.0 Unported License.
55
* For details, see https://creativecommons.org/licenses/by/3.0/.
66
*/

site/content/docs/5.3/about/brand.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Have a need for Bootstrap's brand resources? Great! We have only a few guideline
1010

1111
## Logo
1212

13-
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.
13+
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.
1414

1515
<div class="bd-brand-item px-2 py-5 mb-3 border rounded-3">
1616
<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
2929

3030
## Name
3131

32-
Bootstrap should always be referred to as just **Bootstrap**. No Twitter before it and no capital _s_.
32+
Bootstrap should always be referred to as just **Bootstrap**. No capital _s_.
3333

3434
<div class="bd-brand-logos d-sm-flex text-center border rounded-3 overflow-hidden w-100 mb-3">
35-
<div class="bd-brand-item w-100 p-3">
35+
<div class="bd-brand-item w-100 px-2 py-5">
3636
<div class="h3">Bootstrap</div>
3737
<strong class="text-success">Correct</strong>
3838
</div>
39-
<div class="bd-brand-item w-100 p-3">
39+
<div class="bd-brand-item w-100 px-2 py-5">
4040
<div class="h3 text-muted">BootStrap</div>
4141
<strong class="text-danger">Incorrect</strong>
4242
</div>
43-
<div class="bd-brand-item w-100 p-3">
44-
<div class="h3 text-muted">Twitter Bootstrap</div>
45-
<strong class="text-danger">Incorrect</strong>
46-
</div>
4743
</div>

site/content/docs/5.3/content/reboot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ The `<address>` element is updated to reset the browser default `font-style` fro
411411

412412
<div class="bd-example">
413413
<address>
414-
<strong>Twitter, Inc.</strong><br>
415-
1355 Market St, Suite 900<br>
414+
<strong>ACME Corporation</strong><br>
415+
1123 Fictional St,<br>
416416
San Francisco, CA 94103<br>
417417
<abbr title="Phone">P:</abbr> (123) 456-7890
418418
</address>

site/static/docs/5.3/assets/js/color-modes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Color mode toggler for Bootstrap's docs (https://getbootstrap.com/)
3-
* Copyright 2011-2022 The Bootstrap Authors
3+
* Copyright 2011-2023 The Bootstrap Authors
44
* Licensed under the Creative Commons Attribution 3.0 Unported License.
55
*/
66

0 commit comments

Comments
 (0)