Skip to content

Commit 6666f14

Browse files
chore(merge main):patched commit → 5708adc (#2854)
1 parent e0e0988 commit 6666f14

27 files changed

+356
-285
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2024 Orange SA
4-
Copyright (c) 2015-2024 The Boosted Authors
3+
Copyright (c) 2015-2025 Orange SA
4+
Copyright (c) 2015-2025 The Boosted Authors
55

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

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ End of the parts list under Monotype Imaging Inc Copyright
2525

2626

2727
Parts list under Orange SA Copyright
28-
Copyright (C) 2016 - 2024 Orange SA All rights reserved
28+
Copyright (C) 2016 - 2025 Orange SA All rights reserved
2929

3030
The following parts are proprietary information of Orange.
3131
You shall not use or display any trade names, trademarks, service marks, products names, illustrations or designs used within the software

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Thanks to [Netlify](https://www.netlify.com/) for providing us with Deploy Previ
190190

191191
## Copyright and license
192192

193-
Code and documentation copyright 2011-2024 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/).
193+
Code and documentation copyright 2011-2025 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/).
194194

195-
Boosted code and documentation copyright 2015-2024 the [Boosted Authors](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/graphs/contributors) and [Orange SA.](https://orange.com) Code released under the [MIT License](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
195+
Boosted code and documentation copyright 2015-2025 the [Boosted Authors](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/graphs/contributors) and [Orange SA.](https://orange.com) Code released under the [MIT License](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
196196

build/build-plugins.mjs

Lines changed: 1 addition & 1 deletion
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-2024 The Bootstrap Authors
5+
* Copyright 2020-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/change-version.mjs

Lines changed: 1 addition & 1 deletion
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-2024 The Bootstrap Authors
5+
* Copyright 2017-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/generate-sri.mjs

Lines changed: 1 addition & 1 deletion
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-2024 The Bootstrap Authors
8+
* Copyright 2017-2025 The Bootstrap Authors
99
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1010
*/
1111

build/vnu-jar.mjs

Lines changed: 1 addition & 1 deletion
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-2024 The Bootstrap Authors
5+
* Copyright 2017-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/zip-examples.mjs

Lines changed: 1 addition & 1 deletion
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-2024 The Bootstrap Authors
6+
* Copyright 2020-2025 The Bootstrap Authors
77
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
88
*/
99

nuget/boosted.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<repository type="git" url="https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git" branch="main" />
1616
<icon>boosted.png</icon>
1717
<license type="expression">MIT</license>
18-
<copyright>Copyright 2015-2024</copyright>
18+
<copyright>Copyright 2015-2025</copyright>
1919
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020
<tags>css mobile-first responsive front-end framework web bootstrap</tags>
2121
<contentFiles>

nuget/boosted.sass.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<repository type="git" url="https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap.git" branch="main" />
1616
<icon>boosted.png</icon>
1717
<license type="expression">MIT</license>
18-
<copyright>Copyright 2015-2024</copyright>
18+
<copyright>Copyright 2015-2025</copyright>
1919
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2020
<tags>css sass mobile-first responsive front-end framework web bootstrap Orange</tags>
2121
<contentFiles>

0 commit comments

Comments
 (0)