Skip to content

Commit

Permalink
Fix #13 change to MIT License
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatijevich committed Oct 31, 2023
1 parent a0b2fd7 commit c198b9c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 682 deletions.
12 changes: 12 additions & 0 deletions BuildVer/Main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*******************************************************************************
* File: Main.c
* Created: 2022-03-21
*
* Contributors:
* - Tyler Matijevich
*
* License:
* This file Main.c is part of the BuildVersion project released under the
* MIT License agreement. For more information, please visit
* https://github.com/br-na-pm/BuildVersion/blob/main/LICENSE.
******************************************************************************/

#include <BuildVersiontyp.h>
#include <Variablesvar.h>
Expand Down
20 changes: 12 additions & 8 deletions BuildVersion.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
################################################################################
# File:
# BuildVersion.ps1
# Authors:
# Wesley Buchanan
# Tyler Matijevich
# Connor Trostel
# Date:
# 2022-03-21
# File: BuildVersion.ps1
# Created: 2022-03-21
#
# Contributors:
# - Wesley Buchanan
# - Tyler Matijevich
# - Connor Trostel
#
# License:
# This file BuildVersion.ps1 is part of the BuildVersion project released
# under the MIT License agreement. For more information, please visit
# https://github.com/br-na-pm/BuildVersion/blob/main/LICENSE.
################################################################################

$ScriptName = $MyInvocation.MyCommand.Name
Expand Down
Loading

0 comments on commit c198b9c

Please sign in to comment.