Commit Graph

2 Commits

Author SHA1 Message Date
Filipe Manco
a67525fae1 Fix LICENSE information on file headers (#5375)
Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5375

LICENSE is now defined in a single file on the root of the project, update the
header to contain that information.

**Project LICENSE did not change.**

Reviewed By: akindyakov

Differential Revision: D13750575

fbshipit-source-id: 1e608a81b260b8395f9d008fc67f463160c1fc2b
2019-01-21 11:51:54 -08:00
Alexander Kindyakov
d893ec4aa8 Semantic version parser (#5343)
Summary:
Pull Request resolved: https://github.com/facebook/osquery/pull/5343

Just a parser for the semantic version in string. I gonna use it later to parse kernel version from the `int uname()` result.

Reviewed By: guliashvili

Differential Revision: D13607313

fbshipit-source-id: d6d01fe220f242d3811406dcd63d609feb0d6688
2019-01-15 05:38:12 -08:00