Skip to content

Commit

Permalink
Updated references to new 'main' branch
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Oct 6, 2023
1 parent 471ef13 commit 8347a00
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git config user.email "<>"
git add CHANGELOG.md setup.py redfish_service_validator/RedfishServiceValidator.py
git commit -s -m "${{github.event.inputs.version}} versioning"
git push origin master
git push origin main
- name: Make the release
id: create_release
uses: actions/create-release@v1
Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# Copyright 2022 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link:
# https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

from redfish_service_validator.RedfishServiceValidator import main, my_logger
import sys
Expand Down
2 changes: 1 addition & 1 deletion RedfishServiceValidatorGui.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# Copyright 2022 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link:
# https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

from redfish_service_validator.RedfishServiceValidatorGui import main

Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/RedfishLogo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2018-2019 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

"""
Redfish Logo
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/RedfishServiceValidator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2016-2021 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/RedfishServiceValidatorGui.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2016-2019 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

"""
Redfish Service Validator GUI
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2016-2021 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

import configparser
import logging
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2016-2020 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

import re
import logging
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2018-2020 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

import os
import time
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/schema_pack.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2018-2021 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

import argparse
import os
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/tohtml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2016-2019 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

if __name__ != '__main__':
from redfish_service_validator.helper import getType
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/traverse.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2016-2020 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

import json
from datetime import datetime
Expand Down
2 changes: 1 addition & 1 deletion redfish_service_validator/validateResource.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2016-2021 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

import logging
from collections import Counter, OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Notice:
# Copyright 2022 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link:
# https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md

from setuptools import setup
from codecs import open
Expand Down
2 changes: 1 addition & 1 deletion tests/test_catalog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Notice:
# Copyright 2017-2019 DMTF. All rights reserved.
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/master/LICENSE.md
# License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/Redfish-Service-Validator/blob/main/LICENSE.md
#
# Unit tests for RedfishServiceValidator.py
#
Expand Down

0 comments on commit 8347a00

Please sign in to comment.