diff options
-rw-r--r-- | BuildTools/Eclipse/CodeTemplates.xml | 8 |
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">/* - * Copyright (c) ${year} Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) ${year} Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */</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> |