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 <[email protected]> Authored: Mon Mar 7 17:39:17 2016 -0800 Committer: Sai Boorlagadda <[email protected]> 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,
