Rebrand license headers.

This commit is contained in:
2020-02-10 01:52:56 +00:00
parent 2b61ce4020
commit 4ee557ff5d
228 changed files with 231 additions and 231 deletions

View File

@@ -1,5 +1,5 @@
/******************************************************************************
// Canary Islands Computer Museum Website
// MARECHAI: Master repository of computing history artifacts information
// ----------------------------------------------------------------------------
//
// Filename : CicmDb.cs
@@ -34,8 +34,8 @@ namespace Cicm.Database.Models
{
public class CicmDb
{
public int Id { get; set; }
public int Version { get; set; }
public int Id { get; set; }
public int Version { get; set; }
public DateTimeOffset? Updated { get; set; }
}
}