Joey Armstrong | c8d7063 | 2024-06-27 15:25:38 -0400 | [diff] [blame] | 1 | {% if date.start and date.end %} |
| 2 | |
| 3 | {% if date.start eq date.end %} |
| 4 | {% set date.range = {{ date.end } %} |
| 5 | {% else |
| 6 | {% set date.range = {{ date.start }}-{{ date.end } %} |
| 7 | {% endif %} |
| 8 | |
| 9 | % else %} |
| 10 | {% set date.range = {{ date.end } |
| 11 | {% endif %} |
| 12 | |
| 13 | {% set copyright = {{ date.range }} Open Networking Foundation Contributors %} |
| 14 | |
| 15 | # ----------------------------------------------------------------------- |
| 16 | # Copyright {{ copyright }} |
| 17 | # |
| 18 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 19 | # you may not use this file except in compliance with the License. |
| 20 | # You may obtain a copy of the License at |
| 21 | # |
| 22 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 23 | # |
| 24 | # Unless required by applicable law or agreed to in writing, software |
| 25 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 26 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 27 | # See the License for the specific language governing permissions and |
| 28 | # limitations under the License. |
| 29 | # ----------------------------------------------------------------------- |
| 30 | # SPDX-FileCopyrightText: {{ copyright }} |
| 31 | # SPDX-License-Identifier: Apache-2.0 |
| 32 | # ---------------------------------------------------------------------- |