Updated Branches: refs/heads/master b58d334b0 -> 3b3278238
Add license headers to satisfy Rat Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/commit/3b327823 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/tree/3b327823 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/diff/3b327823 Branch: refs/heads/master Commit: 3b3278238cb454564f7e1b40c7f7e026867b7e6f Parents: b58d334 Author: Andrew Gaul <[email protected]> Authored: Thu Oct 24 14:31:40 2013 -0700 Committer: Andrew Gaul <[email protected]> Committed: Thu Oct 24 14:31:40 2013 -0700 ---------------------------------------------------------------------- .../src/main/assembly/jar-with-dependencies.xml | 20 +++++++++++++++++++- blobstore-scala-filesystem/build.sbt | 15 +++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/blob/3b327823/blobstore-largeblob/src/main/assembly/jar-with-dependencies.xml ---------------------------------------------------------------------- diff --git a/blobstore-largeblob/src/main/assembly/jar-with-dependencies.xml b/blobstore-largeblob/src/main/assembly/jar-with-dependencies.xml index e415754..f681555 100644 --- a/blobstore-largeblob/src/main/assembly/jar-with-dependencies.xml +++ b/blobstore-largeblob/src/main/assembly/jar-with-dependencies.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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. + +--> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> @@ -21,4 +39,4 @@ <scope>runtime</scope> </dependencySet> </dependencySets> -</assembly> \ No newline at end of file +</assembly> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples/blob/3b327823/blobstore-scala-filesystem/build.sbt ---------------------------------------------------------------------- diff --git a/blobstore-scala-filesystem/build.sbt b/blobstore-scala-filesystem/build.sbt index 82e7f9d..c5a5c9f 100644 --- a/blobstore-scala-filesystem/build.sbt +++ b/blobstore-scala-filesystem/build.sbt @@ -1,3 +1,18 @@ +# 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. + name := "blobstore-scala-filesystem" scalaVersion := "2.10.2"
