Fix copyright string.

This commit is contained in:
2019-04-24 00:25:36 +01:00
parent 2299976e67
commit 1b2f685b01
9 changed files with 12 additions and 12 deletions

View File

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

View File

@@ -4,7 +4,7 @@
// Author: // Author:
// Natalia Portillo <claunia@claunia.com> // Natalia Portillo <claunia@claunia.com>
// //
// Copyright (c) 2016 © Claunia.com // Copyright (c) 2016-2019 Natalia Portillo
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal
@@ -26,7 +26,7 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; 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. // Change them to the values specific to your project.
[assembly: AssemblyTitle ("Claunia.RsrcFork.CLI")] [assembly: AssemblyTitle ("Claunia.RsrcFork.CLI")]
@@ -44,7 +44,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyVersion ("1.0.*")] [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. // if desired. See the Mono documentation for more information about signing.
//[assembly: AssemblyDelaySign(false)] //[assembly: AssemblyDelaySign(false)]

View File

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

View File

@@ -4,7 +4,7 @@
// Author: // Author:
// Natalia Portillo <claunia@claunia.com> // Natalia Portillo <claunia@claunia.com>
// //
// Copyright (c) 2016 © Claunia.com // Copyright (c) 2016-2019 Natalia Portillo
// //
// Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal
@@ -54,7 +54,7 @@ namespace Claunia.RsrcFork
{ {
if(str == null) if(str == null)
return new byte[1]; return new byte[1];
byte[] str_b = Encoding.ASCII.GetBytes(str); byte[] str_b = Encoding.ASCII.GetBytes(str);
byte[] PStr; byte[] PStr;

View File

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

View File

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

View File

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

View File

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

View File

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