mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Rebrand license headers.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user