Skip to content

Commit

Permalink
Fix license stub
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac committed May 28, 2024
1 parent 4f01fa3 commit d4d82c5
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion model_signing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion model_signing/hashing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion model_signing/hashing/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion model_signing/hashing/file_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion model_signing/hashing/hashing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion model_signing/hashing/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion model_signing/hashing/memory_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion model_signing/hashing/precomputed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion model_signing/hashing/precomputed_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion model_signing/serialize_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4d82c5

Please sign in to comment.