Skip to content

Commit

Permalink
Remove license info as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Jun 25, 2024
1 parent 4b5b6a9 commit b41e2df
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

* @model-checking/kani-devs
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 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
2 changes: 0 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

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

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

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

name: Kani
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rustc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 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
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

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

[package]
name = "safety"
version = "0.1.0"
Expand Down
2 changes: 0 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 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 b41e2df

Please sign in to comment.