Skip to content

Commit

Permalink
Ensure MIT-0 license in all source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark R. Tuttle authored and markrtuttle committed Apr 22, 2022
1 parent 311cbc4 commit 2a5af86
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/cbmc_starter_kit/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT-0
2 changes: 1 addition & 1 deletion src/cbmc_starter_kit/arguments.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT-0

"""Methods for common command-line argument parsing."""

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT-0

################################################################
# Documentation
#
Expand Down
3 changes: 3 additions & 0 deletions src/cbmc_starter_kit/migrate_license.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python3

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT-0

import logging
import os
import re
Expand Down
3 changes: 3 additions & 0 deletions src/cbmc_starter_kit/repository.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"""Discover repository properties like repository root, proof root, etc."""

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT-0

from pathlib import Path
from subprocess import Popen, PIPE
import json
Expand Down
2 changes: 1 addition & 1 deletion src/cbmc_starter_kit/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT-0

"""Version number."""

Expand Down

0 comments on commit 2a5af86

Please sign in to comment.