Update copyright year.

This commit is contained in:
2018-03-07 20:15:17 +00:00
parent 8a67fffbd2
commit 4e130af164
75 changed files with 76 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
libexeinfo v0.2 libexeinfo v0.2
=============== ===============
Copyright © 2017 Natalia Portillo <claunia@claunia.com> Copyright © 2017-2018 Natalia Portillo <claunia@claunia.com>
libexeinfo is a library to identify and decode information from executable files. libexeinfo is a library to identify and decode information from executable files.
It is also accompanied by a command line application as an example of usage. It is also accompanied by a command line application as an example of usage.

View File

@@ -4,7 +4,7 @@
// Author: // Author:
// Natalia Portillo <claunia@claunia.com> // Natalia Portillo <claunia@claunia.com>
// //
// Copyright (c) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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
@@ -39,7 +39,7 @@ namespace exeinfo
{ {
if(args.Length != 1) if(args.Length != 1)
{ {
Console.WriteLine("exeinfo version 0.1 © 2017 Natalia Portillo"); Console.WriteLine("exeinfo version 0.1 © 2017-2018 Natalia Portillo");
Console.WriteLine("Usage: exeinfo file.exe"); Console.WriteLine("Usage: exeinfo file.exe");
return; return;
} }

View File

@@ -4,7 +4,7 @@
// Author: // Author:
// Natalia Portillo <claunia@claunia.com> // Natalia Portillo <claunia@claunia.com>
// //
// Copyright (c) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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) 2017 Copyright © Claunia.com // Copyright (c) 2017-2018 Copyright © Claunia.com
// //
// 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