Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
94e4d3c4
Unverified
Commit
94e4d3c4
authored
Aug 13, 2021
by
Keith Yeung
Committed by
GitHub
Aug 13, 2021
Browse files
Replace cumulus with polkadot in license headers (#3636)
parent
117466aa
Pipeline
#152631
canceled with stages
in 31 minutes and 28 seconds
Changes
12
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
xcm/pallet-xcm/src/lib.rs
View file @
94e4d3c4
// Copyright 2020-2021 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Cumulus
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Cumulus
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Pallet to handle XCM messages.
...
...
xcm/src/v0/junction.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Support data structures for `MultiLocation`, primarily the `Junction` datatype.
...
...
xcm/src/v0/mod.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Version 0 of the Cross-Consensus Message format data structures.
...
...
xcm/src/v0/multi_asset.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Cross-Consensus Message format data structures.
...
...
xcm/src/v0/multi_location.rs
View file @
94e4d3c4
// Copyright 2020-2021 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Cross-Consensus Message format data structures.
...
...
xcm/src/v0/order.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Version 0 of the Cross-Consensus Message format data structures.
...
...
xcm/src/v0/traits.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Cross-Consensus Message format data structures.
...
...
xcm/src/v1/junction.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Support data structures for `MultiLocation`, primarily the `Junction` datatype.
...
...
xcm/src/v1/mod.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Version 1 of the Cross-Consensus Message format data structures.
...
...
xcm/src/v1/multilocation.rs
View file @
94e4d3c4
// Copyright 2020-2021 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Cross-Consensus Message format data structures.
...
...
xcm/src/v1/order.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Version 1 of the Cross-Consensus Message format data structures.
...
...
xcm/src/v1/traits.rs
View file @
94e4d3c4
// Copyright 2020 Parity Technologies (UK) Ltd.
// This file is part of
Cumulus
.
// This file is part of
Polkadot
.
//
Substrate
is free software: you can redistribute it and/or modify
//
Polkadot
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.
//
Substrate
is distributed in the hope that it will be useful,
//
Polkadot
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
Cumulus
. If not, see <http://www.gnu.org/licenses/>.
// along with
Polkadot
. If not, see <http://www.gnu.org/licenses/>.
//! Cross-Consensus Message format data structures.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment