浏览代码

Rename license file, update year.

Michael Ragazzon 5 年之前
父节点
当前提交
a54dd3b0e3
共有 3 个文件被更改,包括 7 次插入7 次删除
  1. 4 4
      .appveyor.yml
  2. 1 1
      LICENSE.txt
  3. 2 2
      readme.md

+ 4 - 4
.appveyor.yml

@@ -86,15 +86,15 @@ after_build:
     echo Built using %VS_GENERATOR% on %APPVEYOR_REPO_COMMIT_TIMESTAMP:~0,10% (build %APPVEYOR_BUILD_NUMBER%).>> Build.txt
     echo Built using %VS_GENERATOR% on %APPVEYOR_REPO_COMMIT_TIMESTAMP:~0,10% (build %APPVEYOR_BUILD_NUMBER%).>> Build.txt
     echo Commit id: %APPVEYOR_REPO_COMMIT%.>> Build.txt
     echo Commit id: %APPVEYOR_REPO_COMMIT%.>> Build.txt
     
     
-    7z a RmlUi-%VS_SHORTNAME%-%PLATFORM_NAME%.zip Bin/ Include/ Samples/ Build.txt readme.md changelog.md LICENSE Dependencies/freetype-%FREETYPE_VER%/ Dependencies/rlottie/COPYING Dependencies/rlottie/licenses/
+    7z a RmlUi-%VS_SHORTNAME%-%PLATFORM_NAME%.zip Bin/ Include/ Samples/ Build.txt readme.md changelog.md LICENSE.txt Dependencies/freetype-%FREETYPE_VER%/ Dependencies/rlottie/COPYING Dependencies/rlottie/licenses/
     
     
     mkdir Samples\Dependencies\freetype-%FREETYPE_VER%, Samples\Dependencies\rlottie, Samples\Dependencies\rlottie\licenses
     mkdir Samples\Dependencies\freetype-%FREETYPE_VER%, Samples\Dependencies\rlottie, Samples\Dependencies\rlottie\licenses
-    cp Include/RmlUi/Core/Containers/LICENSE.txt Samples/LICENSE_CORE_THIRDPARTY.txt
-    cp Source/Debugger/LICENSE.txt Samples/LICENSE_DEBUGGER_THIRDPARTY.txt
+    cp Include/RmlUi/Core/Containers/LICENSE.txt Samples/LICENSE.Core.Thirdparty.txt
+    cp Source/Debugger/LICENSE.txt Samples/LICENSE.Debugger.Thirdparty.txt
     cp Dependencies/freetype-%FREETYPE_VER%/*.TXT Samples/Dependencies/freetype-%FREETYPE_VER%
     cp Dependencies/freetype-%FREETYPE_VER%/*.TXT Samples/Dependencies/freetype-%FREETYPE_VER%
     cp Dependencies/rlottie/COPYING Samples/Dependencies/rlottie
     cp Dependencies/rlottie/COPYING Samples/Dependencies/rlottie
     cp Dependencies/rlottie/licenses/* Samples/Dependencies/rlottie/licenses
     cp Dependencies/rlottie/licenses/* Samples/Dependencies/rlottie/licenses
-    IF "%PLATFORM_NAME%"=="win64" 7z a RmlUi-%PLATFORM_NAME%-samples-only.zip LICENSE .\Samples\* -r -xr!src\ -x!shell\ -x!luainvaders\
+    IF "%PLATFORM_NAME%"=="win64" 7z a RmlUi-%PLATFORM_NAME%-samples-only.zip LICENSE.txt .\Samples\* -r -xr!src\ -x!shell\ -x!luainvaders\
     
     
 for:
 for:
 -
 -

+ 1 - 1
LICENSE → LICENSE.txt

@@ -1,7 +1,7 @@
 MIT License
 MIT License
 
 
 Copyright (c) 2008-2014 CodePoint Ltd, Shift Technology Ltd, and contributors
 Copyright (c) 2008-2014 CodePoint Ltd, Shift Technology Ltd, and contributors
-Copyright (c) 2019 The RmlUi Team, and contributors
+Copyright (c) 2019-2021 The RmlUi Team, and contributors
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
readme.md

@@ -170,14 +170,14 @@ See the **[full gallery](https://mikke89.github.io/RmlUiDoc/pages/gallery.html)*
 
 
 ## License
 ## License
 
 
-RmlUi is published under the [MIT license](LICENSE). The library includes third-party source code and assets with their own licenses, as detailed below.
+RmlUi is published under the [MIT license](LICENSE.txt). The library includes third-party source code and assets with their own licenses, as detailed below.
 
 
 #### RmlUi source code and assets
 #### RmlUi source code and assets
 
 
 MIT License
 MIT License
 
 
 Copyright (c) 2008-2014 CodePoint Ltd, Shift Technology Ltd, and contributors\
 Copyright (c) 2008-2014 CodePoint Ltd, Shift Technology Ltd, and contributors\
-Copyright (c) 2019 The RmlUi Team, and contributors
+Copyright (c) 2019-2021 The RmlUi Team, and contributors
 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 of this software and associated documentation files (the "Software"), to deal