Skip to content

Commit f5147c8

Browse files
committed
Update from SAP DITA CMS (squashed):
commit 7060d2db8f0ea9b49da648b0d714837d5f45f14e Author: REDACTED Date: Tue Jan 9 16:00:26 2024 +0100 missing ) commit ead60a33ebf4ef71d3abfe3ed4bc68d24af33a62 Merge: 7557d49 2103d52 Author: REDACTED Date: Mon Dec 11 12:40:45 2023 -0700 Merge pull request #1 from UACP/prep-files Preparing complementary files commit 2103d52ef470a3125195e56239bc5ed9a2d3988c Author: REDACTED Date: Mon Dec 11 16:54:39 2023 +0100 preparing complementary files commit 7557d49f7307e65796b3d69146a0b4f7c05b6649 Author: REDACTED Date: Mon Dec 11 15:56:38 2023 +0100 Initialize released ################################################## [Remaining squash message was removed before commit...]
1 parent 25a38ba commit f5147c8

File tree

5 files changed

+462
-35
lines changed

5 files changed

+462
-35
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: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,8 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2-
Upstream-Name: btp-cloud-logging-service
3-
Upstream-Contact: ospo@sap.com
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: SAP-docs/btp-cloud-logging
3+
Upstream-Contact: Bill Keyes (bill.keyes@sap.com)
4+
Source: https://github.com/sap-docs/btp-cloud-logging
265

276
Files: *
28-
Copyright: 2023 SAP SE or an SAP affiliate company and btp-cloud-logging-service contributors
29-
License: Apache-2.0
7+
Copyright: 2023-2024 SAP SE or an SAP affiliate company and SAP-docs/btp-cloud-logging contributors
8+
License: CC-BY-4.0

0 commit comments

Comments
 (0)