mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
Update copyright year in source files to 2020 (#33069).
git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2019 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2020 Jean-Philippe Lang */
|
||||
|
||||
/* Fix for CVE-2015-9251, to be removed with JQuery >= 3.0 */
|
||||
$.ajaxPrefilter(function (s) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2019 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2020 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-2019 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2020 Jean-Philippe Lang */
|
||||
|
||||
var contextMenuObserving;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2019 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2020 Jean-Philippe Lang */
|
||||
|
||||
var draw_gantt = null;
|
||||
var draw_top;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2019 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2020 Jean-Philippe Lang */
|
||||
|
||||
// Automatic project identifier generation
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2019 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2020 Jean-Philippe Lang */
|
||||
|
||||
$(document).ready(function() {
|
||||
/*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Redmine - project management software
|
||||
Copyright (C) 2006-2019 Jean-Philippe Lang */
|
||||
Copyright (C) 2006-2020 Jean-Philippe Lang */
|
||||
|
||||
var revisionGraph = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user