Skip to content

Latest commit

 

History

History
81 lines (52 loc) · 3.46 KB

LICENSE.md

File metadata and controls

81 lines (52 loc) · 3.46 KB

VisionGuard Application License

Copyright (c) 2024 Inbasekaran Perumal

This software is part of the Google Summer of Code (GSoC) 2024 initiative, developed under the guidance of the OpenVINO Toolkit.

Acknowledgements

The VisionGuard Application has been developed with the invaluable support and mentorship of:

Special thanks to the OpenVINO Toolkit organization for providing the platform and resources essential to this project.

Dual Licensing

The VisionGuard Application is dual-licensed:

  1. The core application code, which does not directly use Qt, is licensed under the Apache License, Version 2.0.
  2. The parts of the application that directly use Qt are licensed under the GNU Lesser General Public License (LGPL) version 3.

Apache License 2.0

The core of the VisionGuard Application is 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.

GNU Lesser General Public License v3

The Qt-related components of VisionGuard Application are free software: you can redistribute them and/or modify them under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

These components are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with VisionGuard Application. If not, see https://www.gnu.org/licenses/.

Third-Party Licenses

This software uses several third-party libraries and components, each of which has its own license:

  1. OpenVINO Toolkit: Apache License 2.0
  2. Open Model Zoo: Apache License 2.0
  3. OpenCV: Apache License 2.0
  4. Qt: LGPL v3 / GPL v3

Qt License Compliance

As per the Qt licensing terms, we:

  • Provide a re-linking mechanism for Qt libraries.
  • Acknowledge the use of Qt in this license file.
  • Make Qt source code available to our customers upon request.
  • Accept that Qt source code modifications are non-proprietary.
  • Comply with Digital Rights Management terms as specified in the GPL FAQ.

For full details of the Qt license, please visit: Qt Licensing

Other Third-Party Components

This software may include components from the Open Model Zoo, which are subject to their respective licenses. Please refer to the 'omz-third-party-programs.txt' file included with this software for details on these components and their licenses.

Notice

This software is provided as-is, without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

For full terms and conditions, please see the individual license files of each component used in this software.