Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-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 B1F1A195B5 for ; Tue, 29 Mar 2016 18:32:46 +0000 (UTC) Received: (qmail 49172 invoked by uid 500); 29 Mar 2016 18:32:46 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 49143 invoked by uid 500); 29 Mar 2016 18:32:46 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 49134 invoked by uid 99); 29 Mar 2016 18:32:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 18:32:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0AC2AC0315 for ; Tue, 29 Mar 2016 18:32:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id UTWFbWWXbxhP for ; Tue, 29 Mar 2016 18:32:44 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 209CD5FB2B for ; Tue, 29 Mar 2016 18:32:42 +0000 (UTC) Received: (qmail 49101 invoked by uid 99); 29 Mar 2016 18:32:42 -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; Tue, 29 Mar 2016 18:32:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 38A4FDFFA9; Tue, 29 Mar 2016 18:32:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sai_boorlagadda@apache.org To: commits@geode.incubator.apache.org Date: Tue, 29 Mar 2016 18:33:17 -0000 Message-Id: <070a88fe66b24815a7579eb34b619a8f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [38/38] incubator-geode git commit: GEODE-52: Remove @author tags from Java source GEODE-52: Remove @author tags from Java source restored spring petclinic and apache myfaces original licenses and added these library references to NOTICE file Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/058f8531 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/058f8531 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/058f8531 Branch: refs/heads/develop Commit: 058f85317a1ec0fc0c15c31600daf5445b5386d9 Parents: 7d944f6 Author: Sai Boorlagadda Authored: Mon Mar 7 17:39:17 2016 -0800 Committer: Sai Boorlagadda Committed: Mon Mar 28 17:28:55 2016 -0700 ---------------------------------------------------------------------- NOTICE | 8 +++++++- .../test/java/com/gemstone/gemfire/modules/Owner.java | 13 ++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/058f8531/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index f247b7a..5396eaa 100644 --- a/NOTICE +++ b/NOTICE @@ -21,4 +21,10 @@ Apache Solr (http://lucene.apache.org/solr/) Copyright 2014 The Apache Software Foundation fastutil -Copyright (C) 2002-2014 Sebastiano Vigna +Copyright (C) 2002-2014 Sebastiano Vigna + +Apache Myfaces (https://myfaces.apache.org/) +Copyright 2015 Apache Software Foundation + +spring-petclinic (https://github.com/spring-projects/spring-petclinic) +Copyright 2002-2013 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/058f8531/extensions/geode-modules-hibernate/src/test/java/com/gemstone/gemfire/modules/Owner.java ---------------------------------------------------------------------- diff --git a/extensions/geode-modules-hibernate/src/test/java/com/gemstone/gemfire/modules/Owner.java b/extensions/geode-modules-hibernate/src/test/java/com/gemstone/gemfire/modules/Owner.java index 92ef56f..8df6635 100644 --- a/extensions/geode-modules-hibernate/src/test/java/com/gemstone/gemfire/modules/Owner.java +++ b/extensions/geode-modules-hibernate/src/test/java/com/gemstone/gemfire/modules/Owner.java @@ -1,12 +1,11 @@ /* -* 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 +* Copyright 2002-2013 the original author or authors. * -* http://www.apache.org/licenses/LICENSE-2.0 +* 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,