Skip to content

Commit cec2106

Browse files
Add section on handling licenses (#191)
Co-authored-by: Marc Bernard <[email protected]>
1 parent bf50086 commit cec2106

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

src/user-guide/projects/online/first-project.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,30 @@ order: 40
66

77
## Repository Setup
88

9-
* Create the repsitory on GitHub, make sure it contains someting eg. a README file
9+
* Create the repository on GitHub, and make sure it contains something like a README file
1010
* Start `ZABAPGIT`
1111
* Clone the repository into abapGit
1212

1313
## Adding Objects
1414

15-
* Navigate to the repository, click the "add" link
16-
* It will ask which object to add, select the object
17-
* The object will be commited to the repository
15+
* Navigate to the repository, click the "Add" link
16+
* It will ask which object to add, then select the object
17+
* The object will be committed to the repository
1818

1919
## Modifying Objects
2020

21-
After modifying a object, a "commit" link will show up in abapGit, click this to commit the changes to the remote repository.
21+
After modifying an object, a "commit" link will show up in abapGit. Click this to commit the changes to the remote repository.
2222

2323
## Modifying Repository
2424

25-
If something is changed in the repository, a "pull" link will show up in abapGit. The changes must be pulled before new objects can be changed or added.
25+
If something is changed in the repository, a "pull" link will show up in abapGit. The changes must be pulled before new objects can be changed or added.
26+
27+
## Handling Licenses
28+
29+
Open-source projects on GitHub typically include a `LICENSE` file that describes the repository's licensing terms.
30+
31+
:::info
32+
Note: This license file will not be pulled into SAP systems by abapGit.
33+
34+
If your license requires, include the license terms in the comments of your main source code file. Alternatively, you can reference the license using an [SPDX License Identifier](https://spdx.dev/learn/handling-license-info/).
35+
:::

0 commit comments

Comments
 (0)