Skip to content

Commit

Permalink
Merge pull request #435 from woshilapin/license
Browse files Browse the repository at this point in the history
Update licenses and add missing licenses
  • Loading branch information
datanel committed Oct 29, 2019
2 parents 8619e90 + c1c6c0e commit bc6f800
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 3 deletions.
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 2017-2019 Kisio Digital and/or its affiliates.
// Copyright 2017 Kisio Digital 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
16 changes: 16 additions & 0 deletions src/netex_idf/offers.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Kisio Digital 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
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see
// <http://www.gnu.org/licenses/>.

use crate::{
minidom_utils::{TryAttribute, TryOnlyChild},
model::Collections,
Expand Down
16 changes: 16 additions & 0 deletions src/netex_utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Kisio Digital 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
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see
// <http://www.gnu.org/licenses/>.

use crate::{minidom_utils::TryOnlyChild, Result};
use failure::{bail, format_err, Error};
use minidom::Element;
Expand Down
2 changes: 1 addition & 1 deletion src/transxchange/bank_holidays.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 Kisio Digital 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
16 changes: 16 additions & 0 deletions src/transxchange/operating_profile.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// Copyright 2017 Kisio Digital 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
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see
// <http://www.gnu.org/licenses/>.

use crate::{
minidom_utils::TryOnlyChild,
objects::{Date, ValidityPeriod},
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 2017-2019 Kisio Digital and/or its affiliates.
// Copyright 2017 Kisio Digital 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

0 comments on commit bc6f800

Please sign in to comment.