From 9dafed6b7fe2fe45f44aa8c614d51388f84bb696 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Fri, 27 Dec 2013 11:22:56 -0500 Subject: Initial commit with blank structure. --- README.mkd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.mkd (limited to 'README.mkd') diff --git a/README.mkd b/README.mkd new file mode 100644 index 0000000..a849707 --- /dev/null +++ b/README.mkd @@ -0,0 +1,18 @@ +ISO 15765-2 Support Library in C +============ + +## Testing + +The library includes a test suite that uses the `check` C unit test library. + + $ make test + +## Authors + +Chris Peplin cpeplin@ford.com + +## License + +Copyright (c) 2013 Ford Motor Company + +Licensed under the BSD license. -- cgit