blob: dc6298f7ee3353c62a023294feee7368c1949796 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Copyright:
Copyright (c) 2008 - DIGITEO
Copyright (c) 1989-2008 - INRIA
License:
This module must be used under the terms of the CeCILL.
This module file is licensed as described in the file COPYING, which
you should have received as part of this distribution. The terms
are also available at
http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
PCRE:
=====
Files:
src/c/pcre_tables.c
Copyright:
1997-2007 - University of Cambridge - Philip Hazel
License:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the University of Cambridge nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
|