Skip to content

Commit

Permalink
refactor: rename licenses and fix CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin committed Apr 5, 2022
1 parent f7d70cb commit 3616ea7
Show file tree
Hide file tree
Showing 58 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Kisio Digital <[email protected]>", "Guillaume Pinot <[email protected]>"]
authors = ["Hove <[email protected]>", "Guillaume Pinot <[email protected]>"]
name = "transit_model"
version = "0.49.0"
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion examples/gtfs_reader.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/ntfs_crawler.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gtfs2netexfr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gtfs2netexfr"
version = "1.1.0"
authors = ["Kisio Digital <[email protected]>"]
authors = ["Hove <[email protected]>"]
license = "AGPL-3.0-only"
description = "Binary to convert Transit data from GTFS format to NeTEx France"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion gtfs2netexfr/src/main.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gtfs2ntfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gtfs2ntfs"
version = "1.1.0"
authors = ["Kisio Digital <[email protected]>"]
authors = ["Hove <[email protected]>"]
license = "AGPL-3.0-only"
description = "Binary to convert Transit data from GTFS format to NTFS"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion gtfs2ntfs/src/main.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion model-builder/src/builder.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion model-builder/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntfs2gtfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ntfs2gtfs"
version = "1.1.0"
authors = ["Kisio Digital <[email protected]>"]
authors = ["Hove <[email protected]>"]
license = "AGPL-3.0-only"
description = "Binary to convert Transit data from NTFS format to GTFS"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion ntfs2gtfs/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntfs2gtfs/src/main.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntfs2gtfs/tests/ntfs2gtfs.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntfs2netexfr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ntfs2netexfr"
version = "1.0.0"
authors = ["Kisio Digital <[email protected]>"]
authors = ["Hove <[email protected]>"]
license = "AGPL-3.0-only"
description = "Binary to convert Transit data from NTFS format to NeTEx France"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion ntfs2netexfr/src/main.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntfs2ntfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ntfs2ntfs"
version = "1.0.0"
authors = ["Kisio Digital <[email protected]>"]
authors = ["Hove <[email protected]>"]
license = "AGPL-3.0-only"
description = "Binary to check and clean a NTFS"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion ntfs2ntfs/src/main.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion restrict-validity-period/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "restrict-validity-period"
version = "1.0.0"
authors = ["Kisio Digital <[email protected]>"]
authors = ["Hove <[email protected]>"]
license = "AGPL-3.0-only"
description = "Binary to restrict the validity period of a NTFS and purge out-of-date data."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion restrict-validity-period/src/main.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/add_prefix.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/calendars.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/configuration.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gtfs/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gtfs/read.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gtfs/write.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/model.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/calendars.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/companies.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/exporter.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/lines.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/modes.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/networks.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/offer.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/route_points.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/stops.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_france/transfers.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/netex_utils/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ntfs/mod.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ntfs/read.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ntfs/write.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/objects.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/serde_utils.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test_utils.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/transfers.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/validity_period.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/version_utils.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/vptranslator.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/gtfs2ntfs.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/read_gtfs.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/read_ntfs.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/restrict_validity_period.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/transfers.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/write_netex_france.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3616ea7

Please sign in to comment.