Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions cr_checker/resources/templates.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,16 @@
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
[rs]
// *******************************************************************************
// Copyright (c) {year} Contributors to the Eclipse Foundation
//
// See the NOTICE file(s) distributed with this work for additional
// information regarding copyright ownership.
//
// This program and the accompanying materials are made available under the
// terms of the Apache License Version 2.0 which is available at
// <https://www.apache.org/licenses/LICENSE-2.0>
//
// SPDX-License-Identifier: Apache-2.0
// *******************************************************************************

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

//
// Copyright (c) 2025 Contributors to the Eclipse Foundation
//
// See the NOTICE file(s) distributed with this work for additional
// information regarding copyright ownership.
//
// This program and the accompanying materials are made available under the
// terms of the Apache License Version 2.0 which is available at
// https://www.apache.org/licenses/LICENSE-2.0
//
// SPDX-License-Identifier: Apache-2.0
//

Currently we use in tones of code this version. are those ******************************************************************************* needed ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know but every other template has it so I guess there shouldn't be a special case for rust

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okey