s/copyright char/(C)/g to make compiler happy

Compiler complaining about the copyright characters.

Change-Id: I6730a50a668899a33e9dfcc4accb67ee207a3f08
Signed-off-by: Patrick Venture <venture@google.com>
12 files changed
tree: a49c3951e9104f92c6d60453f0621b7fc5badde8
  1. procedures/
  2. test/
  3. .gitignore
  4. bootstrap.sh
  5. cfam_access.cpp
  6. cfam_access.hpp
  7. configure.ac
  8. ext_interface.cpp
  9. ext_interface.hpp
  10. filedescriptor.cpp
  11. filedescriptor.hpp
  12. gen_makefile.sh
  13. LICENSE
  14. MAINTAINERS
  15. Makefile.am
  16. Makefile.generated.in
  17. p9_cfam.hpp
  18. proc_control.cpp
  19. README.md
  20. registration.cpp
  21. registration.hpp
  22. targeting.cpp
  23. targeting.hpp
README.md

Contains procedures that interact with the OpenPower nest chipset.

To Build

To build this package, do the following steps:

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

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