summaryrefslogtreecommitdiff
path: root/l10ntools/source/xrmlex.l
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-09-27 13:52:10 +0100
committerAndras Timar <atimar@suse.com>2012-10-01 13:55:41 +0200
commite09e9bfb89e9e65c17acb1f027a9003beddd6d66 (patch)
tree215197f05eb607cdfbdbdd7dbc412eecbdf4053d /l10ntools/source/xrmlex.l
parent3e882cf60af64cae76f41ee3373c57e930206827 (diff)
re-base on ALv2 code.
Diffstat (limited to 'l10ntools/source/xrmlex.l')
-rw-r--r--l10ntools/source/xrmlex.l19
1 files changed, 18 insertions, 1 deletions
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l
index eadb19f3fbfb..dfe74d7c1a56 100644
--- a/l10ntools/source/xrmlex.l
+++ b/l10ntools/source/xrmlex.l
@@ -1,7 +1,24 @@
%{
/*
- * lexer for parsing xml-property source files (*.xml)
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
+/*
+ * lexer for parsing xml-property source files (*.xml)
*/
/* enlarge token buffer to tokenize whole strings */