OSDN Git Service

[added] Author javadocs and Matthias' license header.
authornathan.sweet <nathan.sweet@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sun, 24 Oct 2010 07:55:28 +0000 (07:55 +0000)
committernathan.sweet <nathan.sweet@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sun, 24 Oct 2010 07:55:28 +0000 (07:55 +0000)
eclipse-formatter.xml [moved from libgdx-eclipse-formatter.xml with 100% similarity]
gdx/src/com/badlogic/gdx/graphics/BitmapFont.java
gdx/src/com/badlogic/gdx/graphics/BitmapFontCache.java

index 10d5829..331df02 100644 (file)
@@ -1,3 +1,24 @@
+/*\r
+ * Copyright (c) 2008-2010, Matthias Mann\r
+ * \r
+ * All rights reserved.\r
+ * \r
+ * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following\r
+ * conditions are met:\r
+ * \r
+ * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
+ * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following\r
+ * disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Matthias Mann nor\r
+ * the names of its contributors may be used to endorse or promote products derived from this software without specific prior\r
+ * written permission.\r
+ * \r
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\r
+ * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\r
+ * SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+ */\r
 \r
 package com.badlogic.gdx.graphics;\r
 \r
@@ -141,7 +162,7 @@ public class BitmapFont {
 \r
                        g = getGlyph('x');\r
                        xHeight = g != null ? g.height : 1;\r
-                       \r
+\r
                        g = getGlyph('M');\r
                        capHeight = g != null ? g.height : 1;\r
 \r
index 9497d8a..5072a99 100644 (file)
@@ -1,3 +1,24 @@
+/*\r
+ * Copyright (c) 2008-2010, Matthias Mann\r
+ * \r
+ * All rights reserved.\r
+ * \r
+ * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following\r
+ * conditions are met:\r
+ * \r
+ * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\r
+ * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following\r
+ * disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Matthias Mann nor\r
+ * the names of its contributors may be used to endorse or promote products derived from this software without specific prior\r
+ * written permission.\r
+ * \r
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,\r
+ * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\r
+ * SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\r
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\r
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+ */\r
 \r
 package com.badlogic.gdx.graphics;\r
 \r