diff --git a/firstapp/samples/jclouds/Durability.java b/firstapp/samples/jclouds/Durability.java index 9e1aefca4..3347f80d6 100644 --- a/firstapp/samples/jclouds/Durability.java +++ b/firstapp/samples/jclouds/Durability.java @@ -1,3 +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. + */ import com.google.common.collect.ImmutableMap; import com.google.common.io.ByteSource; import com.google.common.io.Closeables; diff --git a/firstapp/samples/jclouds/GettingStarted.java b/firstapp/samples/jclouds/GettingStarted.java index 0bdf70e9f..ec1c41f17 100644 --- a/firstapp/samples/jclouds/GettingStarted.java +++ b/firstapp/samples/jclouds/GettingStarted.java @@ -1,3 +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. + */ import com.google.common.base.Optional; import org.jclouds.ContextBuilder; import org.jclouds.net.domain.IpProtocol; diff --git a/firstapp/samples/jclouds/ScalingOut.java b/firstapp/samples/jclouds/ScalingOut.java index a74e063cd..1aa24fdf5 100644 --- a/firstapp/samples/jclouds/ScalingOut.java +++ b/firstapp/samples/jclouds/ScalingOut.java @@ -1,3 +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. + */ import com.google.common.collect.ImmutableSet; import com.google.common.io.Closeables; import com.google.inject.Module;