Skip to content

Commit 902895a

Browse files
committed
copyright checker: update rust template
match template for newest script remove <> around link
1 parent 092d229 commit 902895a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_tooling",
16-
version = "1.0.5",
16+
version = "1.0.6",
1717
compatibility_level = 1,
1818
)
1919

cr_checker/resources/templates.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
# *******************************************************************************
5353
[rs]
5454
// *******************************************************************************
55-
// Copyright (c) {year} Contributors to the Eclipse Foundation
55+
// Copyright (c) {year} {author}
5656
//
5757
// See the NOTICE file(s) distributed with this work for additional
5858
// information regarding copyright ownership.
5959
//
6060
// This program and the accompanying materials are made available under the
6161
// terms of the Apache License Version 2.0 which is available at
62-
// <https://www.apache.org/licenses/LICENSE-2.0>
62+
// https://www.apache.org/licenses/LICENSE-2.0
6363
//
6464
// SPDX-License-Identifier: Apache-2.0
6565
// *******************************************************************************

0 commit comments

Comments
 (0)