Skip to content

Commit

Permalink
update copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Davis committed Oct 31, 2019
1 parent fd60da0 commit 25aa1c9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions pyquil/latex/_diagram.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
##############################################################################
# Copyright 2019 Rigetti Computing
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##############################################################################

import sys
from copy import copy
from warnings import warn
Expand Down
16 changes: 16 additions & 0 deletions pyquil/latex/_ipython.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
##############################################################################
# Copyright 2019 Rigetti Computing
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##############################################################################

import os
import subprocess
import shutil
Expand Down
2 changes: 1 addition & 1 deletion pyquil/latex/latex_generation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################################################
# Copyright 2016-2017 Rigetti Computing
# Copyright 2016-2019 Rigetti Computing
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 25aa1c9

Please sign in to comment.