mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 18:17:27 +02:00
Update copyright year in source files to 2022 (#36379).
git-svn-id: http://svn.redmine.org/redmine/trunk@21342 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2021 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2022 Jean-Philippe Lang */
|
||||
|
||||
function sanitizeHTML(string) {
|
||||
var temp = document.createElement('span');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2021 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2022 Jean-Philippe Lang */
|
||||
|
||||
function addFile(inputEl, file, eagerUpload) {
|
||||
var attachmentsFields = $(inputEl).closest('.attachments_form').find('.attachments_fields');
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2021 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2022 Jean-Philippe Lang */
|
||||
|
||||
var contextMenuObserving;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2021 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2022 Jean-Philippe Lang */
|
||||
|
||||
var draw_gantt = null;
|
||||
var draw_top;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2021 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2022 Jean-Philippe Lang */
|
||||
|
||||
// Automatic project identifier generation
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2021 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2022 Jean-Philippe Lang */
|
||||
|
||||
$(document).ready(function() {
|
||||
/*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2021 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2022 Jean-Philippe Lang */
|
||||
|
||||
var revisionGraph = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user