From 981a0b458cb72174308cc534ee8fbb7703bc1714 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 14 Oct 2010 16:51:44 +0000 Subject: [PATCH] Header fixes. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1022 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/chat/ChatGlyph.java | 4 ++-- src/java/com/threerings/chat/ChatOverlay.java | 4 ++-- src/java/com/threerings/chat/ComicChatOverlay.java | 4 ++-- src/java/com/threerings/chat/SubtitleChatOverlay.java | 4 ++-- src/java/com/threerings/media/image/NinePatch.java | 1 + src/java/com/threerings/media/image/NinePatchMirage.java | 1 + src/java/com/threerings/media/tile/BaseSizableTileSet.java | 2 ++ 7 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/java/com/threerings/chat/ChatGlyph.java b/src/java/com/threerings/chat/ChatGlyph.java index 530d5fa8..97eeba23 100644 --- a/src/java/com/threerings/chat/ChatGlyph.java +++ b/src/java/com/threerings/chat/ChatGlyph.java @@ -1,9 +1,9 @@ // // $Id$ // -// Vilya library - tools for developing networked games +// Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved -// http://www.threerings.net/code/vilya/ +// http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/threerings/chat/ChatOverlay.java b/src/java/com/threerings/chat/ChatOverlay.java index fba47d63..551ad4b1 100644 --- a/src/java/com/threerings/chat/ChatOverlay.java +++ b/src/java/com/threerings/chat/ChatOverlay.java @@ -1,9 +1,9 @@ // // $Id$ // -// Vilya library - tools for developing networked games +// Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved -// http://www.threerings.net/code/vilya/ +// http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/threerings/chat/ComicChatOverlay.java b/src/java/com/threerings/chat/ComicChatOverlay.java index f1dc664f..56c2bb13 100644 --- a/src/java/com/threerings/chat/ComicChatOverlay.java +++ b/src/java/com/threerings/chat/ComicChatOverlay.java @@ -1,9 +1,9 @@ // // $Id$ // -// Vilya library - tools for developing networked games +// Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved -// http://www.threerings.net/code/vilya/ +// http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/threerings/chat/SubtitleChatOverlay.java b/src/java/com/threerings/chat/SubtitleChatOverlay.java index c4474354..8eb4a540 100644 --- a/src/java/com/threerings/chat/SubtitleChatOverlay.java +++ b/src/java/com/threerings/chat/SubtitleChatOverlay.java @@ -1,9 +1,9 @@ // // $Id$ // -// Vilya library - tools for developing networked games +// Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved -// http://www.threerings.net/code/vilya/ +// http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published diff --git a/src/java/com/threerings/media/image/NinePatch.java b/src/java/com/threerings/media/image/NinePatch.java index 921e51f7..e3f2e4a3 100644 --- a/src/java/com/threerings/media/image/NinePatch.java +++ b/src/java/com/threerings/media/image/NinePatch.java @@ -1,3 +1,4 @@ +// // $Id$ // // Nenya library - tools for developing networked games diff --git a/src/java/com/threerings/media/image/NinePatchMirage.java b/src/java/com/threerings/media/image/NinePatchMirage.java index a4d0accc..51993491 100644 --- a/src/java/com/threerings/media/image/NinePatchMirage.java +++ b/src/java/com/threerings/media/image/NinePatchMirage.java @@ -1,3 +1,4 @@ +// // $Id$ // // Nenya library - tools for developing networked games diff --git a/src/java/com/threerings/media/tile/BaseSizableTileSet.java b/src/java/com/threerings/media/tile/BaseSizableTileSet.java index 5c9fb171..56b50ea5 100644 --- a/src/java/com/threerings/media/tile/BaseSizableTileSet.java +++ b/src/java/com/threerings/media/tile/BaseSizableTileSet.java @@ -1,4 +1,6 @@ // +// $Id$ +// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/