Skip to content

Commit 1b2aa0a

Browse files
committed
Update from SAP DITA CMS (squashed):
commit 03c6aef1b516104f85a1b4d5f36da44d2768c54a Author: REDACTED Date: Tue Feb 22 11:21:49 2022 +0100 Update from SAP DITA CMS ( 2022-02-22_11:21:49 ) Project: loio1fc7083d86ec42b8b3fa2f32c5710ff8 (got1547457104944.project) * Project map: loio1fc7083d86ec42b8b3fa2f32c5710ff8 (emz1547456479853.ditamap) * Output: loiobdf0b7d671494b509f070328ade95558 * Buildable map: loioc85183ec55c34af38a018bd96438f273 (lyu1548852231569.ditamap) * Language: en-US commit 8727d026d37b9411df7039846f757988c28eaa52 Merge: fa0d806 954ee3b Author: REDACTED Date: Mon Feb 21 16:17:26 2022 +0200 doc: Merge pull request #1 from UACP/update-readme Initial version of README.md for staging repository commit 954ee3b1d02a633aa461274fe1d812f778ec1254 Author: REDACTED Date: Mon Feb 21 14:58:18 2022 +0100 adding links and title commit fa0d8069c3a5c300dd413447a836ff47a01babf0 ################################################## [Remaining squash message was removed before commit...]
1 parent 08c2cf0 commit 1b2aa0a

File tree

103 files changed

+10351
-44
lines changed

Some content is hidden

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

103 files changed

+10351
-44
lines changed

.gitattributes

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
#
5+
# The above will handle all files NOT found below
6+
#
7+
8+
# Treating MD files (and others) as text (enforcing LFs to be used)
9+
*.md text eol=lf
10+
*.css text eol=lf
11+
*.txt text eol=lf
12+
*.html text eol=lf
13+
*.yaml text eol=lf
14+
*.yml text eol=lf
15+
*.js text eol=lf
16+
*.xml test eol=lf
17+
18+
# Treating images and icons as binary
19+
*.png binary
20+
*.jpg binary
21+
*.gif binary
22+
*.woff binary
23+
*.ttf binary
24+
*.eot binary
25+
*.pptx binary

.reuse/dep5

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,8 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2-
Upstream-Name: <YOUR-REPO-NAME>
3-
Upstream-Contact: <YOUR-CONTACT (MAIL ADDRESS ETC.)>
4-
Source: <https://github.com/SAP-docs/YOUR-REPO-NAME>
5-
Disclaimer: The code in this project may include calls to APIs (“API Calls”) of
6-
SAP or third-party products or services developed outside of this project
7-
(“External Products”).
8-
“APIs” means application programming interfaces, as well as their respective
9-
specifications and implementing code that allows software to communicate with
10-
other software.
11-
API Calls to External Products are not licensed under the open source license
12-
that governs this project. The use of such API Calls and related External
13-
Products are subject to applicable additional agreements with the relevant
14-
provider of the External Products. In no event shall the open source license
15-
that governs this project grant any rights in or to any External Products,or
16-
alter, expand or supersede any terms of the applicable additional agreements.
17-
If you have a valid license agreement with SAP for the use of a particular SAP
18-
External Product, then you may make use of any API Calls included in this
19-
project’s code for that SAP External Product, subject to the terms of such
20-
license agreement. If you do not have a valid license agreement for the use of
21-
a particular SAP External Product, then you may only make use of any API Calls
22-
in this project for that SAP External Product for your internal, non-productive
23-
and non-commercial test and evaluation of such API Calls. Nothing herein grants
24-
you any rights to use or access any SAP External Product, or provide any third
25-
parties the right to use of access any SAP External Product, through API Calls.
2+
Upstream-Name: YOUR-REPOSITORY
3+
Upstream-Contact: NAME SURNAME (EMAIL)
4+
Source: https://github.com/sap-docs/YOUR-REPOSITORY
265

27-
Files: <YOUR-FILE-OR-FOLDER-LIST>
28-
Copyright: <YEARS-RELEVANT-FOR-YOUR-PROJECT> SAP SE or an SAP affiliate company and <YOUR-PROJECT-NAME> contributors
29-
License: Apache-2.0
30-
31-
Files: <THIRD-PARTY-FILE-OR-FOLDER-LIST>
32-
Copyright: <COPYRIGHT-OF-THIRD-PARTY-CODE>
33-
License: <LICENSE-OF-THIRD-PARTY-CODE>
34-
35-
Files: <ANOTHER-THIRD-PARTY-FILE-OR-FOLDER-LIST>
36-
Copyright: <COPYRIGHT-OF-ANOTHER-THIRD-PARTY-CODE>
37-
License: <LICENSE-OF-ANOTHER- THIRD-PARTY-CODE>
6+
Files: *
7+
Copyright: 2021 SAP SE or an SAP affiliate company and YOUR-REPOSITORY contributors
8+
License: CC-BY-4.0

0 commit comments

Comments
 (0)