Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1 KB

README.org

File metadata and controls

25 lines (17 loc) · 1 KB

Introduction

https://travis-ci.org/schwehr/generic-sensor-format.svg?branch=master https://scan.coverity.com/projects/5473/badge.svg https://codeclimate.com/github/schwehr/generic-sensor-format/badges/gpa.svg

Library for reading and writing Generic Sensor Format (GSF) sonar files.

This sonar format and library was originally created by SAIC for the US Navy. Leidos was spun out of SAIC and they released version 03.06 under the LGPL 2.1 license.

https://www.leidos.com/maritime/gsf

Kurt Schwehr forked from this version to add unit testing and do a general code audit and cleanup with the work done being Copyright Google and under the same LGPL license in the GSF c code and Apache 2.0 for all new code.

License summary

Code in src/gsf/*.[ch] is LGPL 2.1 and mixed copyright Leidos/SAIC and Google.

All else is Apache 2.0 and copyright Google.