Author: krosenvold Date: Tue Oct 14 13:26:53 2014 New Revision: 1631748 URL: http://svn.apache.org/r1631748 Log: Fixed license headers
Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/dirOnTheOutside/FileInDirOnTheOutside.txt maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/onTheOutside.txt maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/regen.sh maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/aRegularDir/aRegularFile.txt maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileR.txt maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileW.txt maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileX.txt maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/targetDir/targetFile.txt Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/dirOnTheOutside/FileInDirOnTheOutside.txt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/dirOnTheOutside/FileInDirOnTheOutside.txt?rev=1631748&r1=1631747&r2=1631748&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/dirOnTheOutside/FileInDirOnTheOutside.txt (original) +++ maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/dirOnTheOutside/FileInDirOnTheOutside.txt Tue Oct 14 13:26:53 2014 @@ -1 +1,19 @@ +/* + * 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. + */ I am on the outside... Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/onTheOutside.txt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/onTheOutside.txt?rev=1631748&r1=1631747&r2=1631748&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/onTheOutside.txt (original) +++ maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/onTheOutside.txt Tue Oct 14 13:26:53 2014 @@ -1 +1,20 @@ +/* + * 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. + */ + I am on the outside of the src Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/regen.sh URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/regen.sh?rev=1631748&r1=1631747&r2=1631748&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/regen.sh (original) +++ maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/regen.sh Tue Oct 14 13:26:53 2014 @@ -1,3 +1,20 @@ +#!/bin/bash +# 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. rm symlinks.zip rm symlinks.tar cd src Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/aRegularDir/aRegularFile.txt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/aRegularDir/aRegularFile.txt?rev=1631748&r1=1631747&r2=1631748&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/aRegularDir/aRegularFile.txt (original) +++ maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/aRegularDir/aRegularFile.txt Tue Oct 14 13:26:53 2014 @@ -1 +1,19 @@ +/* + * 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. + */ I am just an ordinary file Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileR.txt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileR.txt?rev=1631748&r1=1631747&r2=1631748&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileR.txt (original) +++ maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileR.txt Tue Oct 14 13:26:53 2014 @@ -1 +1,20 @@ +/* + * 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. + */ + This file is a source. r r r filemode Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileW.txt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileW.txt?rev=1631748&r1=1631747&r2=1631748&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileW.txt (original) +++ maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileW.txt Tue Oct 14 13:26:53 2014 @@ -1 +1,19 @@ +/* + * 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. + */ all w Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileX.txt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileX.txt?rev=1631748&r1=1631747&r2=1631748&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileX.txt (original) +++ maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/fileX.txt Tue Oct 14 13:26:53 2014 @@ -1 +1,19 @@ +/* + * 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. + */ xxx Modified: maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/targetDir/targetFile.txt URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/targetDir/targetFile.txt?rev=1631748&r1=1631747&r2=1631748&view=diff ============================================================================== --- maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/targetDir/targetFile.txt (original) +++ maven/shared/trunk/maven-shared-utils/src/test/resources/symlinks/src/targetDir/targetFile.txt Tue Oct 14 13:26:53 2014 @@ -1 +1,19 @@ +/* + * 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. + */ This is a target file