diff --git a/README.md b/README.md index 6b32669..901ad0f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ libexeinfo v0.2 =============== -Copyright © 2017 Natalia Portillo +Copyright © 2017-2018 Natalia Portillo 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. diff --git a/exeinfo/Program.cs b/exeinfo/Program.cs index f426e7b..4a966f2 100644 --- a/exeinfo/Program.cs +++ b/exeinfo/Program.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal @@ -39,7 +39,7 @@ namespace exeinfo { 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"); return; } diff --git a/exeinfogui.Desktop/Program.cs b/exeinfogui.Desktop/Program.cs index 23e1726..92a3e13 100644 --- a/exeinfogui.Desktop/Program.cs +++ b/exeinfogui.Desktop/Program.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/GemColor.cs b/exeinfogui/GEM/GemColor.cs index fe1f103..c3066bd 100644 --- a/exeinfogui/GEM/GemColor.cs +++ b/exeinfogui/GEM/GemColor.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/GemColorIcon.cs b/exeinfogui/GEM/GemColorIcon.cs index 5c247c3..9b23168 100644 --- a/exeinfogui/GEM/GemColorIcon.cs +++ b/exeinfogui/GEM/GemColorIcon.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/GemIcon.cs b/exeinfogui/GEM/GemIcon.cs index cec47c1..48d9ccd 100644 --- a/exeinfogui/GEM/GemIcon.cs +++ b/exeinfogui/GEM/GemIcon.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/PanelGemBox.xeto.cs b/exeinfogui/GEM/PanelGemBox.xeto.cs index e4977c4..283e106 100644 --- a/exeinfogui/GEM/PanelGemBox.xeto.cs +++ b/exeinfogui/GEM/PanelGemBox.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/PanelGemColorIcon.xeto.cs b/exeinfogui/GEM/PanelGemColorIcon.xeto.cs index 5c6ca62..7784c59 100644 --- a/exeinfogui/GEM/PanelGemColorIcon.xeto.cs +++ b/exeinfogui/GEM/PanelGemColorIcon.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/PanelGemGeneric.xeto.cs b/exeinfogui/GEM/PanelGemGeneric.xeto.cs index 6bcf6d0..0c0c382 100644 --- a/exeinfogui/GEM/PanelGemGeneric.xeto.cs +++ b/exeinfogui/GEM/PanelGemGeneric.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/PanelGemIcon.xeto.cs b/exeinfogui/GEM/PanelGemIcon.xeto.cs index a494d4b..4d8e07c 100644 --- a/exeinfogui/GEM/PanelGemIcon.xeto.cs +++ b/exeinfogui/GEM/PanelGemIcon.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/PanelGemImage.xeto.cs b/exeinfogui/GEM/PanelGemImage.xeto.cs index 3097c90..0a3deb9 100644 --- a/exeinfogui/GEM/PanelGemImage.xeto.cs +++ b/exeinfogui/GEM/PanelGemImage.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/PanelGemString.xeto.cs b/exeinfogui/GEM/PanelGemString.xeto.cs index 994c782..0bc4900 100644 --- a/exeinfogui/GEM/PanelGemString.xeto.cs +++ b/exeinfogui/GEM/PanelGemString.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/PanelGemText.xeto.cs b/exeinfogui/GEM/PanelGemText.xeto.cs index a8c1881..66d7d82 100644 --- a/exeinfogui/GEM/PanelGemText.xeto.cs +++ b/exeinfogui/GEM/PanelGemText.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/GEM/TabGemResources.xeto.cs b/exeinfogui/GEM/TabGemResources.xeto.cs index b0fa1cc..4d904fe 100644 --- a/exeinfogui/GEM/TabGemResources.xeto.cs +++ b/exeinfogui/GEM/TabGemResources.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/MainForm.xeto.cs b/exeinfogui/MainForm.xeto.cs index 8e9bcbe..ff25146 100644 --- a/exeinfogui/MainForm.xeto.cs +++ b/exeinfogui/MainForm.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/NE/PanelNeStrings.xeto.cs b/exeinfogui/NE/PanelNeStrings.xeto.cs index 29cabf8..dd2355f 100644 --- a/exeinfogui/NE/PanelNeStrings.xeto.cs +++ b/exeinfogui/NE/PanelNeStrings.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/NE/TabNeResources.xeto.cs b/exeinfogui/NE/TabNeResources.xeto.cs index 2e5e1aa..48bef09 100644 --- a/exeinfogui/NE/TabNeResources.xeto.cs +++ b/exeinfogui/NE/TabNeResources.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/TabPageSegments.xeto.cs b/exeinfogui/TabPageSegments.xeto.cs index ce2892a..1bebe57 100644 --- a/exeinfogui/TabPageSegments.xeto.cs +++ b/exeinfogui/TabPageSegments.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/TabPageStrings.xeto.cs b/exeinfogui/TabPageStrings.xeto.cs index cb1008e..1f704d7 100644 --- a/exeinfogui/TabPageStrings.xeto.cs +++ b/exeinfogui/TabPageStrings.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/exeinfogui/Win16/PanelWin16Version.xeto.cs b/exeinfogui/Win16/PanelWin16Version.xeto.cs index 2b78b4d..42b4f71 100644 --- a/exeinfogui/Win16/PanelWin16Version.xeto.cs +++ b/exeinfogui/Win16/PanelWin16Version.xeto.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/AtariST/AtariST.cs b/libexeinfo/AtariST/AtariST.cs index dde0d38..eed23c3 100644 --- a/libexeinfo/AtariST/AtariST.cs +++ b/libexeinfo/AtariST/AtariST.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/AtariST/Consts.cs b/libexeinfo/AtariST/Consts.cs index 39a0ae1..d214c27 100644 --- a/libexeinfo/AtariST/Consts.cs +++ b/libexeinfo/AtariST/Consts.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/AtariST/Enums.cs b/libexeinfo/AtariST/Enums.cs index b850630..8d33461 100644 --- a/libexeinfo/AtariST/Enums.cs +++ b/libexeinfo/AtariST/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/AtariST/Info.cs b/libexeinfo/AtariST/Info.cs index bdc6572..5fd8b90 100644 --- a/libexeinfo/AtariST/Info.cs +++ b/libexeinfo/AtariST/Info.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/AtariST/Structs.cs b/libexeinfo/AtariST/Structs.cs index 74e0f57..362b12f 100644 --- a/libexeinfo/AtariST/Structs.cs +++ b/libexeinfo/AtariST/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/BigEndianMarshal.cs b/libexeinfo/BigEndianMarshal.cs index 6c87dc8..6478b7e 100644 --- a/libexeinfo/BigEndianMarshal.cs +++ b/libexeinfo/BigEndianMarshal.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/COFF/COFF.cs b/libexeinfo/COFF/COFF.cs index 35bb89b..c822728 100644 --- a/libexeinfo/COFF/COFF.cs +++ b/libexeinfo/COFF/COFF.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/COFF/Consts.cs b/libexeinfo/COFF/Consts.cs index 0e6a3d4..bd24a5f 100644 --- a/libexeinfo/COFF/Consts.cs +++ b/libexeinfo/COFF/Consts.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/COFF/Enums.cs b/libexeinfo/COFF/Enums.cs index a1bedf0..c1d60c8 100644 --- a/libexeinfo/COFF/Enums.cs +++ b/libexeinfo/COFF/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/COFF/Info.cs b/libexeinfo/COFF/Info.cs index 63551d1..f144a18 100644 --- a/libexeinfo/COFF/Info.cs +++ b/libexeinfo/COFF/Info.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/COFF/MachineTypes.cs b/libexeinfo/COFF/MachineTypes.cs index e8b749c..b7ee42a 100644 --- a/libexeinfo/COFF/MachineTypes.cs +++ b/libexeinfo/COFF/MachineTypes.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/COFF/Structs.cs b/libexeinfo/COFF/Structs.cs index cdf41ab..fa9742b 100644 --- a/libexeinfo/COFF/Structs.cs +++ b/libexeinfo/COFF/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Enums.cs b/libexeinfo/Enums.cs index f256e37..9a9720f 100644 --- a/libexeinfo/Enums.cs +++ b/libexeinfo/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/GEM/Enums.cs b/libexeinfo/GEM/Enums.cs index e0b899e..18f30a4 100644 --- a/libexeinfo/GEM/Enums.cs +++ b/libexeinfo/GEM/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/GEM/Resources.cs b/libexeinfo/GEM/Resources.cs index cae56e3..cd2a84b 100644 --- a/libexeinfo/GEM/Resources.cs +++ b/libexeinfo/GEM/Resources.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/GEM/Structs.cs b/libexeinfo/GEM/Structs.cs index 272411f..f39c82e 100644 --- a/libexeinfo/GEM/Structs.cs +++ b/libexeinfo/GEM/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/GEM/Vdi.cs b/libexeinfo/GEM/Vdi.cs index 13c0948..b2726fa 100644 --- a/libexeinfo/GEM/Vdi.cs +++ b/libexeinfo/GEM/Vdi.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Geos/Consts.cs b/libexeinfo/Geos/Consts.cs index 9368509..a90c34c 100644 --- a/libexeinfo/Geos/Consts.cs +++ b/libexeinfo/Geos/Consts.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Geos/Enums.cs b/libexeinfo/Geos/Enums.cs index 7bbddba..4960cb5 100644 --- a/libexeinfo/Geos/Enums.cs +++ b/libexeinfo/Geos/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Geos/Geos.cs b/libexeinfo/Geos/Geos.cs index 19ba972..ffca785 100644 --- a/libexeinfo/Geos/Geos.cs +++ b/libexeinfo/Geos/Geos.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Geos/Info.cs b/libexeinfo/Geos/Info.cs index a5b7b17..ed813fc 100644 --- a/libexeinfo/Geos/Info.cs +++ b/libexeinfo/Geos/Info.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Geos/Structs.cs b/libexeinfo/Geos/Structs.cs index fa163bf..2f5bcdc 100644 --- a/libexeinfo/Geos/Structs.cs +++ b/libexeinfo/Geos/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/IExecutable.cs b/libexeinfo/IExecutable.cs index d9aa6ee..d9cf15c 100644 --- a/libexeinfo/IExecutable.cs +++ b/libexeinfo/IExecutable.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/LX/Consts.cs b/libexeinfo/LX/Consts.cs index ba09734..98b7f6b 100644 --- a/libexeinfo/LX/Consts.cs +++ b/libexeinfo/LX/Consts.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/LX/Enums.cs b/libexeinfo/LX/Enums.cs index 1d827bf..6a0c2b2 100644 --- a/libexeinfo/LX/Enums.cs +++ b/libexeinfo/LX/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/LX/Info.cs b/libexeinfo/LX/Info.cs index e877f35..a07dd90 100644 --- a/libexeinfo/LX/Info.cs +++ b/libexeinfo/LX/Info.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/LX/LX.cs b/libexeinfo/LX/LX.cs index fcf268a..add332c 100644 --- a/libexeinfo/LX/LX.cs +++ b/libexeinfo/LX/LX.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/LX/Structs.cs b/libexeinfo/LX/Structs.cs index 4710949..64d46c0 100644 --- a/libexeinfo/LX/Structs.cs +++ b/libexeinfo/LX/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/MZ/Consts.cs b/libexeinfo/MZ/Consts.cs index 375fa51..cc90f99 100644 --- a/libexeinfo/MZ/Consts.cs +++ b/libexeinfo/MZ/Consts.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/MZ/Info.cs b/libexeinfo/MZ/Info.cs index a565c6f..9ec940f 100644 --- a/libexeinfo/MZ/Info.cs +++ b/libexeinfo/MZ/Info.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/MZ/MZ.cs b/libexeinfo/MZ/MZ.cs index 0df0693..685b9be 100644 --- a/libexeinfo/MZ/MZ.cs +++ b/libexeinfo/MZ/MZ.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/MZ/Structs.cs b/libexeinfo/MZ/Structs.cs index d03151a..e484552 100644 --- a/libexeinfo/MZ/Structs.cs +++ b/libexeinfo/MZ/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/NE/Accelerators.cs b/libexeinfo/NE/Accelerators.cs index 1588361..e6872e0 100644 --- a/libexeinfo/NE/Accelerators.cs +++ b/libexeinfo/NE/Accelerators.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/NE/Consts.cs b/libexeinfo/NE/Consts.cs index a9600c5..cd5c3bd 100644 --- a/libexeinfo/NE/Consts.cs +++ b/libexeinfo/NE/Consts.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/NE/Enums.cs b/libexeinfo/NE/Enums.cs index d250ded..41374b1 100644 --- a/libexeinfo/NE/Enums.cs +++ b/libexeinfo/NE/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/NE/GetStrings.cs b/libexeinfo/NE/GetStrings.cs index 0ef4d26..c1fc9a6 100644 --- a/libexeinfo/NE/GetStrings.cs +++ b/libexeinfo/NE/GetStrings.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/NE/Info.cs b/libexeinfo/NE/Info.cs index 35d2517..f9e81e2 100644 --- a/libexeinfo/NE/Info.cs +++ b/libexeinfo/NE/Info.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/NE/NE.cs b/libexeinfo/NE/NE.cs index 87f0a57..6f5f767 100644 --- a/libexeinfo/NE/NE.cs +++ b/libexeinfo/NE/NE.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/NE/Structs.cs b/libexeinfo/NE/Structs.cs index ebe868e..167cc2f 100644 --- a/libexeinfo/NE/Structs.cs +++ b/libexeinfo/NE/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/NE/Version.cs b/libexeinfo/NE/Version.cs index e3224f8..e94de3a 100644 --- a/libexeinfo/NE/Version.cs +++ b/libexeinfo/NE/Version.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Os2/Bitmap.cs b/libexeinfo/Os2/Bitmap.cs index bd2aff3..57f17d7 100644 --- a/libexeinfo/Os2/Bitmap.cs +++ b/libexeinfo/Os2/Bitmap.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Os2/Enums.cs b/libexeinfo/Os2/Enums.cs index 382cb94..9f6973d 100644 --- a/libexeinfo/Os2/Enums.cs +++ b/libexeinfo/Os2/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Os2/Structs.cs b/libexeinfo/Os2/Structs.cs index 0f69e14..36ef256 100644 --- a/libexeinfo/Os2/Structs.cs +++ b/libexeinfo/Os2/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/PE/Consts.cs b/libexeinfo/PE/Consts.cs index 2f23b38..6cce0dc 100644 --- a/libexeinfo/PE/Consts.cs +++ b/libexeinfo/PE/Consts.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/PE/Enums.cs b/libexeinfo/PE/Enums.cs index 00ee97d..a374471 100644 --- a/libexeinfo/PE/Enums.cs +++ b/libexeinfo/PE/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/PE/Info.cs b/libexeinfo/PE/Info.cs index f407a02..21acf38 100644 --- a/libexeinfo/PE/Info.cs +++ b/libexeinfo/PE/Info.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/PE/PE.cs b/libexeinfo/PE/PE.cs index 7507a3b..ebc8812 100644 --- a/libexeinfo/PE/PE.cs +++ b/libexeinfo/PE/PE.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/PE/Structs.cs b/libexeinfo/PE/Structs.cs index 57dff0e..89d2ec6 100644 --- a/libexeinfo/PE/Structs.cs +++ b/libexeinfo/PE/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/PE/Subsystems.cs b/libexeinfo/PE/Subsystems.cs index 3a5a234..20c3254 100644 --- a/libexeinfo/PE/Subsystems.cs +++ b/libexeinfo/PE/Subsystems.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/StringHandlers.cs b/libexeinfo/StringHandlers.cs index ae9481a..c504256 100644 --- a/libexeinfo/StringHandlers.cs +++ b/libexeinfo/StringHandlers.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Structs.cs b/libexeinfo/Structs.cs index 8fabbac..4507cfc 100644 --- a/libexeinfo/Structs.cs +++ b/libexeinfo/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Swapping.cs b/libexeinfo/Swapping.cs index 0ca8f62..bfca004 100644 --- a/libexeinfo/Swapping.cs +++ b/libexeinfo/Swapping.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Windows/Bitmap.cs b/libexeinfo/Windows/Bitmap.cs index 1824785..2017b42 100644 --- a/libexeinfo/Windows/Bitmap.cs +++ b/libexeinfo/Windows/Bitmap.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Windows/Enums.cs b/libexeinfo/Windows/Enums.cs index e64833d..9521196 100644 --- a/libexeinfo/Windows/Enums.cs +++ b/libexeinfo/Windows/Enums.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal diff --git a/libexeinfo/Windows/Structs.cs b/libexeinfo/Windows/Structs.cs index daa027c..2041e0a 100644 --- a/libexeinfo/Windows/Structs.cs +++ b/libexeinfo/Windows/Structs.cs @@ -4,7 +4,7 @@ // Author: // Natalia Portillo // -// 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 // of this software and associated documentation files (the "Software"), to deal