From 410b1717353e1dfecae2c93043f87851a795f462 Mon Sep 17 00:00:00 2001 From: terraframe-builder Date: Wed, 12 Apr 2023 20:12:02 +0000 Subject: [PATCH] chore(release): license headers for 1.2.0 --- dhis2adapter/pom.xml | 2 +- georegistry-adapter/java/common/pom.xml | 2 +- georegistry-server/pom.xml | 2 +- .../GeometryUpdateExceptionBase.java | 8 ++++---- .../DHIS2UnexpectedResponseExceptionBase.java | 8 ++++---- .../dashboard/GeometryUpdateException.java | 8 ++++---- .../DHIS2UnexpectedResponseException.java | 8 ++++---- .../domain/DHIS2SyncMultiSelectPatch.java | 18 +++++++++++++++++ .../net/geoprism/registry/CGRApplication.java | 18 +++++++++++++++++ .../account/ForgotPasswordCGRService.java | 18 +++++++++++++++++ .../etl/DHIS2SyncLevelPatchAccessor.java | 18 +++++++++++++++++ .../registry/service/CGRSessionService.java | 18 +++++++++++++++++ .../service/CGRUserInviteService.java | 18 +++++++++++++++++ .../session/ExternalProfileCGRService.java | 18 +++++++++++++++++ .../registry/shapefile/GISImportLoggerIF.java | 8 ++++---- .../geoprism/registry/tile/PublisherUtil.java | 8 ++++---- .../registry/tile/UserDataConverter.java | 8 ++++---- .../registry/tile/VectorLayerPublisherIF.java | 8 ++++---- ...76054730342)CGRUserInviteAuthenticator.xml | 20 +++++++++++++++++++ .../(0001676589654923)GeoprismModules.xml | 20 +++++++++++++++++++ ...(0001679607379007)DHIS2SyncMultiSelect.xml | 20 +++++++++++++++++++ ...676589654924)GeoprismModulesNewInstall.xml | 20 +++++++++++++++++++ georegistry-ui/pom.xml | 2 +- .../dhis2-synchronization-config.css | 18 +++++++++++++++++ georegistry-web/pom.xml | 2 +- src/build/docker/georegistry/build.sh | 4 ++++ src/dev/shell/boot-docker.sh | 4 ++++ 27 files changed, 269 insertions(+), 37 deletions(-) diff --git a/dhis2adapter/pom.xml b/dhis2adapter/pom.xml index d3c9140bf..2291a7e9d 100644 --- a/dhis2adapter/pom.xml +++ b/dhis2adapter/pom.xml @@ -15,7 +15,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with Geoprism Registry(tm). If not, see . + License along with Geoprism Registry(tm). If not, see . --> diff --git a/georegistry-adapter/java/common/pom.xml b/georegistry-adapter/java/common/pom.xml index eaae9faf8..d13ced0b1 100644 --- a/georegistry-adapter/java/common/pom.xml +++ b/georegistry-adapter/java/common/pom.xml @@ -15,7 +15,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with Common Geo Registry Adapter(tm). If not, see . + License along with Common Geo Registry Adapter(tm). If not, see . --> diff --git a/georegistry-server/pom.xml b/georegistry-server/pom.xml index 8c04e4efb..e11bfb3af 100644 --- a/georegistry-server/pom.xml +++ b/georegistry-server/pom.xml @@ -15,7 +15,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with Geoprism Registry(tm). If not, see . + License along with Geoprism Registry(tm). If not, see . --> diff --git a/georegistry-server/src/main/java-gen/base/net/geoprism/dashboard/GeometryUpdateExceptionBase.java b/georegistry-server/src/main/java-gen/base/net/geoprism/dashboard/GeometryUpdateExceptionBase.java index a065b12c9..b3471c546 100644 --- a/georegistry-server/src/main/java-gen/base/net/geoprism/dashboard/GeometryUpdateExceptionBase.java +++ b/georegistry-server/src/main/java-gen/base/net/geoprism/dashboard/GeometryUpdateExceptionBase.java @@ -1,20 +1,20 @@ /** * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. * - * This file is part of Geoprism(tm). + * This file is part of Geoprism Registry(tm). * - * Geoprism(tm) is free software: you can redistribute it and/or modify + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * Geoprism(tm) is distributed in the hope that it will be useful, but + * Geoprism Registry(tm) 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with Geoprism(tm). If not, see . + * License along with Geoprism Registry(tm). If not, see . */ package net.geoprism.dashboard; diff --git a/georegistry-server/src/main/java-gen/base/net/geoprism/dhis2/response/DHIS2UnexpectedResponseExceptionBase.java b/georegistry-server/src/main/java-gen/base/net/geoprism/dhis2/response/DHIS2UnexpectedResponseExceptionBase.java index 3c5c62b84..7a268dcbc 100644 --- a/georegistry-server/src/main/java-gen/base/net/geoprism/dhis2/response/DHIS2UnexpectedResponseExceptionBase.java +++ b/georegistry-server/src/main/java-gen/base/net/geoprism/dhis2/response/DHIS2UnexpectedResponseExceptionBase.java @@ -1,20 +1,20 @@ /** * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. * - * This file is part of Geoprism(tm). + * This file is part of Geoprism Registry(tm). * - * Geoprism(tm) is free software: you can redistribute it and/or modify + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * Geoprism(tm) is distributed in the hope that it will be useful, but + * Geoprism Registry(tm) 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with Geoprism(tm). If not, see . + * License along with Geoprism Registry(tm). If not, see . */ package net.geoprism.dhis2.response; diff --git a/georegistry-server/src/main/java-gen/stub/net/geoprism/dashboard/GeometryUpdateException.java b/georegistry-server/src/main/java-gen/stub/net/geoprism/dashboard/GeometryUpdateException.java index af21e6c85..d60431076 100644 --- a/georegistry-server/src/main/java-gen/stub/net/geoprism/dashboard/GeometryUpdateException.java +++ b/georegistry-server/src/main/java-gen/stub/net/geoprism/dashboard/GeometryUpdateException.java @@ -1,20 +1,20 @@ /** * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. * - * This file is part of Geoprism(tm). + * This file is part of Geoprism Registry(tm). * - * Geoprism(tm) is free software: you can redistribute it and/or modify + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * Geoprism(tm) is distributed in the hope that it will be useful, but + * Geoprism Registry(tm) 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with Geoprism(tm). If not, see . + * License along with Geoprism Registry(tm). If not, see . */ package net.geoprism.dashboard; diff --git a/georegistry-server/src/main/java-gen/stub/net/geoprism/dhis2/response/DHIS2UnexpectedResponseException.java b/georegistry-server/src/main/java-gen/stub/net/geoprism/dhis2/response/DHIS2UnexpectedResponseException.java index 8e7144d8d..6adca51cd 100644 --- a/georegistry-server/src/main/java-gen/stub/net/geoprism/dhis2/response/DHIS2UnexpectedResponseException.java +++ b/georegistry-server/src/main/java-gen/stub/net/geoprism/dhis2/response/DHIS2UnexpectedResponseException.java @@ -1,20 +1,20 @@ /** * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. * - * This file is part of Geoprism(tm). + * This file is part of Geoprism Registry(tm). * - * Geoprism(tm) is free software: you can redistribute it and/or modify + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * Geoprism(tm) is distributed in the hope that it will be useful, but + * Geoprism Registry(tm) 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with Geoprism(tm). If not, see . + * License along with Geoprism Registry(tm). If not, see . */ package net.geoprism.dhis2.response; diff --git a/georegistry-server/src/main/java/com/runwaysdk/build/domain/DHIS2SyncMultiSelectPatch.java b/georegistry-server/src/main/java/com/runwaysdk/build/domain/DHIS2SyncMultiSelectPatch.java index 60a192306..86fb9f9cd 100644 --- a/georegistry-server/src/main/java/com/runwaysdk/build/domain/DHIS2SyncMultiSelectPatch.java +++ b/georegistry-server/src/main/java/com/runwaysdk/build/domain/DHIS2SyncMultiSelectPatch.java @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. + * + * This file is part of Geoprism Registry(tm). + * + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Geoprism Registry(tm) 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Geoprism Registry(tm). If not, see . + */ package com.runwaysdk.build.domain; import java.util.Arrays; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/CGRApplication.java b/georegistry-server/src/main/java/net/geoprism/registry/CGRApplication.java index dded531d9..4997933b5 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/CGRApplication.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/CGRApplication.java @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. + * + * This file is part of Geoprism Registry(tm). + * + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Geoprism Registry(tm) 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Geoprism Registry(tm). If not, see . + */ package net.geoprism.registry; import java.util.LinkedList; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/account/ForgotPasswordCGRService.java b/georegistry-server/src/main/java/net/geoprism/registry/account/ForgotPasswordCGRService.java index b20283bf2..3352d713c 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/account/ForgotPasswordCGRService.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/account/ForgotPasswordCGRService.java @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. + * + * This file is part of Geoprism Registry(tm). + * + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Geoprism Registry(tm) 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Geoprism Registry(tm). If not, see . + */ package net.geoprism.registry.account; import org.springframework.stereotype.Component; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/etl/DHIS2SyncLevelPatchAccessor.java b/georegistry-server/src/main/java/net/geoprism/registry/etl/DHIS2SyncLevelPatchAccessor.java index e857a9e78..2d447e06c 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/etl/DHIS2SyncLevelPatchAccessor.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/etl/DHIS2SyncLevelPatchAccessor.java @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. + * + * This file is part of Geoprism Registry(tm). + * + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Geoprism Registry(tm) 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Geoprism Registry(tm). If not, see . + */ package net.geoprism.registry.etl; public class DHIS2SyncLevelPatchAccessor diff --git a/georegistry-server/src/main/java/net/geoprism/registry/service/CGRSessionService.java b/georegistry-server/src/main/java/net/geoprism/registry/service/CGRSessionService.java index 4a49e5ba1..d19a7032a 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/service/CGRSessionService.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/service/CGRSessionService.java @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. + * + * This file is part of Geoprism Registry(tm). + * + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Geoprism Registry(tm) 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Geoprism Registry(tm). If not, see . + */ package net.geoprism.registry.service; import java.util.Set; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/service/CGRUserInviteService.java b/georegistry-server/src/main/java/net/geoprism/registry/service/CGRUserInviteService.java index fca02eea2..2aebcf6b7 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/service/CGRUserInviteService.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/service/CGRUserInviteService.java @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. + * + * This file is part of Geoprism Registry(tm). + * + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Geoprism Registry(tm) 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Geoprism Registry(tm). If not, see . + */ package net.geoprism.registry.service; import java.util.HashSet; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/session/ExternalProfileCGRService.java b/georegistry-server/src/main/java/net/geoprism/registry/session/ExternalProfileCGRService.java index ddc21858a..3f23b09d2 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/session/ExternalProfileCGRService.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/session/ExternalProfileCGRService.java @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. + * + * This file is part of Geoprism Registry(tm). + * + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Geoprism Registry(tm) 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Geoprism Registry(tm). If not, see . + */ package net.geoprism.registry.session; import org.springframework.stereotype.Component; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/shapefile/GISImportLoggerIF.java b/georegistry-server/src/main/java/net/geoprism/registry/shapefile/GISImportLoggerIF.java index 452e18387..f87b32399 100755 --- a/georegistry-server/src/main/java/net/geoprism/registry/shapefile/GISImportLoggerIF.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/shapefile/GISImportLoggerIF.java @@ -1,20 +1,20 @@ /** * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. * - * This file is part of Geoprism(tm). + * This file is part of Geoprism Registry(tm). * - * Geoprism(tm) is free software: you can redistribute it and/or modify + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * Geoprism(tm) is distributed in the hope that it will be useful, but + * Geoprism Registry(tm) 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with Geoprism(tm). If not, see . + * License along with Geoprism Registry(tm). If not, see . */ package net.geoprism.registry.shapefile; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/tile/PublisherUtil.java b/georegistry-server/src/main/java/net/geoprism/registry/tile/PublisherUtil.java index c506052e5..ffb825e78 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/tile/PublisherUtil.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/tile/PublisherUtil.java @@ -1,20 +1,20 @@ /** * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. * - * This file is part of Geoprism(tm). + * This file is part of Geoprism Registry(tm). * - * Geoprism(tm) is free software: you can redistribute it and/or modify + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * Geoprism(tm) is distributed in the hope that it will be useful, but + * Geoprism Registry(tm) 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with Geoprism(tm). If not, see . + * License along with Geoprism Registry(tm). If not, see . */ package net.geoprism.registry.tile; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/tile/UserDataConverter.java b/georegistry-server/src/main/java/net/geoprism/registry/tile/UserDataConverter.java index 8755c1909..32374872d 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/tile/UserDataConverter.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/tile/UserDataConverter.java @@ -1,20 +1,20 @@ /** * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. * - * This file is part of Geoprism(tm). + * This file is part of Geoprism Registry(tm). * - * Geoprism(tm) is free software: you can redistribute it and/or modify + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * Geoprism(tm) is distributed in the hope that it will be useful, but + * Geoprism Registry(tm) 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with Geoprism(tm). If not, see . + * License along with Geoprism Registry(tm). If not, see . */ package net.geoprism.registry.tile; diff --git a/georegistry-server/src/main/java/net/geoprism/registry/tile/VectorLayerPublisherIF.java b/georegistry-server/src/main/java/net/geoprism/registry/tile/VectorLayerPublisherIF.java index a4b7418dc..f94ac4d3a 100644 --- a/georegistry-server/src/main/java/net/geoprism/registry/tile/VectorLayerPublisherIF.java +++ b/georegistry-server/src/main/java/net/geoprism/registry/tile/VectorLayerPublisherIF.java @@ -1,20 +1,20 @@ /** * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. * - * This file is part of Geoprism(tm). + * This file is part of Geoprism Registry(tm). * - * Geoprism(tm) is free software: you can redistribute it and/or modify + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * Geoprism(tm) is distributed in the hope that it will be useful, but + * Geoprism Registry(tm) 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with Geoprism(tm). If not, see . + * License along with Geoprism Registry(tm). If not, see . */ package net.geoprism.registry.tile; diff --git a/georegistry-server/src/main/resources/domain/(0001676054730342)CGRUserInviteAuthenticator.xml b/georegistry-server/src/main/resources/domain/(0001676054730342)CGRUserInviteAuthenticator.xml index 1cdd47a2c..7cc953501 100644 --- a/georegistry-server/src/main/resources/domain/(0001676054730342)CGRUserInviteAuthenticator.xml +++ b/georegistry-server/src/main/resources/domain/(0001676054730342)CGRUserInviteAuthenticator.xml @@ -1,3 +1,23 @@ + diff --git a/georegistry-server/src/main/resources/domain/(0001676589654923)GeoprismModules.xml b/georegistry-server/src/main/resources/domain/(0001676589654923)GeoprismModules.xml index b52940ae7..77952523b 100644 --- a/georegistry-server/src/main/resources/domain/(0001676589654923)GeoprismModules.xml +++ b/georegistry-server/src/main/resources/domain/(0001676589654923)GeoprismModules.xml @@ -1,3 +1,23 @@ + diff --git a/georegistry-server/src/main/resources/domain/(0001679607379007)DHIS2SyncMultiSelect.xml b/georegistry-server/src/main/resources/domain/(0001679607379007)DHIS2SyncMultiSelect.xml index f37dae8b4..7b5c1ba71 100644 --- a/georegistry-server/src/main/resources/domain/(0001679607379007)DHIS2SyncMultiSelect.xml +++ b/georegistry-server/src/main/resources/domain/(0001679607379007)DHIS2SyncMultiSelect.xml @@ -1,3 +1,23 @@ + diff --git a/georegistry-server/src/main/resources/domain/install/(0001676589654924)GeoprismModulesNewInstall.xml b/georegistry-server/src/main/resources/domain/install/(0001676589654924)GeoprismModulesNewInstall.xml index e87226eb4..3031baf0f 100644 --- a/georegistry-server/src/main/resources/domain/install/(0001676589654924)GeoprismModulesNewInstall.xml +++ b/georegistry-server/src/main/resources/domain/install/(0001676589654924)GeoprismModulesNewInstall.xml @@ -1,3 +1,23 @@ + diff --git a/georegistry-ui/pom.xml b/georegistry-ui/pom.xml index 6180b6db0..f6f73afbe 100644 --- a/georegistry-ui/pom.xml +++ b/georegistry-ui/pom.xml @@ -15,7 +15,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with Geoprism Registry(tm). If not, see . + License along with Geoprism Registry(tm). If not, see . --> diff --git a/georegistry-ui/src/app/registry/component/synchronization-config/dhis2-synchronization-config.css b/georegistry-ui/src/app/registry/component/synchronization-config/dhis2-synchronization-config.css index ffebfa4a5..16e4b6b4c 100644 --- a/georegistry-ui/src/app/registry/component/synchronization-config/dhis2-synchronization-config.css +++ b/georegistry-ui/src/app/registry/component/synchronization-config/dhis2-synchronization-config.css @@ -1,3 +1,21 @@ +/** + * Copyright (c) 2022 TerraFrame, Inc. All rights reserved. + * + * This file is part of Geoprism Registry(tm). + * + * Geoprism Registry(tm) is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Geoprism Registry(tm) 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Geoprism Registry(tm). If not, see . + */ .orgUnit-ul { left: -76px; diff --git a/georegistry-web/pom.xml b/georegistry-web/pom.xml index 5d43b7bcc..2af00d42e 100644 --- a/georegistry-web/pom.xml +++ b/georegistry-web/pom.xml @@ -15,7 +15,7 @@ GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with Geoprism Registry(tm). If not, see . + License along with Geoprism Registry(tm). If not, see . --> diff --git a/src/build/docker/georegistry/build.sh b/src/build/docker/georegistry/build.sh index 6c77d1d3d..f6b749005 100755 --- a/src/build/docker/georegistry/build.sh +++ b/src/build/docker/georegistry/build.sh @@ -1,4 +1,8 @@ #!/bin/bash +# +# +# + # # Arguments: # $1 : Optional, if set to 'false' then we will not save the image to a file afterwords. diff --git a/src/dev/shell/boot-docker.sh b/src/dev/shell/boot-docker.sh index a86f4d5a9..8989db3f2 100755 --- a/src/dev/shell/boot-docker.sh +++ b/src/dev/shell/boot-docker.sh @@ -1,4 +1,8 @@ #!/bin/bash +# +# +# + # This script is designed to build and deploy the CGR to a local docker instance. # Arg $1 can be "clean", at which point it rebuilds the database and runs maven with clean