diff --git a/LICENCE.txt b/LICENCE.txt deleted file mode 100644 index a21706f..0000000 --- a/LICENCE.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 Marcel Pöppe - -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. diff --git a/README.md b/README.md index 7f36f9a..ba850d4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ ToDo 4. Push your branch: `git push origin featurename` 5. Create a pull request # Licence -This project is licensed under the [MIT License](https://github.com/Spaceholder-Programming/Operations-Research-Tool?tab=MIT-1-ov-file). +For further information, please check out the [LICENSE](https://github.com/Spaceholder-Programming/Operations-Research-Tool/blob/main/LICENCE.txt). +======= # Contact If you have the desire to contact the team behind this project, use the contact details on our GitHub accounts: + [bRNS98](https://github.com/bRNS98) diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 718d6fe..959cf14 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2d84ce5..db2d1f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,8 +15,8 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "OR-Tool by Spaceholder Programming", + description: "OR-Tool by Spaceholder Programming", }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f1d499..dda578a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,19 +19,19 @@ export default function Home() { =.\nExample:\nx + y\n-786433 x1 + 655361 x2"} id="objective"/> =.\nExample:\n+1 x + 2 y <= 15\n524321 x14 + 524305 x15 <= 4194303.5"} id="subject"/> =.\nExample:\nx >= 0\nx > 0\n0 <= x1 <= 1"} id="bounds"/>