Skip to content

Commit 9bf03d7

Browse files
committed
encoding License in UTF-8
1 parent bd45911 commit 9bf03d7

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

LICENSE.md renamed to LICENSE

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ While the tool itself is distributed under the LGPLv3, the output of the tool do
5353
a license. I leave it up to someone else to figure it out. In any case, here is a copy of the
5454
license @RuslanB has posted on his GitHub repository:
5555

56-
Copyright © Ruslan Balanukhin 2015 All rights reserved.
56+
Copyright © Ruslan Balanukhin 2015 All rights reserved.
5757

5858
Distributed under the GNU Lesser General Public License (LGPL) version 3.
5959
http://www.gnu.org/licenses/lgpl.html
@@ -181,7 +181,7 @@ modified by someone else and passed on, the recipients should know
181181
that what they have is not the original version, so that the original
182182
author's reputation will not be affected by problems that might be
183183
introduced by others.
184-
184+
185185
Finally, software patents pose a constant threat to the existence of
186186
any free program. We wish to make sure that a company cannot
187187
effectively restrict the users of a free program by obtaining a
@@ -237,7 +237,7 @@ modification follow. Pay close attention to the difference between a
237237
"work based on the library" and a "work that uses the library". The
238238
former contains code derived from the library, whereas the latter must
239239
be combined with the library in order to run.
240-
240+
241241
GNU LESSER GENERAL PUBLIC LICENSE
242242
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
243243

@@ -284,7 +284,7 @@ Library.
284284
You may charge a fee for the physical act of transferring a copy,
285285
and you may at your option offer warranty protection in exchange for a
286286
fee.
287-
287+
288288
2. You may modify your copy or copies of the Library or any portion
289289
of it, thus forming a work based on the Library, and copy and
290290
distribute such modifications or work under the terms of Section 1
@@ -342,7 +342,7 @@ instead of to this License. (If a newer version than version 2 of the
342342
ordinary GNU General Public License has appeared, then you can specify
343343
that version instead if you wish.) Do not make any other change in
344344
these notices.
345-
345+
346346
Once this change is made in a given copy, it is irreversible for
347347
that copy, so the ordinary GNU General Public License applies to all
348348
subsequent copies and derivative works made from that copy.
@@ -393,7 +393,7 @@ Library will still fall under Section 6.)
393393
distribute the object code for the work under the terms of Section 6.
394394
Any executables containing that work also fall under Section 6,
395395
whether or not they are linked directly with the Library itself.
396-
396+
397397
6. As an exception to the Sections above, you may also combine or
398398
link a "work that uses the Library" with the Library to produce a
399399
work containing portions of the Library, and distribute that work
@@ -455,7 +455,7 @@ restrictions of other proprietary libraries that do not normally
455455
accompany the operating system. Such a contradiction means you cannot
456456
use both them and the Library together in an executable that you
457457
distribute.
458-
458+
459459
7. You may place library facilities that are a work based on the
460460
Library side-by-side in a single library together with other library
461461
facilities not covered by this License, and distribute such a combined
@@ -496,7 +496,7 @@ subject to these terms and conditions. You may not impose any further
496496
restrictions on the recipients' exercise of the rights granted herein.
497497
You are not responsible for enforcing compliance by third parties with
498498
this License.
499-
499+
500500
11. If, as a consequence of a court judgment or allegation of patent
501501
infringement or for any other reason (not limited to patent issues),
502502
conditions are imposed on you (whether by court order, agreement or
@@ -548,7 +548,7 @@ conditions either of that version or of any later version published by
548548
the Free Software Foundation. If the Library does not specify a
549549
license version number, you may choose any version ever published by
550550
the Free Software Foundation.
551-
551+
552552
14. If you wish to incorporate parts of the Library into other free
553553
programs whose distribution conditions are incompatible with these,
554554
write to the author to ask for permission. For software which is
@@ -596,16 +596,16 @@ This work of art is distributed under the following license:
596596
Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0) which basically means that
597597

598598
You are free to:
599-
Share — copy and redistribute the material in any medium or format
600-
Adapt — remix, transform, and build upon the material
599+
Share copy and redistribute the material in any medium or format
600+
Adapt remix, transform, and build upon the material
601601
The licensor cannot revoke these freedoms as long as you follow the license terms.
602602

603603
Under the following terms:
604-
Attribution — You must give appropriate credit, provide a link to the license, and indicate if
604+
Attribution You must give appropriate credit, provide a link to the license, and indicate if
605605
changes were made. You may do so in any reasonable manner, but not in any way that suggests the
606606
licensor endorses you or your use.
607-
NonCommercial — You may not use the material for commercial purposes.
608-
ShareAlike — If you remix, transform, or build upon the material, you must distribute your
607+
NonCommercial You may not use the material for commercial purposes.
608+
ShareAlike If you remix, transform, or build upon the material, you must distribute your
609609
contributions under the same license as the original.
610610

611611
Please see the full license here: https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode

Unosquare.FFME.Windows/Unosquare.FFME.Windows.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Description>FFME is an advanced WPF MediaElement alternative. While the standard MediaElement uses DirectX (DirectShow) for media playback, FFME uses FFmpeg to read and decode audio and video.</Description>
3030
<Copyright>Unosquare SA de CV, Mario Di Vece, and Contributors, (C) 2015-2019</Copyright>
3131
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
32-
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
32+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3333
<PackageProjectUrl>https://github.com/unosquare/ffmediaelement</PackageProjectUrl>
3434
<PackageIconUrl>https://github.com/unosquare/ffmediaelement/blob/master/ffme.png</PackageIconUrl>
3535
<PackageTags>ffme hls wpf ffmpeg mediaelement h264 h265 hevc audio video decoding playback frame</PackageTags>
@@ -45,7 +45,7 @@
4545

4646
<ItemGroup>
4747
<None Include="$(SolutionDir)\Support\readme.txt" Pack="true" PackagePath="" />
48-
<None Include="$(SolutionDir)\LICENSE.md" Pack="true" PackagePath="" />
48+
<None Include="$(SolutionDir)\LICENSE" Pack="true" PackagePath="" />
4949
</ItemGroup>
5050

5151
<ItemGroup>

Unosquare.FFME.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Support", "Support", "{8BF2
1616
docfx.json = docfx.json
1717
Support\ffme.png = Support\ffme.png
1818
Support\ffmeplay.png = Support\ffmeplay.png
19-
LICENSE.md = LICENSE.md
19+
LICENSE = LICENSE
2020
README.md = README.md
2121
Support\readme.txt = Support\readme.txt
2222
toc.yml = toc.yml

0 commit comments

Comments
 (0)