Add an FAQ entry regarding the 1KLOC CQ requirement.

Change-Id: I21fae0ebab86320051a23460c4dd3150f0790676
diff --git a/source/chapters/ip.adoc b/source/chapters/ip.adoc
index e6c53e0..f536d4c 100644
--- a/source/chapters/ip.adoc
+++ b/source/chapters/ip.adoc
@@ -474,6 +474,13 @@
 Can we include third party source code in an Eclipse project's source code repository? ::
 <<ip-third-party,Third party content>> that is stored in the project repository is effectively a _fork_ of that third party content. This is a bit of a grey area in that it is _third party content_ that will be ultimately treated as <<ip-project-code,_project code_>> (i.e. contributors may potentially modify it). Forked source code that is included in a project's source code repository should be treated as third party content with a separate CQ.
 
+The IP Due Diligence Process says that I need to create a CQ for project code contributions that exceed 1,000 lines of code; how do I calculate lines of code? ::
+The short version is that we trust our committers' judgement regarding how lines of code should be calculated. What we're interested in is net new intellectual property. With this in mind, it's not generally correct to just add the number of lines added to the lines removed; it's also not generally correct to use the difference of these numbers to determine the true number of lines in a contribution. Again, as a committer we trust your judgement.
++
+If a contribution contains significant new functionality, or if you are not certain of the provenance or are otherwise concerned that there may be intellectual property issues with a contribution (of any size), then the IP Team needs to be engaged.
++
+If you're not sure, create the CQ.
+
 Can my release use unreleased content from another Eclipse open source project? ::
 No. A release may only use released content from other projects. A project may disseminate milestone builds that include unreleased content, but the upstream content must be released before a downstream project can include the content in their own release.