File tree Expand file tree Collapse file tree 16 files changed +151
-133
lines changed Expand file tree Collapse file tree 16 files changed +151
-133
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.18.1] - 2025-01-31
10
+ ### Changed
11
+ - Cleanup license headers (GH-issue #13 )
12
+ - Remove legacy rakefile (GH-issue #29 )
13
+
9
14
## [ 0.18.0] - 2024-12-18
10
15
### Changed
11
16
- Add feature "serde-support", which adds to crate's types Serialize/Deserialize
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dlt-core"
3
- version = " 0.18.0 "
3
+ version = " 0.18.1 "
4
4
authors = [" esrlabs.com" ]
5
5
edition = " 2021"
6
6
description = """
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2021 ESR Labs GmbH
189
+ Copyright 2021 by Accenture ESR
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1
+ // Copyright 2021 by Accenture ESR
2
2
//
3
- // NOTICE: All information contained herein is, and remains
4
- // the property of E.S.R.Labs and its suppliers, if any.
5
- // The intellectual and technical concepts contained herein are
6
- // proprietary to E.S.R.Labs and its suppliers and may be covered
7
- // by German and Foreign Patents, patents in process, and are protected
8
- // by trade secret or copyright law.
9
- // Dissemination of this information or reproduction of this material
10
- // is strictly forbidden unless prior written permission is obtained
11
- // from E.S.R.Labs.
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
12
14
13
15
//! # DLT data types
14
16
//!
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1
+ // Copyright 2021 by Accenture ESR
2
2
//
3
- // NOTICE: All information contained herein is, and remains
4
- // the property of E.S.R.Labs and its suppliers, if any.
5
- // The intellectual and technical concepts contained herein are
6
- // proprietary to E.S.R.Labs and its suppliers and may be covered
7
- // by German and Foreign Patents, patents in process, and are protected
8
- // by trade secret or copyright law.
9
- // Dissemination of this information or reproduction of this material
10
- // is strictly forbidden unless prior written permission is obtained
11
- // from E.S.R.Labs.
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
12
14
13
15
//! # Support for FIBEX files
14
16
//!
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1
+ // Copyright 2021 by Accenture ESR
2
2
//
3
- // NOTICE: All information contained herein is, and remains
4
- // the property of E.S.R.Labs and its suppliers, if any.
5
- // The intellectual and technical concepts contained herein are
6
- // proprietary to E.S.R.Labs and its suppliers and may be covered
7
- // by German and Foreign Patents, patents in process, and are protected
8
- // by trade secret or copyright law.
9
- // Dissemination of this information or reproduction of this material
10
- // is strictly forbidden unless prior written permission is obtained
11
- // from E.S.R.Labs.
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
12
14
13
15
//! # filter definitions for filtering dlt messages
14
16
use crate :: dlt;
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1
+ // Copyright 2021 by Accenture ESR
2
2
//
3
- // NOTICE: All information contained herein is, and remains
4
- // the property of E.S.R.Labs and its suppliers, if any.
5
- // The intellectual and technical concepts contained herein are
6
- // proprietary to E.S.R.Labs and its suppliers and may be covered
7
- // by German and Foreign Patents, patents in process, and are protected
8
- // by trade secret or copyright law.
9
- // Dissemination of this information or reproduction of this material
10
- // is strictly forbidden unless prior written permission is obtained
11
- // from E.S.R.Labs.
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
12
14
13
15
//! # dlt parsing support
14
16
use crate :: {
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1
+ // Copyright 2021 by Accenture ESR
2
2
//
3
- // NOTICE: All information contained herein is, and remains
4
- // the property of E.S.R.Labs and its suppliers, if any.
5
- // The intellectual and technical concepts contained herein are
6
- // proprietary to E.S.R.Labs and its suppliers and may be covered
7
- // by German and Foreign Patents, patents in process, and are protected
8
- // by trade secret or copyright law.
9
- // Dissemination of this information or reproduction of this material
10
- // is strictly forbidden unless prior written permission is obtained
11
- // from E.S.R.Labs.
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
12
14
13
15
//! # proptest support for generating dlt data structures
14
16
use crate :: dlt:: * ;
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1
+ // Copyright 2021 by Accenture ESR
2
2
//
3
- // NOTICE: All information contained herein is, and remains
4
- // the property of E.S.R.Labs and its suppliers, if any.
5
- // The intellectual and technical concepts contained herein are
6
- // proprietary to E.S.R.Labs and its suppliers and may be covered
7
- // by German and Foreign Patents, patents in process, and are protected
8
- // by trade secret or copyright law.
9
- // Dissemination of this information or reproduction of this material
10
- // is strictly forbidden unless prior written permission is obtained
11
- // from E.S.R.Labs.
3
+ // Licensed under the Apache License, Version 2.0 (the "License");
4
+ // you may not use this file except in compliance with the License.
5
+ // You may obtain a copy of the License at
6
+ //
7
+ // http://www.apache.org/licenses/LICENSE-2.0
8
+ //
9
+ // Unless required by applicable law or agreed to in writing, software
10
+ // distributed under the License is distributed on an "AS IS" BASIS,
11
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ // See the License for the specific language governing permissions and
13
+ // limitations under the License.
12
14
13
15
//! # official supported DLT service ids
14
16
You can’t perform that action at this time.
0 commit comments