Skip to content

Commit

Permalink
license update
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Feb 28, 2018
1 parent 87b4596 commit 0b92b76
Show file tree
Hide file tree
Showing 394 changed files with 394 additions and 394 deletions.
2 changes: 1 addition & 1 deletion functions/Add-DbaComputerCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Add-DbaComputerCertificate {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.EXAMPLE
Add-DbaComputerCertificate -ComputerName Server1 -Path C:\temp\cert.cer
Expand Down
2 changes: 1 addition & 1 deletion functions/Add-DbaPfDataCollectorCounter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Tags: PerfMon
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Add-DbaPfDataCollectorCounter
Expand Down
2 changes: 1 addition & 1 deletion functions/Backup-DbaDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function Backup-DbaDatabase {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.EXAMPLE
Backup-DbaDatabase -SqlInstance Server1 -Database HR, Finance
Expand Down
2 changes: 1 addition & 1 deletion functions/Backup-DbaDatabaseMasterKey.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Tags: Certificate, Databases
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.EXAMPLE
Backup-DbaDatabaseMasterKey -SqlInstance server1\sql2016
Expand Down
2 changes: 1 addition & 1 deletion functions/Backup-DbaDbCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Backup-DbaDbCertificate {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.EXAMPLE
Backup-DbaDbCertificate -SqlInstance Server1
Expand Down
2 changes: 1 addition & 1 deletion functions/Clear-DbaSqlConnectionPool.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Clear-DbaSqlConnectionPool {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Clear-DbaSqlConnectionPool
Expand Down
2 changes: 1 addition & 1 deletion functions/Clear-DbaWaitStatistics.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Clear-DbaWaitStatistics {
Tags: WaitStatistic
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Clear-DbaWaitStatistics
Expand Down
2 changes: 1 addition & 1 deletion functions/Connect-DbaInstance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function Connect-DbaInstance {
dbatools PowerShell module (https://dbatools.io)
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Connect-DbaInstance
Expand Down
2 changes: 1 addition & 1 deletion functions/ConvertTo-DbaDataTable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function ConvertTo-DbaDataTable {
Website: https://dbatools.io/
dbatools PowerShell module (https://dbatools.io)
Copyright: (C) 2016 Chrissy LeMaire
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/ConvertTo-DbaDataTable
Expand Down
2 changes: 1 addition & 1 deletion functions/ConvertTo-DbaXESession.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Tags: Trace, ExtendedEvent
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.EXAMPLE
Get-DbaTrace -SqlInstance sql2017, sql2012 | Where Id -eq 2 | ConvertTo-DbaXESession -Name 'Test'
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaAgentAlert.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Copy-DbaAgentAlert {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaAgentAlert
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaAgentCategory.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function Copy-DbaAgentCategory {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaAgentCategory
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaAgentJob.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function Copy-DbaAgentJob {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaAgentJob
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaAgentOperator.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaAgentOperator {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaAgentOperator
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaAgentProxyAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Copy-DbaAgentProxyAccount {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaAgentProxyAccount
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaAgentSharedSchedule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Copy-DbaAgentSharedSchedule {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaAgentSharedSchedule
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaBackupDevice.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Copy-DbaBackupDevice {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaBackupDevice
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaCentralManagementServer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Copy-DbaCentralManagementServer {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaCentralManagementServer
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaCredential.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Copy-DbaCredential {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaCredential
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaCustomError.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaCustomError {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaCustomError
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function Copy-DbaDatabase {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaDatabase
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaDatabaseAssembly.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function Copy-DbaDatabaseAssembly {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
http://dbatools.io/Get-SqlDatabaseAssembly
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaDatabaseMail.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Copy-DbaDatabaseMail {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaDatabaseMail
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaEndpoint.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaEndpoint {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaEndpoint
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaExtendedEvent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaExtendedEvent {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaExtendedEvent
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaLogin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function Copy-DbaLogin {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaLogin
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaQueryStoreConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaQueryStoreConfig {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-QueryStoreConfig
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaResourceGovernor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaResourceGovernor {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaResourceGovernor
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaServerAudit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaServerAudit {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaServerAudit
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaServerAuditSpecification.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaServerAuditSpecification {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaServerAuditSpecification
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaServerTrigger.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Copy-DbaServerTrigger {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaServerTrigger
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaSpConfigure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Copy-DbaSpConfigure {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaSpConfigure
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaSqlDataCollector.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function Copy-DbaSqlDataCollector {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaSqlDataCollector
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaSqlPolicyManagement.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function Copy-DbaSqlPolicyManagement {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaSqlPolicyManagement
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaSqlServerAgent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Copy-DbaSqlServerAgent {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaSqlServerAgent
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaSsisCatalog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function Copy-DbaSsisCatalog {
dbatools PowerShell module (https://dbatools.io, clemaire@gmail.com)
Copyright (C) 2016 Chrissy LeMaire
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaSsisCatalog
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaSysDbUserObject.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Copy-DbaSysDbUserObject {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaSysDbUserObject
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaTableData.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function Copy-DbaTableData {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaTableData
Expand Down
2 changes: 1 addition & 1 deletion functions/Copy-DbaXESessionTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.NOTES
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Copy-DbaXESessionTemplate
Expand Down
2 changes: 1 addition & 1 deletion functions/Disable-DbaAgHadr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Disable-DbaAgHadr {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Disable-DbaAgHadr
Expand Down
2 changes: 1 addition & 1 deletion functions/Disable-DbaForceNetworkEncryption.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function Disable-DbaForceNetworkEncryption {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
#>
[CmdletBinding(SupportsShouldProcess, ConfirmImpact = "Low")]
param (
Expand Down
2 changes: 1 addition & 1 deletion functions/Disable-DbaTraceFlag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Disable-DbaTraceFlag {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Disable-DbaTraceFlag
Expand Down
2 changes: 1 addition & 1 deletion functions/Dismount-DbaDatabase.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Dismount-DbaDatabase {
Tags: Database
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Dismount-DbaDatabase
Expand Down
2 changes: 1 addition & 1 deletion functions/Enable-DbaAgHadr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Enable-DbaAgHadr {
Website: https://dbatools.io
Copyright: (C) Chrissy LeMaire, clemaire@gmail.com
License: GNU GPL v3 https://opensource.org/licenses/GPL-3.0
License: MIT https://opensource.org/licenses/MIT
.LINK
https://dbatools.io/Enable-DbaAgHadr
Expand Down
Loading

0 comments on commit 0b92b76

Please sign in to comment.