Add licenses

Add licenses to all implementation files.

Change-Id: Ia7ba2f01e706a26fadb4331fe31254d9d7b5fd8c
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
4 files changed
tree: 81498b983bab488ee1eda92d1fe091f6f9ce6793
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. directory.cpp
  7. directory.hpp
  8. hwmon.hpp
  9. LICENSE
  10. Makefile.am
  11. readd.cpp
  12. README.md
  13. sensorcache.hpp
  14. sensorset.cpp
  15. sensorset.hpp
  16. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.