Skip to content

Commit 879d7b6

Browse files
committed
refactor: Standardize quotation marks in licensing comments for consistency in check_model_file_formatting.py
1 parent d8fcbaa commit 879d7b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/check_model_file_formatting.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22
#
33
# Copyright 2025 ROBOTIS CO., LTD.
44
#
5-
# Licensed under the Apache License, Version 2.0 (the 'License');
5+
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
88
#
99
# http://www.apache.org/licenses/LICENSE-2.0
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an 'AS IS' BASIS,
12+
# distributed under the License is distributed on an "AS IS" BASIS,
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
1717
# Author: Woojin Wie
1818

19-
2019
"""
2120
Script to check formatting of Dynamixel model files.
2221

0 commit comments

Comments
 (0)