From f7f63284bda42bbb9ea08564f8eb08b5978899aa Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:37:33 +0000 Subject: [PATCH] Apply pre-commit fix From the artifact of the previous workflow run --- .../static-ngeo/js/apps/Controllerdesktop.js | 2 +- .../static-ngeo/js/apps/Controllerdesktop_alt.js | 2 +- .../static-ngeo/js/apps/Controlleriframe_api.js | 2 +- .../static-ngeo/js/apps/Controllermobile.js | 2 +- .../static-ngeo/js/apps/Controllermobile_alt.js | 2 +- .../static-ngeo/js/apps/Controlleroeedit.js | 2 +- geoportal/gunicorn.conf.py | 2 +- ui/src/interfaces/ControllerDesktop.ts | 2 +- ui/src/interfaces/ControllerIframeAPI.ts | 2 +- ui/src/interfaces/ControllerMobile.ts | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllerdesktop.js b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllerdesktop.js index 7af91be1c..82ec1aebe 100644 --- a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllerdesktop.js +++ b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllerdesktop.js @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2016-2024 Camptocamp SA +// Copyright (c) 2016-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllerdesktop_alt.js b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllerdesktop_alt.js index e29ac9c45..4f2a30c64 100644 --- a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllerdesktop_alt.js +++ b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllerdesktop_alt.js @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2016-2024 Camptocamp SA +// Copyright (c) 2016-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controlleriframe_api.js b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controlleriframe_api.js index d38c98278..67161c66b 100644 --- a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controlleriframe_api.js +++ b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controlleriframe_api.js @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2015-2024 Camptocamp SA +// Copyright (c) 2015-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllermobile.js b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllermobile.js index fb4ebb3a9..3807ebe4f 100644 --- a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllermobile.js +++ b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllermobile.js @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2015-2024 Camptocamp SA +// Copyright (c) 2015-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllermobile_alt.js b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllermobile_alt.js index 58dbfeb3e..1a2b61ff5 100644 --- a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllermobile_alt.js +++ b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controllermobile_alt.js @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2015-2024 Camptocamp SA +// Copyright (c) 2015-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controlleroeedit.js b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controlleroeedit.js index 5da714c48..0297cb7f3 100644 --- a/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controlleroeedit.js +++ b/geoportal/geomapfish_geoportal/static-ngeo/js/apps/Controlleroeedit.js @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2016-2024 Camptocamp SA +// Copyright (c) 2016-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/geoportal/gunicorn.conf.py b/geoportal/gunicorn.conf.py index a017801e3..94799cd0f 100644 --- a/geoportal/gunicorn.conf.py +++ b/geoportal/gunicorn.conf.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024, Camptocamp SA +# Copyright (c) 2019-2025, Camptocamp SA # All rights reserved. # Redistribution and use in source and binary forms, with or without diff --git a/ui/src/interfaces/ControllerDesktop.ts b/ui/src/interfaces/ControllerDesktop.ts index 505d9da0e..3b8e58cc0 100644 --- a/ui/src/interfaces/ControllerDesktop.ts +++ b/ui/src/interfaces/ControllerDesktop.ts @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2016-2024 Camptocamp SA +// Copyright (c) 2016-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/ui/src/interfaces/ControllerIframeAPI.ts b/ui/src/interfaces/ControllerIframeAPI.ts index 0d166ec21..f8f8c9119 100644 --- a/ui/src/interfaces/ControllerIframeAPI.ts +++ b/ui/src/interfaces/ControllerIframeAPI.ts @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2015-2024 Camptocamp SA +// Copyright (c) 2015-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/ui/src/interfaces/ControllerMobile.ts b/ui/src/interfaces/ControllerMobile.ts index 9e447cb01..fce673908 100644 --- a/ui/src/interfaces/ControllerMobile.ts +++ b/ui/src/interfaces/ControllerMobile.ts @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2015-2024 Camptocamp SA +// Copyright (c) 2015-2025 Camptocamp SA // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in