Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit f84c67d

Browse files
authored
misc: Update license in the header of the Python files (#17)
Update format of the license according to: https://elements.q-ctrl.com/code/licensing/#applying-the-open-source-license-in-python Changes proposed in this pull request: - Update license in the header of the Python files.
1 parent b6a0e2e commit f84c67d

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

qctrlpyquil/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 2019 Q-CTRL Pty Ltd & Q-CTRL Inc
1+
# Copyright 2021 Q-CTRL
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,

qctrlpyquil/program.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 2019 Q-CTRL Pty Ltd & Q-CTRL Inc
1+
# Copyright 2021 Q-CTRL
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -190,4 +190,4 @@ def convert_dds_to_pyquil_program(
190190
program += Pragma('END_PRESERVE_BLOCK')
191191

192192
return program
193-
193+

tests/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 2019 Q-CTRL Pty Ltd & Q-CTRL Inc
1+
# Copyright 2021 Q-CTRL
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,

tests/test_pyquil_sequence.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
2-
# Copyright 2019 Q-CTRL Pty Ltd & Q-CTRL Inc
1+
# Copyright 2021 Q-CTRL
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");
54
# you may not use this file except in compliance with the License.
65
# You may obtain a copy of the License at
76
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
98
#
109
# Unless required by applicable law or agreed to in writing, software
1110
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -66,4 +65,4 @@ def test_pyquil_program():
6665

6766
if __name__ == '__main__':
6867
test_pyquil_program()
69-
68+

0 commit comments

Comments
 (0)