Skip to content

Commit

Permalink
Empiria Land 2.1 (2016.0328)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcota committed Mar 28, 2016
1 parent 8bfd417 commit ef9c5ea
Show file tree
Hide file tree
Showing 113 changed files with 301 additions and 241 deletions.
12 changes: 6 additions & 6 deletions Land.Documentation/Empiria.Land.Documentation.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
* *
* Solution : Empiria Land System : Land Registration System *
* Assembly : Empiria.Land.Documentation.dll Pattern : Assembly Attributes File *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Document imaging and management services for Empiria Land. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;
using System.Reflection;
using System.Runtime.InteropServices;
Expand All @@ -16,11 +16,11 @@
*************************************************************************************************************/
[assembly: AssemblyTitle("Empiria.Land.Documentation")]
[assembly: AssemblyDescription("Document imaging and management services for Empiria Land.")]
[assembly: AssemblyVersion("2.0.1023.0")]
[assembly: AssemblyFileVersion("2.0.1023")]
[assembly: AssemblyVersion("2.1.0308.0")]
[assembly: AssemblyFileVersion("2.1.0308")]
[assembly: AssemblyCompany("Ontica")]
[assembly: AssemblyProduct("Empiria Land 2015")]
[assembly: AssemblyCopyright("(c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors.")]
[assembly: AssemblyProduct("Empiria Land 2016")]
[assembly: AssemblyCopyright("(c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors.")]
[assembly: AssemblyTrademark("Empiria and Ontica are either trademarks of La Vía Óntica SC or Ontica LLC.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
Expand Down
4 changes: 4 additions & 0 deletions Land.Documentation/Empiria.Land.Documentation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\Data\Empiria.Data.csproj">
Expand Down Expand Up @@ -187,6 +188,9 @@
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="LICENSE.txt" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
Expand Down
2 changes: 1 addition & 1 deletion Land.Documentation/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Empiria Land Documentation Services License
===========================================

Copyright (C) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors.
Copyright (C) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors.
-----------------------------------------------------------------------

These software components are free software: you can redistribute them
Expand Down
4 changes: 2 additions & 2 deletions Land.Documentation/RootTypes/CandidateImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Land Registration System *
* Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation *
* Type : DocumentImage Pattern : Empiria Object Type *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Represents a document image in Land Registration System. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;
using System.IO;
using System.Text.RegularExpressions;
Expand Down
4 changes: 2 additions & 2 deletions Land.Documentation/RootTypes/DataServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Land Registration System *
* Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation *
* Type : DataServices Pattern : Data Services Static Class *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Imaging service for Empiria Land System. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;

using Empiria.Data;
Expand Down
4 changes: 2 additions & 2 deletions Land.Documentation/RootTypes/DocumentImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Land Registration System *
* Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation *
* Type : DocumentImage Pattern : Empiria Object Type *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Represents a document image in Land Registration System. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;

using Empiria.Documents;
Expand Down
4 changes: 2 additions & 2 deletions Land.Documentation/RootTypes/ImageProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Land Registration System *
* Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation *
* Type : ImageProcessor Pattern : Domain Service *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Document imaging processing service for Empiria Land System. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;
using System.Collections.Generic;
using System.IO;
Expand Down
4 changes: 2 additions & 2 deletions Land.Documentation/RootTypes/LandDocumentationException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Land Registration System *
* Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation *
* Type : LandDocumentationException Pattern : Exception Class *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : The exception that is thrown when a problem occurs in Empiria Land documentation services. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;
using System.Reflection;

Expand Down
4 changes: 2 additions & 2 deletions Land.Documentation/RootTypes/RecordingCandidateImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Land Registration System *
* Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation *
* Type : RecordingCandidateImage Pattern : Empiria Object Type *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Represents a recording book/recording document image. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;
using System.IO;
using System.Text.RegularExpressions;
Expand Down
4 changes: 2 additions & 2 deletions Land.Documentation/RootTypes/RecordingImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Land Registration System *
* Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation *
* Type : RecordingImage Pattern : Empiria Object Type *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Represents a recording book/recording document image. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;
using System.IO;
using System.Text.RegularExpressions;
Expand Down
4 changes: 2 additions & 2 deletions Land.Registration/Certification/Certificate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Certification Services *
* Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll *
* Type : Certificate Pattern : Empiria Object Type *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Certificate emission and information search acts. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;

using Empiria.Contacts;
Expand Down
4 changes: 2 additions & 2 deletions Land.Registration/Certification/CertificateAssembler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Certification Services *
* Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll *
* Type : CertificateAssembler (partial) Pattern : Nested Assembler Type *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Private class that assembles a Certificate instance from a CertificateDTO. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;

using Empiria.Security;
Expand Down
4 changes: 2 additions & 2 deletions Land.Registration/Certification/CertificateBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Certification Services *
* Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll *
* Type : CertificateBuilder Pattern : Builder Class *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Builds a certificate output using a text-based template. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;
using System.IO;
using System.Text;
Expand Down
4 changes: 2 additions & 2 deletions Land.Registration/Certification/CertificateDTO.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Certification Services *
* Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll *
* Type : CertificateDTO Pattern : Data Transfer Object *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Data transfer object that holds data to build land certificates. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;

namespace Empiria.Land.Certification {
Expand Down
4 changes: 2 additions & 2 deletions Land.Registration/Certification/CertificateExtData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Certification Services *
* Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll *
* Type : CertificateExtData Pattern : IExtensibleData class *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Holds extensible data for certificates. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;

using Empiria.Json;
Expand Down
4 changes: 2 additions & 2 deletions Land.Registration/Certification/CertificateIssueMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Certification Services *
* Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll *
* Type : CertificateIssueMode Pattern : Enumeration Type *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Certificate issuing mode enumeration. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;

namespace Empiria.Land.Certification {
Expand Down
4 changes: 2 additions & 2 deletions Land.Registration/Certification/CertificateStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Solution : Empiria Land System : Certification Services *
* Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll *
* Type : CertificateStatus Pattern : Enumeration Type *
* Version : 2.0 License : Please read license.txt file *
* Version : 2.1 License : Please read license.txt file *
* *
* Summary : Certificate status enumeration. *
* *
********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/
********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/
using System;

namespace Empiria.Land.Certification {
Expand Down
Loading

0 comments on commit ef9c5ea

Please sign in to comment.