Skip to content

Commit f2a339f

Browse files
authored
Bump dependencies markdownlint-cli, webpack (#922)
* Bump dependencies markdownlint-cli, webpack * Check if the changed files has http:// instead of https://
1 parent 9619b41 commit f2a339f

13 files changed

Lines changed: 186 additions & 129 deletions

LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The full license text of applicable licenses is provided below.
1515

1616
Apache License
1717
Version 2.0, January 2004
18-
http://www.apache.org/licenses/
18+
https://www.apache.org/licenses/
1919

2020
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
2121

@@ -220,7 +220,7 @@ The full license text of applicable licenses is provided below.
220220
GNU GENERAL PUBLIC LICENSE
221221
Version 3, 29 June 2007
222222

223-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
223+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
224224
Everyone is permitted to copy and distribute verbatim copies
225225
of this license document, but changing it is not allowed.
226226

@@ -864,7 +864,7 @@ the "copyright" line and a pointer to where the full notice is found.
864864
GNU General Public License for more details.
865865

866866
You should have received a copy of the GNU General Public License
867-
along with this program. If not, see <http://www.gnu.org/licenses/>.
867+
along with this program. If not, see <https://www.gnu.org/licenses/>.
868868

869869
Also add information on how to contact you by electronic and paper mail.
870870

@@ -883,11 +883,11 @@ might be different; for a GUI interface, you would use an "about box".
883883
You should also get your employer (if you work as a programmer) or school,
884884
if any, to sign a "copyright disclaimer" for the program, if necessary.
885885
For more information on this, and how to apply and follow the GNU GPL, see
886-
<http://www.gnu.org/licenses/>.
886+
<https://www.gnu.org/licenses/>.
887887

888888
The GNU General Public License does not permit incorporating your program
889889
into proprietary programs. If your program is a subroutine library, you
890890
may consider it more useful to permit linking proprietary applications with
891891
the library. If this is what you want to do, use the GNU Lesser General
892892
Public License instead of this License. But first, please read
893-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
893+
<https://www.gnu.org/philosophy/why-not-lgpl.html>.

LICENSE-Apache-2.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
3+
https://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

LICENSE-GPL-3.0-or-later

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

4-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
4+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
55
Everyone is permitted to copy and distribute verbatim copies
66
of this license document, but changing it is not allowed.
77

@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645645
GNU General Public License for more details.
646646

647647
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <http://www.gnu.org/licenses/>.
648+
along with this program. If not, see <https://www.gnu.org/licenses/>.
649649

650650
Also add information on how to contact you by electronic and paper mail.
651651

@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664664
You should also get your employer (if you work as a programmer) or school,
665665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666666
For more information on this, and how to apply and follow the GNU GPL, see
667-
<http://www.gnu.org/licenses/>.
667+
<https://www.gnu.org/licenses/>.
668668

669669
The GNU General Public License does not permit incorporating your program
670670
into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
674+
<https://www.gnu.org/philosophy/why-not-lgpl.html>.

configs/core-peripherals/Memory_Protection_Unit.scvd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
17+
<component_viewer schemaVersion="0.1" xmlns:xs="https://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
1818
<component name="MemoryProtectionUnitComponent" version="1.0.0"/>
1919
<typedefs>
2020
<typedef name="MPU_Attributes_t" size="8">

configs/core-peripherals/Nested_Vectored_Interrupt_Controller.scvd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
17+
<component_viewer schemaVersion="0.1" xmlns:xs="https://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
1818
<component name="NestedVectoredInterruptControllerComponent" version="1.0.0"/>
1919
<typedefs>
2020
<typedef name="Vector_t" size="4">

configs/core-peripherals/System_Config_and_Control.scvd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
17+
<component_viewer schemaVersion="0.1" xmlns:xs="https://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
1818
<component name="SystemControlConfigComponent" version="1.0.0"/>
1919
<objects>
2020
<object name="SystemControlConfigObject">

configs/core-peripherals/System_Tick_Timer.scvd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
17+
<component_viewer schemaVersion="0.1" xmlns:xs="https://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
1818
<component name="SystemTickTimerComponent" version="1.0.0"/>
1919
<typedefs>
2020
<typedef name="SysTick_t" size="0x10">

configs/core-peripherals/core-peripherals-index.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$comment": "Index of core peripheral SCVD files and conditions when to use them.",
3-
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$schema": "https://json-schema.org/draft-07/schema#",
44
"$id": "https://raw.githubusercontent.com/Open-CMSIS-Pack/vscode-cmsis-debugger/configs/core-peripherals/core-peripherals-index.schema.json",
55
"title": "Core Peripherals index",
66
"description": "Index listing core peripheral SCVD description files and CPU type/feature conditions under which each file is active.",

0 commit comments

Comments
 (0)