Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--JavaScript Snippets/comment_out_selection.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/JavaScript Snippets/comment_out_selection.js b/JavaScript Snippets/comment_out_selection.js
index d3aa14c..499f5fc 100644
--- a/JavaScript Snippets/comment_out_selection.js
+++ b/JavaScript Snippets/comment_out_selection.js
@@ -2,13 +2,12 @@
* name : Comment Out Selection with EASE
* popup : enableFor(java.lang.Object)
*
- * Copyright (c) 2014 Christian Pontesegger and others.
+ * Copyright (c) 2014 Paul D. Fernhout and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
- * Contributed by: Paul D. Fernhout
* Purpose: Comments out the current selection
* Installation: Put this script to a monitored location (see Preferences/Scripting/Script Location) and it will be available in any context menu.
* Scripts must be allowed to run on the UI thread for this to work (see Preferences/Scripting)

Back to the top