Skip to content

Commit 53e3fed

Browse files
author
Tim Ansell
authored
Merge pull request #65 from antmicro/license
Fix Licenses
2 parents 514ebda + cc5f555 commit 53e3fed

File tree

5 files changed

+66
-25
lines changed

5 files changed

+66
-25
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
# Copyright (C) 2017-2021 The SymbiFlow Authors.
1+
# Copyright (C) 2017-2021 The SymbiFlow Authors.
22
#
3-
# Use of this source code is governed by a ISC-style
4-
# license that can be found in the LICENSE file or at
5-
# https://opensource.org/licenses/ISC
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
66
#
7-
# SPDX-License-Identifier: ISC
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# SPDX-License-Identifier: Apache-2.0
816

917
name: CI tests
1018
on: [push, pull_request]

.readthedocs.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Copyright (C) 2017-2021 The SymbiFlow Authors.
22
#
3-
# Use of this source code is governed by a ISC-style
4-
# license that can be found in the LICENSE file or at
5-
# https://opensource.org/licenses/ISC
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
66
#
7-
# SPDX-License-Identifier: ISC
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# SPDX-License-Identifier: Apache-2.0
816
#
917
# .readthedocs.yml
1018
# Read the Docs configuration file

docs/Makefile

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
# Copyright (C) 2017-2020 The SymbiFlow Authors.
1+
# Copyright (C) 2017-2021 The SymbiFlow Authors.
22
#
3-
# Use of this source code is governed by a ISC-style
4-
# license that can be found in the LICENSE file or at
5-
# https://opensource.org/licenses/ISC
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# SPDX-License-Identifier: Apache-2.0
616
#
7-
# SPDX-License-Identifier: ISC
817
# Minimal makefile for Sphinx documentation
918

1019

docs/conf.py

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2017-2020 The SymbiFlow Authors.
4+
# Copyright (C) 2017-2021 The SymbiFlow Authors.
55
#
6-
# Use of this source code is governed by a ISC-style
7-
# license that can be found in the LICENSE file or at
8-
# https://opensource.org/licenses/ISC
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
99
#
10-
# SPDX-License-Identifier: ISC
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
# SPDX-License-Identifier: Apache-2.0
1119

12-
# SymbiFlow V2X documentation build configuration file, created by
13-
# sphinx-quickstart on Mon Feb 5 11:04:37 2018.
20+
# SymbiFlow Interchange-schema documentation build configuration file,
21+
# created by sphinx-quickstart on Mon Feb 5 11:04:37 2018.
1422
#
1523
# This file is execfile()d with the current directory set to its
1624
# containing dir.

docs/environment.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Copyright (C) 2017-2021 The SymbiFlow Authors.
22
#
3-
# Use of this source code is governed by a ISC-style
4-
# license that can be found in the LICENSE file or at
5-
# https://opensource.org/licenses/ISC
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
66
#
7-
# SPDX-License-Identifier: ISC
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# SPDX-License-Identifier: Apache-2.0
816

917
name: fpga-interchange-schema-docs
1018
channels:

0 commit comments

Comments
 (0)