Author: hwright Date: Mon Nov 30 19:13:02 2009 New Revision: 885544 URL: http://svn.apache.org/viewvc?rev=885544&view=rev Log: More license cleanup, this time in the swig-pl bindings.
[ in subversion/bindings/swig/perl/native/ ] * t/4pool.t, t/7editor.t, t/5delta.t, t/5delta-compat.t, t/8lock.t, t/3client.t, t/6ra.t, t/1repos.t, t/2fs.t, t/0use.t, Fs.pm, Wc.pm, Makefile.PL.in: Add the ALv2 blurb. Modified: subversion/trunk/subversion/bindings/swig/perl/native/Fs.pm subversion/trunk/subversion/bindings/swig/perl/native/Makefile.PL.in subversion/trunk/subversion/bindings/swig/perl/native/Wc.pm subversion/trunk/subversion/bindings/swig/perl/native/t/0use.t subversion/trunk/subversion/bindings/swig/perl/native/t/1repos.t subversion/trunk/subversion/bindings/swig/perl/native/t/2fs.t subversion/trunk/subversion/bindings/swig/perl/native/t/3client.t subversion/trunk/subversion/bindings/swig/perl/native/t/4pool.t subversion/trunk/subversion/bindings/swig/perl/native/t/5delta-compat.t subversion/trunk/subversion/bindings/swig/perl/native/t/5delta.t subversion/trunk/subversion/bindings/swig/perl/native/t/6ra.t subversion/trunk/subversion/bindings/swig/perl/native/t/7editor.t subversion/trunk/subversion/bindings/swig/perl/native/t/8lock.t Modified: subversion/trunk/subversion/bindings/swig/perl/native/Fs.pm URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/Fs.pm?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/Fs.pm (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/Fs.pm Mon Nov 30 19:13:02 2009 @@ -476,6 +476,25 @@ =back +=head1 COPYRIGHT + + 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. + =cut package SVN::Fs::PathChange; Modified: subversion/trunk/subversion/bindings/swig/perl/native/Makefile.PL.in URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/Makefile.PL.in?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/Makefile.PL.in (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/Makefile.PL.in Mon Nov 30 19:13:02 2009 @@ -1,4 +1,25 @@ #!/usr/bin/perl +# +# +# 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. +# +# + use ExtUtils::MakeMaker; use Config; use Cwd 'abs_path'; Modified: subversion/trunk/subversion/bindings/swig/perl/native/Wc.pm URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/Wc.pm?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/Wc.pm (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/Wc.pm Mon Nov 30 19:13:02 2009 @@ -430,6 +430,25 @@ =back +=head1 COPYRIGHT + + 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. + =cut package SVN::Wc::Status; Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/0use.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/0use.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/0use.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/0use.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,24 @@ #!/usr/bin/perl -w +# +# +# 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. +# +# use Test::More tests => 7; use strict; Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/1repos.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/1repos.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/1repos.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/1repos.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,24 @@ #!/usr/bin/perl -w +# +# +# 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. +# +# use Test::More tests => 6; use File::Temp qw(tempdir); Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/2fs.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/2fs.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/2fs.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/2fs.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,24 @@ #!/usr/bin/perl -w +# +# +# 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. +# +# use Test::More tests => 22; use strict; Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/3client.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/3client.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/3client.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/3client.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,24 @@ #!/usr/bin/perl -w +# +# +# 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. +# +# use Test::More tests => 118; use strict; Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/4pool.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/4pool.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/4pool.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/4pool.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,25 @@ #!/usr/bin/perl +# +# +# 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. +# +# + use strict; use Test::More tests => 6; use File::Path q(rmtree); Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/5delta-compat.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/5delta-compat.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/5delta-compat.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/5delta-compat.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,25 @@ #!/usr/bin/perl +# +# +# 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. +# +# + use strict; use Test::More tests => 2; require SVN::Core; Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/5delta.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/5delta.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/5delta.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/5delta.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,25 @@ #!/usr/bin/perl +# +# +# 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. +# +# + use strict; use Test::More tests => 3; require SVN::Core; Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/6ra.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/6ra.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/6ra.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/6ra.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,24 @@ #!/usr/bin/perl -w +# +# +# 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. +# +# use Test::More tests => 40; use File::Temp qw(tempdir); Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/7editor.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/7editor.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/7editor.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/7editor.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,25 @@ #!/usr/bin/perl -w +# +# +# 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 MyEditor; our @ISA = ('SVN::Delta::Editor'); Modified: subversion/trunk/subversion/bindings/swig/perl/native/t/8lock.t URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/t/8lock.t?rev=885544&r1=885543&r2=885544&view=diff ============================================================================== --- subversion/trunk/subversion/bindings/swig/perl/native/t/8lock.t (original) +++ subversion/trunk/subversion/bindings/swig/perl/native/t/8lock.t Mon Nov 30 19:13:02 2009 @@ -1,4 +1,25 @@ #!/usr/bin/perl -w +# +# +# 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. +# +# + use Test::More tests => 8; use strict; no warnings 'once'; # shut up about variables that are only used once.