mirror of
https://github.com/claunia/Claunia.RsrcFork.git
synced 2025-12-16 19:24:46 +00:00
Fix copyright string.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user