]> source.dussan.org Git - redmine.git/commitdiff
[js-cleanup] add short copyright notices to javascripts and remove superfluous newlin...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 5 Jul 2015 13:50:34 +0000 (13:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 5 Jul 2015 13:50:34 +0000 (13:50 +0000)
Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@14411 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/application.js
public/javascripts/context_menu.js
public/javascripts/gantt.js
public/javascripts/project_identifier.js
public/javascripts/repository_navigation.js
public/javascripts/revision_graph.js

index 888963a0a2f3f78abc09ef5441a8e14eaf66b7c4..55883fc8815f0456f2cf19577fd30cabeec05865 100644 (file)
@@ -654,4 +654,3 @@ $(document).ready(setupAjaxIndicator);
 $(document).ready(hideOnLoad);
 $(document).ready(addFormObserversForDoubleSubmit);
 $(document).ready(defaultFocus);
-
index aee3483ca80605298396bc06b3c8b08ae79f3329..de848a1ed0a6bedaae649786bab3e933aad0e733 100644 (file)
@@ -1,3 +1,6 @@
+/* Redmine - project management software
+   Copyright (C) 2006-2015  Jean-Philippe Lang */
+
 var contextMenuObserving;
 var contextMenuUrl;
 
index 664f4a7159f224ae4dcdf0fbffefd7700952bc28..128f35503153b688a1e93819f8ea1916a6b02963 100644 (file)
@@ -1,3 +1,6 @@
+/* Redmine - project management software
+   Copyright (C) 2006-2015  Jean-Philippe Lang */
+
 var draw_gantt = null;
 var draw_top;
 var draw_right;
index 298ca38f216eaad1767e2bb3f46530c693f0f89f..233fe3cd797fed6048d0927dbeb7b813eb48d656 100644 (file)
@@ -1,3 +1,6 @@
+/* Redmine - project management software
+   Copyright (C) 2006-2015  Jean-Philippe Lang */
+
 // Automatic project identifier generation
 
 function generateProjectIdentifier(identifier, maxlength) {
index 511f2e6d4a70e2fe7e76d5b6a2fd791c9d13bcdc..3634ffe95ce8e6b367b5b3788239e2c97872a182 100644 (file)
@@ -1,3 +1,6 @@
+/* Redmine - project management software
+   Copyright (C) 2006-2015  Jean-Philippe Lang */
+
 $(document).ready(function() {
   /* 
   If we're viewing a tag or branch, don't display it in the
index 33843cc5d5ec09f8a80e6b226002192dc4831373..c83e0c489239a42455b7e1eff4708b31fde5eacb 100644 (file)
@@ -1,3 +1,6 @@
+/* Redmine - project management software
+   Copyright (C) 2006-2015  Jean-Philippe Lang */
+
 var revisionGraph = null;
 
 function drawRevisionGraph(holder, commits_hash, graph_space) {