Modified: ant/sandbox/mocks/src/org/apache/log4j/helpers/NullEnumeration.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/log4j/helpers/NullEnumeration.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/log4j/helpers/NullEnumeration.java (original) +++ ant/sandbox/mocks/src/org/apache/log4j/helpers/NullEnumeration.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.log4j.helpers; public class NullEnumeration {
Modified: ant/sandbox/mocks/src/org/apache/oro/text/perl/Perl5Util.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/oro/text/perl/Perl5Util.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/oro/text/perl/Perl5Util.java (original) +++ ant/sandbox/mocks/src/org/apache/oro/text/perl/Perl5Util.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.oro.text.perl; import java.util.Vector; Modified: ant/sandbox/mocks/src/org/apache/oro/text/regex/MatchResult.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/oro/text/regex/MatchResult.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/oro/text/regex/MatchResult.java (original) +++ ant/sandbox/mocks/src/org/apache/oro/text/regex/MatchResult.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.oro.text.regex; public class MatchResult { Modified: ant/sandbox/mocks/src/org/apache/oro/text/regex/Pattern.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/oro/text/regex/Pattern.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/oro/text/regex/Pattern.java (original) +++ ant/sandbox/mocks/src/org/apache/oro/text/regex/Pattern.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.oro.text.regex; public class Pattern { Modified: ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Compiler.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Compiler.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Compiler.java (original) +++ ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Compiler.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.oro.text.regex; public class Perl5Compiler { Modified: ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Matcher.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Matcher.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Matcher.java (original) +++ ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Matcher.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.oro.text.regex; public class Perl5Matcher { Modified: ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Substitution.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Substitution.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Substitution.java (original) +++ ant/sandbox/mocks/src/org/apache/oro/text/regex/Perl5Substitution.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.oro.text.regex; public class Perl5Substitution extends Substitution { Modified: ant/sandbox/mocks/src/org/apache/oro/text/regex/Substitution.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/oro/text/regex/Substitution.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/oro/text/regex/Substitution.java (original) +++ ant/sandbox/mocks/src/org/apache/oro/text/regex/Substitution.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.oro.text.regex; public class Substitution { Modified: ant/sandbox/mocks/src/org/apache/oro/text/regex/Util.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/oro/text/regex/Util.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/oro/text/regex/Util.java (original) +++ ant/sandbox/mocks/src/org/apache/oro/text/regex/Util.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.oro.text.regex; public class Util { Modified: ant/sandbox/mocks/src/org/apache/regexp/RE.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/regexp/RE.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/regexp/RE.java (original) +++ ant/sandbox/mocks/src/org/apache/regexp/RE.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.regexp; public class RE { Modified: ant/sandbox/mocks/src/org/apache/regexp/RESyntaxException.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/regexp/RESyntaxException.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/regexp/RESyntaxException.java (original) +++ ant/sandbox/mocks/src/org/apache/regexp/RESyntaxException.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.regexp; public class RESyntaxException extends Exception { Modified: ant/sandbox/mocks/src/org/apache/stylebook/Engine.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/stylebook/Engine.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/stylebook/Engine.java (original) +++ ant/sandbox/mocks/src/org/apache/stylebook/Engine.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.stylebook; public class Engine {} Modified: ant/sandbox/mocks/src/org/apache/xml/resolver/Catalog.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/xml/resolver/Catalog.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/xml/resolver/Catalog.java (original) +++ ant/sandbox/mocks/src/org/apache/xml/resolver/Catalog.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.xml.resolver; import java.io.IOException; Modified: ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogEntry.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogEntry.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogEntry.java (original) +++ ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogEntry.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.xml.resolver; public class CatalogEntry { Modified: ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogManager.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogManager.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogManager.java (original) +++ ant/sandbox/mocks/src/org/apache/xml/resolver/CatalogManager.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.xml.resolver; public class CatalogManager { Modified: ant/sandbox/mocks/src/org/apache/xml/resolver/helpers/PublicId.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/xml/resolver/helpers/PublicId.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/xml/resolver/helpers/PublicId.java (original) +++ ant/sandbox/mocks/src/org/apache/xml/resolver/helpers/PublicId.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.xml.resolver.helpers; public class PublicId { Modified: ant/sandbox/mocks/src/org/apache/xml/resolver/tools/CatalogResolver.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src/org/apache/xml/resolver/tools/CatalogResolver.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src/org/apache/xml/resolver/tools/CatalogResolver.java (original) +++ ant/sandbox/mocks/src/org/apache/xml/resolver/tools/CatalogResolver.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package org.apache.xml.resolver.tools; import org.apache.xml.resolver.Catalog; Modified: ant/sandbox/mocks/src2/COM/ibm/netrexx/process/NetRexxC.java URL: http://svn.apache.org/viewvc/ant/sandbox/mocks/src2/COM/ibm/netrexx/process/NetRexxC.java?rev=594810&r1=594809&r2=594810&view=diff ============================================================================== --- ant/sandbox/mocks/src2/COM/ibm/netrexx/process/NetRexxC.java (original) +++ ant/sandbox/mocks/src2/COM/ibm/netrexx/process/NetRexxC.java Wed Nov 14 01:34:45 2007 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + package COM.ibm.netrexx.process; import java.io.PrintWriter; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]