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/