-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNamespaceDoc.cs
More file actions
76 lines (65 loc) · 2.77 KB
/
NamespaceDoc.cs
File metadata and controls
76 lines (65 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/*
This file is part of the Kivu (R) project.
Copyright (c) 2017-2018 Irene Solutions SL
Authors: Irene Solutions SL.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation with the addition of the
following permission added to Section 15 as permitted in Section 7(a):
FOR ANY PART OF THE COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY
IRENE SOLUTIONS SL. IRENE SOLUTIONS SL DISCLAIMS THE WARRANTY OF NON INFRINGEMENT
OF THIRD PARTY RIGHTS
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program; if not, see http://www.gnu.org/licenses or write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA, 02110-1301 USA, or download the license from the following URL:
http://www.irenesolutions.com/terms-of-use.pdf
The interactive user interfaces in modified source and object code versions
of this program must display Appropriate Legal Notices, as required under
Section 5 of the GNU Affero General Public License.
You can be released from the requirements of the license by purchasing
a commercial license. Buying such a license is mandatory as soon as you
develop commercial activities involving the Kivu software without
disclosing the source code of your own applications.
These activities include: offering paid services to customers as an ASP,
serving Kivu services on the fly in a web application, shipping Kivu
with a closed source product.
For more information, please contact Irene Solutions SL. at this
address: info@irenesolutions.com
*/
namespace Bce.ExchangeRates
{
/// <summary>
/// <para>Este espacio de nombres contiene la funcionalidad
/// necesaria para la descarga de los tipos de cambio publicados
/// diariamente por el BCE.</para>
/// </summary>
[System.Runtime.CompilerServices.CompilerGenerated]
class NamespaceDoc
{
}
}
namespace Bce.ExchangeRates.Net
{
/// <summary>
/// <para>Gestiona las comunicaciones con el servidor del BCE.</para>
/// </summary>
[System.Runtime.CompilerServices.CompilerGenerated]
class NamespaceDoc
{
}
}
namespace Bce.ExchangeRates.Xml
{
/// <summary>
/// <para>Gestiona la deserialización XML.</para>
/// </summary>
[System.Runtime.CompilerServices.CompilerGenerated]
class NamespaceDoc
{
}
}