From 5fc15e6a90b5c8c966c7f050e7f5809ac9903a4f Mon Sep 17 00:00:00 2001 From: "Kyle E. Mitchell" Date: Tue, 15 Jan 2019 14:20:20 -0800 Subject: [PATCH] Add test suite with illustrative projects --- test.md | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 test.md diff --git a/test.md b/test.md new file mode 100644 index 0000000..15a6ac5 --- /dev/null +++ b/test.md @@ -0,0 +1,112 @@ +Test Suite +========== + +This file contains a suite of hypotheticals designed to test the functionality of the license. + +Libraries +--------- + +### glibc + + + +Library, Standard + +### jQuery + + + +Library, Client-Side + +### Express.js + + + +Library, Server-Side + +Databases +--------- + +### MongoDB + + + +Database, Service + +### SQLite + + + +Database, Embedded + +### libpq + + + +Databases, Client + +Frameworks +---------- + +### Ember + + + +Framework, Full-Stack + +### Electron + + + +Framework, Application + +Developer Tools +--------------- + +### GCC + + + +Compiler + +### GDB + + + +Debugger + +### Emacs + + + +Editor, Extensible + +Applications +------------ + +### Chromium + + + +Web Browser + +### Python + + + +Interpreter + +### WordPress + + + +Content Management System + +System +------ + +### Linux + + + +Kernel