Skip to content

Commit e0fb254

Browse files
author
snaury
committed
ydblib: add jinja2cpp
commit_hash:f3563041f6f6f7443e75fc99acd2c967d0debb04
1 parent b3b4a0b commit e0fb254

File tree

139 files changed

+50190
-0
lines changed

Some content is hidden

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

139 files changed

+50190
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# File format ($ symbol means the beginning of a line):
2+
#
3+
# $ # this message
4+
# $ # =======================
5+
# $ # comments (all commentaries should starts with some number of spaces and # symbol)
6+
# ${action} {license id} {license text hash}
7+
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
8+
# ${all_file_action} filename
9+
# $ # user commentaries (many lines)
10+
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
11+
# ${action} {license spdx} {license text hash}
12+
# $BELONGS ./ya/make/file/relative/path/3/ya.make
13+
# ${all_file_action} filename
14+
# $ # user commentaries
15+
# $ generated description
16+
# $ ...
17+
#
18+
# You can modify action, all_file_action and add commentaries
19+
# Available actions:
20+
# keep - keep license in contrib and use in credits
21+
# skip - skip license
22+
# remove - remove all files with this license
23+
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
24+
#
25+
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
26+
# We suppose that that files can contain some license info
27+
# Available all file actions:
28+
# FILE_IGNORE - ignore file (do nothing)
29+
# FILE_INCLUDE - include all file data into licenses text file
30+
# =======================
31+
32+
KEEP COPYRIGHT_SERVICE_LABEL 097cfbf1153a4f7ed38e64fd7e2e3993
33+
BELONGS ya.make
34+
License text:
35+
Copyright (c) 2016 Jonathan B. Coe
36+
Scancode info:
37+
Original SPDX id: COPYRIGHT_SERVICE_LABEL
38+
Score : 100.00
39+
Match type : COPYRIGHT
40+
Files with this license:
41+
include/jinja2cpp/polymorphic_value.h [3:3]
42+
43+
KEEP COPYRIGHT_SERVICE_LABEL b64d8f4e77f6cb007626437192f93d68
44+
BELONGS ya.make
45+
License text:
46+
// Copyright (c) 2018-2021 Martin Ankerl <http://martin.ankerl.com>
47+
Scancode info:
48+
Original SPDX id: COPYRIGHT_SERVICE_LABEL
49+
Score : 100.00
50+
Match type : COPYRIGHT
51+
Files with this license:
52+
src/robin_hood.h [13:13]
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
# File format ($ symbol means the beginning of a line):
2+
#
3+
# $ # this message
4+
# $ # =======================
5+
# $ # comments (all commentaries should starts with some number of spaces and # symbol)
6+
# ${action} {license spdx} {license text hash}
7+
# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
8+
# ${all_file_action} filename
9+
# $ # user commentaries (many lines)
10+
# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
11+
# ${action} {license spdx} {license text hash}
12+
# $BELONGS ./ya/make/file/relative/path/3/ya.make
13+
# ${all_file_action} filename
14+
# $ # user commentaries
15+
# $ generated description
16+
# $ ...
17+
#
18+
# You can modify action, all_file_action and add commentaries
19+
# Available actions:
20+
# keep - keep license in contrib and use in credits
21+
# skip - skip license
22+
# remove - remove all files with this license
23+
# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
24+
#
25+
# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
26+
# We suppose that that files can contain some license info
27+
# Available all file actions:
28+
# FILE_IGNORE - ignore file (do nothing)
29+
# FILE_INCLUDE - include all file data into licenses text file
30+
# =======================
31+
32+
KEEP MIT 4dfb1f9f7c68ff4156bccff8f3de1b60
33+
BELONGS ya.make
34+
License text:
35+
[![GitHub License](https://img.shields.io/badge/license-Mozilla-blue.svg)](https://raw.githubusercontent.com/jinja2cpp/Jinja2Cpp/master/LICENSE)
36+
Scancode info:
37+
Original SPDX id: MIT
38+
Score : 85.71
39+
Match type : TAG
40+
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
41+
Files with this license:
42+
README.md [12:12]
43+
44+
KEEP MIT 6b45d159c11839114dfda208e6140eda
45+
BELONGS ya.make
46+
Note: matched license text is too long. Read it in the source files.
47+
Scancode info:
48+
Original SPDX id: MIT
49+
Score : 100.00
50+
Match type : TEXT
51+
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
52+
Files with this license:
53+
src/robin_hood.h [15:31]
54+
55+
KEEP MPL-2.0 81bec2692a2a04ebc459d6dca672caf4
56+
BELONGS ya.make
57+
FILE_INCLUDE LICENSE found in files: LICENSE at line 363
58+
Note: matched license text is too long. Read it in the source files.
59+
Scancode info:
60+
Original SPDX id: MPL-2.0
61+
Score : 100.00
62+
Match type : TEXT
63+
Links : http://mpl.mozilla.org/2012/01/03/announcing-mpl-2-0/, http://www.mozilla.com/MPL/2.0/, https://spdx.org/licenses/MPL-2.0
64+
Files with this license:
65+
LICENSE [1:373]
66+
67+
KEEP MIT 8384d75c38c570f3edb87cf9f64f2ec2
68+
BELONGS ya.make
69+
License text:
70+
// SPDX-License-Identifier: MIT
71+
Scancode info:
72+
Original SPDX id: MIT
73+
Score : 100.00
74+
Match type : TAG
75+
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
76+
Files with this license:
77+
src/robin_hood.h [12:12]
78+
79+
KEEP MIT a6e9f2d79eb73e6e422759b53da6152a
80+
BELONGS ya.make
81+
Note: matched license text is too long. Read it in the source files.
82+
Scancode info:
83+
Original SPDX id: MIT
84+
Score : 100.00
85+
Match type : TEXT
86+
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
87+
Files with this license:
88+
include/jinja2cpp/polymorphic_value.h [5:20]
89+
90+
KEEP MIT b6657f1432f3f3405667101097117109
91+
BELONGS ya.make
92+
License text:
93+
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
94+
Scancode info:
95+
Original SPDX id: MIT
96+
Score : 100.00
97+
Match type : NOTICE
98+
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
99+
Files with this license:
100+
src/robin_hood.h [11:11]
101+
102+
KEEP MPL-1.1 bbcc868f743e472bc5bc01c0a6b359a5
103+
BELONGS ya.make
104+
License text:
105+
[![GitHub License](https://img.shields.io/badge/license-Mozilla-blue.svg)](https://raw.githubusercontent.com/jinja2cpp/Jinja2Cpp/master/LICENSE)
106+
Scancode info:
107+
Original SPDX id: MPL-1.1
108+
Score : 90.00
109+
Match type : TAG
110+
Links : http://www.mozilla.com/MPL/1.1/index.html, http://www.mozilla.org/MPL/MPL-1.1.html, https://spdx.org/licenses/MPL-1.1
111+
Files with this license:
112+
README.md [12:12]
113+
114+
KEEP MIT e7fc849ec7d035354afc7a26365b817d
115+
BELONGS ya.make
116+
License text:
117+
* under the guidelines and in accordance with the MIT License. *
118+
* http://www.opensource.org/licenses/MIT *
119+
Scancode info:
120+
Original SPDX id: MIT
121+
Score : 81.82
122+
Match type : REFERENCE
123+
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
124+
Files with this license:
125+
src/lexertk.h [11:12]

0 commit comments

Comments
 (0)