-1

I am building a C# VS2012 app that will be used overseas. I have been using Automapper for years and would like to keep using it. One stipulation handed to me is that all add-ons for my project outside of Microsoft must have a published ECCN (Export Control Classification Number). Microsoft has a published ECCN for .NET Framework 4.5 and Visual Studio 2013. They are trusted for export. I have been looking for a published ECCN for Automapper, and the closest thing I can find is this Google groups article where Jimmy Bogard personally responded that it is the same for .NET framework. However, I have been asked for a published ECCN from Automapper that would state something official like this:

"The ECCN for Automapper is: [x]".

I have looked at the Automapper GitHub Site but couldn't find what I needed.

Any ideas?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Lorne Redmond
  • 263
  • 1
  • 3
  • 13
  • I'm voting to close this question as off-topic because it is about export control or legal issues, not programming or software development. – JasonMArcher Jul 20 '15 at 21:49

1 Answers1

2

AutoMapper doesn't need an ECCN - it contains no encryption functionality.

Jimmy Bogard
  • 26,045
  • 5
  • 74
  • 69