From 1b2f685b0157fa868ea64d69eec3e0ed3f3f4d79 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 24 Apr 2019 00:25:36 +0100 Subject: [PATCH] Fix copyright string. --- Claunia.RsrcFork.CLI/Program.cs | 2 +- Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs | 6 +++--- Claunia.RsrcFork.Test/Test.cs | 2 +- Claunia.RsrcFork/PascalString.cs | 4 ++-- Claunia.RsrcFork/Resource.cs | 2 +- Claunia.RsrcFork/ResourceFork.cs | 2 +- Claunia.RsrcFork/Resources/Version.cs | 2 +- Claunia.RsrcFork/Structs.cs | 2 +- Claunia.RsrcFork/Types.cs | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Claunia.RsrcFork.CLI/Program.cs b/Claunia.RsrcFork.CLI/Program.cs index 88abfd7..a50dc4b 100644 --- a/Claunia.RsrcFork.CLI/Program.cs +++ b/Claunia.RsrcFork.CLI/Program.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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 diff --git a/Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs b/Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs index 1c49cde..cb23762 100644 --- a/Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs +++ b/Claunia.RsrcFork.CLI/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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 @@ -26,7 +26,7 @@ using System.Reflection; using System.Runtime.CompilerServices; -// Information about this assembly is defined by the following attributes. +// Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. [assembly: AssemblyTitle ("Claunia.RsrcFork.CLI")] @@ -44,7 +44,7 @@ using System.Runtime.CompilerServices; [assembly: AssemblyVersion ("1.0.*")] -// The following attributes are used to specify the signing key for the assembly, +// The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. //[assembly: AssemblyDelaySign(false)] diff --git a/Claunia.RsrcFork.Test/Test.cs b/Claunia.RsrcFork.Test/Test.cs index da30d97..0943bd8 100644 --- a/Claunia.RsrcFork.Test/Test.cs +++ b/Claunia.RsrcFork.Test/Test.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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 diff --git a/Claunia.RsrcFork/PascalString.cs b/Claunia.RsrcFork/PascalString.cs index 06ca144..94430ad 100644 --- a/Claunia.RsrcFork/PascalString.cs +++ b/Claunia.RsrcFork/PascalString.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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 @@ -54,7 +54,7 @@ namespace Claunia.RsrcFork { if(str == null) return new byte[1]; - + byte[] str_b = Encoding.ASCII.GetBytes(str); byte[] PStr; diff --git a/Claunia.RsrcFork/Resource.cs b/Claunia.RsrcFork/Resource.cs index ce3eaa6..ee3e826 100644 --- a/Claunia.RsrcFork/Resource.cs +++ b/Claunia.RsrcFork/Resource.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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 diff --git a/Claunia.RsrcFork/ResourceFork.cs b/Claunia.RsrcFork/ResourceFork.cs index 00eff09..83cc594 100644 --- a/Claunia.RsrcFork/ResourceFork.cs +++ b/Claunia.RsrcFork/ResourceFork.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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 diff --git a/Claunia.RsrcFork/Resources/Version.cs b/Claunia.RsrcFork/Resources/Version.cs index 3ccb8c1..7c4e193 100644 --- a/Claunia.RsrcFork/Resources/Version.cs +++ b/Claunia.RsrcFork/Resources/Version.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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 diff --git a/Claunia.RsrcFork/Structs.cs b/Claunia.RsrcFork/Structs.cs index 19a1fec..c67597a 100644 --- a/Claunia.RsrcFork/Structs.cs +++ b/Claunia.RsrcFork/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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 diff --git a/Claunia.RsrcFork/Types.cs b/Claunia.RsrcFork/Types.cs index 95c15b3..bec0402 100644 --- a/Claunia.RsrcFork/Types.cs +++ b/Claunia.RsrcFork/Types.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// Copyright (c) 2016 © Claunia.com +// Copyright (c) 2016-2019 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