diff --git a/Directory.Build.props b/Directory.Build.props
index ecc3e8c..93a4a53 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -22,9 +22,9 @@
true
$(MSBuildThisFileDirectory)\strongname.snk
- Sam Harwell
+ Tunnel Vision Laboratories, LLC
Sam Harwell
- © Sam Harwell. All rights reserved.
+ © Tunnel Vision Laboratories, LLC. All rights reserved.
MIT
true
true
diff --git a/LICENSE b/LICENSE
index 2e83296..04e89fc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) Sam Harwell
+Copyright (c) Tunnel Vision Laboratories, LLC
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/stylecop.json b/stylecop.json
index eccea2d..4e94525 100644
--- a/stylecop.json
+++ b/stylecop.json
@@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
- "companyName": "Sam Harwell",
+ "companyName": "Tunnel Vision Laboratories, LLC",
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
"variables": {
"licenseName": "MIT",