Skip to content

Commit 4bee736

Browse files
committed
change copyright date
1 parent 04dfbea commit 4bee736

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

EXAMPLE/Toggle-AudioDevice.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<#
2-
Copyright (c) 2016-2017 Francois Gendron <fg@frgn.ca>
2+
Copyright (c) 2016-2018 Francois Gendron <fg@frgn.ca>
33
MIT License
44
55
This file is a script that toggles between two playback audio devices using

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2017 Francois Gendron <fg@frgn.ca>
3+
Copyright (c) 2016-2018 Francois Gendron <fg@frgn.ca>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SOURCE/AudioDeviceCmdlets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2016-2017 Francois Gendron <fg@frgn.ca>
2+
Copyright (c) 2016-2018 Francois Gendron <fg@frgn.ca>
33
MIT License
44
55
This file contains AudioDeviceCmdlets

SOURCE/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("frgn.ca")]
1212
[assembly: AssemblyProduct("AudioDeviceCmdlets")]
13-
[assembly: AssemblyCopyright("Copyright (c) 2016-2017 Francois Gendron fg@frgn.ca")]
13+
[assembly: AssemblyCopyright("Copyright (c) 2016-2018 Francois Gendron <fg@frgn.ca>")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

0 commit comments

Comments
 (0)