From commits-return-997-apmail-apex-commits-archive=apex.apache.org@apex.incubator.apache.org Sun Oct 11 16:29:46 2015 Return-Path: X-Original-To: apmail-apex-commits-archive@minotaur.apache.org Delivered-To: apmail-apex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5112D18D41 for ; Sun, 11 Oct 2015 16:29:46 +0000 (UTC) Received: (qmail 27757 invoked by uid 500); 11 Oct 2015 16:29:46 -0000 Delivered-To: apmail-apex-commits-archive@apex.apache.org Received: (qmail 27716 invoked by uid 500); 11 Oct 2015 16:29:46 -0000 Mailing-List: contact commits-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list commits@apex.incubator.apache.org Received: (qmail 27707 invoked by uid 99); 11 Oct 2015 16:29:46 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Oct 2015 16:29:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A0FF21A0947 for ; Sun, 11 Oct 2015 16:29:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id aE61mLoVjMYk for ; Sun, 11 Oct 2015 16:29:36 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 37628204CB for ; Sun, 11 Oct 2015 16:29:36 +0000 (UTC) Received: (qmail 27690 invoked by uid 99); 11 Oct 2015 16:29:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Oct 2015 16:29:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC633DFE61; Sun, 11 Oct 2015 16:29:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vrozov@apache.org To: commits@apex.incubator.apache.org Message-Id: <9f51dba9a9e84445aba348d012976257@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-apex-core git commit: Fixed license header Date: Sun, 11 Oct 2015 16:29:35 +0000 (UTC) Repository: incubator-apex-core Updated Branches: refs/heads/feature-module b17365f94 -> c773c0e17 Fixed license header Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/c773c0e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/c773c0e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/c773c0e1 Branch: refs/heads/feature-module Commit: c773c0e1745c1931ca7aa7796902db8318f94efe Parents: b17365f Author: MalharJenkins Authored: Sun Oct 11 09:28:26 2015 -0700 Committer: Vlad Rozov Committed: Sun Oct 11 09:28:26 2015 -0700 ---------------------------------------------------------------------- .../main/java/com/datatorrent/api/Module.java | 25 +++++++++++--------- 1 file changed, 14 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/c773c0e1/api/src/main/java/com/datatorrent/api/Module.java ---------------------------------------------------------------------- diff --git a/api/src/main/java/com/datatorrent/api/Module.java b/api/src/main/java/com/datatorrent/api/Module.java index 24a02a3..1220fc1 100644 --- a/api/src/main/java/com/datatorrent/api/Module.java +++ b/api/src/main/java/com/datatorrent/api/Module.java @@ -1,17 +1,20 @@ /** - * Copyright (C) 2015 DataTorrent, Inc. + * 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 * - * 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 * - * 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. + * 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. */ package com.datatorrent.api;