Skip to content

Commit

Permalink
Update from SAP DITA CMS (squashed):
Browse files Browse the repository at this point in the history
commit c1cc0e48f1b34c5ce0fd57be9024877c07b76db2
Author: REDACTED
Date:   Tue Oct 17 08:25:27 2023 +0200

    Initialize cloud

##################################################
[Remaining squash message was removed before commit...]
  • Loading branch information
ditaccms-bot committed Oct 19, 2023
1 parent cbf1245 commit 5fa2391
Show file tree
Hide file tree
Showing 5 changed files with 462 additions and 35 deletions.
25 changes: 25 additions & 0 deletions .gitattributes
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
31 changes: 5 additions & 26 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,29 +1,8 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: btp-connectivity
Upstream-Contact: ospo@sap.com
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: *
Copyright: 2023 SAP SE or an SAP affiliate company and btp-connectivity contributors
License: Apache-2.0
Copyright: 2022 SAP SE or an SAP affiliate company and YOUR-REPOSITORY contributors
License: CC-BY-4.0
Loading

0 comments on commit 5fa2391

Please sign in to comment.