diff --git a/model_signing/__init__.py b/model_signing/__init__.py index 2689fe28..0888a055 100644 --- a/model_signing/__init__.py +++ b/model_signing/__init__.py @@ -9,5 +9,5 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. diff --git a/model_signing/hashing/__init__.py b/model_signing/hashing/__init__.py index 2689fe28..0888a055 100644 --- a/model_signing/hashing/__init__.py +++ b/model_signing/hashing/__init__.py @@ -9,5 +9,5 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. diff --git a/model_signing/hashing/file.py b/model_signing/hashing/file.py index 4f5d0a1e..dcabce3a 100644 --- a/model_signing/hashing/file.py +++ b/model_signing/hashing/file.py @@ -9,7 +9,7 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. """Machinery for computing digests for a single file. diff --git a/model_signing/hashing/file_test.py b/model_signing/hashing/file_test.py index 2a115e77..13478ba1 100644 --- a/model_signing/hashing/file_test.py +++ b/model_signing/hashing/file_test.py @@ -9,7 +9,7 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. import pytest diff --git a/model_signing/hashing/hashing.py b/model_signing/hashing/hashing.py index 5fe768e7..bd881fe0 100644 --- a/model_signing/hashing/hashing.py +++ b/model_signing/hashing/hashing.py @@ -9,7 +9,7 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. """Machinery for computing digests for a single object. diff --git a/model_signing/hashing/memory.py b/model_signing/hashing/memory.py index df8893b7..bc1bcbe6 100644 --- a/model_signing/hashing/memory.py +++ b/model_signing/hashing/memory.py @@ -9,7 +9,7 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. """Digests for memory objects. diff --git a/model_signing/hashing/memory_test.py b/model_signing/hashing/memory_test.py index 0e47fcff..22ccb477 100644 --- a/model_signing/hashing/memory_test.py +++ b/model_signing/hashing/memory_test.py @@ -9,7 +9,7 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. from model_signing.hashing import memory diff --git a/model_signing/hashing/precomputed.py b/model_signing/hashing/precomputed.py index c5f98e2c..7c3234ab 100644 --- a/model_signing/hashing/precomputed.py +++ b/model_signing/hashing/precomputed.py @@ -9,7 +9,7 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. """Precomputed digests. diff --git a/model_signing/hashing/precomputed_test.py b/model_signing/hashing/precomputed_test.py index 8ccc374e..36d29d69 100644 --- a/model_signing/hashing/precomputed_test.py +++ b/model_signing/hashing/precomputed_test.py @@ -9,7 +9,7 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. import pytest diff --git a/model_signing/serialize_test.py b/model_signing/serialize_test.py index 1dc5bb48..2afc46e8 100644 --- a/model_signing/serialize_test.py +++ b/model_signing/serialize_test.py @@ -9,7 +9,7 @@ # 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 perepo_managerissions and +# See the License for the specific language governing permissions and # limitations under the License. import os