Skip to content

Commit 7d09563

Browse files
krussmarcmo
authored andcommitted
Cleanup license headers (#13)
Remove rakefile (#29)
1 parent 8615a70 commit 7d09563

16 files changed

+151
-133
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.18.1] - 2025-01-31
10+
### Changed
11+
- Cleanup license headers (GH-issue #13)
12+
- Remove legacy rakefile (GH-issue #29)
13+
914
## [0.18.0] - 2024-12-18
1015
### Changed
1116
- Add feature "serde-support", which adds to crate's types Serialize/Deserialize

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dlt-core"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
authors = ["esrlabs.com"]
55
edition = "2021"
66
description = """

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2021 ESR Labs GmbH
189+
Copyright 2021 by Accenture ESR
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

rakefile.rb

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/dlt.rs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
// Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1+
// Copyright 2021 by Accenture ESR
22
//
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.
1214

1315
//! # DLT data types
1416
//!

src/fibex.rs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
// Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1+
// Copyright 2021 by Accenture ESR
22
//
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.
1214

1315
//! # Support for FIBEX files
1416
//!

src/filtering.rs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
// Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1+
// Copyright 2021 by Accenture ESR
22
//
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.
1214

1315
//! # filter definitions for filtering dlt messages
1416
use crate::dlt;

src/parse.rs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
// Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1+
// Copyright 2021 by Accenture ESR
22
//
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.
1214

1315
//! # dlt parsing support
1416
use crate::{

src/proptest_strategies.rs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
// Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1+
// Copyright 2021 by Accenture ESR
22
//
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.
1214

1315
//! # proptest support for generating dlt data structures
1416
use crate::dlt::*;

src/service_id.rs

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
// Copyright (c) 2021 ESR Labs GmbH. All rights reserved.
1+
// Copyright 2021 by Accenture ESR
22
//
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.
1214

1315
//! # official supported DLT service ids
1416

0 commit comments

Comments
 (0)