Skip to content

Commit 8ce96da

Browse files
committed
chore: Switch trunk to main
Also, upgrade copyright notice.
1 parent 09607e3 commit 8ce96da

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ "master" ]
8+
branches: [ "main" ]
99
schedule:
1010
- cron: '18 11 * * 3'
1111

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2022 Raphael Reitzig
3+
Copyright (c) 2018-2023 Raphael Reitzig
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SDKMAN! for fish
22

3-
[![license](https://img.shields.io/github/license/reitzig/sdkman-for-fish.svg)](https://github.com/reitzig/sdkman-for-fish/blob/master/LICENSE)
3+
[![license](https://img.shields.io/github/license/reitzig/sdkman-for-fish.svg)](https://github.com/reitzig/sdkman-for-fish/blob/main/LICENSE)
44
[![release](https://img.shields.io/github/release/reitzig/sdkman-for-fish.svg)](https://github.com/reitzig/sdkman-for-fish/releases/latest)
55
[![GitHub release date](https://img.shields.io/github/release-date/reitzig/sdkman-for-fish.svg)](https://github.com/reitzig/sdkman-for-fish/releases)
6-
[![Test](https://github.com/reitzig/sdkman-for-fish/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/reitzig/sdkman-for-fish/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush++)
6+
[![Test](https://github.com/reitzig/sdkman-for-fish/workflows/Tests/badge.svg?branch=main&event=push)](https://github.com/reitzig/sdkman-for-fish/actions?query=workflow%3ATests+branch%3Amain+event%3Apush++)
77
[![CodeQL](https://github.com/reitzig/sdkman-for-fish/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/reitzig/sdkman-for-fish/actions/workflows/codeql-analysis.yml)
88

99
Makes command `sdk` from [SDKMAN!] usable from [fish], including auto-completion.

completions/sdk.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Defines autocompletion for SDKMAN!
22

3-
# Copyright (c) 2018-2022 Raphael Reitzig
3+
# Copyright (c) 2018-2023 Raphael Reitzig
44
# MIT License (MIT)
55
# https://github.com/reitzig/sdkman-for-fish
66

conf.d/sdk.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Makes command and binaries from SDKMAN! available in fish.
44
# Delegates to bash for the `sdk` command.
55

6-
# Copyright (c) 2018-2022 Raphael Reitzig
6+
# Copyright (c) 2018-2023 Raphael Reitzig
77
# MIT License (MIT)
88
# https://github.com/reitzig/sdkman-for-fish
99

functions/sdk.fish

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Wrapper function for SDKMAN!
2+
3+
# Copyright (c) 2018-2023 Raphael Reitzig
4+
# MIT License (MIT)
5+
# https://github.com/reitzig/sdkman-for-fish
6+
17
function sdk -d "Manage SDKs"
28
# Guard: SDKMAN! needs to be installed
39
if not test -f "$__fish_sdkman_init"

0 commit comments

Comments
 (0)