Repository: incubator-unomi Updated Branches: refs/heads/master fe134b988 -> 6d69b92dc
UNOMI-8 Check legal files in preparation for the release - Fix license header Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/6d69b92d Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/6d69b92d Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/6d69b92d Branch: refs/heads/master Commit: 6d69b92dcd16610a57b96313c55ad3a9089fd8b1 Parents: fe134b9 Author: Serge Huber <[email protected]> Authored: Tue Feb 16 12:50:15 2016 +0100 Committer: Serge Huber <[email protected]> Committed: Tue Feb 16 12:50:15 2016 +0100 ---------------------------------------------------------------------- .../resources/OSGI-INF/blueprint/blueprint.xml | 33 +++++++++----------- 1 file changed, 14 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/6d69b92d/samples/tweet-button-plugin/src/main/resources/OSGI-INF/blueprint/blueprint.xml ---------------------------------------------------------------------- diff --git a/samples/tweet-button-plugin/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/samples/tweet-button-plugin/src/main/resources/OSGI-INF/blueprint/blueprint.xml index f2c64f5..101c07c 100644 --- a/samples/tweet-button-plugin/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/samples/tweet-button-plugin/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -1,24 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - #%L - Context Server Plugin - Provides request reading actions - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2014 - 2015 Jahia Solutions - %% - 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. - #L% + ~ 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. --> <blueprint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
