Skip to content

Commit 52bea58

Browse files
authored
Remove copyright strings (#24)
Removes copyright strings, and allows this project to be in contribution model sync with upstream.
1 parent e15993a commit 52bea58

File tree

9 files changed

+0
-27
lines changed

9 files changed

+0
-27
lines changed

.github/CODEOWNERS

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41
* @model-checking/kani-devs

.github/dependabot.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
52

63
version: 2

.github/workflows/book.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41
# This workflow is responsible for building and releasing the book.
52

63
name: Build Book

.github/workflows/kani.yml

-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41
# This workflow is responsible for verifying the standard library with Kani.
52

63
name: Kani
@@ -62,4 +59,3 @@ jobs:
6259
run: |
6360
kani verify-std -Z unstable-options ./library --target-dir ${{ runner.temp }} -Z function-contracts \
6461
-Z mem-predicates -Z ptr-to-ref-cast-checks
65-

.github/workflows/rustc.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41
# This workflow is responsible for building the standard library using the bootstrap script
52
# and executing the Rust regression.
63

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41
## File system
52
.DS_Store
63
desktop.ini

doc/book.toml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
31
[book]
42
title = "Verify Rust Std Lib"
53
description = "How & What?"

library/contracts/safety/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41
[package]
52
name = "safety"
63
version = "0.1.0"

rust-toolchain.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright Kani Contributors
2-
# SPDX-License-Identifier: Apache-2.0 OR MIT
3-
41
# This version should be updated whenever we update the version of the Rust
52
# standard library we currently track.
63

0 commit comments

Comments
 (0)