From 3616ea76994a1113b57eceba7638c3d265c7e1e9 Mon Sep 17 00:00:00 2001 From: Jean SIMARD Date: Tue, 5 Apr 2022 16:17:46 +0200 Subject: [PATCH] refactor: rename licenses and fix CONTRIBUTING --- CONTRIBUTING.md | 2 +- Cargo.toml | 2 +- examples/gtfs_reader.rs | 2 +- examples/ntfs_crawler.rs | 2 +- gtfs2netexfr/Cargo.toml | 2 +- gtfs2netexfr/src/main.rs | 2 +- gtfs2ntfs/Cargo.toml | 2 +- gtfs2ntfs/src/main.rs | 2 +- model-builder/src/builder.rs | 2 +- model-builder/src/lib.rs | 2 +- ntfs2gtfs/Cargo.toml | 2 +- ntfs2gtfs/src/lib.rs | 2 +- ntfs2gtfs/src/main.rs | 2 +- ntfs2gtfs/tests/ntfs2gtfs.rs | 2 +- ntfs2netexfr/Cargo.toml | 2 +- ntfs2netexfr/src/main.rs | 2 +- ntfs2ntfs/Cargo.toml | 2 +- ntfs2ntfs/src/main.rs | 2 +- restrict-validity-period/Cargo.toml | 2 +- restrict-validity-period/src/main.rs | 2 +- src/add_prefix.rs | 2 +- src/calendars.rs | 2 +- src/configuration.rs | 2 +- src/gtfs/mod.rs | 2 +- src/gtfs/read.rs | 2 +- src/gtfs/write.rs | 2 +- src/lib.rs | 2 +- src/model.rs | 2 +- src/netex_france/calendars.rs | 2 +- src/netex_france/companies.rs | 2 +- src/netex_france/exporter.rs | 2 +- src/netex_france/lines.rs | 2 +- src/netex_france/mod.rs | 2 +- src/netex_france/modes.rs | 2 +- src/netex_france/networks.rs | 2 +- src/netex_france/offer.rs | 2 +- src/netex_france/route_points.rs | 2 +- src/netex_france/stops.rs | 2 +- src/netex_france/transfers.rs | 2 +- src/netex_utils/mod.rs | 2 +- src/ntfs/mod.rs | 2 +- src/ntfs/read.rs | 2 +- src/ntfs/write.rs | 2 +- src/objects.rs | 2 +- src/parser.rs | 2 +- src/serde_utils.rs | 2 +- src/test_utils.rs | 2 +- src/transfers.rs | 2 +- src/utils.rs | 2 +- src/validity_period.rs | 2 +- src/version_utils.rs | 2 +- src/vptranslator.rs | 2 +- tests/gtfs2ntfs.rs | 2 +- tests/read_gtfs.rs | 2 +- tests/read_ntfs.rs | 2 +- tests/restrict_validity_period.rs | 2 +- tests/transfers.rs | 2 +- tests/write_netex_france.rs | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47c66f14b..dcb54e9a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ which version and how to do it. ### Internal work management tool -At Kisio Digital (ex. hove-io) we track tasks and bugs using a private tool. +At Hove (ex. Kisio Digital, ex. CanalTP) we track tasks and bugs using a private tool. This tool is private but we sometimes refer to it when submitting PRs (those `Ref. ND-123`), to help later work. Feel free to ask for more details if the description is too narrow, diff --git a/Cargo.toml b/Cargo.toml index 443e2c3b1..346f8cec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = ["Kisio Digital ", "Guillaume Pinot "] +authors = ["Hove ", "Guillaume Pinot "] name = "transit_model" version = "0.49.0" license = "AGPL-3.0-only" diff --git a/examples/gtfs_reader.rs b/examples/gtfs_reader.rs index 205714624..d5e0c07e3 100644 --- a/examples/gtfs_reader.rs +++ b/examples/gtfs_reader.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Kisio Digital and/or its affiliates. +// Copyright (C) 2020 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/examples/ntfs_crawler.rs b/examples/ntfs_crawler.rs index dedc8d21a..b6ab90a95 100644 --- a/examples/ntfs_crawler.rs +++ b/examples/ntfs_crawler.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2020 Kisio Digital and/or its affiliates. +// Copyright (C) 2020 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/gtfs2netexfr/Cargo.toml b/gtfs2netexfr/Cargo.toml index 60915b0b0..8b9373f6c 100644 --- a/gtfs2netexfr/Cargo.toml +++ b/gtfs2netexfr/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gtfs2netexfr" version = "1.1.0" -authors = ["Kisio Digital "] +authors = ["Hove "] license = "AGPL-3.0-only" description = "Binary to convert Transit data from GTFS format to NeTEx France" edition = "2018" diff --git a/gtfs2netexfr/src/main.rs b/gtfs2netexfr/src/main.rs index 840a35cf4..f3d32d2a6 100644 --- a/gtfs2netexfr/src/main.rs +++ b/gtfs2netexfr/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Kisio Digital and/or its affiliates. +// Copyright 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/gtfs2ntfs/Cargo.toml b/gtfs2ntfs/Cargo.toml index 636ab1055..fbac23585 100644 --- a/gtfs2ntfs/Cargo.toml +++ b/gtfs2ntfs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gtfs2ntfs" version = "1.1.0" -authors = ["Kisio Digital "] +authors = ["Hove "] license = "AGPL-3.0-only" description = "Binary to convert Transit data from GTFS format to NTFS" edition = "2018" diff --git a/gtfs2ntfs/src/main.rs b/gtfs2ntfs/src/main.rs index 9c5410c27..d367dfed0 100644 --- a/gtfs2ntfs/src/main.rs +++ b/gtfs2ntfs/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Kisio Digital and/or its affiliates. +// Copyright 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/model-builder/src/builder.rs b/model-builder/src/builder.rs index ffc648f6f..ef2279974 100644 --- a/model-builder/src/builder.rs +++ b/model-builder/src/builder.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/model-builder/src/lib.rs b/model-builder/src/lib.rs index f5fdcd2b2..04ead504a 100644 --- a/model-builder/src/lib.rs +++ b/model-builder/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/ntfs2gtfs/Cargo.toml b/ntfs2gtfs/Cargo.toml index 360fe767e..ee2f62466 100644 --- a/ntfs2gtfs/Cargo.toml +++ b/ntfs2gtfs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntfs2gtfs" version = "1.1.0" -authors = ["Kisio Digital "] +authors = ["Hove "] license = "AGPL-3.0-only" description = "Binary to convert Transit data from NTFS format to GTFS" edition = "2018" diff --git a/ntfs2gtfs/src/lib.rs b/ntfs2gtfs/src/lib.rs index 351d9d738..5d5cc5d45 100644 --- a/ntfs2gtfs/src/lib.rs +++ b/ntfs2gtfs/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Kisio Digital and/or its affiliates. +// Copyright 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/ntfs2gtfs/src/main.rs b/ntfs2gtfs/src/main.rs index 417d917d8..9c68ba374 100644 --- a/ntfs2gtfs/src/main.rs +++ b/ntfs2gtfs/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Kisio Digital and/or its affiliates. +// Copyright 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/ntfs2gtfs/tests/ntfs2gtfs.rs b/ntfs2gtfs/tests/ntfs2gtfs.rs index c4360f75d..e2b8aee98 100644 --- a/ntfs2gtfs/tests/ntfs2gtfs.rs +++ b/ntfs2gtfs/tests/ntfs2gtfs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/ntfs2netexfr/Cargo.toml b/ntfs2netexfr/Cargo.toml index 404914671..e0851302c 100644 --- a/ntfs2netexfr/Cargo.toml +++ b/ntfs2netexfr/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntfs2netexfr" version = "1.0.0" -authors = ["Kisio Digital "] +authors = ["Hove "] license = "AGPL-3.0-only" description = "Binary to convert Transit data from NTFS format to NeTEx France" edition = "2018" diff --git a/ntfs2netexfr/src/main.rs b/ntfs2netexfr/src/main.rs index 40098ed5f..39e31632a 100644 --- a/ntfs2netexfr/src/main.rs +++ b/ntfs2netexfr/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Kisio Digital and/or its affiliates. +// Copyright 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/ntfs2ntfs/Cargo.toml b/ntfs2ntfs/Cargo.toml index b2b6d8bb9..008d58991 100644 --- a/ntfs2ntfs/Cargo.toml +++ b/ntfs2ntfs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ntfs2ntfs" version = "1.0.0" -authors = ["Kisio Digital "] +authors = ["Hove "] license = "AGPL-3.0-only" description = "Binary to check and clean a NTFS" edition = "2018" diff --git a/ntfs2ntfs/src/main.rs b/ntfs2ntfs/src/main.rs index e52402c31..135094ced 100644 --- a/ntfs2ntfs/src/main.rs +++ b/ntfs2ntfs/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Kisio Digital and/or its affiliates. +// Copyright 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/restrict-validity-period/Cargo.toml b/restrict-validity-period/Cargo.toml index 17025584f..4072fb76a 100644 --- a/restrict-validity-period/Cargo.toml +++ b/restrict-validity-period/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "restrict-validity-period" version = "1.0.0" -authors = ["Kisio Digital "] +authors = ["Hove "] license = "AGPL-3.0-only" description = "Binary to restrict the validity period of a NTFS and purge out-of-date data." edition = "2018" diff --git a/restrict-validity-period/src/main.rs b/restrict-validity-period/src/main.rs index b3142c999..a548e8786 100644 --- a/restrict-validity-period/src/main.rs +++ b/restrict-validity-period/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2020 Kisio Digital and/or its affiliates. +// Copyright 2020 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as diff --git a/src/add_prefix.rs b/src/add_prefix.rs index 70614c07b..2c638589f 100644 --- a/src/add_prefix.rs +++ b/src/add_prefix.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/calendars.rs b/src/calendars.rs index 2ca8a5e0f..a1062f923 100644 --- a/src/calendars.rs +++ b/src/calendars.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/configuration.rs b/src/configuration.rs index 2a763bcfc..46a0f04c9 100644 --- a/src/configuration.rs +++ b/src/configuration.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/gtfs/mod.rs b/src/gtfs/mod.rs index b8182f31d..06c283765 100644 --- a/src/gtfs/mod.rs +++ b/src/gtfs/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/gtfs/read.rs b/src/gtfs/read.rs index 83a79ac89..eaa86520b 100644 --- a/src/gtfs/read.rs +++ b/src/gtfs/read.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/gtfs/write.rs b/src/gtfs/write.rs index 665a332c7..23627e289 100644 --- a/src/gtfs/write.rs +++ b/src/gtfs/write.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/lib.rs b/src/lib.rs index bc51be639..db7c47957 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/model.rs b/src/model.rs index 235843fd3..240fa6fc5 100644 --- a/src/model.rs +++ b/src/model.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/calendars.rs b/src/netex_france/calendars.rs index b91f97bb1..0b1d668f5 100644 --- a/src/netex_france/calendars.rs +++ b/src/netex_france/calendars.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/companies.rs b/src/netex_france/companies.rs index b9c67ee27..25931f6ea 100644 --- a/src/netex_france/companies.rs +++ b/src/netex_france/companies.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/exporter.rs b/src/netex_france/exporter.rs index 2a6429921..3f85e4298 100644 --- a/src/netex_france/exporter.rs +++ b/src/netex_france/exporter.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/lines.rs b/src/netex_france/lines.rs index 29f4c6eb6..0606a14e2 100644 --- a/src/netex_france/lines.rs +++ b/src/netex_france/lines.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/mod.rs b/src/netex_france/mod.rs index 31beb76b5..6ad7d4938 100644 --- a/src/netex_france/mod.rs +++ b/src/netex_france/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/modes.rs b/src/netex_france/modes.rs index ed64abf35..59632b938 100644 --- a/src/netex_france/modes.rs +++ b/src/netex_france/modes.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/networks.rs b/src/netex_france/networks.rs index f9355a8f7..bc6057d3f 100644 --- a/src/netex_france/networks.rs +++ b/src/netex_france/networks.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/offer.rs b/src/netex_france/offer.rs index 70ce629af..bb8be3ed8 100644 --- a/src/netex_france/offer.rs +++ b/src/netex_france/offer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/route_points.rs b/src/netex_france/route_points.rs index cc2c61308..cc3c9cdcb 100644 --- a/src/netex_france/route_points.rs +++ b/src/netex_france/route_points.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/stops.rs b/src/netex_france/stops.rs index d6e5884b0..9c411de79 100644 --- a/src/netex_france/stops.rs +++ b/src/netex_france/stops.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_france/transfers.rs b/src/netex_france/transfers.rs index d5471c81d..8d2dc547e 100644 --- a/src/netex_france/transfers.rs +++ b/src/netex_france/transfers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/netex_utils/mod.rs b/src/netex_utils/mod.rs index f6046017f..6da45fb7f 100644 --- a/src/netex_utils/mod.rs +++ b/src/netex_utils/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/ntfs/mod.rs b/src/ntfs/mod.rs index e07125f22..8cc5ca172 100644 --- a/src/ntfs/mod.rs +++ b/src/ntfs/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/ntfs/read.rs b/src/ntfs/read.rs index 1863cf8e0..6a94258ea 100644 --- a/src/ntfs/read.rs +++ b/src/ntfs/read.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/ntfs/write.rs b/src/ntfs/write.rs index f41972176..c9ac359e1 100644 --- a/src/ntfs/write.rs +++ b/src/ntfs/write.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/objects.rs b/src/objects.rs index 35ec808dc..6a1a9741d 100644 --- a/src/objects.rs +++ b/src/objects.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/parser.rs b/src/parser.rs index 6490fc517..71ada0734 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/serde_utils.rs b/src/serde_utils.rs index 7bbbb6934..c7e3cc5a8 100644 --- a/src/serde_utils.rs +++ b/src/serde_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/test_utils.rs b/src/test_utils.rs index 23b0fc098..8ab35e4f1 100644 --- a/src/test_utils.rs +++ b/src/test_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/transfers.rs b/src/transfers.rs index d55fa035c..c8947cd36 100644 --- a/src/transfers.rs +++ b/src/transfers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/utils.rs b/src/utils.rs index 9ee949fb6..722163f15 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/validity_period.rs b/src/validity_period.rs index 40f400e55..2da2cc202 100644 --- a/src/validity_period.rs +++ b/src/validity_period.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/version_utils.rs b/src/version_utils.rs index dceddc972..c5b51d88c 100644 --- a/src/version_utils.rs +++ b/src/version_utils.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/src/vptranslator.rs b/src/vptranslator.rs index 05138f5eb..60104cd18 100644 --- a/src/vptranslator.rs +++ b/src/vptranslator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/tests/gtfs2ntfs.rs b/tests/gtfs2ntfs.rs index ea1ba1715..3ea15e662 100644 --- a/tests/gtfs2ntfs.rs +++ b/tests/gtfs2ntfs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/tests/read_gtfs.rs b/tests/read_gtfs.rs index c5210fbca..901b49b9f 100644 --- a/tests/read_gtfs.rs +++ b/tests/read_gtfs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Kisio Digital and/or its affiliates. +// Copyright (C) 2021 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/tests/read_ntfs.rs b/tests/read_ntfs.rs index 961be8fcb..042f607a5 100644 --- a/tests/read_ntfs.rs +++ b/tests/read_ntfs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/tests/restrict_validity_period.rs b/tests/restrict_validity_period.rs index 71e5ce7de..67e53ed2f 100644 --- a/tests/restrict_validity_period.rs +++ b/tests/restrict_validity_period.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/tests/transfers.rs b/tests/transfers.rs index 353d0437d..56b520dba 100644 --- a/tests/transfers.rs +++ b/tests/transfers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the diff --git a/tests/write_netex_france.rs b/tests/write_netex_france.rs index a8a219e69..7c105cc9c 100644 --- a/tests/write_netex_france.rs +++ b/tests/write_netex_france.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Kisio Digital and/or its affiliates. +// Copyright (C) 2017 Hove and/or its affiliates. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Affero General Public License as published by the