Add CM copyright to cm_caf.xml files
diff --git a/cm_crowdin_sync.py b/cm_crowdin_sync.py
index 289660b..87e3029 100755
--- a/cm_crowdin_sync.py
+++ b/cm_crowdin_sync.py
@@ -235,6 +235,21 @@
# Create cm_caf.xml - header
f = codecs.open(path_to_values + '/cm_caf.xml', 'w', 'utf-8')
f.write('<?xml version="1.0" encoding="utf-8"?>\n')
+ f.write('<!--\n')
+ f.write(' Copyright (C) 2014 The CyanogenMod Project\n')
+ f.write('\n')
+ f.write(' Licensed under the Apache License, Version 2.0 (the "License");\n')
+ f.write(' you may not use this file except in compliance with the License.\n')
+ f.write(' You may obtain a copy of the License at\n')
+ f.write('\n')
+ f.write(' http://www.apache.org/licenses/LICENSE-2.0\n')
+ f.write('\n')
+ f.write(' Unless required by applicable law or agreed to in writing, software\n')
+ f.write(' distributed under the License is distributed on an "AS IS" BASIS,\n')
+ f.write(' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n')
+ f.write(' See the License for the specific language governing permissions and\n')
+ f.write(' limitations under the License.\n')
+ f.write('-->\n')
f.write('<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">\n')
# Create cm_caf.xml - contents
# This means we also support multiple base files (e.g. checking if strings.xml and arrays.xml are changed)