Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

/.github/ @AlphaOne1
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

# These are supported funding model platforms
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

version: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0
#
# For most projects, this workflow file will not need changing; you simply need
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

name: Compliance Checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0
#
# Dependency Review Action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0
#
# This workflow uses actions that are not certified by GitHub. They are provided
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

name: Security
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

name: Tests
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
id: install_go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version-file: go.mod
go-version: stable
check-latest: true

- name: StaticCheck
Expand Down Expand Up @@ -87,9 +87,10 @@ jobs:
run: go tool gotestsum --junitfile junit.xml -- -race -v `go list ./...` --covermode=atomic --coverpkg=./... --coverprofile=coverage.txt

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
if: ${{ !cancelled() }}
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
with:
report_type: test_results
token: ${{ secrets.CODECOV_TOKEN }}

- name: Coverage
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

.idea
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 The geany contributors.
# SPDX-FileCopyrightText: 2026 The geany contributors.
# SPDX-License-Identifier: MPL-2.0

# Configuration file for golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .markdownlint.json.license
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SPDX-FileCopyrightText: 2025 The geany contributors.
SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- SPDX-FileCopyrightText: © 2004-2025 Greg Wilson
SPDX-FileCopyrightText: 2025 The geany contributors.
SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: CC-BY-4.0
-->

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-FileCopyrightText: 2025 The geany contributors.
<!-- SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
-->

Expand Down
2 changes: 1 addition & 1 deletion examples/logo_embed/logo.tmpl.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2025 The geany contributors.
SPDX-FileCopyrightText: 2026 The geany contributors.

SPDX-License-Identifier: MPL-2.0
2 changes: 1 addition & 1 deletion examples/logo_embed/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

// Package main contains the geany example with embedded logo.
Expand Down
2 changes: 1 addition & 1 deletion examples/logo_embed/main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion examples/logo_file/logo.tmpl.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2025 The geany contributors.
SPDX-FileCopyrightText: 2026 The geany contributors.

SPDX-License-Identifier: MPL-2.0
2 changes: 1 addition & 1 deletion examples/logo_file/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

// Package main contains the geany example with read logo from a file.
Expand Down
2 changes: 1 addition & 1 deletion examples/logo_file/main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion examples/logo_owndata/logo.tmpl.license
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SPDX-FileCopyrightText: 2025 The geany contributors.
SPDX-FileCopyrightText: 2026 The geany contributors.

SPDX-License-Identifier: MPL-2.0
2 changes: 1 addition & 1 deletion examples/logo_owndata/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

// Package main contains the geany example with embedded logo and custom data.
Expand Down
2 changes: 1 addition & 1 deletion examples/logo_owndata/main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion examples/logo_simple/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

// Package main contains the geany example with only the simple logo output.
Expand Down
2 changes: 1 addition & 1 deletion examples/logo_simple/main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion geany.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

// Package geany contains the logo printing functionality.
Expand Down
2 changes: 1 addition & 1 deletion geany_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

package geany
Expand Down
2 changes: 1 addition & 1 deletion geany_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

package geany_test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2025 The geany contributors.
// SPDX-FileCopyrightText: 2026 The geany contributors.
// SPDX-License-Identifier: MPL-2.0

module github.com/AlphaOne1/geany
Expand Down
2 changes: 1 addition & 1 deletion go.sum.license
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SPDX-FileCopyrightText: 2025 The geany contributors.
SPDX-FileCopyrightText: 2026 The geany contributors.
SPDX-License-Identifier: MPL-2.0
Loading