Repository: incubator-unomi Updated Branches: refs/heads/master 95df83b59 -> 169e49a9b
UNOMI-8 Check legal files in preparation for the release - Fix some more license and copyright issues Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/169e49a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/169e49a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/169e49a9 Branch: refs/heads/master Commit: 169e49a9b6a705d8fcd533626f9d834dae9ddab7 Parents: 95df83b Author: Serge Huber <[email protected]> Authored: Fri Jan 29 10:31:32 2016 +0100 Committer: Serge Huber <[email protected]> Committed: Fri Jan 29 10:31:32 2016 +0100 ---------------------------------------------------------------------- .../actions/IncrementTweetNumberAction.java | 24 ++++++++------------ 1 file changed, 9 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/169e49a9/samples/tweet-button-plugin/src/main/java/org/apache/unomi/samples/tweet_button_plugin/actions/IncrementTweetNumberAction.java ---------------------------------------------------------------------- diff --git a/samples/tweet-button-plugin/src/main/java/org/apache/unomi/samples/tweet_button_plugin/actions/IncrementTweetNumberAction.java b/samples/tweet-button-plugin/src/main/java/org/apache/unomi/samples/tweet_button_plugin/actions/IncrementTweetNumberAction.java index 9b888d5..e4b9cc8 100644 --- a/samples/tweet-button-plugin/src/main/java/org/apache/unomi/samples/tweet_button_plugin/actions/IncrementTweetNumberAction.java +++ b/samples/tweet-button-plugin/src/main/java/org/apache/unomi/samples/tweet_button_plugin/actions/IncrementTweetNumberAction.java @@ -1,26 +1,20 @@ -package org.apache.unomi.samples.tweet_button_plugin.actions; - /* - * #%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 - * + * 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. - * #L% */ +package org.apache.unomi.samples.tweet_button_plugin.actions; import org.apache.unomi.api.*; import org.apache.unomi.api.actions.Action;
