Skip to content

Commit ee22fe2

Browse files
authored
Removed extra license and fileoverview from mrc_opmode_details.ts. (#319)
Fixed incorrect fileoverview in mrc_port.ts.
1 parent 05979cd commit ee22fe2

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

src/blocks/mrc_opmode_details.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,6 @@
2020
* @author [email protected] (Alan Smith)
2121
*/
2222

23-
/**
24-
* @license
25-
* Copyright 2025 Porpoiseful LLC
26-
*
27-
* Licensed under the Apache License, Version 2.0 (the "License");
28-
* you may not use this file except in compliance with the License.
29-
* You may obtain a copy of the License at
30-
*
31-
* https://www.apache.org/licenses/LICENSE-2.0
32-
*
33-
* Unless required by applicable law or agreed to in writing, software
34-
* distributed under the License is distributed on an "AS IS" BASIS,
35-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36-
* See the License for the specific language governing permissions and
37-
* limitations under the License.
38-
*/
39-
40-
/**
41-
* @fileoverview Create a component with a name of a certain type
42-
* @author [email protected] (Alan Smith)
43-
*/
4423
import * as Blockly from 'blockly';
4524

4625
import { PERIODIC_METHOD_NAME } from './utils/python';

src/blocks/mrc_port.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Create a component with a name of a certain type
19+
* @fileoverview A block that represents a port.
2020
* @author [email protected] (Alan Smith)
2121
*/
2222
import * as Blockly from 'blockly';

0 commit comments

Comments
 (0)