Skip to content

Commit

Permalink
Fixing licensing terms
Browse files Browse the repository at this point in the history
Long story...
  • Loading branch information
GwynethLlewelyn committed Dec 12, 2021
1 parent 1f96e1b commit 6ff4aad
Show file tree
Hide file tree
Showing 64 changed files with 2,966 additions and 2,980 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 63,8 @@ logs/*
#*.so
#*.so.*
#*.dylib
# Other Microsoft Roslyn temporary files
*.pdb
obj/
packages/
# This will be overwritten by a successful compilation anyway (gwyneth 20211129)
Expand Down
4 changes: 2 additions & 2 deletions RESTbot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@
<OutputPath>restbot-bin\</OutputPath>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Version>8.1.3</Version>
<Version>8.1.4</Version>
<ApplicationIcon>assets\images\RESTbot.ico</ApplicationIcon>
<PackageId>RESTbot</PackageId>
<Authors>Gwyneth Llewelyn, Pleiades, others</Authors>
Expand Down Expand Up @@ -56,7 56,7 @@
<None Remove="restbot-tools\*" />
</ItemGroup>
<Target Name="Build" Inputs="@(Compile)" Outputs="$(OutputPath)$(AssemblyName).exe">
<MakeDir Directories="$(OutputPath)" Condition="!Exists('$(OutputPath)')" />
<MakeDir Directories="$(OutputPath)" Condition="!Exists('$(OutputPath)')" />
<Csc Sources="@(Compile)" OutputAssembly="$(OutputPath)$(AssemblyName).exe" />
</Target>
<Target Name="Clean">
Expand Down
8 changes: 4 additions & 4 deletions RESTbot.csproj.bak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ProductVersion>8.1.3</ProductVersion>
<ProductVersion>8.1.4</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{69F6D94E-70AB-481A-8610-B37DCDE23AE9}</ProjectGuid>
<AssemblyName>RESTbot</AssemblyName>
Expand All @@ -12,9 12,9 @@
<RootNamespace>RESTBot</RootNamespace>
<AssemblyName>RESTBot</AssemblyName>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Version>8.1.3</Version>
<PackageVersion>8.1.3</PackageVersion>
<ReleaseVersion>8.1.3</ReleaseVersion>
<Version>8.1.4</Version>
<PackageVersion>8.1.4</PackageVersion>
<ReleaseVersion>8.1.4</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<ApplicationIcon>assets\images\RESTbot-logo.png</ApplicationIcon>
<PackageId>RESTbot</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion RESTbot.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@
<description>RESTBot is a C# webserver that uses RESTful transactions to interact with a bot in Second Life or OpenSimulator. It relies on LibreMetaverse.</description>
<authors>Pleiades,Gwyneth Llewelyn,others</authors>
<projectUrl>https://github.com/GwynethLlewelyn/restbot</projectUrl>
<license type="expression">Artistic-2.0</license>
<license type="expression">AGPL-3.0-or-later</license>
<icon>assets\images\RESTbot-logo.png</icon>
<readme>README.md</readme>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions restbot-bin/net6.0/RESTbot.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"RESTbot/8.1.3": {
"RESTbot/8.1.4": {
"dependencies": {
"LibreMetaverse": "1.9.4.297",
"LibreMetaverse.StructuredData": "1.9.4.297",
Expand Down Expand Up @@ -648,7 648,7 @@
}
},
"libraries": {
"RESTbot/8.1.3": {
"RESTbot/8.1.4": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified restbot-bin/net6.0/RESTbot.dll
Binary file not shown.
Binary file modified restbot-bin/net6.0/RESTbot.pdb
Binary file not shown.
Binary file modified restbot-bin/net6.0/ref/RESTbot.dll
Binary file not shown.
Loading

0 comments on commit 6ff4aad

Please sign in to comment.