Skip to content

Commit

Permalink
Replace full copyright header with SPDX
Browse files Browse the repository at this point in the history
Add Muhammad Ragib Hasin to Contributors

Signed-off-by: 35V LG84 <[email protected]>
  • Loading branch information
35VLG84 committed Jan 11, 2025
1 parent e4aab29 commit 93b5240
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 39 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ link:https://github.com/byron[Byron],
link:https://github.com/zamazan4ik[zamazan4ik]
link:https://github.com/epage/[epage],
link:https://github.com/BurntSushi[BurntSushi],
link:https://github.com/RagibHasin[RagibHasin]
Thank you!
Expand Down
15 changes: 2 additions & 13 deletions tackler-core/src/model/price_entry.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2024-2025 E257.FI and Muhammad Ragib Hasin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Tackler-NG 2025
*
* SPDX-License-Identifier: Apache-2.0
*/

use rust_decimal::Decimal;
Expand Down
15 changes: 2 additions & 13 deletions tackler-core/src/parser/parts/pricedb.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2024-2025 E257.FI and Muhammad Ragib Hasin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Tackler-NG 2025
*
* SPDX-License-Identifier: Apache-2.0
*/

use winnow::{
Expand Down
15 changes: 2 additions & 13 deletions tackler-core/src/parser/pricedb_parser.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023-2025 E257.FI and Muhammad Ragib Hasin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Tackler-NG 2025
*
* SPDX-License-Identifier: Apache-2.0
*/

use winnow::{
Expand Down

0 comments on commit 93b5240

Please sign in to comment.