|
From: David C. <dc...@us...> - 2005-10-13 23:56:27
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/symbols In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3445/src/org/rubypeople/rdt/internal/core/symbols Modified Files: Location.java SymbolIndex.java ClassSymbol.java Log Message: Added license comment to a number of files. Index: ClassSymbol.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/symbols/ClassSymbol.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ClassSymbol.java 9 Oct 2005 22:14:06 -0000 1.2 --- ClassSymbol.java 13 Oct 2005 23:56:07 -0000 1.3 *************** *** 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.core.symbols; Index: Location.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/symbols/Location.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Location.java 13 Oct 2005 01:00:35 -0000 1.2 --- Location.java 13 Oct 2005 23:56:07 -0000 1.3 *************** *** 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.core.symbols; Index: SymbolIndex.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/symbols/SymbolIndex.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SymbolIndex.java 13 Oct 2005 01:00:35 -0000 1.2 --- SymbolIndex.java 13 Oct 2005 23:56:07 -0000 1.3 *************** *** 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.core.symbols; |