Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 1, 2025
1 parent 8b9451f commit 01458ab
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions cognitive-complexity-rules.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cognitive-complexity-rules.el --- Define scoring rules -*- lexical-binding: t; -*-

;; Copyright (C) 2023-2024 Shen, Jen-Chieh
;; Copyright (C) 2024 Abdelhak BOUGOUFFA
;; Copyright (C) 2023-2025 Shen, Jen-Chieh
;; Copyright (C) 2024-2025 Abdelhak BOUGOUFFA

;; This file is not part of GNU Emacs.

Expand Down
4 changes: 2 additions & 2 deletions cognitive-complexity.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; cognitive-complexity.el --- Minor mode to show the cognitive complexity of code -*- lexical-binding: t; -*-

;; Copyright (C) 2023-2024 Shen, Jen-Chieh
;; Copyright (C) 2024 Abdelhak BOUGOUFFA
;; Copyright (C) 2023-2025 Shen, Jen-Chieh
;; Copyright (C) 2024-2025 Abdelhak BOUGOUFFA

;; Author: Shen, Jen-Chieh
;; Author: Abdelhak BOUGOUFFA
Expand Down
2 changes: 1 addition & 1 deletion test/bash-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; bash-test.el --- Bash language tests for codemetrics.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/c-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; c-test.el --- C language tests for codemetrics.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/go-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; go-test.el --- Go language tests for codemetrics.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/java-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; java-test.el --- Java language tests for codemetrics.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/javascript-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; javascript-test.el --- JavaScript language tests for codemetrics.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/kotlin-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; kotlin-test.el --- Kotlin language tests for codemetrics.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/lua-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; lua-test.el --- Lua language tests for codemetrics.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/rust-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; rust-test.el --- Rust language tests for codemetrics.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/test-helper.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; test-helper.el --- General test utilities for cognitive-complexity.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion test/typescript-test.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; typescript-test.el --- TypeScript language tests for cognitive-complexity.el -*- lexical-binding: t; -*-

;; Copyright (C) 2024 Marie Katrine Ekeberg
;; Copyright (C) 2024-2025 Marie Katrine Ekeberg

;; Author: Marie Katrine Ekeberg <[email protected]>

Expand Down

0 comments on commit 01458ab

Please sign in to comment.