From 8ab013ec42cc7d35bf6557edc937ec715338afc5 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 1 Jun 2020 02:12:50 +0100 Subject: [PATCH] Add license headers. --- Marechai.Database/Enums.cs | 5 - Marechai.Database/IDbCore.cs | 5 - ...0180805214952_InitialMigration.Designer.cs | 5 - .../20180805214952_InitialMigration.cs | 5 - ...180806184309_RenameModelFields.Designer.cs | 5 - .../20180806184309_RenameModelFields.cs | 5 - ...192514_UseExistingEnumerations.Designer.cs | 5 - .../20180806192514_UseExistingEnumerations.cs | 5 - ...06201559_SingularizeModelNames.Designer.cs | 5 - .../20180806201559_SingularizeModelNames.cs | 5 - .../20180806222713_LogosGuid.Designer.cs | 5 - .../Migrations/20180806222713_LogosGuid.cs | 5 - ...07193120_CorrectLogosInCompany.Designer.cs | 5 - .../20180807193120_CorrectLogosInCompany.cs | 5 - ...811130603_CreateIdentitySchema.Designer.cs | 5 - .../20180811130603_CreateIdentitySchema.cs | 5 - Marechai.Database/Models/ApplicationRole.cs | 44 +++++-- Marechai.Database/Models/ApplicationUser.cs | 25 ++++ Marechai.Database/Models/BaseModel.cs | 26 ++++- Marechai.Database/Models/BasePhoto.cs | 25 ++++ Marechai.Database/Models/Book.cs | 25 ++++ Marechai.Database/Models/BooksByMachine.cs | 25 ++++ .../Models/BooksByMachineFamily.cs | 25 ++++ Marechai.Database/Models/BrowserTest.cs | 5 - Marechai.Database/Models/CompaniesByBook.cs | 25 ++++ .../Models/CompaniesByDocument.cs | 25 ++++ .../Models/CompaniesByMagazine.cs | 25 ++++ Marechai.Database/Models/Company.cs | 28 ++--- .../Models/CompanyDescription.cs | 5 - Marechai.Database/Models/CompanyLogo.cs | 5 - Marechai.Database/Models/Document.cs | 25 ++++ Marechai.Database/Models/DocumentBase.cs | 25 ++++ Marechai.Database/Models/DocumentCompany.cs | 25 ++++ Marechai.Database/Models/DocumentPerson.cs | 25 ++++ Marechai.Database/Models/DocumentRole.cs | 25 ++++ .../Models/DocumentsByMachine.cs | 25 ++++ .../Models/DocumentsByMachineFamily.cs | 25 ++++ Marechai.Database/Models/Forbidden.cs | 5 - Marechai.Database/Models/Gpu.cs | 6 - Marechai.Database/Models/GpusByMachine.cs | 5 - .../Models/GpusByOwnedMachine.cs | 25 ++++ Marechai.Database/Models/InstructionSet.cs | 5 - .../Models/InstructionSetExtension.cs | 5 - .../InstructionSetExtensionsByProcessor.cs | 5 - Marechai.Database/Models/Iso31661Numeric.cs | 5 - Marechai.Database/Models/Iso639.cs | 25 ++++ Marechai.Database/Models/License.cs | 25 ++++ Marechai.Database/Models/Log.cs | 5 - Marechai.Database/Models/Machine.cs | 5 - Marechai.Database/Models/MachineFamily.cs | 5 - Marechai.Database/Models/MachinePhoto.cs | 25 ++++ Marechai.Database/Models/Magazine.cs | 25 ++++ Marechai.Database/Models/MagazineIssue.cs | 25 ++++ .../Models/MagazinesByMachine.cs | 25 ++++ .../Models/MagazinesByMachineFamily.cs | 25 ++++ Marechai.Database/Models/MarechaiContext.cs | 5 - Marechai.Database/Models/MarechaiDb.cs | 5 - Marechai.Database/Models/MemoryByMachine.cs | 5 - .../Models/MemoryByOwnedMachine.cs | 25 ++++ Marechai.Database/Models/MoneyDonation.cs | 5 - Marechai.Database/Models/News.cs | 5 - Marechai.Database/Models/OwnedMachine.cs | 25 ++++ Marechai.Database/Models/OwnedMachinePhoto.cs | 25 ++++ Marechai.Database/Models/PeopleByBook.cs | 25 ++++ Marechai.Database/Models/PeopleByCompany.cs | 25 ++++ Marechai.Database/Models/PeopleByDocument.cs | 25 ++++ Marechai.Database/Models/PeopleByMagazine.cs | 25 ++++ Marechai.Database/Models/Person.cs | 25 ++++ Marechai.Database/Models/Processor.cs | 5 - .../Models/ProcessorsByMachine.cs | 5 - .../Models/ProcessorsByOwnedMachine.cs | 25 ++++ Marechai.Database/Models/Resolution.cs | 5 - Marechai.Database/Models/ResolutionsByGpu.cs | 5 - .../Models/ResolutionsByScreen.cs | 5 - Marechai.Database/Models/Screen.cs | 25 ++++ Marechai.Database/Models/ScreensByMachine.cs | 5 - Marechai.Database/Models/SoundByMachine.cs | 5 - .../Models/SoundByOwnedMachine.cs | 25 ++++ Marechai.Database/Models/SoundSynth.cs | 5 - Marechai.Database/Models/StorageByMachine.cs | 5 - .../Models/StorageByOwnedMachine.cs | 25 ++++ Marechai.Database/Mysql.cs | 5 - Marechai.Database/Operations/Operations.cs | 5 - Marechai.Database/Operations/Update.cs | 5 - Marechai.Database/Schemas/Sql/V10.cs | 5 - Marechai.Database/Schemas/Sql/V11.cs | 5 - Marechai.Database/Schemas/Sql/V12.cs | 5 - Marechai.Database/Schemas/Sql/V13.cs | 5 - Marechai.Database/Schemas/Sql/V14.cs | 5 - Marechai.Database/Schemas/Sql/V15.cs | 5 - Marechai.Database/Schemas/Sql/V16.cs | 5 - Marechai.Database/Schemas/Sql/V17.cs | 5 - Marechai.Database/Schemas/Sql/V18.cs | 5 - Marechai.Database/Schemas/Sql/V19.cs | 5 - Marechai.Database/Schemas/Sql/V2.cs | 5 - Marechai.Database/Schemas/Sql/V20.cs | 5 - Marechai.Database/Schemas/Sql/V21.cs | 5 - Marechai.Database/Schemas/Sql/V22.cs | 5 - Marechai.Database/Schemas/Sql/V3.cs | 5 - Marechai.Database/Schemas/Sql/V4.cs | 5 - Marechai.Database/Schemas/Sql/V5.cs | 5 - Marechai.Database/Schemas/Sql/V6.cs | 5 - Marechai.Database/Schemas/Sql/V7.cs | 5 - Marechai.Database/Schemas/Sql/V8.cs | 5 - Marechai.Database/Schemas/Sql/V9.cs | 5 - Marechai.Database/Seeders/All.cs | 25 ++++ Marechai.Database/Seeders/DocumentRoles.cs | 25 ++++ Marechai.Database/Seeders/Iso639.cs | 25 ++++ Marechai.Database/Seeders/License.cs | 25 ++++ Marechai.Database/Seeders/Roles.cs | 25 ++++ Marechai.Database/Seeders/Users.cs | 25 ++++ Marechai/App.razor | 26 +++++ Marechai/Helpers/Exif.cs | 25 ++++ Marechai/Helpers/ImageMagick.cs | 25 ++++ Marechai/Helpers/Photos.cs | 25 ++++ Marechai/Helpers/SvgRender.cs | 5 - Marechai/Marechai.csproj | 2 +- Marechai/Pages/Admin/BrowserTests.razor | 5 - Marechai/Pages/Admin/BrowserTests.razor.cs | 25 ++++ Marechai/Pages/Admin/Companies.razor | 7 +- Marechai/Pages/Admin/Companies.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/Company.razor | 5 - Marechai/Pages/Admin/Details/Company.razor.cs | 25 ++++ .../Admin/Details/CreateMachinePhoto.razor | 5 - .../Admin/Details/CreateMachinePhoto.razor.cs | 25 ++++ .../Pages/Admin/Details/DocumentCompany.razor | 5 - .../Admin/Details/DocumentCompany.razor.cs | 25 ++++ .../Pages/Admin/Details/DocumentPerson.razor | 5 - .../Admin/Details/DocumentPerson.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/Gpu.razor | 7 +- Marechai/Pages/Admin/Details/Gpu.razor.cs | 25 ++++ .../Pages/Admin/Details/InstructionSet.razor | 5 - .../Admin/Details/InstructionSet.razor.cs | 25 ++++ .../Details/InstructionSetExtension.razor | 5 - .../Details/InstructionSetExtension.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/License.razor | 5 - Marechai/Pages/Admin/Details/License.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/Machine.razor | 5 - Marechai/Pages/Admin/Details/Machine.razor.cs | 25 ++++ .../Pages/Admin/Details/MachineFamily.razor | 5 - .../Admin/Details/MachineFamily.razor.cs | 25 ++++ .../Pages/Admin/Details/MachinePhoto.razor | 5 - .../Pages/Admin/Details/MachinePhoto.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/Person.razor | 5 - Marechai/Pages/Admin/Details/Person.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/Processor.razor | 5 - .../Pages/Admin/Details/Processor.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/Resolution.razor | 5 - .../Pages/Admin/Details/Resolution.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/Screen.razor | 5 - Marechai/Pages/Admin/Details/Screen.razor.cs | 25 ++++ Marechai/Pages/Admin/Details/SoundSynth.razor | 5 - .../Pages/Admin/Details/SoundSynth.razor.cs | 25 ++++ Marechai/Pages/Admin/DocumentCompanies.razor | 7 +- .../Pages/Admin/DocumentCompanies.razor.cs | 25 ++++ Marechai/Pages/Admin/DocumentPeople.razor | 7 +- Marechai/Pages/Admin/DocumentPeople.razor.cs | 25 ++++ Marechai/Pages/Admin/Gpus.razor | 5 - Marechai/Pages/Admin/Gpus.razor.cs | 25 ++++ Marechai/Pages/Admin/Index.razor | 7 +- .../Admin/InstructionSetExtensions.razor | 5 - .../Admin/InstructionSetExtensions.razor.cs | 25 ++++ Marechai/Pages/Admin/InstructionSets.razor | 5 - Marechai/Pages/Admin/InstructionSets.razor.cs | 25 ++++ Marechai/Pages/Admin/Licenses.razor | 5 - Marechai/Pages/Admin/Licenses.razor.cs | 25 ++++ Marechai/Pages/Admin/MachineFamilies.razor | 5 - Marechai/Pages/Admin/MachineFamilies.razor.cs | 25 ++++ Marechai/Pages/Admin/Machines.razor | 5 - Marechai/Pages/Admin/Machines.razor.cs | 25 ++++ Marechai/Pages/Admin/News.razor | 5 - Marechai/Pages/Admin/News.razor.cs | 25 ++++ Marechai/Pages/Admin/People.razor | 5 - Marechai/Pages/Admin/People.razor.cs | 25 ++++ Marechai/Pages/Admin/Processors.razor | 5 - Marechai/Pages/Admin/Processors.razor.cs | 25 ++++ Marechai/Pages/Admin/Resolutions.razor | 5 - Marechai/Pages/Admin/Resolutions.razor.cs | 25 ++++ Marechai/Pages/Admin/Screens.razor | 5 - Marechai/Pages/Admin/Screens.razor.cs | 30 ++++- Marechai/Pages/Admin/SoundSynths.razor | 5 - Marechai/Pages/Admin/SoundSynths.razor.cs | 25 ++++ Marechai/Pages/Companies/Index.razor | 5 - Marechai/Pages/Companies/Index.razor.cs | 25 ++++ Marechai/Pages/Companies/View.razor | 5 - Marechai/Pages/Companies/View.razor.cs | 25 ++++ Marechai/Pages/Computers/Index.razor | 5 - Marechai/Pages/Computers/Index.razor.cs | 25 ++++ Marechai/Pages/Computers/Search.razor | 7 +- Marechai/Pages/Computers/Search.razor.cs | 25 ++++ Marechai/Pages/Consoles/Index.razor | 5 - Marechai/Pages/Consoles/Index.razor.cs | 25 ++++ Marechai/Pages/Consoles/Search.razor | 5 - Marechai/Pages/Consoles/Search.razor.cs | 25 ++++ Marechai/Pages/Error.razor | 39 ++++++- Marechai/Pages/Home/About.razor | 5 - Marechai/Pages/Home/Contact.razor | 5 - Marechai/Pages/Home/Index.razor | 5 - Marechai/Pages/Home/Index.razor.cs | 25 ++++ Marechai/Pages/Machines/View.razor | 5 - Marechai/Pages/Machines/View.razor.cs | 25 ++++ Marechai/Pages/Shared/_Layout.cshtml | 109 +++++++++++------- Marechai/Pages/Shared/_LoginPartial.cshtml | 73 ++++++++---- .../Shared/_ValidationScriptsPartial.cshtml | 42 +++++-- Marechai/Pages/_Host.cshtml | 53 ++++++--- Marechai/Pages/_Host.cshtml.cs | 27 ++++- Marechai/Pages/_ViewImports.cshtml | 28 ++++- Marechai/Pages/_ViewStart.cshtml | 26 +++++ Marechai/Program.cs | 5 - Marechai/Services/AdminService.cs | 5 - Marechai/Services/BrowserTestsService.cs | 25 ++++ Marechai/Services/CompaniesService.cs | 5 - Marechai/Services/CompanyLogosService.cs | 25 ++++ Marechai/Services/ComputersService.cs | 5 - Marechai/Services/ConsolesService.cs | 5 - Marechai/Services/DocumentCompaniesService.cs | 25 ++++ Marechai/Services/DocumentPeopleService.cs | 25 ++++ Marechai/Services/GpusByMachineService.cs | 25 ++++ Marechai/Services/GpusService.cs | 25 ++++ ...tructionSetExtensionsByProcessorService.cs | 25 ++++ .../InstructionSetExtensionsService.cs | 25 ++++ Marechai/Services/InstructionSetsService.cs | 25 ++++ Marechai/Services/Iso31661NumericService.cs | 25 ++++ Marechai/Services/LicensesService.cs | 25 ++++ Marechai/Services/MachineFamiliesService.cs | 25 ++++ Marechai/Services/MachinePhotosService.cs | 25 ++++ Marechai/Services/MachinesService.cs | 27 ++++- Marechai/Services/MemoriesByMachineService.cs | 25 ++++ Marechai/Services/NewsService.cs | 5 - Marechai/Services/PeopleService.cs | 25 ++++ .../Services/ProcessorsByMachineService.cs | 25 ++++ Marechai/Services/ProcessorsService.cs | 25 ++++ Marechai/Services/Register.cs | 5 - Marechai/Services/ResolutionsByGpuService.cs | 25 ++++ .../Services/ResolutionsByScreenService.cs | 25 ++++ Marechai/Services/ResolutionsService.cs | 25 ++++ Marechai/Services/ScreensByMachineService.cs | 25 ++++ Marechai/Services/ScreensService.cs | 25 ++++ .../Services/SoundSynthsByMachineService.cs | 25 ++++ Marechai/Services/SoundSynthsService.cs | 25 ++++ Marechai/Services/StorageByMachineService.cs | 25 ++++ Marechai/Shared/LoginDisplay.razor | 28 ++++- Marechai/Shared/MainLayout.razor | 28 ++++- Marechai/Shared/NavMenu.razor | 28 ++++- Marechai/Shared/Validators.cs | 25 ++++ Marechai/Startup.cs | 5 - Marechai/ViewModels/BasePhotoViewModel.cs | 25 ++++ Marechai/ViewModels/BaseViewModel.cs | 27 ++++- .../ViewModels/CompanyDescriptionViewModel.cs | 25 ++++ Marechai/ViewModels/CompanyViewModel.cs | 27 ++++- .../ViewModels/DocumentCompanyViewModel.cs | 27 ++++- .../ViewModels/DocumentPersonViewModel.cs | 35 +++++- Marechai/ViewModels/GpuByMachineViewModel.cs | 25 ++++ Marechai/ViewModels/GpuViewModel.cs | 27 ++++- ...ructionSetExtensionByProcessorViewModel.cs | 25 ++++ Marechai/ViewModels/MachineFamilyViewModel.cs | 27 ++++- Marechai/ViewModels/MachinePhotoViewModel.cs | 25 ++++ Marechai/ViewModels/MachineViewModel.cs | 27 ++++- .../ViewModels/MemoryByMachineViewModel.cs | 25 ++++ Marechai/ViewModels/MemoryViewModel.cs | 27 ++++- Marechai/ViewModels/NewsViewModel.cs | 5 - Marechai/ViewModels/PersonViewModel.cs | 25 ++++ .../ViewModels/ProcessorByMachineViewModel.cs | 25 ++++ Marechai/ViewModels/ProcessorViewModel.cs | 27 ++++- .../ViewModels/ResolutionByGpuViewModel.cs | 25 ++++ .../ViewModels/ResolutionByScreenViewModel.cs | 25 ++++ Marechai/ViewModels/ResolutionViewModel.cs | 39 +++++-- .../ViewModels/ScreenByMachineViewModel.cs | 25 ++++ Marechai/ViewModels/ScreenViewModel.cs | 25 ++++ .../SoundSynthByMachineViewModel.cs | 25 ++++ Marechai/ViewModels/SoundSynthViewModel.cs | 27 ++++- .../ViewModels/StorageByMachineViewModel.cs | 25 ++++ Marechai/ViewModels/StorageViewModel.cs | 27 ++++- Marechai/wwwroot/js/site.js | 5 - 274 files changed, 3924 insertions(+), 777 deletions(-) diff --git a/Marechai.Database/Enums.cs b/Marechai.Database/Enums.cs index a82e4679..040b48c7 100644 --- a/Marechai.Database/Enums.cs +++ b/Marechai.Database/Enums.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Enums.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Enumerations. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/IDbCore.cs b/Marechai.Database/IDbCore.cs index b8f89611..e23ee660 100644 --- a/Marechai.Database/IDbCore.cs +++ b/Marechai.Database/IDbCore.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : IDbCore.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Defines database interface using System.Data. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180805214952_InitialMigration.Designer.cs b/Marechai.Database/Migrations/20180805214952_InitialMigration.Designer.cs index c780b609..f29972ec 100644 --- a/Marechai.Database/Migrations/20180805214952_InitialMigration.Designer.cs +++ b/Marechai.Database/Migrations/20180805214952_InitialMigration.Designer.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180805214952_InitialMigration.Designer.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains the initial migration from MySQL to Entity Framework. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180805214952_InitialMigration.cs b/Marechai.Database/Migrations/20180805214952_InitialMigration.cs index c1905a40..2d5d7200 100644 --- a/Marechai.Database/Migrations/20180805214952_InitialMigration.cs +++ b/Marechai.Database/Migrations/20180805214952_InitialMigration.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180805214952_InitialMigration.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains the initial migration from MySQL to Entity Framework. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180806184309_RenameModelFields.Designer.cs b/Marechai.Database/Migrations/20180806184309_RenameModelFields.Designer.cs index 8e93c683..301832dc 100644 --- a/Marechai.Database/Migrations/20180806184309_RenameModelFields.Designer.cs +++ b/Marechai.Database/Migrations/20180806184309_RenameModelFields.Designer.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180806184309_RenameModelFields.Designer.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Renames model fields. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180806184309_RenameModelFields.cs b/Marechai.Database/Migrations/20180806184309_RenameModelFields.cs index 6f70d8d9..62bed406 100644 --- a/Marechai.Database/Migrations/20180806184309_RenameModelFields.cs +++ b/Marechai.Database/Migrations/20180806184309_RenameModelFields.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180806184309_RenameModelFields.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Renames model fields. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.Designer.cs b/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.Designer.cs index 61d5df8c..6a680300 100644 --- a/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.Designer.cs +++ b/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.Designer.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180806192514_UseExistingEnumerations.Designer.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Use existing enumerators. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.cs b/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.cs index 0dedb60e..ef9b13c6 100644 --- a/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.cs +++ b/Marechai.Database/Migrations/20180806192514_UseExistingEnumerations.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180806192514_UseExistingEnumerations.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Use existing enumerators. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.Designer.cs b/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.Designer.cs index 74476830..688fb4da 100644 --- a/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.Designer.cs +++ b/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.Designer.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180806201559_SingularizeModelNames.Designer.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Rename models to singular names. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.cs b/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.cs index 19c68082..c7895d93 100644 --- a/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.cs +++ b/Marechai.Database/Migrations/20180806201559_SingularizeModelNames.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180806201559_SingularizeModelNames.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Rename models to singular names. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180806222713_LogosGuid.Designer.cs b/Marechai.Database/Migrations/20180806222713_LogosGuid.Designer.cs index 9b391538..55d2c3df 100644 --- a/Marechai.Database/Migrations/20180806222713_LogosGuid.Designer.cs +++ b/Marechai.Database/Migrations/20180806222713_LogosGuid.Designer.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180806222713_LogosGuid.Designer.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Company logos should be Guid. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180806222713_LogosGuid.cs b/Marechai.Database/Migrations/20180806222713_LogosGuid.cs index 441541bb..7bb445aa 100644 --- a/Marechai.Database/Migrations/20180806222713_LogosGuid.cs +++ b/Marechai.Database/Migrations/20180806222713_LogosGuid.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180806222713_LogosGuid.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Company logos should be Guid. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.Designer.cs b/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.Designer.cs index 1f3ec8c4..f0e6c21f 100644 --- a/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.Designer.cs +++ b/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.Designer.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180807193120_CorrectLogosInCompany.Designer.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Renames logos in company. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.cs b/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.cs index d6c07da7..d9b8b73e 100644 --- a/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.cs +++ b/Marechai.Database/Migrations/20180807193120_CorrectLogosInCompany.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180807193120_CorrectLogosInCompany.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Renames logos in company. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.Designer.cs b/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.Designer.cs index 673ee9a0..e41ba64b 100644 --- a/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.Designer.cs +++ b/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.Designer.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180811130603_CreateIdentitySchema.Designer.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Adds ASP.NET Identity tables -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.cs b/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.cs index 4898ade5..f3e37d40 100644 --- a/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.cs +++ b/Marechai.Database/Migrations/20180811130603_CreateIdentitySchema.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : 20180811130603_CreateIdentitySchema.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Adds ASP.NET Identity tables -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/ApplicationRole.cs b/Marechai.Database/Models/ApplicationRole.cs index 5e60c29e..98867c18 100644 --- a/Marechai.Database/Models/ApplicationRole.cs +++ b/Marechai.Database/Models/ApplicationRole.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using Microsoft.AspNetCore.Identity; @@ -5,20 +30,19 @@ namespace Marechai.Database.Models { public class ApplicationRole : IdentityRole { - public const string ROLE_UBERADMIN = "UberAdmin"; - public const string ROLE_WRITER = "Writer"; - public const string ROLE_PROOFREADER = "Proofreader"; - public const string ROLE_TRANSLATOR = "Translator"; + public const string ROLE_UBERADMIN = "UberAdmin"; + public const string ROLE_WRITER = "Writer"; + public const string ROLE_PROOFREADER = "Proofreader"; + public const string ROLE_TRANSLATOR = "Translator"; public const string ROLE_SUPERTRANSLATOR = "SuperTranslator"; - public const string ROLE_COLLABORATOR = "Collaborator"; - public const string ROLE_CURATOR = "Curator"; + public const string ROLE_COLLABORATOR = "Collaborator"; + public const string ROLE_CURATOR = "Curator"; public const string ROLE_PHYSICALCURATOR = "PhysicalCurator"; - public const string ROLE_TECHNICIAN = "Technician"; + public const string ROLE_TECHNICIAN = "Technician"; public const string ROLE_SUPERTECHNICIAN = "SuperTechnician"; - public const string ROLE_ADMIN = "Administrator"; - public const string ROLE_NONE = "NormalUser"; + public const string ROLE_ADMIN = "Administrator"; + public const string ROLE_NONE = "NormalUser"; - public ApplicationRole() => Created = DateTime.UtcNow; public ApplicationRole(string name) : base(name) diff --git a/Marechai.Database/Models/ApplicationUser.cs b/Marechai.Database/Models/ApplicationUser.cs index c278689d..bbef837d 100644 --- a/Marechai.Database/Models/ApplicationUser.cs +++ b/Marechai.Database/Models/ApplicationUser.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using Microsoft.AspNetCore.Identity; diff --git a/Marechai.Database/Models/BaseModel.cs b/Marechai.Database/Models/BaseModel.cs index 366a2c90..2fdc09ff 100644 --- a/Marechai.Database/Models/BaseModel.cs +++ b/Marechai.Database/Models/BaseModel.cs @@ -1,5 +1,29 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; -using System.ComponentModel; using System.ComponentModel.DataAnnotations.Schema; namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/BasePhoto.cs b/Marechai.Database/Models/BasePhoto.cs index 8f857238..287338d7 100644 --- a/Marechai.Database/Models/BasePhoto.cs +++ b/Marechai.Database/Models/BasePhoto.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/Book.cs b/Marechai.Database/Models/Book.cs index f768005d..6b1c9c3c 100644 --- a/Marechai.Database/Models/Book.cs +++ b/Marechai.Database/Models/Book.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/BooksByMachine.cs b/Marechai.Database/Models/BooksByMachine.cs index 318c285e..f796f193 100644 --- a/Marechai.Database/Models/BooksByMachine.cs +++ b/Marechai.Database/Models/BooksByMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + namespace Marechai.Database.Models { public class BooksByMachine : BaseModel diff --git a/Marechai.Database/Models/BooksByMachineFamily.cs b/Marechai.Database/Models/BooksByMachineFamily.cs index 331cc41a..4ffdbb00 100644 --- a/Marechai.Database/Models/BooksByMachineFamily.cs +++ b/Marechai.Database/Models/BooksByMachineFamily.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + namespace Marechai.Database.Models { public class BooksByMachineFamily : BaseModel diff --git a/Marechai.Database/Models/BrowserTest.cs b/Marechai.Database/Models/BrowserTest.cs index d2a4b2be..8cea52bb 100644 --- a/Marechai.Database/Models/BrowserTest.cs +++ b/Marechai.Database/Models/BrowserTest.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : BrowserTest.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains browser tests. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/CompaniesByBook.cs b/Marechai.Database/Models/CompaniesByBook.cs index e18120c5..3cd1abd1 100644 --- a/Marechai.Database/Models/CompaniesByBook.cs +++ b/Marechai.Database/Models/CompaniesByBook.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/Marechai.Database/Models/CompaniesByDocument.cs b/Marechai.Database/Models/CompaniesByDocument.cs index 85603f02..7b360a35 100644 --- a/Marechai.Database/Models/CompaniesByDocument.cs +++ b/Marechai.Database/Models/CompaniesByDocument.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/Marechai.Database/Models/CompaniesByMagazine.cs b/Marechai.Database/Models/CompaniesByMagazine.cs index 01ceeb23..30362a80 100644 --- a/Marechai.Database/Models/CompaniesByMagazine.cs +++ b/Marechai.Database/Models/CompaniesByMagazine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/Marechai.Database/Models/Company.cs b/Marechai.Database/Models/Company.cs index 518ffebe..fde90524 100644 --- a/Marechai.Database/Models/Company.cs +++ b/Marechai.Database/Models/Company.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Company.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes a company. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify @@ -78,18 +73,17 @@ namespace Marechai.Database.Models public virtual Iso31661Numeric Country { get; set; } [DisplayName("Sold to")] - public virtual Company SoldTo { get; set; } - public virtual ICollection Descriptions { get; set; } - public virtual ICollection Logos { get; set; } - public virtual ICollection Gpus { get; set; } - public virtual ICollection InverseSoldToNavigation { get; set; } - public virtual ICollection MachineFamilies { get; set; } - public virtual ICollection Machines { get; set; } - public virtual ICollection Processors { get; set; } - public virtual ICollection SoundSynths { get; set; } - public virtual ICollection People { get; set; } - public virtual CompanyLogo LastLogo => - Logos?.OrderByDescending(l => l.Year).FirstOrDefault(); + public virtual Company SoldTo { get; set; } + public virtual ICollection Descriptions { get; set; } + public virtual ICollection Logos { get; set; } + public virtual ICollection Gpus { get; set; } + public virtual ICollection InverseSoldToNavigation { get; set; } + public virtual ICollection MachineFamilies { get; set; } + public virtual ICollection Machines { get; set; } + public virtual ICollection Processors { get; set; } + public virtual ICollection SoundSynths { get; set; } + public virtual ICollection People { get; set; } + public virtual CompanyLogo LastLogo => Logos?.OrderByDescending(l => l.Year).FirstOrDefault(); public virtual DocumentCompany DocumentCompany { get; set; } [DisplayName("Sold"), NotMapped] diff --git a/Marechai.Database/Models/CompanyDescription.cs b/Marechai.Database/Models/CompanyDescription.cs index c2d8d704..93a55749 100644 --- a/Marechai.Database/Models/CompanyDescription.cs +++ b/Marechai.Database/Models/CompanyDescription.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : CompanyDescription.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Holds company descriptions. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/CompanyLogo.cs b/Marechai.Database/Models/CompanyLogo.cs index 17202908..ff202216 100644 --- a/Marechai.Database/Models/CompanyLogo.cs +++ b/Marechai.Database/Models/CompanyLogo.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : CompanyLogo.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes a company logo and contains the GUID for its file. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/Document.cs b/Marechai.Database/Models/Document.cs index 86a3fbdb..e15460b8 100644 --- a/Marechai.Database/Models/Document.cs +++ b/Marechai.Database/Models/Document.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/DocumentBase.cs b/Marechai.Database/Models/DocumentBase.cs index 2773be6e..f7de6d82 100644 --- a/Marechai.Database/Models/DocumentBase.cs +++ b/Marechai.Database/Models/DocumentBase.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/DocumentCompany.cs b/Marechai.Database/Models/DocumentCompany.cs index 46796788..cd9ff99b 100644 --- a/Marechai.Database/Models/DocumentCompany.cs +++ b/Marechai.Database/Models/DocumentCompany.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/DocumentPerson.cs b/Marechai.Database/Models/DocumentPerson.cs index 80ec5df1..98b1c3f0 100644 --- a/Marechai.Database/Models/DocumentPerson.cs +++ b/Marechai.Database/Models/DocumentPerson.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/DocumentRole.cs b/Marechai.Database/Models/DocumentRole.cs index a7f294bf..0439fa4d 100644 --- a/Marechai.Database/Models/DocumentRole.cs +++ b/Marechai.Database/Models/DocumentRole.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/Marechai.Database/Models/DocumentsByMachine.cs b/Marechai.Database/Models/DocumentsByMachine.cs index 8575fb1d..1c5b855b 100644 --- a/Marechai.Database/Models/DocumentsByMachine.cs +++ b/Marechai.Database/Models/DocumentsByMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + namespace Marechai.Database.Models { public class DocumentsByMachine : BaseModel diff --git a/Marechai.Database/Models/DocumentsByMachineFamily.cs b/Marechai.Database/Models/DocumentsByMachineFamily.cs index ec142c46..9612f518 100644 --- a/Marechai.Database/Models/DocumentsByMachineFamily.cs +++ b/Marechai.Database/Models/DocumentsByMachineFamily.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + namespace Marechai.Database.Models { public class DocumentsByMachineFamily : BaseModel diff --git a/Marechai.Database/Models/Forbidden.cs b/Marechai.Database/Models/Forbidden.cs index 321b9e95..41b95cde 100644 --- a/Marechai.Database/Models/Forbidden.cs +++ b/Marechai.Database/Models/Forbidden.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Forbidden.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Logs accesses that are forbidden. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/Gpu.cs b/Marechai.Database/Models/Gpu.cs index d2f81a56..18ee9659 100644 --- a/Marechai.Database/Models/Gpu.cs +++ b/Marechai.Database/Models/Gpu.cs @@ -2,14 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Gpu.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes chips (or chipsets) whose primary function is to generate -// graphics (raster, vectorial, 3D, etc). -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/GpusByMachine.cs b/Marechai.Database/Models/GpusByMachine.cs index a7503bb1..f6c05992 100644 --- a/Marechai.Database/Models/GpusByMachine.cs +++ b/Marechai.Database/Models/GpusByMachine.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : GpusByMachine.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction betweeen GPU and machine. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/GpusByOwnedMachine.cs b/Marechai.Database/Models/GpusByOwnedMachine.cs index 60093d40..cd5ee9a9 100644 --- a/Marechai.Database/Models/GpusByOwnedMachine.cs +++ b/Marechai.Database/Models/GpusByOwnedMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel; namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/InstructionSet.cs b/Marechai.Database/Models/InstructionSet.cs index 90dbe572..6a05ad16 100644 --- a/Marechai.Database/Models/InstructionSet.cs +++ b/Marechai.Database/Models/InstructionSet.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : InstructionSet.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes instruction sets. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/InstructionSetExtension.cs b/Marechai.Database/Models/InstructionSetExtension.cs index d402ea78..dfbe3931 100644 --- a/Marechai.Database/Models/InstructionSetExtension.cs +++ b/Marechai.Database/Models/InstructionSetExtension.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : InstructionSetExtension.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describe instruction set extensions (e.g. MMX, NEON, iWMMX) -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/InstructionSetExtensionsByProcessor.cs b/Marechai.Database/Models/InstructionSetExtensionsByProcessor.cs index 79911724..ed09057a 100644 --- a/Marechai.Database/Models/InstructionSetExtensionsByProcessor.cs +++ b/Marechai.Database/Models/InstructionSetExtensionsByProcessor.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : InstructionSetExtensionsByProcessor.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction between processor and instruction set extension. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/Iso31661Numeric.cs b/Marechai.Database/Models/Iso31661Numeric.cs index a4be7392..5d97667c 100644 --- a/Marechai.Database/Models/Iso31661Numeric.cs +++ b/Marechai.Database/Models/Iso31661Numeric.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Iso31661Numeric.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains list of country codes according to ISO-3166-1 Numeric. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/Iso639.cs b/Marechai.Database/Models/Iso639.cs index 6bb7e7f0..a571eef2 100644 --- a/Marechai.Database/Models/Iso639.cs +++ b/Marechai.Database/Models/Iso639.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/Marechai.Database/Models/License.cs b/Marechai.Database/Models/License.cs index b43926df..39bec40d 100644 --- a/Marechai.Database/Models/License.cs +++ b/Marechai.Database/Models/License.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/Log.cs b/Marechai.Database/Models/Log.cs index 2d15b71f..fe2b6b75 100644 --- a/Marechai.Database/Models/Log.cs +++ b/Marechai.Database/Models/Log.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Log.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains access log. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/Machine.cs b/Marechai.Database/Models/Machine.cs index 95291f28..cd6dc811 100644 --- a/Marechai.Database/Models/Machine.cs +++ b/Marechai.Database/Models/Machine.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Machine.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes a machine. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/MachineFamily.cs b/Marechai.Database/Models/MachineFamily.cs index b12ed89d..7b37e11e 100644 --- a/Marechai.Database/Models/MachineFamily.cs +++ b/Marechai.Database/Models/MachineFamily.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : MachineFamily.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Families of interrelated machines. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/MachinePhoto.cs b/Marechai.Database/Models/MachinePhoto.cs index 0c6c24e2..c00c8ee7 100644 --- a/Marechai.Database/Models/MachinePhoto.cs +++ b/Marechai.Database/Models/MachinePhoto.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/Magazine.cs b/Marechai.Database/Models/Magazine.cs index 0d2a166e..fa379742 100644 --- a/Marechai.Database/Models/Magazine.cs +++ b/Marechai.Database/Models/Magazine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/MagazineIssue.cs b/Marechai.Database/Models/MagazineIssue.cs index c63517ca..bec644d2 100644 --- a/Marechai.Database/Models/MagazineIssue.cs +++ b/Marechai.Database/Models/MagazineIssue.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/MagazinesByMachine.cs b/Marechai.Database/Models/MagazinesByMachine.cs index 25ff4c9d..4e03e102 100644 --- a/Marechai.Database/Models/MagazinesByMachine.cs +++ b/Marechai.Database/Models/MagazinesByMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + namespace Marechai.Database.Models { public class MagazinesByMachine : BaseModel diff --git a/Marechai.Database/Models/MagazinesByMachineFamily.cs b/Marechai.Database/Models/MagazinesByMachineFamily.cs index 57e05864..6f84c63a 100644 --- a/Marechai.Database/Models/MagazinesByMachineFamily.cs +++ b/Marechai.Database/Models/MagazinesByMachineFamily.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + namespace Marechai.Database.Models { public class MagazinesByMachineFamily : BaseModel diff --git a/Marechai.Database/Models/MarechaiContext.cs b/Marechai.Database/Models/MarechaiContext.cs index 687d19cd..39c8b0b7 100644 --- a/Marechai.Database/Models/MarechaiContext.cs +++ b/Marechai.Database/Models/MarechaiContext.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : MarechaiContext.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes the database for Entity Framework. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/MarechaiDb.cs b/Marechai.Database/Models/MarechaiDb.cs index 2f7b3916..3ddf9694 100644 --- a/Marechai.Database/Models/MarechaiDb.cs +++ b/Marechai.Database/Models/MarechaiDb.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : MarechaiDb.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes pre Entity Framework versions of the database. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/MemoryByMachine.cs b/Marechai.Database/Models/MemoryByMachine.cs index 8a405515..9ee8039b 100644 --- a/Marechai.Database/Models/MemoryByMachine.cs +++ b/Marechai.Database/Models/MemoryByMachine.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : MemoryByMachine.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction between memory and machine. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/MemoryByOwnedMachine.cs b/Marechai.Database/Models/MemoryByOwnedMachine.cs index da235346..5ced0c20 100644 --- a/Marechai.Database/Models/MemoryByOwnedMachine.cs +++ b/Marechai.Database/Models/MemoryByOwnedMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel; namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/MoneyDonation.cs b/Marechai.Database/Models/MoneyDonation.cs index c3e8052a..2ccc5db8 100644 --- a/Marechai.Database/Models/MoneyDonation.cs +++ b/Marechai.Database/Models/MoneyDonation.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : MoneyDonation.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains donations. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/News.cs b/Marechai.Database/Models/News.cs index 31bc9a42..49dc7092 100644 --- a/Marechai.Database/Models/News.cs +++ b/Marechai.Database/Models/News.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : News.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains news. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/OwnedMachine.cs b/Marechai.Database/Models/OwnedMachine.cs index 8d38a41b..fbfeaefc 100644 --- a/Marechai.Database/Models/OwnedMachine.cs +++ b/Marechai.Database/Models/OwnedMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/Marechai.Database/Models/OwnedMachinePhoto.cs b/Marechai.Database/Models/OwnedMachinePhoto.cs index d388976b..d4b1aae1 100644 --- a/Marechai.Database/Models/OwnedMachinePhoto.cs +++ b/Marechai.Database/Models/OwnedMachinePhoto.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + namespace Marechai.Database.Models { public class OwnedMachinePhoto : BasePhoto diff --git a/Marechai.Database/Models/PeopleByBook.cs b/Marechai.Database/Models/PeopleByBook.cs index dca657a3..827de58f 100644 --- a/Marechai.Database/Models/PeopleByBook.cs +++ b/Marechai.Database/Models/PeopleByBook.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/Marechai.Database/Models/PeopleByCompany.cs b/Marechai.Database/Models/PeopleByCompany.cs index 20f8e596..f701ac0a 100644 --- a/Marechai.Database/Models/PeopleByCompany.cs +++ b/Marechai.Database/Models/PeopleByCompany.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/PeopleByDocument.cs b/Marechai.Database/Models/PeopleByDocument.cs index 7e3bf3aa..a582a78b 100644 --- a/Marechai.Database/Models/PeopleByDocument.cs +++ b/Marechai.Database/Models/PeopleByDocument.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/Marechai.Database/Models/PeopleByMagazine.cs b/Marechai.Database/Models/PeopleByMagazine.cs index cc86adf6..931945b1 100644 --- a/Marechai.Database/Models/PeopleByMagazine.cs +++ b/Marechai.Database/Models/PeopleByMagazine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/Marechai.Database/Models/Person.cs b/Marechai.Database/Models/Person.cs index d65acb8e..786b4227 100644 --- a/Marechai.Database/Models/Person.cs +++ b/Marechai.Database/Models/Person.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/Marechai.Database/Models/Processor.cs b/Marechai.Database/Models/Processor.cs index 82becc74..fb292905 100644 --- a/Marechai.Database/Models/Processor.cs +++ b/Marechai.Database/Models/Processor.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Processor.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes general purpose processors or application specific coprocessors -// that are not strictly for graphic or sound generation. // // --[ License ] -------------------------------------------------------------- // diff --git a/Marechai.Database/Models/ProcessorsByMachine.cs b/Marechai.Database/Models/ProcessorsByMachine.cs index 07e7ebeb..fd4dd545 100644 --- a/Marechai.Database/Models/ProcessorsByMachine.cs +++ b/Marechai.Database/Models/ProcessorsByMachine.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : ProcessorByMachine.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction of processor and machine. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/ProcessorsByOwnedMachine.cs b/Marechai.Database/Models/ProcessorsByOwnedMachine.cs index d458efbe..174ba67f 100644 --- a/Marechai.Database/Models/ProcessorsByOwnedMachine.cs +++ b/Marechai.Database/Models/ProcessorsByOwnedMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel; namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/Resolution.cs b/Marechai.Database/Models/Resolution.cs index d1682090..3cdae1b7 100644 --- a/Marechai.Database/Models/Resolution.cs +++ b/Marechai.Database/Models/Resolution.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Resolution.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Image resolution. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/ResolutionsByGpu.cs b/Marechai.Database/Models/ResolutionsByGpu.cs index 75d4a850..c93407a9 100644 --- a/Marechai.Database/Models/ResolutionsByGpu.cs +++ b/Marechai.Database/Models/ResolutionsByGpu.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : ResolutionsByGpu.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction of resolutions and gpus. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/ResolutionsByScreen.cs b/Marechai.Database/Models/ResolutionsByScreen.cs index c9cd66a5..3f796136 100644 --- a/Marechai.Database/Models/ResolutionsByScreen.cs +++ b/Marechai.Database/Models/ResolutionsByScreen.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : ResolutionsByGpu.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction of resolutions and gpus. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/Screen.cs b/Marechai.Database/Models/Screen.cs index 73841a20..bdd8fc91 100644 --- a/Marechai.Database/Models/Screen.cs +++ b/Marechai.Database/Models/Screen.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/Marechai.Database/Models/ScreensByMachine.cs b/Marechai.Database/Models/ScreensByMachine.cs index 1243dcd2..4ebbcae8 100644 --- a/Marechai.Database/Models/ScreensByMachine.cs +++ b/Marechai.Database/Models/ScreensByMachine.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : ResolutionsByGpu.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction of resolutions and gpus. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/SoundByMachine.cs b/Marechai.Database/Models/SoundByMachine.cs index 304801c1..631b12f2 100644 --- a/Marechai.Database/Models/SoundByMachine.cs +++ b/Marechai.Database/Models/SoundByMachine.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : SoundByMachine.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction of sound synth and machines. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/SoundByOwnedMachine.cs b/Marechai.Database/Models/SoundByOwnedMachine.cs index 9e2ff14f..9ea6daed 100644 --- a/Marechai.Database/Models/SoundByOwnedMachine.cs +++ b/Marechai.Database/Models/SoundByOwnedMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel; namespace Marechai.Database.Models diff --git a/Marechai.Database/Models/SoundSynth.cs b/Marechai.Database/Models/SoundSynth.cs index fb0e8462..ed38ac04 100644 --- a/Marechai.Database/Models/SoundSynth.cs +++ b/Marechai.Database/Models/SoundSynth.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : SoundSynth.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Describes chips that generate sound. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/StorageByMachine.cs b/Marechai.Database/Models/StorageByMachine.cs index 1dd62f83..fc1192b8 100644 --- a/Marechai.Database/Models/StorageByMachine.cs +++ b/Marechai.Database/Models/StorageByMachine.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : StorageByMachine.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Junction of storage and machines. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Models/StorageByOwnedMachine.cs b/Marechai.Database/Models/StorageByOwnedMachine.cs index 43594d36..dc0f7f7e 100644 --- a/Marechai.Database/Models/StorageByOwnedMachine.cs +++ b/Marechai.Database/Models/StorageByOwnedMachine.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.ComponentModel.DataAnnotations; namespace Marechai.Database.Models diff --git a/Marechai.Database/Mysql.cs b/Marechai.Database/Mysql.cs index 1c62cd7f..83d0b381 100644 --- a/Marechai.Database/Mysql.cs +++ b/Marechai.Database/Mysql.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Mysql.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Implements database interface for MySql.Data. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Operations/Operations.cs b/Marechai.Database/Operations/Operations.cs index ea983880..8befae5d 100644 --- a/Marechai.Database/Operations/Operations.cs +++ b/Marechai.Database/Operations/Operations.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Operations.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains constructor and shared variables for database operations. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Operations/Update.cs b/Marechai.Database/Operations/Update.cs index 91172f7c..08227e83 100644 --- a/Marechai.Database/Operations/Update.cs +++ b/Marechai.Database/Operations/Update.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Update.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains operations to update the database. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V10.cs b/Marechai.Database/Schemas/Sql/V10.cs index b5c3eead..7817e5b8 100644 --- a/Marechai.Database/Schemas/Sql/V10.cs +++ b/Marechai.Database/Schemas/Sql/V10.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V10.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 10. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V11.cs b/Marechai.Database/Schemas/Sql/V11.cs index 96f2f2a8..a6767f1b 100644 --- a/Marechai.Database/Schemas/Sql/V11.cs +++ b/Marechai.Database/Schemas/Sql/V11.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V11.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 11. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V12.cs b/Marechai.Database/Schemas/Sql/V12.cs index 0d22ebca..5d12e07a 100644 --- a/Marechai.Database/Schemas/Sql/V12.cs +++ b/Marechai.Database/Schemas/Sql/V12.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V12.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 12. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V13.cs b/Marechai.Database/Schemas/Sql/V13.cs index c727b510..c5745ed9 100644 --- a/Marechai.Database/Schemas/Sql/V13.cs +++ b/Marechai.Database/Schemas/Sql/V13.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V13.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 13. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V14.cs b/Marechai.Database/Schemas/Sql/V14.cs index ed1e48c9..eaa7e856 100644 --- a/Marechai.Database/Schemas/Sql/V14.cs +++ b/Marechai.Database/Schemas/Sql/V14.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V14.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 14. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V15.cs b/Marechai.Database/Schemas/Sql/V15.cs index a683a379..1ac9d04a 100644 --- a/Marechai.Database/Schemas/Sql/V15.cs +++ b/Marechai.Database/Schemas/Sql/V15.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V15.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 15. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V16.cs b/Marechai.Database/Schemas/Sql/V16.cs index fc10dc6e..e484abd1 100644 --- a/Marechai.Database/Schemas/Sql/V16.cs +++ b/Marechai.Database/Schemas/Sql/V16.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V16.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 16. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V17.cs b/Marechai.Database/Schemas/Sql/V17.cs index 516d9d31..f0d48c22 100644 --- a/Marechai.Database/Schemas/Sql/V17.cs +++ b/Marechai.Database/Schemas/Sql/V17.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V17.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 17. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V18.cs b/Marechai.Database/Schemas/Sql/V18.cs index 1f4ead0e..309b6f15 100644 --- a/Marechai.Database/Schemas/Sql/V18.cs +++ b/Marechai.Database/Schemas/Sql/V18.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V18.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 18. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V19.cs b/Marechai.Database/Schemas/Sql/V19.cs index f8ce7d56..494d9aa9 100644 --- a/Marechai.Database/Schemas/Sql/V19.cs +++ b/Marechai.Database/Schemas/Sql/V19.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V19.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 19. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V2.cs b/Marechai.Database/Schemas/Sql/V2.cs index 9d73ba67..f9a7f8f2 100644 --- a/Marechai.Database/Schemas/Sql/V2.cs +++ b/Marechai.Database/Schemas/Sql/V2.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V2.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 2. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V20.cs b/Marechai.Database/Schemas/Sql/V20.cs index 6e080e54..775b63a3 100644 --- a/Marechai.Database/Schemas/Sql/V20.cs +++ b/Marechai.Database/Schemas/Sql/V20.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V20.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 20. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V21.cs b/Marechai.Database/Schemas/Sql/V21.cs index 6c6eea93..d33d26c7 100644 --- a/Marechai.Database/Schemas/Sql/V21.cs +++ b/Marechai.Database/Schemas/Sql/V21.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V21.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 21. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V22.cs b/Marechai.Database/Schemas/Sql/V22.cs index a3604d12..c4219025 100644 --- a/Marechai.Database/Schemas/Sql/V22.cs +++ b/Marechai.Database/Schemas/Sql/V22.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V22.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 22. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V3.cs b/Marechai.Database/Schemas/Sql/V3.cs index c7da6023..d94f7841 100644 --- a/Marechai.Database/Schemas/Sql/V3.cs +++ b/Marechai.Database/Schemas/Sql/V3.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V3.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 3. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V4.cs b/Marechai.Database/Schemas/Sql/V4.cs index c60b4d3b..3ecae578 100644 --- a/Marechai.Database/Schemas/Sql/V4.cs +++ b/Marechai.Database/Schemas/Sql/V4.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V4.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 4. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V5.cs b/Marechai.Database/Schemas/Sql/V5.cs index 72a613b8..3f828e2c 100644 --- a/Marechai.Database/Schemas/Sql/V5.cs +++ b/Marechai.Database/Schemas/Sql/V5.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V5.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 5. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V6.cs b/Marechai.Database/Schemas/Sql/V6.cs index 262b0b1b..f3dd3704 100644 --- a/Marechai.Database/Schemas/Sql/V6.cs +++ b/Marechai.Database/Schemas/Sql/V6.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V6.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 6. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V7.cs b/Marechai.Database/Schemas/Sql/V7.cs index db47f299..59d95904 100644 --- a/Marechai.Database/Schemas/Sql/V7.cs +++ b/Marechai.Database/Schemas/Sql/V7.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V7.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 7. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V8.cs b/Marechai.Database/Schemas/Sql/V8.cs index e76e423f..30a2c91f 100644 --- a/Marechai.Database/Schemas/Sql/V8.cs +++ b/Marechai.Database/Schemas/Sql/V8.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V9.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 8. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Schemas/Sql/V9.cs b/Marechai.Database/Schemas/Sql/V9.cs index ab4d79cd..b59883da 100644 --- a/Marechai.Database/Schemas/Sql/V9.cs +++ b/Marechai.Database/Schemas/Sql/V9.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : V8.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contains SQL queries to create the database version 9. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai.Database/Seeders/All.cs b/Marechai.Database/Seeders/All.cs index fdd89062..d80e7dd2 100644 --- a/Marechai.Database/Seeders/All.cs +++ b/Marechai.Database/Seeders/All.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using Marechai.Database.Models; using Microsoft.AspNetCore.Identity; diff --git a/Marechai.Database/Seeders/DocumentRoles.cs b/Marechai.Database/Seeders/DocumentRoles.cs index 95f25d36..15c84a31 100644 --- a/Marechai.Database/Seeders/DocumentRoles.cs +++ b/Marechai.Database/Seeders/DocumentRoles.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Marechai.Database/Seeders/Iso639.cs b/Marechai.Database/Seeders/Iso639.cs index 5b6cb1f6..0eeb5d88 100644 --- a/Marechai.Database/Seeders/Iso639.cs +++ b/Marechai.Database/Seeders/Iso639.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.IO; diff --git a/Marechai.Database/Seeders/License.cs b/Marechai.Database/Seeders/License.cs index a1fa1e80..68cb714a 100644 --- a/Marechai.Database/Seeders/License.cs +++ b/Marechai.Database/Seeders/License.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Marechai.Database/Seeders/Roles.cs b/Marechai.Database/Seeders/Roles.cs index b08464fa..a6e5549a 100644 --- a/Marechai.Database/Seeders/Roles.cs +++ b/Marechai.Database/Seeders/Roles.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Linq; using Marechai.Database.Models; diff --git a/Marechai.Database/Seeders/Users.cs b/Marechai.Database/Seeders/Users.cs index 0e1e75d9..49d213ac 100644 --- a/Marechai.Database/Seeders/Users.cs +++ b/Marechai.Database/Seeders/Users.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using Marechai.Database.Models; diff --git a/Marechai/App.razor b/Marechai/App.razor index 94f73ff9..9633684a 100644 --- a/Marechai/App.razor +++ b/Marechai/App.razor @@ -1,3 +1,29 @@ +@{ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ +} diff --git a/Marechai/Helpers/Exif.cs b/Marechai/Helpers/Exif.cs index 69577693..04c357d7 100644 --- a/Marechai/Helpers/Exif.cs +++ b/Marechai/Helpers/Exif.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Diagnostics; using System.Globalization; diff --git a/Marechai/Helpers/ImageMagick.cs b/Marechai/Helpers/ImageMagick.cs index 27a40aad..9f1b3fe5 100644 --- a/Marechai/Helpers/ImageMagick.cs +++ b/Marechai/Helpers/ImageMagick.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + namespace Marechai.Helpers { public static class ImageMagick diff --git a/Marechai/Helpers/Photos.cs b/Marechai/Helpers/Photos.cs index 1bac4c3e..9c93a259 100644 --- a/Marechai/Helpers/Photos.cs +++ b/Marechai/Helpers/Photos.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/Marechai/Helpers/SvgRender.cs b/Marechai/Helpers/SvgRender.cs index 8ee7e656..1551e471 100644 --- a/Marechai/Helpers/SvgRender.cs +++ b/Marechai/Helpers/SvgRender.cs @@ -2,13 +2,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : SvgRender.cs // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Render SVG country flags. -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Marechai.csproj b/Marechai/Marechai.csproj index bf63aa3b..a2e89b9c 100644 --- a/Marechai/Marechai.csproj +++ b/Marechai/Marechai.csproj @@ -2,7 +2,7 @@ netcoreapp3.1 - 3.0.99.1538 + 3.0.99.1545 Canary Islands Computer Museum Copyright © 2003-2020 Natalia Portillo Canary Islands Computer Museum Website diff --git a/Marechai/Pages/Admin/BrowserTests.razor b/Marechai/Pages/Admin/BrowserTests.razor index 0c941801..96689a10 100644 --- a/Marechai/Pages/Admin/BrowserTests.razor +++ b/Marechai/Pages/Admin/BrowserTests.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : BrowserTests.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of browser tests -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/BrowserTests.razor.cs b/Marechai/Pages/Admin/BrowserTests.razor.cs index fb18782f..6c56f550 100644 --- a/Marechai/Pages/Admin/BrowserTests.razor.cs +++ b/Marechai/Pages/Admin/BrowserTests.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Threading.Tasks; using Marechai.Database.Models; diff --git a/Marechai/Pages/Admin/Companies.razor b/Marechai/Pages/Admin/Companies.razor index befa60d4..5dd9d50e 100644 --- a/Marechai/Pages/Admin/Companies.razor +++ b/Marechai/Pages/Admin/Companies.razor @@ -1,15 +1,10 @@ @{ - /****************************************************************************** +/****************************************************************************** // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Companies.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of companies -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Companies.razor.cs b/Marechai/Pages/Admin/Companies.razor.cs index 3d97a941..02757b88 100644 --- a/Marechai/Pages/Admin/Companies.razor.cs +++ b/Marechai/Pages/Admin/Companies.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Details/Company.razor b/Marechai/Pages/Admin/Details/Company.razor index 78acaa7d..5a32f29b 100644 --- a/Marechai/Pages/Admin/Details/Company.razor +++ b/Marechai/Pages/Admin/Details/Company.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/Company.razor.cs b/Marechai/Pages/Admin/Details/Company.razor.cs index e9dc9918..63455f4a 100644 --- a/Marechai/Pages/Admin/Details/Company.razor.cs +++ b/Marechai/Pages/Admin/Details/Company.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.IO; diff --git a/Marechai/Pages/Admin/Details/CreateMachinePhoto.razor b/Marechai/Pages/Admin/Details/CreateMachinePhoto.razor index 8ded8a0c..6229eb79 100644 --- a/Marechai/Pages/Admin/Details/CreateMachinePhoto.razor +++ b/Marechai/Pages/Admin/Details/CreateMachinePhoto.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/CreateMachinePhoto.razor.cs b/Marechai/Pages/Admin/Details/CreateMachinePhoto.razor.cs index 20922960..edbe529f 100644 --- a/Marechai/Pages/Admin/Details/CreateMachinePhoto.razor.cs +++ b/Marechai/Pages/Admin/Details/CreateMachinePhoto.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Diagnostics; diff --git a/Marechai/Pages/Admin/Details/DocumentCompany.razor b/Marechai/Pages/Admin/Details/DocumentCompany.razor index 1cf8942a..0e6df0dd 100644 --- a/Marechai/Pages/Admin/Details/DocumentCompany.razor +++ b/Marechai/Pages/Admin/Details/DocumentCompany.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/DocumentCompany.razor.cs b/Marechai/Pages/Admin/Details/DocumentCompany.razor.cs index 6799b7e8..caa83c14 100644 --- a/Marechai/Pages/Admin/Details/DocumentCompany.razor.cs +++ b/Marechai/Pages/Admin/Details/DocumentCompany.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Details/DocumentPerson.razor b/Marechai/Pages/Admin/Details/DocumentPerson.razor index 77ba524d..7faab7c7 100644 --- a/Marechai/Pages/Admin/Details/DocumentPerson.razor +++ b/Marechai/Pages/Admin/Details/DocumentPerson.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/DocumentPerson.razor.cs b/Marechai/Pages/Admin/Details/DocumentPerson.razor.cs index 26a796db..8786acc0 100644 --- a/Marechai/Pages/Admin/Details/DocumentPerson.razor.cs +++ b/Marechai/Pages/Admin/Details/DocumentPerson.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Details/Gpu.razor b/Marechai/Pages/Admin/Details/Gpu.razor index f42fe19d..eb04b635 100644 --- a/Marechai/Pages/Admin/Details/Gpu.razor +++ b/Marechai/Pages/Admin/Details/Gpu.razor @@ -1,15 +1,10 @@ @{ - /****************************************************************************** +/****************************************************************************** // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/Gpu.razor.cs b/Marechai/Pages/Admin/Details/Gpu.razor.cs index e4e46566..2fc98025 100644 --- a/Marechai/Pages/Admin/Details/Gpu.razor.cs +++ b/Marechai/Pages/Admin/Details/Gpu.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Marechai/Pages/Admin/Details/InstructionSet.razor b/Marechai/Pages/Admin/Details/InstructionSet.razor index f46104a4..5786ee31 100644 --- a/Marechai/Pages/Admin/Details/InstructionSet.razor +++ b/Marechai/Pages/Admin/Details/InstructionSet.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/InstructionSet.razor.cs b/Marechai/Pages/Admin/Details/InstructionSet.razor.cs index 7139e70b..542e83f7 100644 --- a/Marechai/Pages/Admin/Details/InstructionSet.razor.cs +++ b/Marechai/Pages/Admin/Details/InstructionSet.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Threading.Tasks; using Blazorise; diff --git a/Marechai/Pages/Admin/Details/InstructionSetExtension.razor b/Marechai/Pages/Admin/Details/InstructionSetExtension.razor index 90017a5a..58a125d9 100644 --- a/Marechai/Pages/Admin/Details/InstructionSetExtension.razor +++ b/Marechai/Pages/Admin/Details/InstructionSetExtension.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/InstructionSetExtension.razor.cs b/Marechai/Pages/Admin/Details/InstructionSetExtension.razor.cs index 0e0aef81..01b1e709 100644 --- a/Marechai/Pages/Admin/Details/InstructionSetExtension.razor.cs +++ b/Marechai/Pages/Admin/Details/InstructionSetExtension.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Threading.Tasks; using Blazorise; diff --git a/Marechai/Pages/Admin/Details/License.razor b/Marechai/Pages/Admin/Details/License.razor index 014c4a0b..69316858 100644 --- a/Marechai/Pages/Admin/Details/License.razor +++ b/Marechai/Pages/Admin/Details/License.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/License.razor.cs b/Marechai/Pages/Admin/Details/License.razor.cs index f01f239c..60852d90 100644 --- a/Marechai/Pages/Admin/Details/License.razor.cs +++ b/Marechai/Pages/Admin/Details/License.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Threading.Tasks; using Blazorise; diff --git a/Marechai/Pages/Admin/Details/Machine.razor b/Marechai/Pages/Admin/Details/Machine.razor index fee9d065..d97c2a77 100644 --- a/Marechai/Pages/Admin/Details/Machine.razor +++ b/Marechai/Pages/Admin/Details/Machine.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/Machine.razor.cs b/Marechai/Pages/Admin/Details/Machine.razor.cs index 5b0bd365..25c656b7 100644 --- a/Marechai/Pages/Admin/Details/Machine.razor.cs +++ b/Marechai/Pages/Admin/Details/Machine.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Marechai/Pages/Admin/Details/MachineFamily.razor b/Marechai/Pages/Admin/Details/MachineFamily.razor index 4165614c..5f06a00d 100644 --- a/Marechai/Pages/Admin/Details/MachineFamily.razor +++ b/Marechai/Pages/Admin/Details/MachineFamily.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/MachineFamily.razor.cs b/Marechai/Pages/Admin/Details/MachineFamily.razor.cs index 6c6a0026..20f283b5 100644 --- a/Marechai/Pages/Admin/Details/MachineFamily.razor.cs +++ b/Marechai/Pages/Admin/Details/MachineFamily.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Details/MachinePhoto.razor b/Marechai/Pages/Admin/Details/MachinePhoto.razor index 1efa4995..2959f385 100644 --- a/Marechai/Pages/Admin/Details/MachinePhoto.razor +++ b/Marechai/Pages/Admin/Details/MachinePhoto.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/MachinePhoto.razor.cs b/Marechai/Pages/Admin/Details/MachinePhoto.razor.cs index 038f62c9..6118f8bc 100644 --- a/Marechai/Pages/Admin/Details/MachinePhoto.razor.cs +++ b/Marechai/Pages/Admin/Details/MachinePhoto.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Details/Person.razor b/Marechai/Pages/Admin/Details/Person.razor index 89d8ddd2..e0820a0b 100644 --- a/Marechai/Pages/Admin/Details/Person.razor +++ b/Marechai/Pages/Admin/Details/Person.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/Person.razor.cs b/Marechai/Pages/Admin/Details/Person.razor.cs index 7bf14e59..b03170d4 100644 --- a/Marechai/Pages/Admin/Details/Person.razor.cs +++ b/Marechai/Pages/Admin/Details/Person.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Details/Processor.razor b/Marechai/Pages/Admin/Details/Processor.razor index 8c8b39e0..7fe97840 100644 --- a/Marechai/Pages/Admin/Details/Processor.razor +++ b/Marechai/Pages/Admin/Details/Processor.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/Processor.razor.cs b/Marechai/Pages/Admin/Details/Processor.razor.cs index 1ec0e999..c4ff7d62 100644 --- a/Marechai/Pages/Admin/Details/Processor.razor.cs +++ b/Marechai/Pages/Admin/Details/Processor.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Marechai/Pages/Admin/Details/Resolution.razor b/Marechai/Pages/Admin/Details/Resolution.razor index b104cf1d..874d6455 100644 --- a/Marechai/Pages/Admin/Details/Resolution.razor +++ b/Marechai/Pages/Admin/Details/Resolution.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/Resolution.razor.cs b/Marechai/Pages/Admin/Details/Resolution.razor.cs index a22b468f..b6dcd648 100644 --- a/Marechai/Pages/Admin/Details/Resolution.razor.cs +++ b/Marechai/Pages/Admin/Details/Resolution.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Threading.Tasks; using Blazorise; diff --git a/Marechai/Pages/Admin/Details/Screen.razor b/Marechai/Pages/Admin/Details/Screen.razor index 602612c8..78cb2fe5 100644 --- a/Marechai/Pages/Admin/Details/Screen.razor +++ b/Marechai/Pages/Admin/Details/Screen.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/Screen.razor.cs b/Marechai/Pages/Admin/Details/Screen.razor.cs index af4ad2a3..66e5f34f 100644 --- a/Marechai/Pages/Admin/Details/Screen.razor.cs +++ b/Marechai/Pages/Admin/Details/Screen.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Linq; diff --git a/Marechai/Pages/Admin/Details/SoundSynth.razor b/Marechai/Pages/Admin/Details/SoundSynth.razor index c0dffc3f..e5dc3a82 100644 --- a/Marechai/Pages/Admin/Details/SoundSynth.razor +++ b/Marechai/Pages/Admin/Details/SoundSynth.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Details.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Admin view details -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Details/SoundSynth.razor.cs b/Marechai/Pages/Admin/Details/SoundSynth.razor.cs index 9bf123c6..8ebca49f 100644 --- a/Marechai/Pages/Admin/Details/SoundSynth.razor.cs +++ b/Marechai/Pages/Admin/Details/SoundSynth.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/DocumentCompanies.razor b/Marechai/Pages/Admin/DocumentCompanies.razor index f889a8e4..a251a2f0 100644 --- a/Marechai/Pages/Admin/DocumentCompanies.razor +++ b/Marechai/Pages/Admin/DocumentCompanies.razor @@ -1,15 +1,10 @@ @{ - /****************************************************************************** +/****************************************************************************** // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : DocumentCompanies.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of document companies -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/DocumentCompanies.razor.cs b/Marechai/Pages/Admin/DocumentCompanies.razor.cs index 3843dadf..11726b15 100644 --- a/Marechai/Pages/Admin/DocumentCompanies.razor.cs +++ b/Marechai/Pages/Admin/DocumentCompanies.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/DocumentPeople.razor b/Marechai/Pages/Admin/DocumentPeople.razor index 91c0b97b..f1eba6f8 100644 --- a/Marechai/Pages/Admin/DocumentPeople.razor +++ b/Marechai/Pages/Admin/DocumentPeople.razor @@ -1,15 +1,10 @@ @{ - /****************************************************************************** +/****************************************************************************** // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : DocumentPeople.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of document people -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/DocumentPeople.razor.cs b/Marechai/Pages/Admin/DocumentPeople.razor.cs index defcc5e9..74a840af 100644 --- a/Marechai/Pages/Admin/DocumentPeople.razor.cs +++ b/Marechai/Pages/Admin/DocumentPeople.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Gpus.razor b/Marechai/Pages/Admin/Gpus.razor index 36846506..a11cf86c 100644 --- a/Marechai/Pages/Admin/Gpus.razor +++ b/Marechai/Pages/Admin/Gpus.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : DocumentPeople.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of graphics processing units -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Gpus.razor.cs b/Marechai/Pages/Admin/Gpus.razor.cs index 47fdeee8..6878268d 100644 --- a/Marechai/Pages/Admin/Gpus.razor.cs +++ b/Marechai/Pages/Admin/Gpus.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Index.razor b/Marechai/Pages/Admin/Index.razor index 762f4afa..82a304f8 100644 --- a/Marechai/Pages/Admin/Index.razor +++ b/Marechai/Pages/Admin/Index.razor @@ -1,15 +1,10 @@ @{ - /****************************************************************************** +/****************************************************************************** // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Index.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Index of administration area -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/InstructionSetExtensions.razor b/Marechai/Pages/Admin/InstructionSetExtensions.razor index 7e550e0d..377fa802 100644 --- a/Marechai/Pages/Admin/InstructionSetExtensions.razor +++ b/Marechai/Pages/Admin/InstructionSetExtensions.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : InstructionSetExtensions.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of instruction set extensions -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/InstructionSetExtensions.razor.cs b/Marechai/Pages/Admin/InstructionSetExtensions.razor.cs index f53a9c6d..1495a1ae 100644 --- a/Marechai/Pages/Admin/InstructionSetExtensions.razor.cs +++ b/Marechai/Pages/Admin/InstructionSetExtensions.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/InstructionSets.razor b/Marechai/Pages/Admin/InstructionSets.razor index f0fda307..e97b619e 100644 --- a/Marechai/Pages/Admin/InstructionSets.razor +++ b/Marechai/Pages/Admin/InstructionSets.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : InstructionSets.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of instruction sets -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/InstructionSets.razor.cs b/Marechai/Pages/Admin/InstructionSets.razor.cs index 217de669..28f3aba0 100644 --- a/Marechai/Pages/Admin/InstructionSets.razor.cs +++ b/Marechai/Pages/Admin/InstructionSets.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Licenses.razor b/Marechai/Pages/Admin/Licenses.razor index 4e2b1936..433586c6 100644 --- a/Marechai/Pages/Admin/Licenses.razor +++ b/Marechai/Pages/Admin/Licenses.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Licenses.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of licenses -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Licenses.razor.cs b/Marechai/Pages/Admin/Licenses.razor.cs index a60a0fab..7c30ec85 100644 --- a/Marechai/Pages/Admin/Licenses.razor.cs +++ b/Marechai/Pages/Admin/Licenses.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/MachineFamilies.razor b/Marechai/Pages/Admin/MachineFamilies.razor index 285558c0..04eeeb65 100644 --- a/Marechai/Pages/Admin/MachineFamilies.razor +++ b/Marechai/Pages/Admin/MachineFamilies.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : MachineFamilies.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of machine families -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/MachineFamilies.razor.cs b/Marechai/Pages/Admin/MachineFamilies.razor.cs index 441b2844..d706a644 100644 --- a/Marechai/Pages/Admin/MachineFamilies.razor.cs +++ b/Marechai/Pages/Admin/MachineFamilies.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Machines.razor b/Marechai/Pages/Admin/Machines.razor index 09537740..462c64bd 100644 --- a/Marechai/Pages/Admin/Machines.razor +++ b/Marechai/Pages/Admin/Machines.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Machines.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of machines -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Machines.razor.cs b/Marechai/Pages/Admin/Machines.razor.cs index 11ec5935..3368009b 100644 --- a/Marechai/Pages/Admin/Machines.razor.cs +++ b/Marechai/Pages/Admin/Machines.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/News.razor b/Marechai/Pages/Admin/News.razor index 157067d6..5cb88113 100644 --- a/Marechai/Pages/Admin/News.razor +++ b/Marechai/Pages/Admin/News.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : News.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of news -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/News.razor.cs b/Marechai/Pages/Admin/News.razor.cs index 15aa8640..40a27375 100644 --- a/Marechai/Pages/Admin/News.razor.cs +++ b/Marechai/Pages/Admin/News.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/People.razor b/Marechai/Pages/Admin/People.razor index 08d30c1e..7c6dce1d 100644 --- a/Marechai/Pages/Admin/People.razor +++ b/Marechai/Pages/Admin/People.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : People.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of people -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/People.razor.cs b/Marechai/Pages/Admin/People.razor.cs index bc39137a..215a89e7 100644 --- a/Marechai/Pages/Admin/People.razor.cs +++ b/Marechai/Pages/Admin/People.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Processors.razor b/Marechai/Pages/Admin/Processors.razor index e7aae0aa..a7ff134e 100644 --- a/Marechai/Pages/Admin/Processors.razor +++ b/Marechai/Pages/Admin/Processors.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Processors.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of processors -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Processors.razor.cs b/Marechai/Pages/Admin/Processors.razor.cs index a561b644..0039ff43 100644 --- a/Marechai/Pages/Admin/Processors.razor.cs +++ b/Marechai/Pages/Admin/Processors.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Resolutions.razor b/Marechai/Pages/Admin/Resolutions.razor index 61ef84db..97dc8342 100644 --- a/Marechai/Pages/Admin/Resolutions.razor +++ b/Marechai/Pages/Admin/Resolutions.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Resolutions.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of resolutions -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Resolutions.razor.cs b/Marechai/Pages/Admin/Resolutions.razor.cs index c0a80d87..0473a850 100644 --- a/Marechai/Pages/Admin/Resolutions.razor.cs +++ b/Marechai/Pages/Admin/Resolutions.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Admin/Screens.razor b/Marechai/Pages/Admin/Screens.razor index 42209835..bb824ebd 100644 --- a/Marechai/Pages/Admin/Screens.razor +++ b/Marechai/Pages/Admin/Screens.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Screens.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of screens -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/Screens.razor.cs b/Marechai/Pages/Admin/Screens.razor.cs index 3a09e400..5c8bd821 100644 --- a/Marechai/Pages/Admin/Screens.razor.cs +++ b/Marechai/Pages/Admin/Screens.razor.cs @@ -1,16 +1,40 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Blazorise; -using Marechai.Database.Models; using Marechai.ViewModels; namespace Marechai.Pages.Admin { public partial class Screens { - bool _deleteInProgress; - Modal _frmDelete; + bool _deleteInProgress; + Modal _frmDelete; ScreenViewModel _screen; List _screens; diff --git a/Marechai/Pages/Admin/SoundSynths.razor b/Marechai/Pages/Admin/SoundSynths.razor index f6c01f99..587218fc 100644 --- a/Marechai/Pages/Admin/SoundSynths.razor +++ b/Marechai/Pages/Admin/SoundSynths.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : SoundSynths.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// List of sound synthesizers -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Admin/SoundSynths.razor.cs b/Marechai/Pages/Admin/SoundSynths.razor.cs index 6ccca7b8..6eb05bee 100644 --- a/Marechai/Pages/Admin/SoundSynths.razor.cs +++ b/Marechai/Pages/Admin/SoundSynths.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Companies/Index.razor b/Marechai/Pages/Companies/Index.razor index 75f9ece7..9ea7718e 100644 --- a/Marechai/Pages/Companies/Index.razor +++ b/Marechai/Pages/Companies/Index.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Index.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Lists all companies or companies by country -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Companies/Index.razor.cs b/Marechai/Pages/Companies/Index.razor.cs index 7752a006..5b21d886 100644 --- a/Marechai/Pages/Companies/Index.razor.cs +++ b/Marechai/Pages/Companies/Index.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Threading.Tasks; using Marechai.ViewModels; diff --git a/Marechai/Pages/Companies/View.razor b/Marechai/Pages/Companies/View.razor index 0fa124e7..f89470a5 100644 --- a/Marechai/Pages/Companies/View.razor +++ b/Marechai/Pages/Companies/View.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : ByLetter.cshtml // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Lists computers by company -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Companies/View.razor.cs b/Marechai/Pages/Companies/View.razor.cs index edd2d5cf..dc4d16d6 100644 --- a/Marechai/Pages/Companies/View.razor.cs +++ b/Marechai/Pages/Companies/View.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/Marechai/Pages/Computers/Index.razor b/Marechai/Pages/Computers/Index.razor index cf9de626..2c1f880e 100644 --- a/Marechai/Pages/Computers/Index.razor +++ b/Marechai/Pages/Computers/Index.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Index.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Computers index -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Computers/Index.razor.cs b/Marechai/Pages/Computers/Index.razor.cs index e7063944..45b472ac 100644 --- a/Marechai/Pages/Computers/Index.razor.cs +++ b/Marechai/Pages/Computers/Index.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Threading.Tasks; namespace Marechai.Pages.Computers diff --git a/Marechai/Pages/Computers/Search.razor b/Marechai/Pages/Computers/Search.razor index 89928811..57343289 100644 --- a/Marechai/Pages/Computers/Search.razor +++ b/Marechai/Pages/Computers/Search.razor @@ -1,15 +1,10 @@ @{ - /****************************************************************************** +/****************************************************************************** // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Search.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Computers search -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Computers/Search.razor.cs b/Marechai/Pages/Computers/Search.razor.cs index 63dcec83..f451adc8 100644 --- a/Marechai/Pages/Computers/Search.razor.cs +++ b/Marechai/Pages/Computers/Search.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Threading.Tasks; using Marechai.ViewModels; diff --git a/Marechai/Pages/Consoles/Index.razor b/Marechai/Pages/Consoles/Index.razor index bb5a6637..415d907c 100644 --- a/Marechai/Pages/Consoles/Index.razor +++ b/Marechai/Pages/Consoles/Index.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Index.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Consoles index -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Consoles/Index.razor.cs b/Marechai/Pages/Consoles/Index.razor.cs index 8f6611f4..ce60de16 100644 --- a/Marechai/Pages/Consoles/Index.razor.cs +++ b/Marechai/Pages/Consoles/Index.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Threading.Tasks; namespace Marechai.Pages.Consoles diff --git a/Marechai/Pages/Consoles/Search.razor b/Marechai/Pages/Consoles/Search.razor index 549002bb..632cec7c 100644 --- a/Marechai/Pages/Consoles/Search.razor +++ b/Marechai/Pages/Consoles/Search.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Search.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Consoles search -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Consoles/Search.razor.cs b/Marechai/Pages/Consoles/Search.razor.cs index 223a2ffb..aea31474 100644 --- a/Marechai/Pages/Consoles/Search.razor.cs +++ b/Marechai/Pages/Consoles/Search.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using System.Threading.Tasks; using Marechai.ViewModels; diff --git a/Marechai/Pages/Error.razor b/Marechai/Pages/Error.razor index 79929d78..5fa4220b 100644 --- a/Marechai/Pages/Error.razor +++ b/Marechai/Pages/Error.razor @@ -1,16 +1,43 @@ -@page "/error" - - +@{ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ +} +@page "/error"

Error.

An error occurred while processing your request.

-

Development Mode

- Swapping to Development environment will display more detailed information about the error that occurred. + Swapping to + Development environment will display more detailed information about the error that occurred.

The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + For local debugging, enable the + Development environment by setting the + ASPNETCORE_ENVIRONMENT environment variable to + Development and restarting the app.

\ No newline at end of file diff --git a/Marechai/Pages/Home/About.razor b/Marechai/Pages/Home/About.razor index 5d586463..a1b5f914 100644 --- a/Marechai/Pages/Home/About.razor +++ b/Marechai/Pages/Home/About.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : About.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// About page -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Home/Contact.razor b/Marechai/Pages/Home/Contact.razor index 4da081bb..06233fc2 100644 --- a/Marechai/Pages/Home/Contact.razor +++ b/Marechai/Pages/Home/Contact.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Contact.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Contact page -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Home/Index.razor b/Marechai/Pages/Home/Index.razor index 8163f410..16613a2e 100644 --- a/Marechai/Pages/Home/Index.razor +++ b/Marechai/Pages/Home/Index.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : Index.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Index page (and news) -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Home/Index.razor.cs b/Marechai/Pages/Home/Index.razor.cs index dc25add0..fd32e0d2 100644 --- a/Marechai/Pages/Home/Index.razor.cs +++ b/Marechai/Pages/Home/Index.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System.Collections.Generic; using Marechai.ViewModels; diff --git a/Marechai/Pages/Machines/View.razor b/Marechai/Pages/Machines/View.razor index 41083fff..a6066449 100644 --- a/Marechai/Pages/Machines/View.razor +++ b/Marechai/Pages/Machines/View.razor @@ -3,13 +3,8 @@ // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // -// Filename : View.razor // Author(s) : Natalia Portillo // -// --[ Description ] ---------------------------------------------------------- -// -// Shows a machine information -// // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify diff --git a/Marechai/Pages/Machines/View.razor.cs b/Marechai/Pages/Machines/View.razor.cs index a70d7fcc..49ebee00 100644 --- a/Marechai/Pages/Machines/View.razor.cs +++ b/Marechai/Pages/Machines/View.razor.cs @@ -1,3 +1,28 @@ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ + using System; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/Marechai/Pages/Shared/_Layout.cshtml b/Marechai/Pages/Shared/_Layout.cshtml index ace8d4ad..abd99c3a 100644 --- a/Marechai/Pages/Shared/_Layout.cshtml +++ b/Marechai/Pages/Shared/_Layout.cshtml @@ -1,57 +1,80 @@ @using Microsoft.AspNetCore.Hosting @using Microsoft.AspNetCore.Mvc.ViewEngines +@{ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ +} @inject IWebHostEnvironment Environment @inject ICompositeViewEngine Engine - + @ViewData["Title"] - Marechai - - + + -
- -
- -
-
- @RenderBody() -
-
-
+
+
- - - - @RenderSection("Scripts", required: false) + + +
+
+ @RenderBody() +
+
+
+
+ © 2020 - Marechai - + Privacy +
+
+ + + +@RenderSection("Scripts", false) - + \ No newline at end of file diff --git a/Marechai/Pages/Shared/_LoginPartial.cshtml b/Marechai/Pages/Shared/_LoginPartial.cshtml index 3cc05095..aa549470 100644 --- a/Marechai/Pages/Shared/_LoginPartial.cshtml +++ b/Marechai/Pages/Shared/_LoginPartial.cshtml @@ -1,28 +1,51 @@ -@using Microsoft.AspNetCore.Identity -@using Marechai.Database.Models - +@using Marechai.Database.Models +@{ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ +} @inject SignInManager SignInManager @inject UserManager UserManager - + @if (SignInManager.IsSignedIn(User)) + { + + + } + else + { + + + } + \ No newline at end of file diff --git a/Marechai/Pages/Shared/_ValidationScriptsPartial.cshtml b/Marechai/Pages/Shared/_ValidationScriptsPartial.cshtml index bacc0ae4..1fdf4f26 100644 --- a/Marechai/Pages/Shared/_ValidationScriptsPartial.cshtml +++ b/Marechai/Pages/Shared/_ValidationScriptsPartial.cshtml @@ -1,18 +1,36 @@ - +@{ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ +} + - - - + \ No newline at end of file diff --git a/Marechai/Pages/_Host.cshtml b/Marechai/Pages/_Host.cshtml index eac3cae8..85a0a239 100644 --- a/Marechai/Pages/_Host.cshtml +++ b/Marechai/Pages/_Host.cshtml @@ -1,4 +1,30 @@ @page "/" +@{ +/****************************************************************************** +// MARECHAI: Master repository of computing history artifacts information +// ---------------------------------------------------------------------------- +// +// Author(s) : Natalia Portillo +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2003-2020 Natalia Portillo +*******************************************************************************/ +} @namespace Marechai.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @{ @@ -8,23 +34,20 @@ - - + + Marechai - - - - + + + - - + - + -
An error has occurred. This application may no longer respond until reloaded. @@ -32,15 +55,13 @@ An unhandled exception has occurred. See browser dev tools for details. - Reload + Reload 🗙
- - - - - + + +