Skip to content

Commit

Permalink
linq2db -> Linq To DB
Browse files Browse the repository at this point in the history
  • Loading branch information
MaceWindu committed Jun 10, 2022
1 parent b2eb53d commit 8c69972
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build/BuildNuspecs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Source/DriverHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
2 changes: 1 addition & 1 deletion Source/linq2db.LINQPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Version>4.0.0.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Copyright>Copyright © 2016-2022 linq2db Developers</Copyright>
<Copyright>Copyright © 2016-2022 Linq To DB Team</Copyright>
<AssemblyOriginatorKeyFile>linq2db.snk</AssemblyOriginatorKeyFile>
<UseWPF>true</UseWPF>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down

0 comments on commit 8c69972

Please sign in to comment.