Skip to content

Commit f3b9997

Browse files
authored
Merge pull request #265 from openmainframeproject/add-spdx-id
Add SPDX ID for Lab Materials
2 parents c86cb90 + 71422b5 commit f3b9997

Some content is hidden

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

61 files changed

+709
-502
lines changed

COBOL Programming Course #1 - Getting Started/Labs/README.md

Lines changed: 3 additions & 3 deletions

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
*-----------------------

0 commit comments

Comments
 (0)