/ README.org
README.org
 1  # SPDX-FileCopyrightText: 2023-2024 Le’
 2  #
 3  # SPDX-License-Identifier: LGPL-3.0-or-later
 4  
 5  #+TITLE:Le'Utils
 6  #+LANGUAGE: en
 7  
 8  This is a collection of routines to perform mundane things uniformly on
 9  multiple platforms.  Most of the time, each platform has its own way to do
10  certain things, and sometimes, some functionality exists on some of the
11  platforms but not others.
12  
13  Currently supported platforms can be distinguished as the following
14  operating system families:
15  
16  - Unix
17  - Windows
18  - OpenVMS
19  
20  * Distribution
21  
22  The license of this project is [[file:LICENSES/LGPL-3.0-or-later.txt][the Lesser GNU Public License, 3.0 or later]].
23  Some individual files may be licensed with a different but compatible license.
24  
25  Please see the files themselves, or in some cases [[file:.reuse/dep5][.reuse/dep5]], to find out
26  what license govern each of them in particular.  Please see the [[file:LICENSES/][LICENSES]]
27  subdirectory to study the licenses themselves if they aren't in full in the
28  files themselves.
29  
30  Project contributors who wish to be named are listed in [[file:COLLECTIVE.org][COLLECTIVE.org]].
31  
32  * Current development
33  
34  Seeing that this is in early development, the current development status is
35  collected and updated in [[file:STATUS.org][STATUS.org]].  When Le'Utils 1.0 is released, this
36  file is expected to have disappeared, and most of its information to have been
37  integrated into public documentation or contribution guidelines.