From 7d0306e959221e53be337dfcd4a079b53493bee6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 26 May 2024 17:11:36 -0700 Subject: [PATCH] Fix typo in license stub (#189) * Fix typo in license stub Signed-off-by: Mihai Maruseac * Fix one more typo Signed-off-by: Mihai Maruseac --------- Signed-off-by: Mihai Maruseac --- .github/dependabot.yml | 2 +- model_signing/main.py | 2 +- model_signing/model.py | 2 +- model_signing/serialize.py | 2 +- slsa_for_models/main.py | 2 +- slsa_for_models/pytorch_cifar10.py | 2 +- slsa_for_models/tensorflow_cifar10.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ed47c86..c3f9afd6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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. version: 2 diff --git a/model_signing/main.py b/model_signing/main.py index 7f4a0a57..6194c39b 100644 --- a/model_signing/main.py +++ b/model_signing/main.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 argparse diff --git a/model_signing/model.py b/model_signing/model.py index 3da76ece..40753029 100644 --- a/model_signing/model.py +++ b/model_signing/model.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 sigstore.sign import SigningContext diff --git a/model_signing/serialize.py b/model_signing/serialize.py index 98021d09..3c3ba0f1 100644 --- a/model_signing/serialize.py +++ b/model_signing/serialize.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 hashlib diff --git a/slsa_for_models/main.py b/slsa_for_models/main.py index 405b37af..7da17b4a 100644 --- a/slsa_for_models/main.py +++ b/slsa_for_models/main.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 argparse diff --git a/slsa_for_models/pytorch_cifar10.py b/slsa_for_models/pytorch_cifar10.py index d62752e6..686f0ad1 100644 --- a/slsa_for_models/pytorch_cifar10.py +++ b/slsa_for_models/pytorch_cifar10.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. diff --git a/slsa_for_models/tensorflow_cifar10.py b/slsa_for_models/tensorflow_cifar10.py index f82367d2..5f7d4d20 100644 --- a/slsa_for_models/tensorflow_cifar10.py +++ b/slsa_for_models/tensorflow_cifar10.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.