/* LEGAL & COPYRIGHT */
#include "Proprietary.h"

void checkAccess() {
    // This code is private
    if (user.tryToCopy()) {
        throw LegalActionException();
    }
    return;
}
        
bash ~ cat LEGAL.md

Legal Information

[ RETURN_ROOT ]