change copyright info
This commit is contained in:
parent
c5f9f76d51
commit
d4c6e32822
2507 changed files with 23300 additions and 3052 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2014, Outercurve Foundation.
|
||||
// Copyright (c) 2015, Outercurve Foundation.
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -360,7 +360,7 @@ namespace WebsitePanel.Ecommerce.EnterpriseServer
|
|||
|
||||
Dictionary<string, Currency> currencies = new Dictionary<string, Currency>();
|
||||
// add euro first
|
||||
currencies.Add("EUR", new Currency("EUR", "ˆ", 1));
|
||||
currencies.Add("EUR", new Currency("EUR", "<EFBFBD>", 1));
|
||||
|
||||
if (ecbXml != null)
|
||||
{
|
||||
|
@ -588,4 +588,4 @@ namespace WebsitePanel.Ecommerce.EnterpriseServer
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue