diff --git a/Build/BuildNuspecs.ps1 b/Build/BuildNuspecs.ps1 index b4dd672..9c1e861 100644 --- a/Build/BuildNuspecs.ps1 +++ b/Build/BuildNuspecs.ps1 @@ -10,7 +10,7 @@ Set-StrictMode -Version Latest if ($version) { $nsUri = 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd' - $authors = 'linq2db Developers' + $authors = 'Linq To DB Team' $ns = @{ns=$nsUri} $dotlessVersion = $version -replace '\.','' $commit = (git rev-parse HEAD) diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt index 00d7aa0..6223674 100644 --- a/MIT-LICENSE.txt +++ b/MIT-LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016-2022 linq2db Developers +Copyright (c) 2016-2022 Linq To DB Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Source/DriverHelper.cs b/Source/DriverHelper.cs index e2792bb..21760bb 100644 --- a/Source/DriverHelper.cs +++ b/Source/DriverHelper.cs @@ -20,7 +20,7 @@ namespace LinqToDB.LINQPad { static class DriverHelper { - public const string Author = "linq2db Developers"; + public const string Author = "Linq To DB Team"; public static void Init() { diff --git a/Source/linq2db.LINQPad.csproj b/Source/linq2db.LINQPad.csproj index 63c0ada..c9d27b2 100644 --- a/Source/linq2db.LINQPad.csproj +++ b/Source/linq2db.LINQPad.csproj @@ -10,7 +10,7 @@ 4.0.0.0 $(Version) $(Version) - Copyright © 2016-2022 linq2db Developers + Copyright © 2016-2022 Linq To DB Team linq2db.snk true true