diff options
author | Kevin Smith <git@kismith.co.uk> | 2014-12-15 09:42:13 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2014-12-15 09:42:22 (GMT) |
commit | 0780fe0521d43cf89b166727c621488c90d7eda2 (patch) | |
tree | e27aaaa6b2ff7f87ddd1b89363df6e9dfba49643 /BuildTools/Eclipse | |
parent | 6948ef81d66680858b88b1bc7dc67687310f57cf (diff) | |
download | swift-0780fe0521d43cf89b166727c621488c90d7eda2.zip swift-0780fe0521d43cf89b166727c621488c90d7eda2.tar.bz2 |
Update Copyright In BuildTools
Change-Id: I353f4ee3c2df722c2af5c5cd51c4ac4e5d5c67dd
Diffstat (limited to 'BuildTools/Eclipse')
-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> |