summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
@@ -3,9 +3,9 @@
*/</template><template autoinsert="true" context="org.eclipse.cdt.ui.text.codetemplates.destructorcomment_context" deleted="false" description="Comment for created destructors" enabled="true" id="org.eclipse.cdt.ui.text.codetemplates.destructorcomment" name="destructorcomment">/*
*
*/</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">/*
*
*/</template><template autoinsert="true" context="org.eclipse.cdt.ui.text.codetemplates.fieldcomment_context" deleted="false" description="Comment for fields" enabled="true" id="org.eclipse.cdt.ui.text.codetemplates.fieldcomment" name="fieldcomment">/*
@@ -35,4 +35,4 @@ ${declarations}
Created on: ${date}
Author: ${user}
-</template></templates> \ No newline at end of file
+</template></templates>