From 364659116b848f3971c28c06098e63ce45569607 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Wed, 6 Jan 2010 01:11:24 +0000 Subject: [PATCH] I swear; sometime before 2011 I'll be done stumbling across ways my copyright updating missed things git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@888 c613c5cb-e716-0410-b11b-feb51c14d237 --- tests/src/java/com/threerings/parlor/TestClient.java | 2 +- tests/src/java/com/threerings/parlor/TestConfig.java | 2 +- tests/src/java/com/threerings/parlor/TestController.java | 2 +- tests/src/java/com/threerings/parlor/TestManager.java | 2 +- tests/src/java/com/threerings/parlor/TestServer.java | 2 +- .../java/com/threerings/parlor/rating/util/PercentilerTest.java | 2 +- .../java/com/threerings/whirled/DummyClientSceneRepository.java | 2 +- tests/src/java/com/threerings/whirled/TestClient.java | 2 +- tests/src/java/com/threerings/whirled/TestConfig.java | 2 +- tests/src/java/com/threerings/whirled/TestController.java | 2 +- .../threerings/whirled/spot/tools/xml/SpotSceneParserTest.java | 2 +- .../java/com/threerings/whirled/tools/xml/SceneParserTest.java | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/src/java/com/threerings/parlor/TestClient.java b/tests/src/java/com/threerings/parlor/TestClient.java index fa67345e..e9f56f68 100644 --- a/tests/src/java/com/threerings/parlor/TestClient.java +++ b/tests/src/java/com/threerings/parlor/TestClient.java @@ -2,7 +2,7 @@ // $Id: TestClient.java 3381 2005-03-03 19:36:34Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/parlor/TestConfig.java b/tests/src/java/com/threerings/parlor/TestConfig.java index f8441353..caecfa9d 100644 --- a/tests/src/java/com/threerings/parlor/TestConfig.java +++ b/tests/src/java/com/threerings/parlor/TestConfig.java @@ -2,7 +2,7 @@ // $Id: TestConfig.java 4193 2006-06-13 23:06:48Z ray $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/parlor/TestController.java b/tests/src/java/com/threerings/parlor/TestController.java index 5b2bdcb8..de3be68a 100644 --- a/tests/src/java/com/threerings/parlor/TestController.java +++ b/tests/src/java/com/threerings/parlor/TestController.java @@ -2,7 +2,7 @@ // $Id: TestController.java 3440 2005-03-30 01:09:30Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/parlor/TestManager.java b/tests/src/java/com/threerings/parlor/TestManager.java index 83e596c9..d8dfd116 100644 --- a/tests/src/java/com/threerings/parlor/TestManager.java +++ b/tests/src/java/com/threerings/parlor/TestManager.java @@ -2,7 +2,7 @@ // $Id: TestManager.java 3381 2005-03-03 19:36:34Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/parlor/TestServer.java b/tests/src/java/com/threerings/parlor/TestServer.java index 2d54d37f..09749b3a 100644 --- a/tests/src/java/com/threerings/parlor/TestServer.java +++ b/tests/src/java/com/threerings/parlor/TestServer.java @@ -2,7 +2,7 @@ // $Id: TestServer.java 3099 2004-08-27 02:21:06Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/parlor/rating/util/PercentilerTest.java b/tests/src/java/com/threerings/parlor/rating/util/PercentilerTest.java index 40ce4e46..e816b5df 100644 --- a/tests/src/java/com/threerings/parlor/rating/util/PercentilerTest.java +++ b/tests/src/java/com/threerings/parlor/rating/util/PercentilerTest.java @@ -2,7 +2,7 @@ // $Id: TestConfig.java 4193 2006-06-13 23:06:48Z ray $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/whirled/DummyClientSceneRepository.java b/tests/src/java/com/threerings/whirled/DummyClientSceneRepository.java index b460d930..10fdac9d 100644 --- a/tests/src/java/com/threerings/whirled/DummyClientSceneRepository.java +++ b/tests/src/java/com/threerings/whirled/DummyClientSceneRepository.java @@ -2,7 +2,7 @@ // $Id: DummyClientSceneRepository.java 3099 2004-08-27 02:21:06Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/whirled/TestClient.java b/tests/src/java/com/threerings/whirled/TestClient.java index 14815714..a6199b29 100644 --- a/tests/src/java/com/threerings/whirled/TestClient.java +++ b/tests/src/java/com/threerings/whirled/TestClient.java @@ -2,7 +2,7 @@ // $Id: TestClient.java 3355 2005-02-17 01:54:54Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/whirled/TestConfig.java b/tests/src/java/com/threerings/whirled/TestConfig.java index 3935f36c..900ea126 100644 --- a/tests/src/java/com/threerings/whirled/TestConfig.java +++ b/tests/src/java/com/threerings/whirled/TestConfig.java @@ -2,7 +2,7 @@ // $Id: TestConfig.java 3099 2004-08-27 02:21:06Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/whirled/TestController.java b/tests/src/java/com/threerings/whirled/TestController.java index dba88c01..0755660c 100644 --- a/tests/src/java/com/threerings/whirled/TestController.java +++ b/tests/src/java/com/threerings/whirled/TestController.java @@ -2,7 +2,7 @@ // $Id: TestController.java 3440 2005-03-30 01:09:30Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/whirled/spot/tools/xml/SpotSceneParserTest.java b/tests/src/java/com/threerings/whirled/spot/tools/xml/SpotSceneParserTest.java index 85dc3aeb..b42c347e 100644 --- a/tests/src/java/com/threerings/whirled/spot/tools/xml/SpotSceneParserTest.java +++ b/tests/src/java/com/threerings/whirled/spot/tools/xml/SpotSceneParserTest.java @@ -2,7 +2,7 @@ // $Id: SpotSceneParserTest.java 4143 2006-05-23 23:22:20Z ray $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/tests/src/java/com/threerings/whirled/tools/xml/SceneParserTest.java b/tests/src/java/com/threerings/whirled/tools/xml/SceneParserTest.java index e0414edf..94c09b90 100644 --- a/tests/src/java/com/threerings/whirled/tools/xml/SceneParserTest.java +++ b/tests/src/java/com/threerings/whirled/tools/xml/SceneParserTest.java @@ -2,7 +2,7 @@ // $Id: SceneParserTest.java 3099 2004-08-27 02:21:06Z mdb $ // // Narya library - tools for developing networked games -// Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it