|
From: David C. <dc...@us...> - 2005-10-13 23:56:10
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/symbols In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3419/src/org/rubypeople/rdt/internal/core/symbols Modified Files: TC_SymbolIndex.java TC_Location.java TS_CoreSymbols.java TC_ClassSymbol.java Log Message: Added license comment to a number of files. Index: TC_ClassSymbol.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/symbols/TC_ClassSymbol.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TC_ClassSymbol.java 1 Oct 2005 23:00:54 -0000 1.1 --- TC_ClassSymbol.java 13 Oct 2005 23:56:02 -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.core.symbols; Index: TC_Location.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/symbols/TC_Location.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TC_Location.java 13 Oct 2005 01:00:30 -0000 1.2 --- TC_Location.java 13 Oct 2005 23:56:02 -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: TC_SymbolIndex.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/symbols/TC_SymbolIndex.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TC_SymbolIndex.java 13 Oct 2005 01:00:30 -0000 1.2 --- TC_SymbolIndex.java 13 Oct 2005 23:56:02 -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: TS_CoreSymbols.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/src/org/rubypeople/rdt/internal/core/symbols/TS_CoreSymbols.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TS_CoreSymbols.java 1 Oct 2005 23:00:54 -0000 1.1 --- TS_CoreSymbols.java 13 Oct 2005 23:56:02 -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.core.symbols; |