Repository: incubator-stratos Updated Branches: refs/heads/master 201120b17 -> e7d590ca3
Added Apache License Header to files inside products Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/38ba2229 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/38ba2229 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/38ba2229 Branch: refs/heads/master Commit: 38ba2229b9a08bf9bc8c55a7abec2fa082d9cf6a Parents: 201120b Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Wed Apr 2 16:34:03 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Wed Apr 2 16:34:03 2014 +0530 ---------------------------------------------------------------------- .../distribution/src/main/resources/launch.ini | 19 +++++++++++++++++++ .../distribution/src/main/resources/launch.ini | 19 +++++++++++++++++++ .../modules/p2-profile-gen/carbon.product | 20 ++++++++++++++++++++ 3 files changed, 58 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/38ba2229/products/autoscaler/modules/distribution/src/main/resources/launch.ini ---------------------------------------------------------------------- diff --git a/products/autoscaler/modules/distribution/src/main/resources/launch.ini b/products/autoscaler/modules/distribution/src/main/resources/launch.ini index 8cf9c14..774a240 100644 --- a/products/autoscaler/modules/distribution/src/main/resources/launch.ini +++ b/products/autoscaler/modules/distribution/src/main/resources/launch.ini @@ -1,3 +1,22 @@ +# +# 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. +# + # Eclipse Runtime Configuration Overrides # These properties are loaded prior to starting the framework and can also be used to override System Properties # @null is a special value used to override and clear the framework's copy of a System Property prior to starting the framework http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/38ba2229/products/stratos/modules/distribution/src/main/resources/launch.ini ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/launch.ini b/products/stratos/modules/distribution/src/main/resources/launch.ini index 137b7b4..53dbec5 100644 --- a/products/stratos/modules/distribution/src/main/resources/launch.ini +++ b/products/stratos/modules/distribution/src/main/resources/launch.ini @@ -1,3 +1,22 @@ +# +# 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. +# + # Eclipse Runtime Configuration Overrides # These properties are loaded prior to starting the framework and can also be used to override System Properties # @null is a special value used to override and clear the framework's copy of a System Property prior to starting the framework http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/38ba2229/products/stratos/modules/p2-profile-gen/carbon.product ---------------------------------------------------------------------- diff --git a/products/stratos/modules/p2-profile-gen/carbon.product b/products/stratos/modules/p2-profile-gen/carbon.product index 7a7329b..7c49dfe 100644 --- a/products/stratos/modules/p2-profile-gen/carbon.product +++ b/products/stratos/modules/p2-profile-gen/carbon.product @@ -1,4 +1,24 @@ <?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. + +--> <?pde version="3.5"?> <product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application" version="4.2.0" useFeatures="true" includeLaunchers="true">
