From bca78af2a5003edb2d33cd2788441ba134755424 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Thu, 3 Mar 2022 14:25:39 +0100 Subject: [PATCH] Fix LICENSE links --- README.md | 2 +- tools/README.cc.java.dotnet | 20 ++++++++++---------- tools/README.cpp.md | 8 ++++---- tools/README.dotnet.md | 8 ++++---- tools/README.java.md | 8 ++++---- tools/README.python.md | 2 +- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 60b8fdaaf1..7289649628 100644 --- a/README.md +++ b/README.md @@ -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. -
See [LICENSE-2.0](LICENSE-2.0.txt) for more information. +
See [LICENSE](LICENSE) for more information. diff --git a/tools/README.cc.java.dotnet b/tools/README.cc.java.dotnet index e7e30f3adf..1225c7efea 100644 --- a/tools/README.cc.java.dotnet +++ b/tools/README.cc.java.dotnet @@ -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++ diff --git a/tools/README.cpp.md b/tools/README.cpp.md index d80d7787bf..4d5810adc4 100644 --- a/tools/README.cpp.md +++ b/tools/README.cpp.md @@ -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 ``` diff --git a/tools/README.dotnet.md b/tools/README.dotnet.md index d4e81a7edd..cf85105c25 100644 --- a/tools/README.dotnet.md +++ b/tools/README.dotnet.md @@ -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: diff --git a/tools/README.java.md b/tools/README.java.md index 56cd07d201..a39fbd4ac8 100644 --- a/tools/README.java.md +++ b/tools/README.java.md @@ -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 ``` diff --git a/tools/README.python.md b/tools/README.python.md index 49400ab01a..11d1083155 100644 --- a/tools/README.python.md +++ b/tools/README.python.md @@ -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