diff --git a/FModel/FModel.csproj b/FModel/FModel.csproj index 64747c69..e8728407 100644 --- a/FModel/FModel.csproj +++ b/FModel/FModel.csproj @@ -490,6 +490,7 @@ + SettingsSingleFileGenerator diff --git a/FModel/Forms/FModel_About.xaml b/FModel/Forms/FModel_About.xaml index c370fedb..ed067c7d 100644 --- a/FModel/Forms/FModel_About.xaml +++ b/FModel/Forms/FModel_About.xaml @@ -20,7 +20,7 @@ - + diff --git a/FModel/Methods/PakReader/LICENSE b/FModel/Methods/PakReader/LICENSE new file mode 100644 index 00000000..40cb2aaa --- /dev/null +++ b/FModel/Methods/PakReader/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Aleks Margarian + +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/FModel/Themes/Styles.xaml b/FModel/Themes/Styles.xaml index 195e025c..da758174 100644 --- a/FModel/Themes/Styles.xaml +++ b/FModel/Themes/Styles.xaml @@ -103,7 +103,7 @@ - + @@ -3013,7 +3013,7 @@ - + diff --git a/README.md b/README.md index d45323c6..a9125aac 100644 --- a/README.md +++ b/README.md @@ -107,12 +107,63 @@ For x32 users, you just have to clone or download the repository and build FMode ## Contributors -Waddlesworth🔧Maiky🔧🐦Asriel🔧🐦FireMonkey🔧🐦 + + + + + + Waddlesworth + + 🔧 + + + + + Maiky + + 🔧 + 🐦 + + + + + FunGames + + 🔧 + 🐦 + + + + + PsychoPast + + 🔧 + 🐦 + + + + + TSG + + 🔧 + 🐦 + + + + + FireMonkey + + 🔧 + 🐦 + + + ## Credits This software uses the following open source packages: +- [PakReader](https://github.com/WorkingRobot/PakReader) *Updated Version* - [AutoUpdater.NET](https://github.com/ravibpatel/AutoUpdater.NET) - [Avalon Edit](http://avalonedit.net/) - [Color Picker](https://github.com/drogoganor/ColorPickerWPF)