Legal Customizations
Version: Windchill 12.1
Use Case: In Windchill we have jsp page with code for License validation boolean is3DLicenseUser = FormatHelper.parseBoolean((String)request.getParameter("is3DLicenseUser")); which could be easy customized to boolean is3DLicenseUser = true; Is it Illegal to do customization like this?
Description:
Do we have any document what type of customization legal for Windchill?
Another example, I have jsp in Windchill with some specific license check.
Could I update this page, for 51% and use customized whithout license check?

