Skip to content

Commit

Permalink
Merge pull request #18 from Foxtrek64/ClosedSourceLicenseHeader
Browse files Browse the repository at this point in the history
Add CSL Header
  • Loading branch information
Nihlus authored Oct 25, 2024
2 parents 003861c + a8af6db commit b0f7b75
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Remora.Sdk.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Remora.Sdk", "Remora.Sdk\Remora.Sdk.msbuildproj", "{060D4556-DD64-453B-B79E-D602E9AA87F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Remora.Tests.Sdk", "Remora.Tests.Sdk\Remora.Tests.Sdk.msbuildproj", "{10815AC2-0F9B-4C06-9EA0-317A766B2A5F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "metadata", "metadata", "{C24DCE64-A955-4039-B930-93C219188BF7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Expand Down Expand Up @@ -76,6 +79,9 @@ Global
{9A20B528-1711-4B2A-B6F1-BD3DD235B38C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A20B528-1711-4B2A-B6F1-BD3DD235B38C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{41D83C63-CC5C-46BF-89C1-859C6064B5E4} = {5B608803-1FBF-46B5-8AC5-30C5E0C6D7EB}
{7A29BD0A-C96F-4535-BBB6-0F847CB73F07} = {5B608803-1FBF-46B5-8AC5-30C5E0C6D7EB}
Expand All @@ -86,4 +92,7 @@ Global
{62BAFFA6-7333-4AB3-AF0C-58C234F3506D} = {5B608803-1FBF-46B5-8AC5-30C5E0C6D7EB}
{9A20B528-1711-4B2A-B6F1-BD3DD235B38C} = {5B608803-1FBF-46B5-8AC5-30C5E0C6D7EB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13E39F16-2891-4C3E-BE89-EE325BC63544}
EndGlobalSection
EndGlobal
21 changes: 21 additions & 0 deletions Remora.Sdk/Sdk/license-headers/CSL
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

{fileName}

Author:
{author}

Copyright (c) {companyName} - All Rights Reserved

THE CONTENTS OF THIS PROJECT ARE PROPRIETARY AND CONFIDENTIAL.
UNAUTHORIZED COPYING, TRANSFERRING OR REPRODUCTION OF THE CONTENTS OF THIS PROJECT, VIA ANY MEDIUM IS STRICTLY PROHIBITED.

The receipt or possession of the source code and/or any parts thereof does not convey or imply any right to use them
for any purpose other than the purpose for which they were provided to you.

The software is provided "AS IS", without warranty of any kind, express or implied, including but not limited to
the warranties of merchantability, fitness for a particular purpose and non infringement.
In no event shall the authors or copyright holders be liable for any claim, damages or other liability,
whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software
or the use or other dealings in the software.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the software.

0 comments on commit b0f7b75

Please sign in to comment.