Skip to content

Commit 31ac03f

Browse files
authored
Update PersonModel.cs
1 parent ab8562f commit 31ac03f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LittleBlocks.Excel.SampleApp/PersonModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This software is part of the LittleBlocks.Excel Library
2-
// Copyright (C) 2018 LittleBlocks
2+
// Copyright (C) 2018 Little Blocks
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by
@@ -33,4 +33,4 @@ internal class PersonModel
3333
public int? CertificationId { get; set; }
3434
public int? CustomRowNumber { get; set; }
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)