Skip to content

Commit

Permalink
Removed Apache license
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo McNally <[email protected]>
  • Loading branch information
HU90m committed Dec 19, 2023
1 parent bdf9b6a commit c3de5ff
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 220 deletions.
File renamed without changes.
202 changes: 0 additions & 202 deletions LICENSE-APACHE

This file was deleted.

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright lowRISC Contributors.
# Licensed under both the MIT License and the Apache License, Version 2.
# See LICENSE-MIT and LICENSE-APACHE for details.
# SPDX-License-Identifier: MIT OR Apache-2.0
# Licensed under the MIT License, see LICENSE for details.
# SPDX-License-Identifier: MIT
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
Expand Down
5 changes: 2 additions & 3 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright lowRISC Contributors.
# Licensed under both the MIT License and the Apache License, Version 2.
# See LICENSE-MIT and LICENSE-APACHE for details.
# SPDX-License-Identifier: MIT OR Apache-2.0
# Licensed under the MIT License, see LICENSE for details.
# SPDX-License-Identifier: MIT
{
pkgs,
inputs,
Expand Down
5 changes: 2 additions & 3 deletions pkgs/python_ot/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright lowRISC Contributors.
# Licensed under both the MIT License and the Apache License, Version 2.
# See LICENSE-MIT and LICENSE-APACHE for details.
# SPDX-License-Identifier: MIT OR Apache-2.0
# Licensed under the MIT License, see LICENSE for details.
# SPDX-License-Identifier: MIT
{
inputs,
pkgs,
Expand Down
5 changes: 2 additions & 3 deletions pkgs/python_ot/python.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright lowRISC Contributors.
# Licensed under both the MIT License and the Apache License, Version 2.
# See LICENSE-MIT and LICENSE-APACHE for details.
# SPDX-License-Identifier: MIT OR Apache-2.0
# Licensed under the MIT License, see LICENSE for details.
# SPDX-License-Identifier: MIT
#
# Hack, see https://github.com/charlottia/hdx/pull/1
{...} @ inputs: let
Expand Down
5 changes: 2 additions & 3 deletions pkgs/python_ot/sitecustomize.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Copyright lowRISC Contributors
# Copyright Nixpkgs/NixOS Contributors
# Licensed under both the MIT License and the Apache License, Version 2.
# See LICENSE-MIT and LICENSE-APACHE for details.
# SPDX-License-Identifier: MIT OR Apache-2.0
# Licensed under the MIT License, see LICENSE for details.
# SPDX-License-Identifier: MIT

"""
This is a Nix-specific module for discovering modules built with Nix.
Expand Down
5 changes: 2 additions & 3 deletions pkgs/verilator/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright lowRISC Contributors.
# Licensed under both the MIT License and the Apache License, Version 2.
# See LICENSE-MIT and LICENSE-APACHE for details.
# SPDX-License-Identifier: MIT OR Apache-2.0
# Licensed under the MIT License, see LICENSE for details.
# SPDX-License-Identifier: MIT
{pkgs, ...}:
pkgs.verilator.overrideAttrs rec {
version = "4.210";
Expand Down

0 comments on commit c3de5ff

Please sign in to comment.