-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from SAP DITA CMS (squashed):
commit 8a4b69a6226e292a97f4b8f33b52310225b58120 Author: REDACTED Date: Wed Jan 25 10:41:13 2023 +0100 Update dep5 commit e8e1b56308b5273e6554f70af1fbfa08045636b8 Author: REDACTED Date: Wed Jan 25 10:19:30 2023 +0100 Initialize released ################################################## [Remaining squash message was removed before commit...]
- Loading branch information
1 parent
60d47e7
commit a1c61ce
Showing
5 changed files
with
463 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# | ||
# The above will handle all files NOT found below | ||
# | ||
|
||
# Treating MD files (and others) as text (enforcing LFs to be used) | ||
*.md text eol=lf | ||
*.css text eol=lf | ||
*.txt text eol=lf | ||
*.html text eol=lf | ||
*.yaml text eol=lf | ||
*.yml text eol=lf | ||
*.js text eol=lf | ||
*.xml test eol=lf | ||
|
||
# Treating images and icons as binary | ||
*.png binary | ||
*.jpg binary | ||
*.gif binary | ||
*.woff binary | ||
*.ttf binary | ||
*.eot binary | ||
*.pptx binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,8 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: <YOUR-REPO-NAME> | ||
Upstream-Contact: <YOUR-CONTACT (MAIL ADDRESS ETC.)> | ||
Source: <https://github.com/SAP-docs/YOUR-REPO-NAME> | ||
Disclaimer: The code in this project may include calls to APIs (“API Calls”) of | ||
SAP or third-party products or services developed outside of this project | ||
(“External Products”). | ||
“APIs” means application programming interfaces, as well as their respective | ||
specifications and implementing code that allows software to communicate with | ||
other software. | ||
API Calls to External Products are not licensed under the open source license | ||
that governs this project. The use of such API Calls and related External | ||
Products are subject to applicable additional agreements with the relevant | ||
provider of the External Products. In no event shall the open source license | ||
that governs this project grant any rights in or to any External Products,or | ||
alter, expand or supersede any terms of the applicable additional agreements. | ||
If you have a valid license agreement with SAP for the use of a particular SAP | ||
External Product, then you may make use of any API Calls included in this | ||
project’s code for that SAP External Product, subject to the terms of such | ||
license agreement. If you do not have a valid license agreement for the use of | ||
a particular SAP External Product, then you may only make use of any API Calls | ||
in this project for that SAP External Product for your internal, non-productive | ||
and non-commercial test and evaluation of such API Calls. Nothing herein grants | ||
you any rights to use or access any SAP External Product, or provide any third | ||
parties the right to use of access any SAP External Product, through API Calls. | ||
Upstream-Name: YOUR-REPOSITORY | ||
Upstream-Contact: NAME SURNAME (EMAIL) | ||
Source: https://github.com/sap-docs/YOUR-REPOSITORY | ||
|
||
Files: <YOUR-FILE-OR-FOLDER-LIST> | ||
Copyright: <YEARS-RELEVANT-FOR-YOUR-PROJECT> SAP SE or an SAP affiliate company and <YOUR-PROJECT-NAME> contributors | ||
License: Apache-2.0 | ||
|
||
Files: <THIRD-PARTY-FILE-OR-FOLDER-LIST> | ||
Copyright: <COPYRIGHT-OF-THIRD-PARTY-CODE> | ||
License: <LICENSE-OF-THIRD-PARTY-CODE> | ||
|
||
Files: <ANOTHER-THIRD-PARTY-FILE-OR-FOLDER-LIST> | ||
Copyright: <COPYRIGHT-OF-ANOTHER-THIRD-PARTY-CODE> | ||
License: <LICENSE-OF-ANOTHER- THIRD-PARTY-CODE> | ||
Files: * | ||
Copyright: 2023 SAP SE or an SAP affiliate company and YOUR-REPOSITORY contributors | ||
License: CC-BY-4.0 |
Oops, something went wrong.