From 8451c39797585502a0e7eebffa5c00f18a5314f1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 17 Nov 2004 23:16:56 +0000 Subject: [PATCH] Added missing copyright headers to the .dobj files. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3218 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../threerings/admin/data/ConfigObject.dobj | 20 +++++++++++++++++- .../threerings/admin/data/ConfigObject.java | 2 +- .../com/threerings/crowd/data/BodyObject.dobj | 20 +++++++++++++++++- .../com/threerings/crowd/data/BodyObject.java | 2 +- .../threerings/crowd/data/PlaceObject.dobj | 20 +++++++++++++++++- .../threerings/crowd/data/PlaceObject.java | 2 +- .../threerings/micasa/lobby/LobbyObject.dobj | 20 +++++++++++++++++- .../threerings/micasa/lobby/LobbyObject.java | 2 +- .../micasa/lobby/table/TableLobbyObject.dobj | 20 +++++++++++++++++- .../micasa/lobby/table/TableLobbyObject.java | 2 +- .../threerings/parlor/game/GameObject.java | 2 +- .../presents/data/ClientObject.dobj | 20 +++++++++++++++++- .../presents/data/ClientObject.java | 2 +- .../presents/data/TimeBaseObject.dobj | 20 +++++++++++++++++- .../presents/data/TimeBaseObject.java | 2 +- .../threerings/puzzle/data/PuzzleObject.dobj | 20 +++++++++++++++++- .../threerings/puzzle/data/PuzzleObject.java | 2 +- .../util/signal/i686-Linux/libsignal.so | Bin 9706 -> 9706 bytes .../util/unsafe/i686-Linux/libunsafe.so | Bin 8364 -> 8364 bytes .../whirled/spot/data/ClusterObject.dobj | 20 +++++++++++++++++- .../whirled/spot/data/ClusterObject.java | 2 +- .../whirled/spot/data/SpotSceneObject.dobj | 20 +++++++++++++++++- .../whirled/spot/data/SpotSceneObject.java | 2 +- .../presents/server/TestObject.dobj | 20 +++++++++++++++++- 24 files changed, 220 insertions(+), 22 deletions(-) diff --git a/src/java/com/threerings/admin/data/ConfigObject.dobj b/src/java/com/threerings/admin/data/ConfigObject.dobj index 29560705a..7445e460e 100644 --- a/src/java/com/threerings/admin/data/ConfigObject.dobj +++ b/src/java/com/threerings/admin/data/ConfigObject.dobj @@ -1,5 +1,23 @@ // -// $Id: ConfigObject.dobj,v 1.2 2004/03/06 12:00:39 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.admin.data; diff --git a/src/java/com/threerings/admin/data/ConfigObject.java b/src/java/com/threerings/admin/data/ConfigObject.java index de1fcbbb3..7445e460e 100644 --- a/src/java/com/threerings/admin/data/ConfigObject.java +++ b/src/java/com/threerings/admin/data/ConfigObject.java @@ -1,5 +1,5 @@ // -// $Id: ConfigObject.java,v 1.3 2004/08/27 02:12:24 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/crowd/data/BodyObject.dobj b/src/java/com/threerings/crowd/data/BodyObject.dobj index f4da180fa..b49ae0a21 100644 --- a/src/java/com/threerings/crowd/data/BodyObject.dobj +++ b/src/java/com/threerings/crowd/data/BodyObject.dobj @@ -1,5 +1,23 @@ // -// $Id: BodyObject.dobj,v 1.14 2004/03/06 11:29:19 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.crowd.data; diff --git a/src/java/com/threerings/crowd/data/BodyObject.java b/src/java/com/threerings/crowd/data/BodyObject.java index 136984180..774814653 100644 --- a/src/java/com/threerings/crowd/data/BodyObject.java +++ b/src/java/com/threerings/crowd/data/BodyObject.java @@ -1,5 +1,5 @@ // -// $Id: BodyObject.java,v 1.10 2004/08/27 02:12:33 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/crowd/data/PlaceObject.dobj b/src/java/com/threerings/crowd/data/PlaceObject.dobj index d20a1aea9..35440d36e 100644 --- a/src/java/com/threerings/crowd/data/PlaceObject.dobj +++ b/src/java/com/threerings/crowd/data/PlaceObject.dobj @@ -1,5 +1,23 @@ // -// $Id: PlaceObject.dobj,v 1.17 2004/03/06 11:29:19 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.crowd.data; diff --git a/src/java/com/threerings/crowd/data/PlaceObject.java b/src/java/com/threerings/crowd/data/PlaceObject.java index 8961ad571..370c6d216 100644 --- a/src/java/com/threerings/crowd/data/PlaceObject.java +++ b/src/java/com/threerings/crowd/data/PlaceObject.java @@ -1,5 +1,5 @@ // -// $Id: PlaceObject.java,v 1.17 2004/08/27 02:12:33 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/micasa/lobby/LobbyObject.dobj b/src/java/com/threerings/micasa/lobby/LobbyObject.dobj index e004324bc..3c3abb935 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyObject.dobj +++ b/src/java/com/threerings/micasa/lobby/LobbyObject.dobj @@ -1,5 +1,23 @@ // -// $Id: LobbyObject.dobj,v 1.4 2002/02/08 23:55:24 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.micasa.lobby; diff --git a/src/java/com/threerings/micasa/lobby/LobbyObject.java b/src/java/com/threerings/micasa/lobby/LobbyObject.java index f570b7e5f..3c3abb935 100644 --- a/src/java/com/threerings/micasa/lobby/LobbyObject.java +++ b/src/java/com/threerings/micasa/lobby/LobbyObject.java @@ -1,5 +1,5 @@ // -// $Id: LobbyObject.java,v 1.2 2004/08/27 02:12:50 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/micasa/lobby/table/TableLobbyObject.dobj b/src/java/com/threerings/micasa/lobby/table/TableLobbyObject.dobj index 89cdaf7da..9f9efa6b0 100644 --- a/src/java/com/threerings/micasa/lobby/table/TableLobbyObject.dobj +++ b/src/java/com/threerings/micasa/lobby/table/TableLobbyObject.dobj @@ -1,5 +1,23 @@ // -// $Id: TableLobbyObject.dobj,v 1.4 2003/02/26 17:54:56 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.micasa.lobby.table; diff --git a/src/java/com/threerings/micasa/lobby/table/TableLobbyObject.java b/src/java/com/threerings/micasa/lobby/table/TableLobbyObject.java index aa565010e..c834f2db8 100644 --- a/src/java/com/threerings/micasa/lobby/table/TableLobbyObject.java +++ b/src/java/com/threerings/micasa/lobby/table/TableLobbyObject.java @@ -1,5 +1,5 @@ // -// $Id: TableLobbyObject.java,v 1.8 2004/08/27 02:12:51 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/parlor/game/GameObject.java b/src/java/com/threerings/parlor/game/GameObject.java index ca68b206b..c0930c30d 100644 --- a/src/java/com/threerings/parlor/game/GameObject.java +++ b/src/java/com/threerings/parlor/game/GameObject.java @@ -1,5 +1,5 @@ // -// $Id: GameObject.java,v 1.22 2004/09/13 16:11:10 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/presents/data/ClientObject.dobj b/src/java/com/threerings/presents/data/ClientObject.dobj index b0aa6d388..f5fcd68bb 100644 --- a/src/java/com/threerings/presents/data/ClientObject.dobj +++ b/src/java/com/threerings/presents/data/ClientObject.dobj @@ -1,5 +1,23 @@ // -// $Id: ClientObject.dobj,v 1.4 2004/02/25 14:45:16 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.presents.data; diff --git a/src/java/com/threerings/presents/data/ClientObject.java b/src/java/com/threerings/presents/data/ClientObject.java index 1826bbf79..d9b12d6aa 100644 --- a/src/java/com/threerings/presents/data/ClientObject.java +++ b/src/java/com/threerings/presents/data/ClientObject.java @@ -1,5 +1,5 @@ // -// $Id: ClientObject.java,v 1.9 2004/08/27 02:20:19 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/presents/data/TimeBaseObject.dobj b/src/java/com/threerings/presents/data/TimeBaseObject.dobj index 5297f073c..f7f0ebb37 100644 --- a/src/java/com/threerings/presents/data/TimeBaseObject.dobj +++ b/src/java/com/threerings/presents/data/TimeBaseObject.dobj @@ -1,5 +1,23 @@ // -// $Id: TimeBaseObject.dobj,v 1.1 2002/05/28 23:14:06 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.presents.data; diff --git a/src/java/com/threerings/presents/data/TimeBaseObject.java b/src/java/com/threerings/presents/data/TimeBaseObject.java index ef353a6b7..8d8500efa 100644 --- a/src/java/com/threerings/presents/data/TimeBaseObject.java +++ b/src/java/com/threerings/presents/data/TimeBaseObject.java @@ -1,5 +1,5 @@ // -// $Id: TimeBaseObject.java,v 1.3 2004/08/27 02:20:19 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/puzzle/data/PuzzleObject.dobj b/src/java/com/threerings/puzzle/data/PuzzleObject.dobj index 7d8f6360f..a982fc198 100644 --- a/src/java/com/threerings/puzzle/data/PuzzleObject.dobj +++ b/src/java/com/threerings/puzzle/data/PuzzleObject.dobj @@ -1,5 +1,23 @@ // -// $Id: PuzzleObject.dobj,v 1.2 2004/06/22 14:08:58 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.puzzle.data; diff --git a/src/java/com/threerings/puzzle/data/PuzzleObject.java b/src/java/com/threerings/puzzle/data/PuzzleObject.java index 4177c4568..ea7396975 100644 --- a/src/java/com/threerings/puzzle/data/PuzzleObject.java +++ b/src/java/com/threerings/puzzle/data/PuzzleObject.java @@ -1,5 +1,5 @@ // -// $Id: PuzzleObject.java,v 1.3 2004/08/27 02:20:28 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/util/signal/i686-Linux/libsignal.so b/src/java/com/threerings/util/signal/i686-Linux/libsignal.so index 5db8162f9f0a20a16e3d929b4b7d81b0fc958ba8..0f6360de948b1c951c26c8ff577e734825513266 100755 GIT binary patch delta 33 dcmaFm{mOeox*(I0=45$6WfV$%^DRLE5dg7!2_gUh delta 24 ZcmaFm{mOeoy5M9dK~)&ud`(b91OR&(2zCGf diff --git a/src/java/com/threerings/util/unsafe/i686-Linux/libunsafe.so b/src/java/com/threerings/util/unsafe/i686-Linux/libunsafe.so index 1df434886affe6de12e82aca448ed85f30618bdc..8ec0577e95086ae542909858eb3eced6e2880793 100755 GIT binary patch delta 30 ccmZ4ExW;kAZXQOX$q#u{kVuWqdc1YQ0IyC8S^xk5 delta 24 ZcmZ4ExW;kAZl1~0cvN9{vlefYFaUjN2;Tqz diff --git a/src/java/com/threerings/whirled/spot/data/ClusterObject.dobj b/src/java/com/threerings/whirled/spot/data/ClusterObject.dobj index 5e4f425c8..ee33724b0 100644 --- a/src/java/com/threerings/whirled/spot/data/ClusterObject.dobj +++ b/src/java/com/threerings/whirled/spot/data/ClusterObject.dobj @@ -1,5 +1,23 @@ // -// $Id: ClusterObject.dobj,v 1.3 2003/06/14 00:55:40 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.whirled.spot.data; diff --git a/src/java/com/threerings/whirled/spot/data/ClusterObject.java b/src/java/com/threerings/whirled/spot/data/ClusterObject.java index 2ac16f2bf..22181b189 100644 --- a/src/java/com/threerings/whirled/spot/data/ClusterObject.java +++ b/src/java/com/threerings/whirled/spot/data/ClusterObject.java @@ -1,5 +1,5 @@ // -// $Id: ClusterObject.java,v 1.4 2004/08/27 02:20:45 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/src/java/com/threerings/whirled/spot/data/SpotSceneObject.dobj b/src/java/com/threerings/whirled/spot/data/SpotSceneObject.dobj index 374a3e3f5..1bda5a35e 100644 --- a/src/java/com/threerings/whirled/spot/data/SpotSceneObject.dobj +++ b/src/java/com/threerings/whirled/spot/data/SpotSceneObject.dobj @@ -1,5 +1,23 @@ // -// $Id: SpotSceneObject.dobj,v 1.2 2003/02/13 21:55:22 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.whirled.spot.data; diff --git a/src/java/com/threerings/whirled/spot/data/SpotSceneObject.java b/src/java/com/threerings/whirled/spot/data/SpotSceneObject.java index 26052a0d9..4785f4e23 100644 --- a/src/java/com/threerings/whirled/spot/data/SpotSceneObject.java +++ b/src/java/com/threerings/whirled/spot/data/SpotSceneObject.java @@ -1,5 +1,5 @@ // -// $Id: SpotSceneObject.java,v 1.5 2004/08/27 02:20:46 mdb Exp $ +// $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2004 Three Rings Design, Inc., All Rights Reserved diff --git a/tests/src/java/com/threerings/presents/server/TestObject.dobj b/tests/src/java/com/threerings/presents/server/TestObject.dobj index 22e5a1f38..def000aa3 100644 --- a/tests/src/java/com/threerings/presents/server/TestObject.dobj +++ b/tests/src/java/com/threerings/presents/server/TestObject.dobj @@ -1,5 +1,23 @@ // -// $Id: TestObject.dobj,v 1.8 2002/03/19 01:10:03 mdb Exp $ +// $Id$ +// +// Narya library - tools for developing networked games +// Copyright (C) 2002-2004 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 +// 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. +// +// This library 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 library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.presents.server;