summaryrefslogtreecommitdiff
path: root/src/client/docs/license.ja.pug
blob: 6eb9ac308ed6b343322fa620b683ed566339d432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
h1 ライセンス

div!= common.license

details
	summary サードパーティ

	section
		h2 サードパーティ

		each dependency, name in common.dependencies
			details
				summary= name

				section
					h3= name
					pre= dependency.licenseText