diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api/data_transmitter.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api/data_transmitter.ex index 827a0a55f..88d2266bd 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api/data_transmitter.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api/data_transmitter.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api/device/device.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api/device/device.ex index 497ad615a..8b4da6366 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api/device/device.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api/device/device.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2023 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api/device/map_tree.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api/device/map_tree.ex index 274bd7f6e..b60979e76 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api/device/map_tree.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api/device/map_tree.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api/device/queries.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api/device/queries.ex index 1c68e4406..1a404b4a1 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api/device/queries.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api/device/queries.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/amqp_client.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/amqp_client.ex index 64544d8ce..21dc36875 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/amqp_client.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/amqp_client.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/events_dispatcher.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/events_dispatcher.ex index 4f2956c41..19dcf3223 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/events_dispatcher.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/events_dispatcher.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/master_supervisor.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/master_supervisor.ex index eeece120e..76fdaf4f1 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/master_supervisor.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/master_supervisor.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/room.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/room.ex index db8e44db3..ea1c29ee0 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/room.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api/rooms/room.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api_web/channels/rooms_channel.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api_web/channels/rooms_channel.ex index 868de2ef4..674e7bb91 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api_web/channels/rooms_channel.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api_web/channels/rooms_channel.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/lib/astarte_appengine_api_web/controllers/device_status_by_alias_controller.ex b/apps/astarte_appengine_api/lib/astarte_appengine_api_web/controllers/device_status_by_alias_controller.ex index dad68ebd8..e4db8cf21 100644 --- a/apps/astarte_appengine_api/lib/astarte_appengine_api_web/controllers/device_status_by_alias_controller.ex +++ b/apps/astarte_appengine_api/lib/astarte_appengine_api_web/controllers/device_status_by_alias_controller.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/mix.exs b/apps/astarte_appengine_api/mix.exs index e9381a114..dd04b43c2 100644 --- a/apps/astarte_appengine_api/mix.exs +++ b/apps/astarte_appengine_api/mix.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2021 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_appengine_api/priv/static/astarte_appengine_api.yaml b/apps/astarte_appengine_api/priv/static/astarte_appengine_api.yaml index b1f1d19f4..5e619babf 100644 --- a/apps/astarte_appengine_api/priv/static/astarte_appengine_api.yaml +++ b/apps/astarte_appengine_api/priv/static/astarte_appengine_api.yaml @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2021 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/amqp_events_producer.ex b/apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/amqp_events_producer.ex index 41672bd53..d7bbe5fd7 100644 --- a/apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/amqp_events_producer.ex +++ b/apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/amqp_events_producer.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2020 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/triggers_handler.ex b/apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/triggers_handler.ex index 52bb3d188..f74d0800f 100644 --- a/apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/triggers_handler.ex +++ b/apps/astarte_data_updater_plant/lib/astarte_data_updater_plant/triggers_handler.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2020 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_housekeeping/lib/astarte_housekeeping.ex b/apps/astarte_housekeeping/lib/astarte_housekeeping.ex index bf3d048d8..d74de6dad 100644 --- a/apps/astarte_housekeeping/lib/astarte_housekeeping.ex +++ b/apps/astarte_housekeeping/lib/astarte_housekeeping.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_housekeeping/lib/astarte_housekeeping/rpc/handler.ex b/apps/astarte_housekeeping/lib/astarte_housekeeping/rpc/handler.ex index 4acb8aa47..4d4c46b4f 100644 --- a/apps/astarte_housekeeping/lib/astarte_housekeeping/rpc/handler.ex +++ b/apps/astarte_housekeeping/lib/astarte_housekeeping/rpc/handler.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_housekeeping_api/lib/astarte_housekeeping_api/realms/non_negative_integer_or_unset_type.ex b/apps/astarte_housekeeping_api/lib/astarte_housekeeping_api/realms/non_negative_integer_or_unset_type.ex index 358c9a243..cd5d6b5f5 100644 --- a/apps/astarte_housekeeping_api/lib/astarte_housekeeping_api/realms/non_negative_integer_or_unset_type.ex +++ b/apps/astarte_housekeeping_api/lib/astarte_housekeeping_api/realms/non_negative_integer_or_unset_type.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind srl +# Copyright 2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_housekeeping_api/test/support/conn_case.ex b/apps/astarte_housekeeping_api/test/support/conn_case.ex index d61ed38b5..c5eaa2d7b 100644 --- a/apps/astarte_housekeeping_api/test/support/conn_case.ex +++ b/apps/astarte_housekeeping_api/test/support/conn_case.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_housekeeping_api/test/support/data_case.ex b/apps/astarte_housekeeping_api/test/support/data_case.ex index 0061b5ff7..135b2cb03 100644 --- a/apps/astarte_housekeeping_api/test/support/data_case.ex +++ b/apps/astarte_housekeeping_api/test/support/data_case.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/config/config.exs b/apps/astarte_pairing/config/config.exs index 4f9d98ae7..ce25134e1 100644 --- a/apps/astarte_pairing/config/config.exs +++ b/apps/astarte_pairing/config/config.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/config/dev.exs b/apps/astarte_pairing/config/dev.exs index 9653ae85b..1dd027c0a 100644 --- a/apps/astarte_pairing/config/dev.exs +++ b/apps/astarte_pairing/config/dev.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/config/test.exs b/apps/astarte_pairing/config/test.exs index 68e397061..2c3253957 100644 --- a/apps/astarte_pairing/config/test.exs +++ b/apps/astarte_pairing/config/test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/lib/astarte_pairing.ex b/apps/astarte_pairing/lib/astarte_pairing.ex index 99cc205c0..0cc35ccf0 100644 --- a/apps/astarte_pairing/lib/astarte_pairing.ex +++ b/apps/astarte_pairing/lib/astarte_pairing.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/lib/astarte_pairing/cfssl_credentials.ex b/apps/astarte_pairing/lib/astarte_pairing/cfssl_credentials.ex index a39666c59..0eb263eb4 100644 --- a/apps/astarte_pairing/lib/astarte_pairing/cfssl_credentials.ex +++ b/apps/astarte_pairing/lib/astarte_pairing/cfssl_credentials.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/lib/astarte_pairing/config.ex b/apps/astarte_pairing/lib/astarte_pairing/config.ex index 9393d51d2..c07d99d4b 100644 --- a/apps/astarte_pairing/lib/astarte_pairing/config.ex +++ b/apps/astarte_pairing/lib/astarte_pairing/config.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/lib/astarte_pairing/engine.ex b/apps/astarte_pairing/lib/astarte_pairing/engine.ex index bb348a999..e5aaa3afe 100644 --- a/apps/astarte_pairing/lib/astarte_pairing/engine.ex +++ b/apps/astarte_pairing/lib/astarte_pairing/engine.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/lib/astarte_pairing/queries.ex b/apps/astarte_pairing/lib/astarte_pairing/queries.ex index 5ca662a0c..a4b25d128 100644 --- a/apps/astarte_pairing/lib/astarte_pairing/queries.ex +++ b/apps/astarte_pairing/lib/astarte_pairing/queries.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/lib/astarte_pairing/rpc/handler.ex b/apps/astarte_pairing/lib/astarte_pairing/rpc/handler.ex index 3dc3dd747..92ea1cd0d 100644 --- a/apps/astarte_pairing/lib/astarte_pairing/rpc/handler.ex +++ b/apps/astarte_pairing/lib/astarte_pairing/rpc/handler.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/mix.exs b/apps/astarte_pairing/mix.exs index b2c7debe2..0bafa9e8a 100644 --- a/apps/astarte_pairing/mix.exs +++ b/apps/astarte_pairing/mix.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2021 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/test/astarte_pairing/cfssl_credentials_test.exs b/apps/astarte_pairing/test/astarte_pairing/cfssl_credentials_test.exs index 3ba8a9ceb..53bb6d5b3 100644 --- a/apps/astarte_pairing/test/astarte_pairing/cfssl_credentials_test.exs +++ b/apps/astarte_pairing/test/astarte_pairing/cfssl_credentials_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/test/astarte_pairing/rpc/handler_test.exs b/apps/astarte_pairing/test/astarte_pairing/rpc/handler_test.exs index 4560420aa..d85f62636 100644 --- a/apps/astarte_pairing/test/astarte_pairing/rpc/handler_test.exs +++ b/apps/astarte_pairing/test/astarte_pairing/rpc/handler_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/test/support/database_test_helper.ex b/apps/astarte_pairing/test/support/database_test_helper.ex index 75ffca573..894f516bf 100644 --- a/apps/astarte_pairing/test/support/database_test_helper.ex +++ b/apps/astarte_pairing/test/support/database_test_helper.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing/test/support/test_helper.ex b/apps/astarte_pairing/test/support/test_helper.ex index f88d77de5..180aee6ad 100644 --- a/apps/astarte_pairing/test/support/test_helper.ex +++ b/apps/astarte_pairing/test/support/test_helper.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api.ex index 05b4b817a..df0c5c244 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/agent.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/agent.ex index 1bfe38307..66b7bd67d 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/agent.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/agent.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/device_registration_request.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/device_registration_request.ex index dc5e0a1ea..ab4ec362a 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/device_registration_request.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/device_registration_request.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/device_registration_response.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/device_registration_response.ex index a7e0e656d..fb0c3759e 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/device_registration_response.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/agent/device_registration_response.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/config.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/config.ex index 3e52a81f6..476bdae28 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/config.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/config.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/astarte_mqtt_v1/credentials_request.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/astarte_mqtt_v1/credentials_request.ex index 6dc215400..ed528387a 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/astarte_mqtt_v1/credentials_request.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/astarte_mqtt_v1/credentials_request.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/astarte_mqtt_v1/credentials_status.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/astarte_mqtt_v1/credentials_status.ex index 24a9e9c6e..5798fd06d 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/astarte_mqtt_v1/credentials_status.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/astarte_mqtt_v1/credentials_status.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/credentials.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/credentials.ex index 451a7b462..d5cbe04cf 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/credentials.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/credentials/credentials.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/info/device_info.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/info/device_info.ex index 4ae7c36c8..11d3511a3 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/info/device_info.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/info/device_info.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/info/info.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/info/info.ex index 090f4046c..698d546dc 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/info/info.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/info/info.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api/rpc/pairing.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api/rpc/pairing.ex index 63f3ce825..b000d9528 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api/rpc/pairing.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api/rpc/pairing.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api_web.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api_web.ex index 8a0b258f8..11b0e1796 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api_web.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api_web.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/controllers/agent_controller.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/controllers/agent_controller.ex index f5ad1e1ec..0f55b1ee3 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/controllers/agent_controller.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/controllers/agent_controller.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/controllers/device_controller.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/controllers/device_controller.ex index 76408f0ae..2f5eeec70 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/controllers/device_controller.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/controllers/device_controller.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/telemetry/api_usage.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/telemetry/api_usage.ex index 095d729eb..5e4a79e5d 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/telemetry/api_usage.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/telemetry/api_usage.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/agent_view.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/agent_view.ex index 956781ec4..97a252d5f 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/agent_view.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/agent_view.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/credentials_status_view.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/credentials_status_view.ex index 3d52b4b37..23617cd90 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/credentials_status_view.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/credentials_status_view.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/credentials_view.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/credentials_view.ex index 7e78c1148..d4fde7a92 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/credentials_view.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/credentials_view.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/device_info_view.ex b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/device_info_view.ex index f967f6f55..7ebc75a4c 100644 --- a/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/device_info_view.ex +++ b/apps/astarte_pairing_api/lib/astarte_pairing_api_web/views/device_info_view.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/mix.exs b/apps/astarte_pairing_api/mix.exs index 949f14063..e3067cecf 100644 --- a/apps/astarte_pairing_api/mix.exs +++ b/apps/astarte_pairing_api/mix.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2021 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/test/astarte_pairing_api/agent/agent_test.exs b/apps/astarte_pairing_api/test/astarte_pairing_api/agent/agent_test.exs index 4ad43854d..1f6deaa44 100644 --- a/apps/astarte_pairing_api/test/astarte_pairing_api/agent/agent_test.exs +++ b/apps/astarte_pairing_api/test/astarte_pairing_api/agent/agent_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/test/astarte_pairing_api/credentials/credentials_test.exs b/apps/astarte_pairing_api/test/astarte_pairing_api/credentials/credentials_test.exs index 041803010..6f9603fde 100644 --- a/apps/astarte_pairing_api/test/astarte_pairing_api/credentials/credentials_test.exs +++ b/apps/astarte_pairing_api/test/astarte_pairing_api/credentials/credentials_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/test/astarte_pairing_api/info/info_test.exs b/apps/astarte_pairing_api/test/astarte_pairing_api/info/info_test.exs index 971474618..14c07b46e 100644 --- a/apps/astarte_pairing_api/test/astarte_pairing_api/info/info_test.exs +++ b/apps/astarte_pairing_api/test/astarte_pairing_api/info/info_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/test/astarte_pairing_api_web/controllers/agent_controller_test.exs b/apps/astarte_pairing_api/test/astarte_pairing_api_web/controllers/agent_controller_test.exs index cdd8cc98b..3c50d8903 100644 --- a/apps/astarte_pairing_api/test/astarte_pairing_api_web/controllers/agent_controller_test.exs +++ b/apps/astarte_pairing_api/test/astarte_pairing_api_web/controllers/agent_controller_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_pairing_api/test/astarte_pairing_api_web/controllers/device_controller_test.exs b/apps/astarte_pairing_api/test/astarte_pairing_api_web/controllers/device_controller_test.exs index 321a6471c..73e4681ff 100644 --- a/apps/astarte_pairing_api/test/astarte_pairing_api_web/controllers/device_controller_test.exs +++ b/apps/astarte_pairing_api/test/astarte_pairing_api_web/controllers/device_controller_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_realm_management/test/astarte_realm_management/rpc/handler_test.exs b/apps/astarte_realm_management/test/astarte_realm_management/rpc/handler_test.exs index b9137fecb..e7b71c767 100644 --- a/apps/astarte_realm_management/test/astarte_realm_management/rpc/handler_test.exs +++ b/apps/astarte_realm_management/test/astarte_realm_management/rpc/handler_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_realm_management_api/lib/astarte_realm_management_api/application.ex b/apps/astarte_realm_management_api/lib/astarte_realm_management_api/application.ex index f66a473b7..9be6fb78e 100644 --- a/apps/astarte_realm_management_api/lib/astarte_realm_management_api/application.ex +++ b/apps/astarte_realm_management_api/lib/astarte_realm_management_api/application.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_realm_management_api/lib/astarte_realm_management_api/interfaces/interfaces.ex b/apps/astarte_realm_management_api/lib/astarte_realm_management_api/interfaces/interfaces.ex index fda00a3d9..909aeaa82 100644 --- a/apps/astarte_realm_management_api/lib/astarte_realm_management_api/interfaces/interfaces.ex +++ b/apps/astarte_realm_management_api/lib/astarte_realm_management_api/interfaces/interfaces.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_realm_management_api/lib/astarte_realm_management_api/triggers/trigger.ex b/apps/astarte_realm_management_api/lib/astarte_realm_management_api/triggers/trigger.ex index b37c3b81c..ac76c49dd 100644 --- a/apps/astarte_realm_management_api/lib/astarte_realm_management_api/triggers/trigger.ex +++ b/apps/astarte_realm_management_api/lib/astarte_realm_management_api/triggers/trigger.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2018-2020 Ispirata Srl +# Copyright 2018-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_realm_management_api/lib/astarte_realm_management_api/triggers/triggers.ex b/apps/astarte_realm_management_api/lib/astarte_realm_management_api/triggers/triggers.ex index 1fa82977e..512c187f4 100644 --- a/apps/astarte_realm_management_api/lib/astarte_realm_management_api/triggers/triggers.ex +++ b/apps/astarte_realm_management_api/lib/astarte_realm_management_api/triggers/triggers.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2018-2020 Ispirata Srl +# Copyright 2018-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/controllers/interface_controller.ex b/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/controllers/interface_controller.ex index 42cd850a9..18bed9f92 100644 --- a/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/controllers/interface_controller.ex +++ b/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/controllers/interface_controller.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/telemetry/api_usage.ex b/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/telemetry/api_usage.ex index 2acab484b..c1b528bb6 100644 --- a/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/telemetry/api_usage.ex +++ b/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/telemetry/api_usage.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/views/interface_view.ex b/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/views/interface_view.ex index 4c9020af0..e8c0465e2 100644 --- a/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/views/interface_view.ex +++ b/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/views/interface_view.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2018 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_trigger_engine/mix.exs b/apps/astarte_trigger_engine/mix.exs index 90a4ebd74..f1f1a1cd8 100644 --- a/apps/astarte_trigger_engine/mix.exs +++ b/apps/astarte_trigger_engine/mix.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017-2021 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apps/astarte_trigger_engine/test/test_helper.exs b/apps/astarte_trigger_engine/test/test_helper.exs index c0e85a060..db1935e8e 100644 --- a/apps/astarte_trigger_engine/test/test_helper.exs +++ b/apps/astarte_trigger_engine/test/test_helper.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2017 - 2021 Ispirata Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/commands/auth/keys.ex b/tools/astarte_dev_tool/lib/commands/auth/keys.ex index 986944671..082eeb3d5 100644 --- a/tools/astarte_dev_tool/lib/commands/auth/keys.ex +++ b/tools/astarte_dev_tool/lib/commands/auth/keys.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/commands/dashboard/open.ex b/tools/astarte_dev_tool/lib/commands/dashboard/open.ex index 255fc53e5..b773af32b 100644 --- a/tools/astarte_dev_tool/lib/commands/dashboard/open.ex +++ b/tools/astarte_dev_tool/lib/commands/dashboard/open.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/commands/system/down.ex b/tools/astarte_dev_tool/lib/commands/system/down.ex index a2830054a..f981f7192 100644 --- a/tools/astarte_dev_tool/lib/commands/system/down.ex +++ b/tools/astarte_dev_tool/lib/commands/system/down.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/commands/system/up.ex b/tools/astarte_dev_tool/lib/commands/system/up.ex index cd703dea7..31fef05fc 100644 --- a/tools/astarte_dev_tool/lib/commands/system/up.ex +++ b/tools/astarte_dev_tool/lib/commands/system/up.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/commands/system/watch.ex b/tools/astarte_dev_tool/lib/commands/system/watch.ex index a1921eb3d..4bbbc63ac 100644 --- a/tools/astarte_dev_tool/lib/commands/system/watch.ex +++ b/tools/astarte_dev_tool/lib/commands/system/watch.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/constants/system.ex b/tools/astarte_dev_tool/lib/constants/system.ex index ae553ea04..3a81219ab 100644 --- a/tools/astarte_dev_tool/lib/constants/system.ex +++ b/tools/astarte_dev_tool/lib/constants/system.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/auth/keys.ex b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/auth/keys.ex index 23e77b491..a7130e947 100644 --- a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/auth/keys.ex +++ b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/auth/keys.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/dashboard/open.ex b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/dashboard/open.ex index 4d90906d4..e14c05d31 100644 --- a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/dashboard/open.ex +++ b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/dashboard/open.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/down.ex b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/down.ex index 29ac1e651..83abc4bac 100644 --- a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/down.ex +++ b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/down.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/up.ex b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/up.ex index b14a8dd24..96862a9f0 100644 --- a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/up.ex +++ b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/up.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/watch.ex b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/watch.ex index 840be19ff..38f5ca3fb 100644 --- a/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/watch.ex +++ b/tools/astarte_dev_tool/lib/mix/tasks/astarte_dev_tool/system/watch.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/utilities/auth.ex b/tools/astarte_dev_tool/lib/utilities/auth.ex index 6c594a503..516227f8e 100644 --- a/tools/astarte_dev_tool/lib/utilities/auth.ex +++ b/tools/astarte_dev_tool/lib/utilities/auth.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/utilities/path.ex b/tools/astarte_dev_tool/lib/utilities/path.ex index cd2ac502b..6a61dedda 100644 --- a/tools/astarte_dev_tool/lib/utilities/path.ex +++ b/tools/astarte_dev_tool/lib/utilities/path.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/lib/utilities/process.ex b/tools/astarte_dev_tool/lib/utilities/process.ex index 5fed313d2..e64554567 100644 --- a/tools/astarte_dev_tool/lib/utilities/process.ex +++ b/tools/astarte_dev_tool/lib/utilities/process.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/mix.exs b/tools/astarte_dev_tool/mix.exs index 733909579..0c89b012b 100644 --- a/tools/astarte_dev_tool/mix.exs +++ b/tools/astarte_dev_tool/mix.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/test/astarte_dev_tool_test.exs b/tools/astarte_dev_tool/test/astarte_dev_tool_test.exs index f845030f1..23dc53e0a 100644 --- a/tools/astarte_dev_tool/test/astarte_dev_tool_test.exs +++ b/tools/astarte_dev_tool/test/astarte_dev_tool_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_dev_tool/test/system_test.exs b/tools/astarte_dev_tool/test/system_test.exs index b017c27ac..bf23b4612 100644 --- a/tools/astarte_dev_tool/test/system_test.exs +++ b/tools/astarte_dev_tool/test/system_test.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_device_fleet_simulator/lib/astarte_device_fleet_simulator/credentials_secrets.ex b/tools/astarte_device_fleet_simulator/lib/astarte_device_fleet_simulator/credentials_secrets.ex index 2702d8c1c..4e37536d1 100644 --- a/tools/astarte_device_fleet_simulator/lib/astarte_device_fleet_simulator/credentials_secrets.ex +++ b/tools/astarte_device_fleet_simulator/lib/astarte_device_fleet_simulator/credentials_secrets.ex @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2024 SECO Mind Srl +# Copyright 2017-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tools/astarte_e2e/mix.exs b/tools/astarte_e2e/mix.exs index d774a0564..e50710ff1 100644 --- a/tools/astarte_e2e/mix.exs +++ b/tools/astarte_e2e/mix.exs @@ -1,7 +1,7 @@ # # This file is part of Astarte. # -# Copyright 2020-2021 Ispirata Srl +# Copyright 2020-2024 SECO Mind Srl # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.