Skip to content

Commit 742f8e3

Browse files
committed
Add SPDX ID to Lab Materials
Signed-off-by: Hartanto Ario Widjaya <tanto259@users.noreply.github.com>
1 parent 9a760f6 commit 742f8e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+613
-426
lines changed

COBOL Programming Course #1 - Getting Started/Labs/cbl/ADDAMT.cobol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
4+
*-----------------------
15
IDENTIFICATION DIVISION.
26
PROGRAM-ID.
37
ADDAMT.

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0001.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0002.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0004.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0005.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0006.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0007.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0008.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0009.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

COBOL Programming Course #1 - Getting Started/Labs/cbl/CBL0010.cobol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
*-----------------------
2+
* Copyright Contributors to the COBOL Programming Course
3+
* SPDX-License-Identifier: CC-BY-4.0
14
*-----------------------
25
IDENTIFICATION DIVISION.
36
*-----------------------

0 commit comments

Comments
 (0)