Skip to content

Commit 38ffd4d

Browse files
committed
Added license informations
1 parent 38a01ca commit 38ffd4d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

InitialPositionApp/Frm_Main.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ private void Btn_About_Click(object sender, EventArgs e)
7676
{
7777
try
7878
{
79+
MessageBox.Show("MIT License\r\n\r\nCopyright (c) 2022 Gianluigi Capozzoli\r\n\r\nPermission 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:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE 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.",
80+
"About",MessageBoxButtons.OK,MessageBoxIcon.Information);
81+
7982
Process.Start("https://github.com/RallyTuning/InitialPositionApp");
8083
}
8184
catch (Exception ex) { MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error); }

InitialPositionApp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
3333
// usando l'asterisco '*' come illustrato di seguito:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("6.2022.10.22")]
36-
[assembly: AssemblyFileVersion("6.2022.10.22")]
35+
[assembly: AssemblyVersion("7.2022.10.26")]
36+
[assembly: AssemblyFileVersion("7.2022.10.26")]

0 commit comments

Comments
 (0)