diff options
-rw-r--r-- | src/lib/evas/Evas_Loader.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Loader.h b/src/lib/evas/Evas_Loader.h index 70cc41aa7f..c37bbaac88 100644 --- a/src/lib/evas/Evas_Loader.h +++ b/src/lib/evas/Evas_Loader.h | |||
@@ -1,3 +1,38 @@ | |||
1 | /* EVAS - EFL Scene Graph | ||
2 | * Copyright (C) 2013 Enlightenment Developers: | ||
3 | * Cedric Bail <cedric.bail@free.fr> | ||
4 | * | ||
5 | * All rights reserved. | ||
6 | * | ||
7 | * Redistribution and use in source and binary forms, with or without | ||
8 | * modification, are permitted provided that the following conditions are met: | ||
9 | * | ||
10 | * 1. Redistributions of source code must retain the above copyright | ||
11 | * notice, this list of conditions and the following disclaimer. | ||
12 | * 2. Redistributions in binary form must reproduce the above copyright | ||
13 | * notice, this list of conditions and the following disclaimer in the | ||
14 | * documentation and/or other materials provided with the distribution. | ||
15 | * | ||
16 | * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
17 | * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
18 | * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
19 | * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
20 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
21 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
22 | * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
23 | * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
24 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
25 | * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
26 | */ | ||
27 | /** | ||
28 | * What does it means for you ? | ||
29 | * Evas Loader are dynamically linked to Evas at run time. You can use anything | ||
30 | * you want here as long as the license of the module you add to your system match | ||
31 | * the application you are using it in. Be aware that if you make a module that use | ||
32 | * a GPL library, it may turn the license of your binary to GPL. Evas doesn't ship | ||
33 | * with any GPL module. | ||
34 | */ | ||
35 | |||
1 | #ifndef _EVAS_LOADER_H | 36 | #ifndef _EVAS_LOADER_H |
2 | #define _EVAS_LOADER_H | 37 | #define _EVAS_LOADER_H |
3 | 38 | ||