diff --git a/docs/doxygen/assets/customdoxygen.css b/docs/doxygen/assets/customdoxygen.css index 4e6ef063dfe..438b9cc762b 100644 --- a/docs/doxygen/assets/customdoxygen.css +++ b/docs/doxygen/assets/customdoxygen.css @@ -1,3 +1,21 @@ +/* +****************************************************************************** +Copyright 2017-2021 Intel Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +****************************************************************************** +*/ + /* CUSTOM FONTS */ /* lato-100 - latin */ @font-face { diff --git a/docs/doxygen/assets/openvino-layout.js b/docs/doxygen/assets/openvino-layout.js index 907e7f47d34..69ed6d2aeb9 100644 --- a/docs/doxygen/assets/openvino-layout.js +++ b/docs/doxygen/assets/openvino-layout.js @@ -1,3 +1,21 @@ +/* +****************************************************************************** +Copyright 2017-2021 Intel Corporation + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +****************************************************************************** +*/ + "use strict"; /** diff --git a/docs/doxygen/build_main_layout.py b/docs/doxygen/build_main_layout.py index 210d5be074b..9113569b8c1 100644 --- a/docs/doxygen/build_main_layout.py +++ b/docs/doxygen/build_main_layout.py @@ -1,3 +1,19 @@ +# ****************************************************************************** +# Copyright 2017-2021 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ****************************************************************************** + import argparse import os from lxml import etree diff --git a/docs/doxygen/doxy_md_filter.py b/docs/doxygen/doxy_md_filter.py index e0c5b502cf4..80a77e14ff2 100644 --- a/docs/doxygen/doxy_md_filter.py +++ b/docs/doxygen/doxy_md_filter.py @@ -1,3 +1,19 @@ +# ****************************************************************************** +# Copyright 2017-2021 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ****************************************************************************** + import os import re import glob diff --git a/docs/doxygen/footer.html.in b/docs/doxygen/footer.html.in index 2e9ebab9e8f..0cea34b411f 100644 --- a/docs/doxygen/footer.html.in +++ b/docs/doxygen/footer.html.in @@ -1,3 +1,21 @@ + +