Skip to content

Commit 4ee3523

Browse files
committed
reuse
1 parent b913841 commit 4ee3523

File tree

6 files changed

+149
-3
lines changed

6 files changed

+149
-3
lines changed

REUSE.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"**.json",
8+
"**.md",
9+
"**.png",
10+
"**.svg",
11+
"**.txt",
12+
"**.vm",
713
"**/*.csv",
814
"**/*.jpg",
915
"**/*.json",
@@ -13,14 +19,14 @@ path = [
1319
"**/*.svg",
1420
"**/*.txt",
1521
"**/*.vm",
22+
"**/.DS_Store",
1623
"**/.gitignore",
24+
"**/.pdd",
1725
"**/CNAME",
26+
".DS_Store",
1827
".gitattributes",
1928
".gitignore",
20-
".gitleaksignore",
2129
".pdd",
22-
".xcop",
23-
"Gemfile.lock",
2430
"README.md",
2531
"renovate.json",
2632
]

src/main/latex/classes-hosts.tex

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
% Copyright (c) 2012-2025, Yegor Bugayenko
2+
% All rights reserved.
3+
%
4+
% Redistribution and use in source and binary forms, with or without
5+
% modification, are permitted provided that the following conditions
6+
% are met: 1) Redistributions of source code must retain the above
7+
% copyright notice, this list of conditions and the following
8+
% disclaimer. 2) Redistributions in binary form must reproduce the above
9+
% copyright notice, this list of conditions and the following
10+
% disclaimer in the documentation and/or other materials provided
11+
% with the distribution. 3) Neither the name of the s3auth.com nor
12+
% the names of its contributors may be used to endorse or promote
13+
% products derived from this software without specific prior written
14+
% permission.
15+
%
16+
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
% "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
18+
% NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
% FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20+
% THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21+
% INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
% (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
% SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24+
% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25+
% STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26+
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27+
% OF THE POSSIBILITY OF SUCH DAMAGE.
28+
129
%%
230
%% SPDX-FileCopyrightText: Copyright (c) 2012-2025, Yegor Bugayenko
331
%% SPDX-License-Identifier: MIT

src/main/latex/classes-relay.tex

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
% Copyright (c) 2012-2025, Yegor Bugayenko
2+
% All rights reserved.
3+
%
4+
% Redistribution and use in source and binary forms, with or without
5+
% modification, are permitted provided that the following conditions
6+
% are met: 1) Redistributions of source code must retain the above
7+
% copyright notice, this list of conditions and the following
8+
% disclaimer. 2) Redistributions in binary form must reproduce the above
9+
% copyright notice, this list of conditions and the following
10+
% disclaimer in the documentation and/or other materials provided
11+
% with the distribution. 3) Neither the name of the s3auth.com nor
12+
% the names of its contributors may be used to endorse or promote
13+
% products derived from this software without specific prior written
14+
% permission.
15+
%
16+
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
% "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
18+
% NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
% FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20+
% THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21+
% INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
% (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
% SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24+
% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25+
% STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26+
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27+
% OF THE POSSIBILITY OF SUCH DAMAGE.
28+
129
%%
230
%% SPDX-FileCopyrightText: Copyright (c) 2012-2025, Yegor Bugayenko
331
%% SPDX-License-Identifier: MIT

src/main/latex/header.tex

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
% Copyright (c) 2012-2025, Yegor Bugayenko
2+
% All rights reserved.
3+
%
4+
% Redistribution and use in source and binary forms, with or without
5+
% modification, are permitted provided that the following conditions
6+
% are met: 1) Redistributions of source code must retain the above
7+
% copyright notice, this list of conditions and the following
8+
% disclaimer. 2) Redistributions in binary form must reproduce the above
9+
% copyright notice, this list of conditions and the following
10+
% disclaimer in the documentation and/or other materials provided
11+
% with the distribution. 3) Neither the name of the s3auth.com nor
12+
% the names of its contributors may be used to endorse or promote
13+
% products derived from this software without specific prior written
14+
% permission.
15+
%
16+
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
% "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
18+
% NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
% FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20+
% THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21+
% INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
% (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
% SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24+
% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25+
% STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26+
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27+
% OF THE POSSIBILITY OF SUCH DAMAGE.
28+
129
%%
230
%% SPDX-FileCopyrightText: Copyright (c) 2012-2025, Yegor Bugayenko
331
%% SPDX-License-Identifier: MIT

src/main/latex/packages.tex

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
% Copyright (c) 2012-2025, Yegor Bugayenko
2+
% All rights reserved.
3+
%
4+
% Redistribution and use in source and binary forms, with or without
5+
% modification, are permitted provided that the following conditions
6+
% are met: 1) Redistributions of source code must retain the above
7+
% copyright notice, this list of conditions and the following
8+
% disclaimer. 2) Redistributions in binary form must reproduce the above
9+
% copyright notice, this list of conditions and the following
10+
% disclaimer in the documentation and/or other materials provided
11+
% with the distribution. 3) Neither the name of the s3auth.com nor
12+
% the names of its contributors may be used to endorse or promote
13+
% products derived from this software without specific prior written
14+
% permission.
15+
%
16+
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
% "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
18+
% NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
% FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20+
% THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21+
% INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
% (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
% SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24+
% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25+
% STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26+
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27+
% OF THE POSSIBILITY OF SUCH DAMAGE.
28+
129
%%
230
%% SPDX-FileCopyrightText: Copyright (c) 2012-2025, Yegor Bugayenko
331
%% SPDX-License-Identifier: MIT

src/main/latex/uml2.tex

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
% Copyright (c) 2012-2025, Yegor Bugayenko
2+
% All rights reserved.
3+
%
4+
% Redistribution and use in source and binary forms, with or without
5+
% modification, are permitted provided that the following conditions
6+
% are met: 1) Redistributions of source code must retain the above
7+
% copyright notice, this list of conditions and the following
8+
% disclaimer. 2) Redistributions in binary form must reproduce the above
9+
% copyright notice, this list of conditions and the following
10+
% disclaimer in the documentation and/or other materials provided
11+
% with the distribution. 3) Neither the name of the s3auth.com nor
12+
% the names of its contributors may be used to endorse or promote
13+
% products derived from this software without specific prior written
14+
% permission.
15+
%
16+
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
% "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
18+
% NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
% FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20+
% THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21+
% INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
% (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
% SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24+
% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25+
% STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26+
% ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27+
% OF THE POSSIBILITY OF SUCH DAMAGE.
28+
129
%%
230
%% SPDX-FileCopyrightText: Copyright (c) 2012-2025, Yegor Bugayenko
331
%% SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)