.pre-commit-config.yaml
-----------------------
 o Cleanup linting errors.

protoset.go
-----------
 o Update copyright notice to correct linting errors.

.reuse/
LICENSE/
--------
 o Add configs for reuse license checking.

tox.ini
-------
 o Add python3.8 as an accepted interprepter.

.reuse/
LICENSES/
---------
  o Add basic configs for using the reuse license checking tool.

Change-Id: I2df2dc1c7043d6beae1427c41769921c49cf2913
diff --git a/protoset.go b/protoset.go
index e971390..212ef1a 100755
--- a/protoset.go
+++ b/protoset.go
@@ -1,18 +1,7 @@
-/*
- * Copyright 2018-2024 Open Networking Foundation (ONF) and the ONF Contributors
- *
- * 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.
- */
+// Copyright 2018-2024 Open Networking Foundation Contributors
+// SPDX-FileCopyrightText: 2018-2024 Open Networking Foundation Contributors
+//
+// SPDX-License-Identifier: Apache-2.0
 
 /*
  * Import this file into a go project in order to cause `go mod vendor`