Fix LICENSE links

This commit is contained in:
Corentin Le Molgat
2022-03-03 14:25:39 +01:00
parent fca3456c45
commit bca78af2a5
6 changed files with 24 additions and 24 deletions

View File

@@ -142,4 +142,4 @@ proposals and reach consensus before sending your first PR.
## License
The OR-Tools software suite is licensed under the terms of the Apache License 2.0.
<br>See [LICENSE-2.0](LICENSE-2.0.txt) for more information.
<br>See [LICENSE](LICENSE) for more information.

View File

@@ -14,16 +14,16 @@ Upon decompressing the archive, you will get the following structure:
```
or-tools/
LICENSE-2.0.txt <- Apache 2.0 License
README.md <- This file
Makefile <- Main Makefile for C++,Java and .Net
examples/ <- C++, Java and .Net examples
include/ <- all include files
objs/ <- directory containing C++ compiled object files (*.o)
classes/ <- directory containing Java class files.
packages/ <- directory containing .Net nuget packages.
lib/ <- directory containing libraries and jar files.
bin/ <- directory containing executable files
LICENSE <- Apache 2.0 License
README.md <- This file
Makefile <- Main Makefile for C++,Java and .Net
examples/ <- C++, Java and .Net examples
include/ <- all include files
objs/ <- directory containing C++ compiled object files (*.o)
classes/ <- directory containing Java class files.
packages/ <- directory containing .Net nuget packages.
lib/ <- directory containing libraries and jar files.
bin/ <- directory containing executable files
```
# C++

View File

@@ -20,8 +20,8 @@ Upon decompressing the archive, you will get the following structure:
```
or-tools/
[LICENSE-2.0.txt](LICENSE-2.0.txt) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/cpp](examples/cpp) <- C++ examples
[LICENSE](LICENSE) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/cpp](examples/cpp) <- C++ examples
```

View File

@@ -20,10 +20,10 @@ Upon decompressing the archive, you will get the following structure:
```
or-tools/
[LICENSE-2.0.txt](LICENSE-2.0.txt) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/dotnet](examples/dotnet) <- .Net examples
[LICENSE](LICENSE) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/dotnet](examples/dotnet) <- .Net examples
```
To build an example, open the folder in the command prompt and type the following commands:

View File

@@ -20,8 +20,8 @@ Upon decompressing the archive, you will get the following structure:
```
or-tools/
[LICENSE-2.0.txt](LICENSE-2.0.txt) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/java](examples/java) <- Java examples
[LICENSE](LICENSE) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/java](examples/java) <- Java examples
```

View File

@@ -20,7 +20,7 @@ Upon decompressing the archive, you will get the following structure:
```
or-tools/
[LICENSE-2.0.txt](LICENSE-2.0.txt) <- Apache License
[LICENSE](LICENSE) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/python](examples/python) <- Python examples