Update copyright year

This commit is contained in:
2021-04-29 15:19:26 +01:00
parent 3e34e567c4
commit 64c98fd2f3
34 changed files with 90 additions and 91 deletions

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2017-2019 Natalia Portillo
// Copyright © 2017-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -1,59 +1,58 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{85DA90BC-9F49-4579-B4D1-4FF2D5925D7F}</ProjectGuid>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Claunia.Encoding</RootNamespace>
<AssemblyName>Claunia.Encoding</AssemblyName>
<PackOnBuild>true</PackOnBuild>
<PackageId>Claunia.Encoding</PackageId>
<PackageVersion>1.7</PackageVersion>
<Authors>Natalia Portillo</Authors>
<Owners>Natalia Portillo</Owners>
<PackageProjectUrl>https://github.com/claunia/Claunia.Encoding</PackageProjectUrl>
<Summary>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Summary>
<Title>Claunia.Encoding</Title>
<Description>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT</PackageLicenseUrl>
<ReleaseVersion>1.7</ReleaseVersion>
<PackageReleaseNotes>Support .NET Core and .NET Framework 4.0.</PackageReleaseNotes>
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
<VersionPrefix>1.7</VersionPrefix>
<Company>Claunia.com</Company>
<Copyright>© 2016-2019 Natalia Portillo</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://www.github.com/claunia/Claunia.Encoding</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en-US</NeutralLanguage>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;RELEASE</DefineConstants>
<DocumentationFile>bin\Release\Claunia.Encoding.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('netcoreapp')) Or $(TargetFramework.StartsWith('netstandard'))">
<DefineConstants>$(DefineConstants);NETCORE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.MIT">
<Link>LICENSE.MIT</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\README.md">
<Link>README.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{85DA90BC-9F49-4579-B4D1-4FF2D5925D7F}</ProjectGuid>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>Claunia.Encoding</RootNamespace>
<AssemblyName>Claunia.Encoding</AssemblyName>
<PackOnBuild>true</PackOnBuild>
<PackageId>Claunia.Encoding</PackageId>
<PackageVersion>1.7</PackageVersion>
<Authors>Natalia Portillo</Authors>
<Owners>Natalia Portillo</Owners>
<PackageProjectUrl>https://github.com/claunia/Claunia.Encoding</PackageProjectUrl>
<Summary>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Summary>
<Title>Claunia.Encoding</Title>
<Description>Library to provide codepage conversion to and from archaic and old computer systems and Unicode.</Description>
<PackageLicenseUrl>https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT</PackageLicenseUrl>
<ReleaseVersion>1.7</ReleaseVersion>
<PackageReleaseNotes>Support .NET Core and .NET Framework 4.0.</PackageReleaseNotes>
<TargetFrameworks>net40;netstandard2.0</TargetFrameworks>
<VersionPrefix>1.7</VersionPrefix>
<Company>Claunia.com</Company>
<Copyright>© 2016-2021 Natalia Portillo</Copyright>
<PackageProjectUrl>https://www.github.com/claunia/Claunia.Encoding</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<NeutralLanguage>en-US</NeutralLanguage>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<LangVersion>latest</LangVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;RELEASE</DefineConstants>
<DocumentationFile>bin\Release\Claunia.Encoding.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="$(TargetFramework.StartsWith('netcoreapp')) Or $(TargetFramework.StartsWith('netstandard'))">
<DefineConstants>$(DefineConstants);NETCORE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.MIT">
<Link>LICENSE.MIT</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="..\README.md">
<Link>README.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
</Project>

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Michael Drüing <darkstar@drueing.de>
//
// Copyright © 2016-2019 Michael Drüing
// Copyright © 2016-2021 Michael Drüing
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,7 +4,7 @@
// Author:
// Natalia Portillo <claunia@claunia.com>
//
// Copyright © 2016-2019 Natalia Portillo
// Copyright © 2016-2021 Natalia Portillo
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal

View File

@@ -3,7 +3,7 @@
Library to provide codepage conversion to and from archaic and old computer systems and Unicode.
Copyright © 2016-2019 Natalia Portillo <claunia@claunia.com>
Copyright © 2016-2021 Natalia Portillo <claunia@claunia.com>
Supported encodings
==============================