Skip to content

Commit

Permalink
Add copyright header to sets.vpr
Browse files Browse the repository at this point in the history
Same header as encoding-sketches/interfaces.vpr, with 2020 updated to 2023.
  • Loading branch information
dnezam authored Dec 8, 2023
1 parent 9fd69a9 commit 2011465
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/noaxioms/sets.vpr
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) 2011-2023 ETH Zurich.

domain $Set[E] {
function Set_in(e: E, s: $Set[E]): Bool
function Set_card(s: $Set[E]): Int
Expand Down

0 comments on commit 2011465

Please sign in to comment.