Skip to content

Commit ee39d4d

Browse files
committed
updated licenses info
Change-Id: Idcee492bb9f823ab2a3c7c28a150bd406ce8aa4f
1 parent 1c45c74 commit ee39d4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+172
-745
lines changed

‎COPYING

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Licensing
22

3-
lottie-player basically comes with Flora license(licenses/COPYING.FLR)
3+
lottie-player basically comes with LGPL-v2.1 license(licenses/COPYING.LGPL)
44
but some parts of shared code are covered by different licenses. Listed
55
below are the folder names and the license file covering it. Note that this
66
license would cover all of the source invovled in each folders, unless
@@ -9,7 +9,7 @@ for details.
99

1010
Dependencies and licenses:
1111

12-
src/vector/ licenses/COPYING.LGPL, licenses/COPYING.FLR, licenses/COPYING.MPL
12+
src/vector/ licenses/COPYING.LGPL
1313
src/vector/freetype licenses/COPYING.FTL
1414
src/vector/pixman licenses/COPYING.PIX
1515
src/vector/lottie/rapidjson licenses/COPYING.RPD

‎example/demo.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/efl_animview.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/evasapp.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/evasapp.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/lottieview.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/lottieviewer.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/lottieviewtest.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/pathtest.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/uxsampletest.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎example/vectortest.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
* Copyright (c) 2018 Samsung Electronics Co., Ltd. All rights reserved.
33
*
4-
* Licensed under the Flora License, Version 1.1 (the "License");
4+
* Licensed under the LGPL License, Version 2.1 (the "License");
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://floralicense.org/license/
8+
* https://www.gnu.org/licenses/
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

‎licenses/COPYING.FLR

-208
This file was deleted.

0 commit comments

Comments
 (0)