Skip to content

Commit b616f33

Browse files
committed
Add OSS license.
1 parent 03c7f18 commit b616f33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Test/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
using ServiceStack;
22

3+
Licensing.RegisterLicense("OSS BSD-3-Clause 2022 https://github.com/NetCoreApps/Test u95ySKVHFfNYZKUaUtvFTP8/+oaZLQBjcyQQA6enXR7yf5UxPRRfafgy4tiXdSck8Nwlxs5pRfTOxJN+ht64dkus9x37IVBrbzkX2WNsBRNzow9eCIZI+PYmdSj3vSNC5+/QagOnj6nhD30jx6mCx/b8qxRdv8x+rv5YRN7afnY=");
4+
35
var builder = WebApplication.CreateBuilder(args);
46

5-
Licensing.RegisterLicense(Environment.GetEnvironmentVariable("SERVICESTACK_LICENSE"));
67
var app = builder.Build();
78

89
// Configure the HTTP request pipeline.

0 commit comments

Comments
 (0)