Skip to content

Commit 1f48c75

Browse files
authored
Update copyright/license headers (#1084)
* Update copyright/license headers
1 parent fbfe312 commit 1f48c75

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+169
-17
lines changed

Binaries/DafnyPrelude.bpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Edited sequence axioms 20 October 2009 by Alex Summers.
55
// Modified 2014 by Dan Rosen.
66
// Copyright (c) 2008-2014, Microsoft.
7+
// Copyright by the contributors to the Dafny Project
8+
// SPDX-License-Identifier: MIT
79

810
const $$Language$Dafny: bool; // To be recognizable to the ModelViewer as
911
axiom $$Language$Dafny; // coming from a Dafny program.

Binaries/DafnyRuntime.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright by the contributors to the Dafny Project
2+
// SPDX-License-Identifier: MIT
3+
14
package dafny
25

36
import (

Binaries/DafnyRuntime.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright by the contributors to the Dafny Project
2+
// SPDX-License-Identifier: MIT
3+
14
#pragma once
25

36
#include <iostream>

Binaries/DafnyRuntime.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright by the contributors to the Dafny Project
2+
// SPDX-License-Identifier: MIT
3+
14
const BigNumber = require('bignumber.js');
25
BigNumber.config({ MODULO_MODE: BigNumber.EUCLID })
36
let _dafny = (function() {

README.md

Lines changed: 0 additions & 4 deletions

Source/Dafny/BigIntegerParser.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright by the contributors to the Dafny Project
2+
// SPDX-License-Identifier: MIT
3+
14
using System;
25
using System.Numerics;
36
using System.Globalization;

Source/Dafny/Cloner.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright by the contributors to the Dafny Project
2+
// SPDX-License-Identifier: MIT
3+
14
using System;
25
using System.Collections.Generic;
36
using System.Numerics;

Source/Dafny/Compiler-Csharp.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//-----------------------------------------------------------------------------
22
//
33
// Copyright (C) Microsoft Corporation. All Rights Reserved.
4+
// Copyright by the contributors to the Dafny Project
5+
// SPDX-License-Identifier: MIT
46
//
57
//-----------------------------------------------------------------------------
68
using System;

Source/Dafny/Compiler-cpp.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
//-----------------------------------------------------------------------------
22
//
3-
// Copyright (C) Amazon. All Rights Reserved.
3+
// Copyright by the contributors to the Dafny Project
4+
// SPDX-License-Identifier: MIT
45
//
56
//-----------------------------------------------------------------------------
7+
68
using System;
79
using System.CodeDom;
810
using System.Collections.Generic;

Source/Dafny/Compiler-go.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//-----------------------------------------------------------------------------
22
//
3-
// Copyright (C) Amazon. All Rights Reserved.
3+
// Copyright by the contributors to the Dafny Project
4+
// SPDX-License-Identifier: MIT
45
//
56
//-----------------------------------------------------------------------------
67
using System;

0 commit comments

Comments
 (0)