Add route table guide and formatting tweaks
[ric-plt/lib/rmr.git] / doc / src / rtd / license.im
1 .** vim: ts=4 noet sw=4:
2 .if false
3 ==================================================================================
4         Copyright (c) 2019-2020 Nokia
5         Copyright (c) 2018-2020 AT&T Intellectual Property.
6
7    Licensed under the Apache License, Version 2.0 (the "License");
8    you may not use this file except in compliance with the License.
9    You may obtain a copy of the License at
10
11        http://www.apache.org/licenses/LICENSE-2.0
12
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18 ==================================================================================
19 .fi
20
21
22
23 .if false
24         These things are forced into some output to cary the license forward since
25         someone believes the documentation generated is 'source'. We know better.
26         Also, we want to prevent anybody from acutally changing stuff in docs/
27         only to be overlaid by a regen.  Committing output is stupid.
28 .fi
29
30 .if ! _license_im
31
32 .dv lic_comment_1 This work is licensed under a Creative Commons Attribution 4.0 International License.
33 .dv lic_comment_2 SPDX-License-Identifier: CC-BY-4.0
34 .dv caution_1 CAUTION: this document is generated from source in doc/src/rtd.
35 .dv caution_2 To make changes edit the source and recompile the document.
36 .dv caution_3 Do NOT make changes directly to .rst or ^.md files.
37
38 .if pfm
39         .** this is native postscript, so as is and NO indention in this source
40 .ai
41 % &lic_comment_1
42 % &lic_comment_2
43 .fo
44         .** no caution because nobody will change the postscript
45 .ei
46         .if ! ot
47                 .gv e OUTPUT_TYPE ot
48         .fi
49
50         .** only rst supports comments
51         .if "&ot" "rst" =
52                 .pu
53                 .**  we have to ensure that our lines don't break as there is no block comment
54                 .cd 1 14i i=0
55                 .ll 14i
56                 .in 0i
57
58                 ^.. &lic_comment_1
59                 .br
60                 ^.. &lic_comment_2
61                 .br
62                 ^.. &caution_1
63                 .br
64                 ^.. &caution_2
65                 .br
66                 ^.. &caution_3
67
68                 .po
69         .fi
70 .fi
71
72 .sp 1
73
74
75 .if ! col_width
76         .cd 1 8i i=0
77 .ei
78         .if col_indent
79                 .cd 1 &col_width i=&col_indent
80         .ei
81                 .cd 1 &col_width i=.5i
82         .fi
83 .fi
84
85 .dv _license_im 1
86 .fi