|
From: David C. <dc...@us...> - 2005-10-13 23:56:07
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3402/src/org/rubypeople/rdt/internal/ui/util Modified Files: LineBasedEditorOpener.java EditorOpener.java PositionBasedEditorOpener.java Log Message: Added license comment to a number of files. Index: PositionBasedEditorOpener.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/util/PositionBasedEditorOpener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PositionBasedEditorOpener.java 13 Oct 2005 01:00:21 -0000 1.1 --- PositionBasedEditorOpener.java 13 Oct 2005 23:55:59 -0000 1.2 *************** *** 1,2 **** --- 1,13 ---- + /* + ?* Author: David Corbin + ?* + ?* Copyright (c) 2005 RubyPeople. + ?* + ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. + * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use + * RDT except in compliance with the License. For further information see + * org.rubypeople.rdt/rdt.license. + ?*/ + package org.rubypeople.rdt.internal.ui.util; Index: EditorOpener.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/util/EditorOpener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EditorOpener.java 13 Oct 2005 01:00:21 -0000 1.1 --- EditorOpener.java 13 Oct 2005 23:55:59 -0000 1.2 *************** *** 1,5 **** ! /** ! * ! */ package org.rubypeople.rdt.internal.ui.util; --- 1,12 ---- ! /* ! ?* Author: David Corbin ! ?* ! ?* Copyright (c) 2005 RubyPeople. ! ?* ! ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. ! * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use ! * RDT except in compliance with the License. For further information see ! * org.rubypeople.rdt/rdt.license. ! ?*/ package org.rubypeople.rdt.internal.ui.util; Index: LineBasedEditorOpener.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/util/LineBasedEditorOpener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LineBasedEditorOpener.java 13 Oct 2005 01:00:21 -0000 1.1 --- LineBasedEditorOpener.java 13 Oct 2005 23:55:59 -0000 1.2 *************** *** 1,2 **** --- 1,13 ---- + /* + ?* Author: David Corbin + ?* + ?* Copyright (c) 2005 RubyPeople. + ?* + ?* This file is part of the Ruby Development Tools (RDT) plugin for eclipse. + * RDT is subject to the "Common Public License (CPL) v 1.0". You may not use + * RDT except in compliance with the License. For further information see + * org.rubypeople.rdt/rdt.license. + ?*/ + package org.rubypeople.rdt.internal.ui.util; |