-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from hotungkhanh/develop
Develop
- Loading branch information
Showing
44 changed files
with
2,099 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Licensing | ||
|
||
This project, "Timetabling for VIT," was developed for the Victorian Institute of Technology (VIT) as part of an industry-based project facilitated by the University of Melbourne. | ||
|
||
## Copyright Notice | ||
|
||
Copyright © 2024 Victorian Institute of Technology (VIT). All rights reserved. | ||
|
||
All intellectual property rights in the deliverables for this project are owned by the University of Melbourne and have been assigned to the Victorian Institute of Technology (VIT) under the terms of the Student Assignment and License Deed Poll. This assignment grants VIT exclusive rights to the code, documentation, and any related intellectual property created for this project. | ||
|
||
## Use and Distribution Restrictions | ||
|
||
The use, reproduction, modification, or distribution of this project's source code or any related deliverables is prohibited without the express written permission of the Victorian Institute of Technology. Unauthorized use of this project, in whole or in part, may result in legal action. | ||
|
||
## Open-Source Components | ||
|
||
This project may include open-source libraries or frameworks. Each such component retains its original license, and users are required to comply with the terms of each respective license. Please consult the documentation of each external component for detailed licensing information. | ||
|
||
## Confidentiality | ||
|
||
All confidential information, proprietary code, and other non-public materials remain the exclusive property of the Victorian Institute of Technology. By accessing or using this project, you agree to abide by these terms and to maintain the confidentiality of the project’s proprietary information. | ||
|
||
--- | ||
|
||
For questions or permissions, please contact the Victorian Institute of Technology. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,17 @@ quarkus.datasource.jdbc.initial-size=10 | |
quarkus.datasource.jdbc.idle-removal-interval=5M | ||
quarkus.datasource.jdbc.max-lifetime=30M | ||
|
||
# Swagger UI for endpoint descriptions | ||
quarkus.swagger-ui.always-include=true | ||
quarkus.smallrye-openapi.info-title=Timetabling for VIT | ||
%dev.quarkus.smallrye-openapi.info-title=Timetabling for VIT (development) | ||
%test.quarkus.smallrye-openapi.info-title=Timetabling for VIT (test) | ||
quarkus.smallrye-openapi.info-version=1.0.1 | ||
quarkus.smallrye-openapi.info-description=AI-powered timetabling solution for VIT | ||
quarkus.smallrye-openapi.info-contact-email=[email protected] | ||
quarkus.smallrye-openapi.info-contact-name=JetEdge Customer Support | ||
quarkus.smallrye-openapi.info-license-name=Apache 2.0 | ||
quarkus.smallrye-openapi.info-license-url=https://www.apache.org/licenses/LICENSE-2.0.html | ||
|
||
# ------------------------------------------- | ||
# Debuggers | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.