Browse Source

Update license files for Open Source Collective

Rudy Ges 2 tuần trước cách đây
mục cha
commit
5ac69c4c76
2 tập tin đã thay đổi với 28 bổ sung7 xóa
  1. 7 7
      LICENSE
  2. 21 0
      std/LICENSE

+ 7 - 7
extra/LICENSE.txt → LICENSE

@@ -7,15 +7,15 @@ The Haxe compiler is licensed under the GNU GPL v2+ license (SPDX: GPL-2.0-or-la
 
 The compiler is built around the Haxe source code base.
 
-If a file does not have a license header or does not fall under one of the exceptions listed below, 
-it should be assumed to be licensed under the GNU GPL v2+ license with the standard copyright notice:  
-Copyright (C) 2005-2024 Haxe Foundation.
+If a file does not have a license header or does not fall under one of the exceptions listed below,
+it should be assumed to be licensed under the GNU GPL v2+ license with the standard copyright notice:
+Copyright (C) 2005-2025 Haxe Foundation.
 
-- The Haxe Standard Library is licensed under the MIT License, which is reproduced below.  
+- The Haxe Standard Library is licensed under the MIT License, which is reproduced below.
   It is located in the `std/` directory, and the MIT license applies to this part of Haxe.
 
-- Haxe contains third-party source code, some of which is located in the `libs/` directory.  
-  Each third-party module includes its own license.  
+- Haxe contains third-party source code, some of which is located in the `libs/` directory.
+  Each third-party module includes its own license.
   For integration with Haxe, these modules may contain Haxe-related files such as a "dune" file
   or other files for integration with Haxe or OCaml.
   These files are licensed under the Haxe Compiler license (GNU GPL v2+).
@@ -26,7 +26,7 @@ For a summary of Haxe licenses, please read [http://haxe.org/foundation/open-sou
 The Haxe Standard Library MIT License:
 --------------------------
 
-Copyright (C)2005-2016 Haxe Foundation
+Copyright (C)2005-2025 Haxe Foundation
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),

+ 21 - 0
std/LICENSE

@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2005-2025 Haxe Foundation
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.