[js-cleanup] add short copyright notices to javascripts and remove superfluous newline (#20240).

Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@14411 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-07-05 13:50:34 +00:00
parent 9749a51443
commit 6d78ae9130
6 changed files with 15 additions and 1 deletions

View File

@@ -654,4 +654,3 @@ $(document).ready(setupAjaxIndicator);
$(document).ready(hideOnLoad); $(document).ready(hideOnLoad);
$(document).ready(addFormObserversForDoubleSubmit); $(document).ready(addFormObserversForDoubleSubmit);
$(document).ready(defaultFocus); $(document).ready(defaultFocus);

View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */
var contextMenuObserving; var contextMenuObserving;
var contextMenuUrl; var contextMenuUrl;

View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */
var draw_gantt = null; var draw_gantt = null;
var draw_top; var draw_top;
var draw_right; var draw_right;

View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */
// Automatic project identifier generation // Automatic project identifier generation
function generateProjectIdentifier(identifier, maxlength) { function generateProjectIdentifier(identifier, maxlength) {

View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */
$(document).ready(function() { $(document).ready(function() {
/* /*
If we're viewing a tag or branch, don't display it in the If we're viewing a tag or branch, don't display it in the

View File

@@ -1,3 +1,6 @@
/* Redmine - project management software
Copyright (C) 2006-2015 Jean-Philippe Lang */
var revisionGraph = null; var revisionGraph = null;
function drawRevisionGraph(holder, commits_hash, graph_space) { function drawRevisionGraph(holder, commits_hash, graph_space) {