Fix LICENSE links
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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++
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user