|
1 | | - |
2 | 1 | Copyright (C) 2003 - 2013 Trend Micro Inc. All rights reserved. |
3 | 2 |
|
4 | | - OSSEC HIDS is a free software; you can redistribute it and/or modify |
5 | | - it under the terms of the GNU General Public License (version 2) as |
6 | | - published by the FSF - Free Software Foundation. |
7 | | - |
8 | | - In addition, certain source files in this program permit linking with the |
9 | | - OpenSSL library (http://www.openssl.org), which otherwise wouldn't be allowed |
10 | | - under the GPL. For purposes of identifying OpenSSL, most source files giving |
11 | | - this permission limit it to versions of OpenSSL having a license identical to |
12 | | - that listed in this file (see section "OpenSSL LICENSE" below). It is not |
13 | | - necessary for the copyright years to match between this file and the OpenSSL |
14 | | - version in question. However, note that because this file is an extension of |
15 | | - the license statements of these source files, this file may not be changed |
16 | | - except with permission from all copyright holders of source files in this |
17 | | - program which reference this file. |
18 | | - |
19 | | - Note that this license applies to the source code, as well as |
20 | | - decoders, rules and any other data file included with OSSEC (unless |
21 | | - otherwise specified). |
22 | | - |
23 | | - For the purpose of this license, we consider an application to constitute a |
24 | | - "derivative work" or a work based on this program if it does any of the |
25 | | - following (list not exclusive): |
26 | | - |
27 | | - * Integrates source code/data files from OSSEC. |
28 | | - * Includes OSSEC copyrighted material. |
29 | | - * Includes/integrates OSSEC into a proprietary executable installer. |
30 | | - * Links to a library or executes a program that does any of the above. |
31 | | - |
32 | | - This list is not exclusive, but just a clarification of our interpretation |
33 | | - of derived works. These restrictions only apply if you actually redistribute |
34 | | - OSSEC (or parts of it). |
35 | | - |
36 | | - We don't consider these to be added restrictions on top of the GPL, |
37 | | - but just a clarification of how we interpret "derived works" as it |
38 | | - applies to OSSEC. This is similar to the way Linus Torvalds has |
39 | | - announced his interpretation of how "derived works" applies to Linux kernel |
40 | | - modules. Our interpretation refers only to OSSEC - we don't speak |
41 | | - for any other GPL products. |
42 | | - |
43 | | - * As a special exception, the copyright holders give |
44 | | - * permission to link the code of portions of this program with the |
45 | | - * OpenSSL library under certain conditions as described in each |
46 | | - * individual source file, and distribute linked combinations |
47 | | - * including the two. |
48 | | - * You must obey the GNU General Public License in all respects |
49 | | - * for all of the code used other than OpenSSL. If you modify |
50 | | - * file(s) with this exception, you may extend this exception to your |
51 | | - * version of the file(s), but you are not obligated to do so. If you |
52 | | - * do not wish to do so, delete this exception statement from your |
53 | | - * version. If you delete this exception statement from all source |
54 | | - * files in the program, then also delete it here. |
55 | | - |
56 | | - OSSEC HIDS is distributed in the hope that it will be useful, but WITHOUT |
57 | | - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
58 | | - FITNESS FOR A PARTICULAR PURPOSE. |
59 | | - See the GNU General Public License Version 2 below for more details. |
60 | | - |
61 | | ------------------------------------------------------------------------------ |
62 | 3 |
|
63 | 4 | GNU GENERAL PUBLIC LICENSE |
64 | 5 | Version 2, June 1991 |
@@ -342,7 +283,67 @@ POSSIBILITY OF SUCH DAMAGES. |
342 | 283 | END OF TERMS AND CONDITIONS |
343 | 284 |
|
344 | 285 |
|
345 | | -------------------------------------------------------------------------------- |
| 286 | + |
| 287 | +----------------------------------------------------------------------------- |
| 288 | + |
| 289 | + OSSEC HIDS is a free software; you can redistribute it and/or modify |
| 290 | + it under the terms of the GNU General Public License (version 2) as |
| 291 | + published by the FSF - Free Software Foundation. |
| 292 | + |
| 293 | + In addition, certain source files in this program permit linking with the |
| 294 | + OpenSSL library (http://www.openssl.org), which otherwise wouldn't be allowed |
| 295 | + under the GPL. For purposes of identifying OpenSSL, most source files giving |
| 296 | + this permission limit it to versions of OpenSSL having a license identical to |
| 297 | + that listed in this file (see section "OpenSSL LICENSE" below). It is not |
| 298 | + necessary for the copyright years to match between this file and the OpenSSL |
| 299 | + version in question. However, note that because this file is an extension of |
| 300 | + the license statements of these source files, this file may not be changed |
| 301 | + except with permission from all copyright holders of source files in this |
| 302 | + program which reference this file. |
| 303 | + |
| 304 | + Note that this license applies to the source code, as well as |
| 305 | + decoders, rules and any other data file included with OSSEC (unless |
| 306 | + otherwise specified). |
| 307 | + |
| 308 | + For the purpose of this license, we consider an application to constitute a |
| 309 | + "derivative work" or a work based on this program if it does any of the |
| 310 | + following (list not exclusive): |
| 311 | + |
| 312 | + * Integrates source code/data files from OSSEC. |
| 313 | + * Includes OSSEC copyrighted material. |
| 314 | + * Includes/integrates OSSEC into a proprietary executable installer. |
| 315 | + * Links to a library or executes a program that does any of the above. |
| 316 | + |
| 317 | + This list is not exclusive, but just a clarification of our interpretation |
| 318 | + of derived works. These restrictions only apply if you actually redistribute |
| 319 | + OSSEC (or parts of it). |
| 320 | + |
| 321 | + We don't consider these to be added restrictions on top of the GPL, |
| 322 | + but just a clarification of how we interpret "derived works" as it |
| 323 | + applies to OSSEC. This is similar to the way Linus Torvalds has |
| 324 | + announced his interpretation of how "derived works" applies to Linux kernel |
| 325 | + modules. Our interpretation refers only to OSSEC - we don't speak |
| 326 | + for any other GPL products. |
| 327 | + |
| 328 | + * As a special exception, the copyright holders give |
| 329 | + * permission to link the code of portions of this program with the |
| 330 | + * OpenSSL library under certain conditions as described in each |
| 331 | + * individual source file, and distribute linked combinations |
| 332 | + * including the two. |
| 333 | + * You must obey the GNU General Public License in all respects |
| 334 | + * for all of the code used other than OpenSSL. If you modify |
| 335 | + * file(s) with this exception, you may extend this exception to your |
| 336 | + * version of the file(s), but you are not obligated to do so. If you |
| 337 | + * do not wish to do so, delete this exception statement from your |
| 338 | + * version. If you delete this exception statement from all source |
| 339 | + * files in the program, then also delete it here. |
| 340 | + |
| 341 | + OSSEC HIDS is distributed in the hope that it will be useful, but WITHOUT |
| 342 | + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 343 | + FITNESS FOR A PARTICULAR PURPOSE. |
| 344 | + See the GNU General Public License Version 2 above for more details. |
| 345 | + |
| 346 | +----------------------------------------------------------------------------- |
346 | 347 |
|
347 | 348 | OpenSSL License |
348 | 349 | --------------- |
|
0 commit comments