[PATCH] Added ASL license header to files

Francesco Vollero fvollero at redhat.com
Thu Dec 1 19:53:51 UTC 2011


Signed-off-by: Francesco Vollero <fvollero at redhat.com>
---
 lib/aeolus_image/model/factory/base.rb           |   15 +++++++++++++++
 lib/aeolus_image/model/factory/build.rb          |   15 +++++++++++++++
 lib/aeolus_image/model/factory/builder.rb        |   15 +++++++++++++++
 lib/aeolus_image/model/factory/image.rb          |   15 +++++++++++++++
 lib/aeolus_image/model/factory/provider_image.rb |   15 +++++++++++++++
 lib/aeolus_image/model/factory/target_image.rb   |   15 +++++++++++++++
 spec/models/factory/base.rb                      |   15 +++++++++++++++
 spec/vcr_setup.rb                                |   15 +++++++++++++++
 8 files changed, 120 insertions(+), 0 deletions(-)

diff --git a/lib/aeolus_image/model/factory/base.rb b/lib/aeolus_image/model/factory/base.rb
index 7947da1..d4f8a94 100644
--- a/lib/aeolus_image/model/factory/base.rb
+++ b/lib/aeolus_image/model/factory/base.rb
@@ -1,3 +1,18 @@
+#
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed 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.
+#
 module Aeolus
   module Image
     module Factory
diff --git a/lib/aeolus_image/model/factory/build.rb b/lib/aeolus_image/model/factory/build.rb
index b238cea..c479a68 100644
--- a/lib/aeolus_image/model/factory/build.rb
+++ b/lib/aeolus_image/model/factory/build.rb
@@ -1,3 +1,18 @@
+#
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed 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.
+#
 module Aeolus
   module Image
     module Factory
diff --git a/lib/aeolus_image/model/factory/builder.rb b/lib/aeolus_image/model/factory/builder.rb
index 196d870..99e7b8f 100644
--- a/lib/aeolus_image/model/factory/builder.rb
+++ b/lib/aeolus_image/model/factory/builder.rb
@@ -1,3 +1,18 @@
+#
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed 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.
+#
 module Aeolus
   module Image
     module Factory
diff --git a/lib/aeolus_image/model/factory/image.rb b/lib/aeolus_image/model/factory/image.rb
index 712457f..a961eaa 100644
--- a/lib/aeolus_image/model/factory/image.rb
+++ b/lib/aeolus_image/model/factory/image.rb
@@ -1,3 +1,18 @@
+#
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed 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.
+#
 module Aeolus
   module Image
     module Factory
diff --git a/lib/aeolus_image/model/factory/provider_image.rb b/lib/aeolus_image/model/factory/provider_image.rb
index dec34d9..f3756f4 100644
--- a/lib/aeolus_image/model/factory/provider_image.rb
+++ b/lib/aeolus_image/model/factory/provider_image.rb
@@ -1,3 +1,18 @@
+#
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed 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.
+#
 module Aeolus
   module Image
     module Factory
diff --git a/lib/aeolus_image/model/factory/target_image.rb b/lib/aeolus_image/model/factory/target_image.rb
index 7410b5b..3eb6ba5 100644
--- a/lib/aeolus_image/model/factory/target_image.rb
+++ b/lib/aeolus_image/model/factory/target_image.rb
@@ -1,3 +1,18 @@
+#
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed 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.
+#
 module Aeolus
   module Image
     module Factory
diff --git a/spec/models/factory/base.rb b/spec/models/factory/base.rb
index da5d0aa..86b8a70 100644
--- a/spec/models/factory/base.rb
+++ b/spec/models/factory/base.rb
@@ -1,3 +1,18 @@
+#
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed 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.
+#
 require 'spec_helper'
 require 'timecop'
 
diff --git a/spec/vcr_setup.rb b/spec/vcr_setup.rb
index 1d79608..0216c9b 100644
--- a/spec/vcr_setup.rb
+++ b/spec/vcr_setup.rb
@@ -1,3 +1,18 @@
+#
+#   Copyright 2011 Red Hat, Inc.
+#
+#   Licensed 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.
+#
 require 'vcr'
 require 'oauth'
 require File.join(File.dirname(__FILE__), '../lib', 'aeolus_image')
-- 
1.7.4.4




More information about the aeolus-devel mailing list