You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/07 17:21:23 UTC

[21/61] [abbrv] git commit: Remove LGPL license header based on MODE-2081 https://github.com/ModeShape/modeshape/commit/65cd7f28b9c79d3fa11150edfe52c4ef34d280a0

Remove LGPL license header based on MODE-2081
https://github.com/ModeShape/modeshape/commit/65cd7f28b9c79d3fa11150edfe52c4ef34d280a0


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/bb543035
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/bb543035
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/bb543035

Branch: refs/pull/59/merge
Commit: bb5430359c705e1aab16569c91af1a104b41703b
Parents: fb841bd
Author: Sungju Jin <su...@softwaregeeks.org>
Authored: Thu Feb 27 22:31:17 2014 +0900
Committer: Sungju Jin <su...@softwaregeeks.org>
Committed: Thu Feb 27 22:31:17 2014 +0900

----------------------------------------------------------------------
 .../org/apache/usergrid/utils/Inflector.java    | 25 --------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bb543035/stack/core/src/main/java/org/apache/usergrid/utils/Inflector.java
----------------------------------------------------------------------
diff --git a/stack/core/src/main/java/org/apache/usergrid/utils/Inflector.java b/stack/core/src/main/java/org/apache/usergrid/utils/Inflector.java
index e0bfb84..42d54d1 100644
--- a/stack/core/src/main/java/org/apache/usergrid/utils/Inflector.java
+++ b/stack/core/src/main/java/org/apache/usergrid/utils/Inflector.java
@@ -14,31 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-// TODO - This Class needs to go - it's LGPL Source !!!
-// ModeShape (http://www.modeshape.org)
-// See the COPYRIGHT.txt file distributed with this work for information
-// regarding copyright ownership.  Some portions may be licensed
-// to Red Hat, Inc. under one or more contributor license agreements.
-// See the AUTHORS.txt file in the distribution for a full listing of
-// individual contributors.
-//
-// ModeShape is free software. Unless otherwise indicated, all code in ModeShape
-// is licensed to you under the terms of the GNU Lesser General Public License as
-// published by the Free Software Foundation; either version 2.1 of
-// the License, or (at your option) any later version.
-//
-// ModeShape is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this software; if not, write to the Free
-// Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-// 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-//
-
 package org.apache.usergrid.utils;