Skip to content

Commit 0bac0f8

Browse files
committed
Udpated branch name with 'main' branch in the GitHub actions and updated copyright header.
Signed-off-by: Rocco, Marco <[email protected]>
1 parent f2d3cd3 commit 0bac0f8

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Linter
22
'on':
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
schedule:
1010
- cron: 0 16 * * *
1111
jobs:

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Sonar
22
'on':
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
branches:
8-
- master
8+
- main
99
schedule:
1010
- cron: 0 16 * * *
1111
jobs:

oauth1/authenticationutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2019-2020 Mastercard
3+
# Copyright 2019-2021 Mastercard
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without modification, are

oauth1/coreutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2019-2020 Mastercard
3+
# Copyright 2019-2021 Mastercard
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without modification, are

oauth1/oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2019-2020 Mastercard
3+
# Copyright 2019-2021 Mastercard
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without modification, are

oauth1/signer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2019-2020 Mastercard
3+
# Copyright 2019-2021 Mastercard
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without modification, are

oauth1/signer_interceptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright 2019-2020 Mastercard
3+
# Copyright 2019-2021 Mastercard
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without modification, are

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2019-2020 Mastercard
2+
# Copyright 2019-2021 Mastercard
33
#
44
# Redistribution and use in source and binary forms, with or without modification, are
55
# permitted provided that the following conditions are met:

tests/test_interceptor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-#
22
#
33
#
4-
# Copyright 2019-2020 Mastercard
4+
# Copyright 2019-2021 Mastercard
55
# All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without modification, are

tests/test_oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-#
22
#
33
#
4-
# Copyright 2019-2020 Mastercard
4+
# Copyright 2019-2021 Mastercard
55
# All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without modification, are

0 commit comments

Comments
 (0)