Skip to content

Commit

Permalink
Remove copyright strings (#24)
Browse files Browse the repository at this point in the history
Removes copyright strings, and allows this project to be in contribution
model sync with upstream.
  • Loading branch information
jaisnan committed Jun 25, 2024
1 parent e15993a commit 52bea58
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

* @model-checking/kani-devs
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# This workflow is responsible for building and releasing the book.

name: Build Book
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/kani.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# This workflow is responsible for verifying the standard library with Kani.

name: Kani
Expand Down Expand Up @@ -62,4 +59,3 @@ jobs:
run: |
kani verify-std -Z unstable-options ./library --target-dir ${{ runner.temp }} -Z function-contracts \
-Z mem-predicates -Z ptr-to-ref-cast-checks
3 changes: 0 additions & 3 deletions .github/workflows/rustc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# This workflow is responsible for building the standard library using the bootstrap script
# and executing the Rust regression.

Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

## File system
.DS_Store
desktop.ini
Expand Down
2 changes: 0 additions & 2 deletions doc/book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT
[book]
title = "Verify Rust Std Lib"
description = "How & What?"
Expand Down
3 changes: 0 additions & 3 deletions library/contracts/safety/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

[package]
name = "safety"
version = "0.1.0"
Expand Down
3 changes: 0 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

# This version should be updated whenever we update the version of the Rust
# standard library we currently track.

Expand Down

0 comments on commit 52bea58

Please sign in to comment.