summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTools/Eclipse')
-rw-r--r--BuildTools/Eclipse/CodeTemplates.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/BuildTools/Eclipse/CodeTemplates.xml b/BuildTools/Eclipse/CodeTemplates.xml
index 17ff187..5021e13 100644
--- a/BuildTools/Eclipse/CodeTemplates.xml
+++ b/BuildTools/Eclipse/CodeTemplates.xml
@@ -5,5 +5,5 @@
*/</template><template autoinsert="false" context="org.eclipse.cdt.ui.text.codetemplates.filecomment_context" deleted="false" description="Comment for created C/C++ files" enabled="true" id="org.eclipse.cdt.ui.text.codetemplates.filecomment" name="filecomment">/*&#13;
- * Copyright (c) ${year} Remko Tronçon&#13;
- * Licensed under the GNU General Public License v3.&#13;
- * See Documentation/Licenses/GPLv3.txt for more information.&#13;
+ * Copyright (c) ${year} Isode Limited.&#13;
+ * All rights reserved.&#13;
+ * See the COPYING file for more information.&#13;
*/</template><template autoinsert="true" context="org.eclipse.cdt.ui.text.codetemplates.typecomment_context" deleted="false" description="Comment for created classes" enabled="true" id="org.eclipse.cdt.ui.text.codetemplates.typecomment" name="typecomment">/*
@@ -37,2 +37,2 @@ ${declarations}
-</template></templates> \ No newline at end of file
+</template></templates>