Просмотр исходного кода

Follow-up 10f627cb - Maintenance: Update copyright information.

Dominik Klein 2 месяцев назад
Родитель
Сommit
8b8cd488c9

+ 1 - 1
.dev/cypress/support/commands.js

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 import '@testing-library/cypress/add-commands'
 import 'cypress-real-events/support'

+ 1 - 1
.dev/cypress/support/index.js

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 import './prepare.js'
 

+ 1 - 1
.dev/cypress/support/prepare.js

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 // eslint-disable-next-line no-underscore-dangle
 window.__ = (str) => str

+ 1 - 1
.dev/cypress/types/commands.ts

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 declare global {
   // eslint-disable-next-line @typescript-eslint/no-namespace

+ 4 - 2
.dev/cypress/utils.ts

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 import { merge } from 'lodash-es'
 import { initializeAppName } from '#shared/composables/useAppName.ts'
@@ -38,7 +38,9 @@ export const mountComponent: typeof mount = (
   options: any,
 ): Cypress.Chainable => {
   const plugins = []
-  plugins.push(() => { initializeAppName('mobile') })
+  plugins.push(() => {
+    initializeAppName('mobile')
+  })
   plugins.push(initializeStore)
   plugins.push(initializeGlobalComponentStyles)
   plugins.push(initializeGlobalComponents)

+ 1 - 1
.dev/hygen/.hygen.js

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 const config = require('./lib.config.js')
 

+ 1 - 1
.dev/hygen/_templates/new/component/prompt.js

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 module.exports = [
   {

+ 1 - 1
.dev/hygen/_templates/new/composable/prompt.js

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 module.exports = [
   {

+ 1 - 1
.dev/hygen/_templates/new/generic-component/prompt.js

@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 module.exports = [
   {

+ 1 - 1
.dev/hygen/_templates/new/generic-component/type.ts.t

@@ -1,7 +1,7 @@
 ---
 to: "<%= withTypeFile ? h.getPath('genericComponent', {directoryScope, suffix: `${h.usePrefix(componentName, 'generic')}/types.ts`}) : null %>"
 ---
-// Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
+// Copyright (C) 2012-2025 Zammad Foundation, https://zammad-foundation.org/
 
 export interface Dummy {
   // Add your interface here

Некоторые файлы не были показаны из-за большого количества измененных файлов