File tree Expand file tree Collapse file tree 10 files changed +20
-53
lines changed
Expand file tree Collapse file tree 10 files changed +20
-53
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) Facebook, Inc. and its affiliates.
3+ Copyright (c) The partial-io Contributors.
4+ Originally copyright (c) Facebook, Inc. and its affiliates.
45
56Permission is hereby granted, free of charge, to any person obtaining a copy
67of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
1+ // Copyright (c) The partial-io Contributors
2+ // SPDX-License-Identifier: MIT
73
84//! An example of a buggy buffered writer that does not handle
95//! `io::ErrorKind::Interrupted` properly.
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (c) Facebook, Inc. and its affiliates.
3- #
4- # This source code is licensed under the MIT license found in the
5- # LICENSE file in the root directory of this source tree.
2+ # Copyright (c) The partial-io Contributors
3+ # SPDX-License-Identifier: MIT
64
75# stop running if any of these steps fail
86set -e
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
1+ // Copyright (c) The partial-io Contributors
2+ // SPDX-License-Identifier: MIT
73
84//! This module contains an `AsyncRead` wrapper that breaks its inputs up
95//! according to a provided iterator.
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
1+ // Copyright (c) The partial-io Contributors
2+ // SPDX-License-Identifier: MIT
73
84//! This module contains an `AsyncWrite` wrapper that breaks writes up
95//! according to a provided iterator.
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
1+ // Copyright (c) The partial-io Contributors
2+ // SPDX-License-Identifier: MIT
73
84use crate :: { make_ops, PartialOp } ;
95use std:: {
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
1+ // Copyright (c) The partial-io Contributors
2+ // SPDX-License-Identifier: MIT
73
84#![ deny( warnings) ]
95
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
1+ // Copyright (c) The partial-io Contributors
2+ // SPDX-License-Identifier: MIT
73
84//! `QuickCheck` support for partial IO operations.
95//!
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
1+ // Copyright (c) The partial-io Contributors
2+ // SPDX-License-Identifier: MIT
73
84//! This module contains a reader wrapper that breaks its inputs up according to
95//! a provided iterator.
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) Facebook, Inc. and its affiliates.
3- *
4- * This source code is licensed under the MIT license found in the
5- * LICENSE file in the root directory of this source tree.
6- */
1+ // Copyright (c) The partial-io Contributors
2+ // SPDX-License-Identifier: MIT
73
84//! This module contains a writer wrapper that breaks writes up according to a
95//! provided iterator.
You can’t perform that action at this time.
0 commit comments