summaryrefslogtreecommitdiff
path: root/firmware/bidi.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/bidi.c')
-rw-r--r--firmware/bidi.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/bidi.c b/firmware/bidi.c
index eb3af22e9c..a7a3211c39 100644
--- a/firmware/bidi.c
+++ b/firmware/bidi.c
@@ -12,8 +12,10 @@
12 * Largely based on php_hebrev by Zeev Suraski <zeev@php.net> 12 * Largely based on php_hebrev by Zeev Suraski <zeev@php.net>
13 * Heavily modified by Gadi Cohen aka Kinslayer <dragon@wastelands.net> 13 * Heavily modified by Gadi Cohen aka Kinslayer <dragon@wastelands.net>
14 * 14 *
15 * All files in this archive are subject to the GNU General Public License. 15 * This program is free software; you can redistribute it and/or
16 * See the file COPYING in the source tree root for full license agreement. 16 * modify it under the terms of the GNU General Public License
17 * as published by the Free Software Foundation; either version 2
18 * of the License, or (at your option) any later version.
17 * 19 *
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied. 21 * KIND, either express or implied.