Skip to content

Commit b70eb2d

Browse files
committed
Adding AutoMapper licence reference to performance test program class
1 parent a3f5ce0 commit b70eb2d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

AgileMapper.PerformanceTester/Program.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
namespace AgileObjects.AgileMapper.PerformanceTester
1+
// Largely based on the AutoMapper benchmark project:
2+
// Project: https://github.com/AutoMapper/AutoMapper/tree/master/src/Benchmark
3+
// Licence: https://github.com/AutoMapper/AutoMapper/blob/master/LICENSE.txt
4+
5+
namespace AgileObjects.AgileMapper.PerformanceTester
26
{
37
using System;
48
using AbstractMappers;

0 commit comments

Comments
 (0)