We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8562f commit 31ac03fCopy full SHA for 31ac03f
src/LittleBlocks.Excel.SampleApp/PersonModel.cs
@@ -1,5 +1,5 @@
1
// This software is part of the LittleBlocks.Excel Library
2
-// Copyright (C) 2018 LittleBlocks
+// Copyright (C) 2018 Little Blocks
3
//
4
// This program is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU Affero General Public License as published by
@@ -33,4 +33,4 @@ internal class PersonModel
33
public int? CertificationId { get; set; }
34
public int? CustomRowNumber { get; set; }
35
}
36
-}
+}
0 commit comments