File tree Expand file tree Collapse file tree 5 files changed +66
-25
lines changed Expand file tree Collapse file tree 5 files changed +66
-25
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (C) 2017-2021 The SymbiFlow Authors.
1
+ # Copyright (C) 2017-2021 The SymbiFlow Authors.
2
2
#
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
6
#
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
8
16
9
17
name : CI tests
10
18
on : [push, pull_request]
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2017-2021 The SymbiFlow Authors.
2
2
#
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
6
#
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
8
16
#
9
17
# .readthedocs.yml
10
18
# Read the Docs configuration file
Original file line number Diff line number Diff line change 1
- # Copyright (C) 2017-2020 The SymbiFlow Authors.
1
+ # Copyright (C) 2017-2021 The SymbiFlow Authors.
2
2
#
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
6
16
#
7
- # SPDX-License-Identifier: ISC
8
17
# Minimal makefile for Sphinx documentation
9
18
10
19
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
# -*- coding: utf-8 -*-
3
3
#
4
- # Copyright (C) 2017-2020 The SymbiFlow Authors.
4
+ # Copyright (C) 2017-2021 The SymbiFlow Authors.
5
5
#
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
9
9
#
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
11
19
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.
14
22
#
15
23
# This file is execfile()d with the current directory set to its
16
24
# containing dir.
Original file line number Diff line number Diff line change 1
1
# Copyright (C) 2017-2021 The SymbiFlow Authors.
2
2
#
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
6
#
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
8
16
9
17
name : fpga-interchange-schema-docs
10
18
channels :
You can’t perform that action at this time.
0 commit comments