diff --git a/lib/SOURCE_HEADER b/lib/SOURCE_HEADER index f3ee37c8..7bd8b784 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/card/data/Card.as b/src/main/as/com/threerings/parlor/card/data/Card.as index ae550675..6a271381 100644 --- a/src/main/as/com/threerings/parlor/card/data/Card.as +++ b/src/main/as/com/threerings/parlor/card/data/Card.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/card/data/CardCodes.as b/src/main/as/com/threerings/parlor/card/data/CardCodes.as index 3b4ea339..9cda250d 100644 --- a/src/main/as/com/threerings/parlor/card/data/CardCodes.as +++ b/src/main/as/com/threerings/parlor/card/data/CardCodes.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/card/data/Deck.as b/src/main/as/com/threerings/parlor/card/data/Deck.as index fbbe66bf..bf601c25 100644 --- a/src/main/as/com/threerings/parlor/card/data/Deck.as +++ b/src/main/as/com/threerings/parlor/card/data/Deck.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/card/data/Hand.as b/src/main/as/com/threerings/parlor/card/data/Hand.as index 098078ce..1e0359df 100644 --- a/src/main/as/com/threerings/parlor/card/data/Hand.as +++ b/src/main/as/com/threerings/parlor/card/data/Hand.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/card/data/PlayerCard.as b/src/main/as/com/threerings/parlor/card/data/PlayerCard.as index 419bec6e..07631f85 100644 --- a/src/main/as/com/threerings/parlor/card/data/PlayerCard.as +++ b/src/main/as/com/threerings/parlor/card/data/PlayerCard.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/card/trick/client/TrickCardGameService.as b/src/main/as/com/threerings/parlor/card/trick/client/TrickCardGameService.as index facc9c96..1470cc1f 100644 --- a/src/main/as/com/threerings/parlor/card/trick/client/TrickCardGameService.as +++ b/src/main/as/com/threerings/parlor/card/trick/client/TrickCardGameService.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.as b/src/main/as/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.as index ba11fb08..add0827d 100644 --- a/src/main/as/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.as +++ b/src/main/as/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/DefaultFlexTableConfigurator.as b/src/main/as/com/threerings/parlor/client/DefaultFlexTableConfigurator.as index 110a663a..d918efde 100644 --- a/src/main/as/com/threerings/parlor/client/DefaultFlexTableConfigurator.as +++ b/src/main/as/com/threerings/parlor/client/DefaultFlexTableConfigurator.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/GameReadyObserver.as b/src/main/as/com/threerings/parlor/client/GameReadyObserver.as index 517fcffd..cf3881d4 100644 --- a/src/main/as/com/threerings/parlor/client/GameReadyObserver.as +++ b/src/main/as/com/threerings/parlor/client/GameReadyObserver.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/Invitation.as b/src/main/as/com/threerings/parlor/client/Invitation.as index b7b9e35c..01b9553a 100644 --- a/src/main/as/com/threerings/parlor/client/Invitation.as +++ b/src/main/as/com/threerings/parlor/client/Invitation.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/InvitationHandler.as b/src/main/as/com/threerings/parlor/client/InvitationHandler.as index 01ede40e..bee6097c 100644 --- a/src/main/as/com/threerings/parlor/client/InvitationHandler.as +++ b/src/main/as/com/threerings/parlor/client/InvitationHandler.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/InvitationResponseObserver.as b/src/main/as/com/threerings/parlor/client/InvitationResponseObserver.as index 3e41a84a..b07bf225 100644 --- a/src/main/as/com/threerings/parlor/client/InvitationResponseObserver.as +++ b/src/main/as/com/threerings/parlor/client/InvitationResponseObserver.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/ParlorDecoder.as b/src/main/as/com/threerings/parlor/client/ParlorDecoder.as index befc021b..2b824ab8 100644 --- a/src/main/as/com/threerings/parlor/client/ParlorDecoder.as +++ b/src/main/as/com/threerings/parlor/client/ParlorDecoder.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/ParlorDirector.as b/src/main/as/com/threerings/parlor/client/ParlorDirector.as index cf35a0dc..736e0e9d 100644 --- a/src/main/as/com/threerings/parlor/client/ParlorDirector.as +++ b/src/main/as/com/threerings/parlor/client/ParlorDirector.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/ParlorReceiver.as b/src/main/as/com/threerings/parlor/client/ParlorReceiver.as index db4ce8cc..700e0733 100644 --- a/src/main/as/com/threerings/parlor/client/ParlorReceiver.as +++ b/src/main/as/com/threerings/parlor/client/ParlorReceiver.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/ParlorService.as b/src/main/as/com/threerings/parlor/client/ParlorService.as index 34f86d96..bd6c8a11 100644 --- a/src/main/as/com/threerings/parlor/client/ParlorService.as +++ b/src/main/as/com/threerings/parlor/client/ParlorService.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/ParlorService_InviteListener.as b/src/main/as/com/threerings/parlor/client/ParlorService_InviteListener.as index 0b244613..a13b6771 100644 --- a/src/main/as/com/threerings/parlor/client/ParlorService_InviteListener.as +++ b/src/main/as/com/threerings/parlor/client/ParlorService_InviteListener.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/SeatednessObserver.as b/src/main/as/com/threerings/parlor/client/SeatednessObserver.as index e2d638a8..fb442ea4 100644 --- a/src/main/as/com/threerings/parlor/client/SeatednessObserver.as +++ b/src/main/as/com/threerings/parlor/client/SeatednessObserver.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/TableConfigurator.as b/src/main/as/com/threerings/parlor/client/TableConfigurator.as index 5e60874c..97fc95d7 100644 --- a/src/main/as/com/threerings/parlor/client/TableConfigurator.as +++ b/src/main/as/com/threerings/parlor/client/TableConfigurator.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/TableDirector.as b/src/main/as/com/threerings/parlor/client/TableDirector.as index 289ea3bf..04c5374a 100644 --- a/src/main/as/com/threerings/parlor/client/TableDirector.as +++ b/src/main/as/com/threerings/parlor/client/TableDirector.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/TableObserver.as b/src/main/as/com/threerings/parlor/client/TableObserver.as index d4a15929..3797b37e 100644 --- a/src/main/as/com/threerings/parlor/client/TableObserver.as +++ b/src/main/as/com/threerings/parlor/client/TableObserver.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/client/TableService.as b/src/main/as/com/threerings/parlor/client/TableService.as index f7050059..7f2f35e9 100644 --- a/src/main/as/com/threerings/parlor/client/TableService.as +++ b/src/main/as/com/threerings/parlor/client/TableService.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/ChoiceParameter.as b/src/main/as/com/threerings/parlor/data/ChoiceParameter.as index 8ec5822e..6f7f3c03 100644 --- a/src/main/as/com/threerings/parlor/data/ChoiceParameter.as +++ b/src/main/as/com/threerings/parlor/data/ChoiceParameter.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/Parameter.as b/src/main/as/com/threerings/parlor/data/Parameter.as index 8c0d89d5..1f9c6536 100644 --- a/src/main/as/com/threerings/parlor/data/Parameter.as +++ b/src/main/as/com/threerings/parlor/data/Parameter.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/ParlorCodes.as b/src/main/as/com/threerings/parlor/data/ParlorCodes.as index 0ffcdd58..d6492fd7 100644 --- a/src/main/as/com/threerings/parlor/data/ParlorCodes.as +++ b/src/main/as/com/threerings/parlor/data/ParlorCodes.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/ParlorMarshaller.as b/src/main/as/com/threerings/parlor/data/ParlorMarshaller.as index b70459a1..43c5832d 100644 --- a/src/main/as/com/threerings/parlor/data/ParlorMarshaller.as +++ b/src/main/as/com/threerings/parlor/data/ParlorMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as b/src/main/as/com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as index b3932df5..b920d6a3 100644 --- a/src/main/as/com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as +++ b/src/main/as/com/threerings/parlor/data/ParlorMarshaller_InviteMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/RangeParameter.as b/src/main/as/com/threerings/parlor/data/RangeParameter.as index 82c00775..efe1acc3 100644 --- a/src/main/as/com/threerings/parlor/data/RangeParameter.as +++ b/src/main/as/com/threerings/parlor/data/RangeParameter.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/Table.as b/src/main/as/com/threerings/parlor/data/Table.as index 39f8bf97..9ea1a404 100644 --- a/src/main/as/com/threerings/parlor/data/Table.as +++ b/src/main/as/com/threerings/parlor/data/Table.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/TableConfig.as b/src/main/as/com/threerings/parlor/data/TableConfig.as index e54e2305..746ba4d3 100644 --- a/src/main/as/com/threerings/parlor/data/TableConfig.as +++ b/src/main/as/com/threerings/parlor/data/TableConfig.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/TableLobbyObject.as b/src/main/as/com/threerings/parlor/data/TableLobbyObject.as index f43b377b..d172a593 100644 --- a/src/main/as/com/threerings/parlor/data/TableLobbyObject.as +++ b/src/main/as/com/threerings/parlor/data/TableLobbyObject.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/TableMarshaller.as b/src/main/as/com/threerings/parlor/data/TableMarshaller.as index 1b4e7809..e83ee0b3 100644 --- a/src/main/as/com/threerings/parlor/data/TableMarshaller.as +++ b/src/main/as/com/threerings/parlor/data/TableMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/data/ToggleParameter.as b/src/main/as/com/threerings/parlor/data/ToggleParameter.as index f07478af..46571c81 100644 --- a/src/main/as/com/threerings/parlor/data/ToggleParameter.as +++ b/src/main/as/com/threerings/parlor/data/ToggleParameter.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/client/FlexGameConfigurator.as b/src/main/as/com/threerings/parlor/game/client/FlexGameConfigurator.as index 5d033c80..d51be315 100644 --- a/src/main/as/com/threerings/parlor/game/client/FlexGameConfigurator.as +++ b/src/main/as/com/threerings/parlor/game/client/FlexGameConfigurator.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/client/GameConfigurator.as b/src/main/as/com/threerings/parlor/game/client/GameConfigurator.as index b264988a..7c0a6912 100644 --- a/src/main/as/com/threerings/parlor/game/client/GameConfigurator.as +++ b/src/main/as/com/threerings/parlor/game/client/GameConfigurator.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/client/GameController.as b/src/main/as/com/threerings/parlor/game/client/GameController.as index 75d8032a..1322399d 100644 --- a/src/main/as/com/threerings/parlor/game/client/GameController.as +++ b/src/main/as/com/threerings/parlor/game/client/GameController.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/client/GameControllerDelegate.as b/src/main/as/com/threerings/parlor/game/client/GameControllerDelegate.as index 9b7fc3c6..adeb17b4 100644 --- a/src/main/as/com/threerings/parlor/game/client/GameControllerDelegate.as +++ b/src/main/as/com/threerings/parlor/game/client/GameControllerDelegate.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/data/GameAI.as b/src/main/as/com/threerings/parlor/game/data/GameAI.as index 0fbbb6b9..f25ea444 100644 --- a/src/main/as/com/threerings/parlor/game/data/GameAI.as +++ b/src/main/as/com/threerings/parlor/game/data/GameAI.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/data/GameCodes.as b/src/main/as/com/threerings/parlor/game/data/GameCodes.as index 06a65cb7..9c3db90f 100644 --- a/src/main/as/com/threerings/parlor/game/data/GameCodes.as +++ b/src/main/as/com/threerings/parlor/game/data/GameCodes.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/data/GameConfig.as b/src/main/as/com/threerings/parlor/game/data/GameConfig.as index 6163c030..907ff7db 100644 --- a/src/main/as/com/threerings/parlor/game/data/GameConfig.as +++ b/src/main/as/com/threerings/parlor/game/data/GameConfig.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/data/GameObject.as b/src/main/as/com/threerings/parlor/game/data/GameObject.as index 764bfc01..62d11fbd 100644 --- a/src/main/as/com/threerings/parlor/game/data/GameObject.as +++ b/src/main/as/com/threerings/parlor/game/data/GameObject.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/game/data/UserIdentifier.as b/src/main/as/com/threerings/parlor/game/data/UserIdentifier.as index 4067ef05..8cb25f0a 100644 --- a/src/main/as/com/threerings/parlor/game/data/UserIdentifier.as +++ b/src/main/as/com/threerings/parlor/game/data/UserIdentifier.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/turn/client/TurnGameController.as b/src/main/as/com/threerings/parlor/turn/client/TurnGameController.as index d521e2ff..9f471746 100644 --- a/src/main/as/com/threerings/parlor/turn/client/TurnGameController.as +++ b/src/main/as/com/threerings/parlor/turn/client/TurnGameController.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/turn/client/TurnGameControllerDelegate.as b/src/main/as/com/threerings/parlor/turn/client/TurnGameControllerDelegate.as index 7dc25e87..5f9ebc59 100644 --- a/src/main/as/com/threerings/parlor/turn/client/TurnGameControllerDelegate.as +++ b/src/main/as/com/threerings/parlor/turn/client/TurnGameControllerDelegate.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/turn/data/TurnGameObject.as b/src/main/as/com/threerings/parlor/turn/data/TurnGameObject.as index 844101b2..d39c5a67 100644 --- a/src/main/as/com/threerings/parlor/turn/data/TurnGameObject.as +++ b/src/main/as/com/threerings/parlor/turn/data/TurnGameObject.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/parlor/util/ParlorContext.as b/src/main/as/com/threerings/parlor/util/ParlorContext.as index 301ce488..5689d56f 100644 --- a/src/main/as/com/threerings/parlor/util/ParlorContext.as +++ b/src/main/as/com/threerings/parlor/util/ParlorContext.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/CharacterIsoSprite.as b/src/main/as/com/threerings/stage/client/CharacterIsoSprite.as index 2b0c757e..95c929f5 100644 --- a/src/main/as/com/threerings/stage/client/CharacterIsoSprite.as +++ b/src/main/as/com/threerings/stage/client/CharacterIsoSprite.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/ClusterClickedInfo.as b/src/main/as/com/threerings/stage/client/ClusterClickedInfo.as index dffe553c..187ac004 100644 --- a/src/main/as/com/threerings/stage/client/ClusterClickedInfo.as +++ b/src/main/as/com/threerings/stage/client/ClusterClickedInfo.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/CrowdStageScenePanel.as b/src/main/as/com/threerings/stage/client/CrowdStageScenePanel.as index 87b7ee8e..f81002b6 100644 --- a/src/main/as/com/threerings/stage/client/CrowdStageScenePanel.as +++ b/src/main/as/com/threerings/stage/client/CrowdStageScenePanel.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/PortalIsoSprite.as b/src/main/as/com/threerings/stage/client/PortalIsoSprite.as index 1a2db3b1..ef5e9872 100644 --- a/src/main/as/com/threerings/stage/client/PortalIsoSprite.as +++ b/src/main/as/com/threerings/stage/client/PortalIsoSprite.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/SceneColorizer.as b/src/main/as/com/threerings/stage/client/SceneColorizer.as index 9232767b..b05ac320 100644 --- a/src/main/as/com/threerings/stage/client/SceneColorizer.as +++ b/src/main/as/com/threerings/stage/client/SceneColorizer.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/StageSceneBlock.as b/src/main/as/com/threerings/stage/client/StageSceneBlock.as index 471d3077..a70e3eb5 100644 --- a/src/main/as/com/threerings/stage/client/StageSceneBlock.as +++ b/src/main/as/com/threerings/stage/client/StageSceneBlock.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/StageSceneController.as b/src/main/as/com/threerings/stage/client/StageSceneController.as index 2026301a..53a2213e 100644 --- a/src/main/as/com/threerings/stage/client/StageSceneController.as +++ b/src/main/as/com/threerings/stage/client/StageSceneController.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/StageScenePanel.as b/src/main/as/com/threerings/stage/client/StageScenePanel.as index e65adac6..a7cc007a 100644 --- a/src/main/as/com/threerings/stage/client/StageScenePanel.as +++ b/src/main/as/com/threerings/stage/client/StageScenePanel.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/client/StageSceneService.as b/src/main/as/com/threerings/stage/client/StageSceneService.as index f68c578f..c4bb5a89 100644 --- a/src/main/as/com/threerings/stage/client/StageSceneService.as +++ b/src/main/as/com/threerings/stage/client/StageSceneService.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/DefaultColorUpdate.as b/src/main/as/com/threerings/stage/data/DefaultColorUpdate.as index 7e506fc4..ebcbf4d7 100644 --- a/src/main/as/com/threerings/stage/data/DefaultColorUpdate.as +++ b/src/main/as/com/threerings/stage/data/DefaultColorUpdate.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/ModifyObjectsUpdate.as b/src/main/as/com/threerings/stage/data/ModifyObjectsUpdate.as index 09ec37c7..712db076 100644 --- a/src/main/as/com/threerings/stage/data/ModifyObjectsUpdate.as +++ b/src/main/as/com/threerings/stage/data/ModifyObjectsUpdate.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/StageLocation.as b/src/main/as/com/threerings/stage/data/StageLocation.as index a3edad66..42e5b2b8 100644 --- a/src/main/as/com/threerings/stage/data/StageLocation.as +++ b/src/main/as/com/threerings/stage/data/StageLocation.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/StageMisoSceneModel.as b/src/main/as/com/threerings/stage/data/StageMisoSceneModel.as index 6ba1eeb1..a444672d 100644 --- a/src/main/as/com/threerings/stage/data/StageMisoSceneModel.as +++ b/src/main/as/com/threerings/stage/data/StageMisoSceneModel.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/StageOccupantInfo.as b/src/main/as/com/threerings/stage/data/StageOccupantInfo.as index da000dcd..62f9a5c9 100644 --- a/src/main/as/com/threerings/stage/data/StageOccupantInfo.as +++ b/src/main/as/com/threerings/stage/data/StageOccupantInfo.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/StageScene.as b/src/main/as/com/threerings/stage/data/StageScene.as index d77a572e..e80e3d62 100644 --- a/src/main/as/com/threerings/stage/data/StageScene.as +++ b/src/main/as/com/threerings/stage/data/StageScene.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/StageSceneConfig.as b/src/main/as/com/threerings/stage/data/StageSceneConfig.as index 1b9e0291..50272733 100644 --- a/src/main/as/com/threerings/stage/data/StageSceneConfig.as +++ b/src/main/as/com/threerings/stage/data/StageSceneConfig.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/StageSceneMarshaller.as b/src/main/as/com/threerings/stage/data/StageSceneMarshaller.as index 0669f23d..a5793a99 100644 --- a/src/main/as/com/threerings/stage/data/StageSceneMarshaller.as +++ b/src/main/as/com/threerings/stage/data/StageSceneMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/StageSceneModel.as b/src/main/as/com/threerings/stage/data/StageSceneModel.as index 53cb0540..9b6b87d7 100644 --- a/src/main/as/com/threerings/stage/data/StageSceneModel.as +++ b/src/main/as/com/threerings/stage/data/StageSceneModel.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/data/StageSceneObject.as b/src/main/as/com/threerings/stage/data/StageSceneObject.as index 880718ff..62666f6d 100644 --- a/src/main/as/com/threerings/stage/data/StageSceneObject.as +++ b/src/main/as/com/threerings/stage/data/StageSceneObject.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/stage/util/StageContext.as b/src/main/as/com/threerings/stage/util/StageContext.as index 02fd4f7b..a9197189 100644 --- a/src/main/as/com/threerings/stage/util/StageContext.as +++ b/src/main/as/com/threerings/stage/util/StageContext.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/PendingData.as b/src/main/as/com/threerings/whirled/client/PendingData.as index a0246f9f..a8de26f4 100644 --- a/src/main/as/com/threerings/whirled/client/PendingData.as +++ b/src/main/as/com/threerings/whirled/client/PendingData.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/SceneController.as b/src/main/as/com/threerings/whirled/client/SceneController.as index 2a9eaf50..ed399b43 100644 --- a/src/main/as/com/threerings/whirled/client/SceneController.as +++ b/src/main/as/com/threerings/whirled/client/SceneController.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/SceneDecoder.as b/src/main/as/com/threerings/whirled/client/SceneDecoder.as index ef6a7c43..6ce9fd10 100644 --- a/src/main/as/com/threerings/whirled/client/SceneDecoder.as +++ b/src/main/as/com/threerings/whirled/client/SceneDecoder.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/SceneDirector.as b/src/main/as/com/threerings/whirled/client/SceneDirector.as index ac485e8a..4ec8a974 100644 --- a/src/main/as/com/threerings/whirled/client/SceneDirector.as +++ b/src/main/as/com/threerings/whirled/client/SceneDirector.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/SceneDirector_MoveHandler.as b/src/main/as/com/threerings/whirled/client/SceneDirector_MoveHandler.as index 08e29e04..7c17db6b 100644 --- a/src/main/as/com/threerings/whirled/client/SceneDirector_MoveHandler.as +++ b/src/main/as/com/threerings/whirled/client/SceneDirector_MoveHandler.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/SceneReceiver.as b/src/main/as/com/threerings/whirled/client/SceneReceiver.as index 56341bf6..f678a896 100644 --- a/src/main/as/com/threerings/whirled/client/SceneReceiver.as +++ b/src/main/as/com/threerings/whirled/client/SceneReceiver.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/SceneService.as b/src/main/as/com/threerings/whirled/client/SceneService.as index c033c926..27607f22 100644 --- a/src/main/as/com/threerings/whirled/client/SceneService.as +++ b/src/main/as/com/threerings/whirled/client/SceneService.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/SceneService_SceneMoveListener.as b/src/main/as/com/threerings/whirled/client/SceneService_SceneMoveListener.as index 9686b758..5c797afb 100644 --- a/src/main/as/com/threerings/whirled/client/SceneService_SceneMoveListener.as +++ b/src/main/as/com/threerings/whirled/client/SceneService_SceneMoveListener.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/client/persist/SceneRepository.as b/src/main/as/com/threerings/whirled/client/persist/SceneRepository.as index 2d9d827e..f28e52a0 100644 --- a/src/main/as/com/threerings/whirled/client/persist/SceneRepository.as +++ b/src/main/as/com/threerings/whirled/client/persist/SceneRepository.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/AuxModel.as b/src/main/as/com/threerings/whirled/data/AuxModel.as index b5a584fd..abb990eb 100644 --- a/src/main/as/com/threerings/whirled/data/AuxModel.as +++ b/src/main/as/com/threerings/whirled/data/AuxModel.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/DefaultSceneConfig.as b/src/main/as/com/threerings/whirled/data/DefaultSceneConfig.as index 34659b2d..b78e4897 100644 --- a/src/main/as/com/threerings/whirled/data/DefaultSceneConfig.as +++ b/src/main/as/com/threerings/whirled/data/DefaultSceneConfig.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/Scene.as b/src/main/as/com/threerings/whirled/data/Scene.as index f263df55..bc0a3ab0 100644 --- a/src/main/as/com/threerings/whirled/data/Scene.as +++ b/src/main/as/com/threerings/whirled/data/Scene.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/SceneCodes.as b/src/main/as/com/threerings/whirled/data/SceneCodes.as index 40d2f658..37204144 100644 --- a/src/main/as/com/threerings/whirled/data/SceneCodes.as +++ b/src/main/as/com/threerings/whirled/data/SceneCodes.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/SceneImpl.as b/src/main/as/com/threerings/whirled/data/SceneImpl.as index 7226dd62..e9198347 100644 --- a/src/main/as/com/threerings/whirled/data/SceneImpl.as +++ b/src/main/as/com/threerings/whirled/data/SceneImpl.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/SceneMarshaller.as b/src/main/as/com/threerings/whirled/data/SceneMarshaller.as index 989b8b15..d8a3bba7 100644 --- a/src/main/as/com/threerings/whirled/data/SceneMarshaller.as +++ b/src/main/as/com/threerings/whirled/data/SceneMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/SceneMarshaller_SceneMoveMarshaller.as b/src/main/as/com/threerings/whirled/data/SceneMarshaller_SceneMoveMarshaller.as index fbcb1c4f..1684e988 100644 --- a/src/main/as/com/threerings/whirled/data/SceneMarshaller_SceneMoveMarshaller.as +++ b/src/main/as/com/threerings/whirled/data/SceneMarshaller_SceneMoveMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/SceneModel.as b/src/main/as/com/threerings/whirled/data/SceneModel.as index 2a739725..00778959 100644 --- a/src/main/as/com/threerings/whirled/data/SceneModel.as +++ b/src/main/as/com/threerings/whirled/data/SceneModel.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/SceneObject.as b/src/main/as/com/threerings/whirled/data/SceneObject.as index dc935e87..3c606650 100644 --- a/src/main/as/com/threerings/whirled/data/SceneObject.as +++ b/src/main/as/com/threerings/whirled/data/SceneObject.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/ScenePlace.as b/src/main/as/com/threerings/whirled/data/ScenePlace.as index baf58af2..bf6c2bf7 100644 --- a/src/main/as/com/threerings/whirled/data/ScenePlace.as +++ b/src/main/as/com/threerings/whirled/data/ScenePlace.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/data/SceneUpdate.as b/src/main/as/com/threerings/whirled/data/SceneUpdate.as index 6d4dc8fb..07ee04c5 100644 --- a/src/main/as/com/threerings/whirled/data/SceneUpdate.as +++ b/src/main/as/com/threerings/whirled/data/SceneUpdate.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/client/SpotSceneController.as b/src/main/as/com/threerings/whirled/spot/client/SpotSceneController.as index a6f5892f..e3bb9582 100644 --- a/src/main/as/com/threerings/whirled/spot/client/SpotSceneController.as +++ b/src/main/as/com/threerings/whirled/spot/client/SpotSceneController.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/client/SpotSceneDirector.as b/src/main/as/com/threerings/whirled/spot/client/SpotSceneDirector.as index a51c066c..5d112073 100644 --- a/src/main/as/com/threerings/whirled/spot/client/SpotSceneDirector.as +++ b/src/main/as/com/threerings/whirled/spot/client/SpotSceneDirector.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/client/SpotService.as b/src/main/as/com/threerings/whirled/spot/client/SpotService.as index 98f50282..0e59b28c 100644 --- a/src/main/as/com/threerings/whirled/spot/client/SpotService.as +++ b/src/main/as/com/threerings/whirled/spot/client/SpotService.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/client/SpotService_SpotSceneMoveListener.as b/src/main/as/com/threerings/whirled/spot/client/SpotService_SpotSceneMoveListener.as index edb9d66a..0794af7a 100644 --- a/src/main/as/com/threerings/whirled/spot/client/SpotService_SpotSceneMoveListener.as +++ b/src/main/as/com/threerings/whirled/spot/client/SpotService_SpotSceneMoveListener.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/Cluster.as b/src/main/as/com/threerings/whirled/spot/data/Cluster.as index 8967d3d1..16d5eb18 100644 --- a/src/main/as/com/threerings/whirled/spot/data/Cluster.as +++ b/src/main/as/com/threerings/whirled/spot/data/Cluster.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/ClusterObject.as b/src/main/as/com/threerings/whirled/spot/data/ClusterObject.as index cb03549b..71b2c1b9 100644 --- a/src/main/as/com/threerings/whirled/spot/data/ClusterObject.as +++ b/src/main/as/com/threerings/whirled/spot/data/ClusterObject.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/ClusteredBodyObject.as b/src/main/as/com/threerings/whirled/spot/data/ClusteredBodyObject.as index 9b2bf477..efe7e0db 100644 --- a/src/main/as/com/threerings/whirled/spot/data/ClusteredBodyObject.as +++ b/src/main/as/com/threerings/whirled/spot/data/ClusteredBodyObject.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/Location.as b/src/main/as/com/threerings/whirled/spot/data/Location.as index 38e543f6..2d37b8e5 100644 --- a/src/main/as/com/threerings/whirled/spot/data/Location.as +++ b/src/main/as/com/threerings/whirled/spot/data/Location.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/ModifyPortalsUpdate.as b/src/main/as/com/threerings/whirled/spot/data/ModifyPortalsUpdate.as index f92a37e1..43f1fae4 100644 --- a/src/main/as/com/threerings/whirled/spot/data/ModifyPortalsUpdate.as +++ b/src/main/as/com/threerings/whirled/spot/data/ModifyPortalsUpdate.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/Portal.as b/src/main/as/com/threerings/whirled/spot/data/Portal.as index 1ce4d639..d2b6da53 100644 --- a/src/main/as/com/threerings/whirled/spot/data/Portal.as +++ b/src/main/as/com/threerings/whirled/spot/data/Portal.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/SceneLocation.as b/src/main/as/com/threerings/whirled/spot/data/SceneLocation.as index d7cd0de3..88208da6 100644 --- a/src/main/as/com/threerings/whirled/spot/data/SceneLocation.as +++ b/src/main/as/com/threerings/whirled/spot/data/SceneLocation.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/SpotCodes.as b/src/main/as/com/threerings/whirled/spot/data/SpotCodes.as index 91cf271f..efcec534 100644 --- a/src/main/as/com/threerings/whirled/spot/data/SpotCodes.as +++ b/src/main/as/com/threerings/whirled/spot/data/SpotCodes.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/SpotMarshaller.as b/src/main/as/com/threerings/whirled/spot/data/SpotMarshaller.as index dc940ccc..a253d4d5 100644 --- a/src/main/as/com/threerings/whirled/spot/data/SpotMarshaller.as +++ b/src/main/as/com/threerings/whirled/spot/data/SpotMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/SpotMarshaller_SpotSceneMoveMarshaller.as b/src/main/as/com/threerings/whirled/spot/data/SpotMarshaller_SpotSceneMoveMarshaller.as index 0167d72c..21b39307 100644 --- a/src/main/as/com/threerings/whirled/spot/data/SpotMarshaller_SpotSceneMoveMarshaller.as +++ b/src/main/as/com/threerings/whirled/spot/data/SpotMarshaller_SpotSceneMoveMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/SpotScene.as b/src/main/as/com/threerings/whirled/spot/data/SpotScene.as index 9cfe6ce6..ae6ed09f 100644 --- a/src/main/as/com/threerings/whirled/spot/data/SpotScene.as +++ b/src/main/as/com/threerings/whirled/spot/data/SpotScene.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/SpotSceneImpl.as b/src/main/as/com/threerings/whirled/spot/data/SpotSceneImpl.as index 38c29d97..7857ece9 100644 --- a/src/main/as/com/threerings/whirled/spot/data/SpotSceneImpl.as +++ b/src/main/as/com/threerings/whirled/spot/data/SpotSceneImpl.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/SpotSceneModel.as b/src/main/as/com/threerings/whirled/spot/data/SpotSceneModel.as index 2d9df425..6e14c0df 100644 --- a/src/main/as/com/threerings/whirled/spot/data/SpotSceneModel.as +++ b/src/main/as/com/threerings/whirled/spot/data/SpotSceneModel.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/spot/data/SpotSceneObject.as b/src/main/as/com/threerings/whirled/spot/data/SpotSceneObject.as index b3501528..e5984039 100644 --- a/src/main/as/com/threerings/whirled/spot/data/SpotSceneObject.as +++ b/src/main/as/com/threerings/whirled/spot/data/SpotSceneObject.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/util/NoSuchSceneError.as b/src/main/as/com/threerings/whirled/util/NoSuchSceneError.as index e67801a1..6f903b8d 100644 --- a/src/main/as/com/threerings/whirled/util/NoSuchSceneError.as +++ b/src/main/as/com/threerings/whirled/util/NoSuchSceneError.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/util/SceneFactory.as b/src/main/as/com/threerings/whirled/util/SceneFactory.as index 213d9238..f4224397 100644 --- a/src/main/as/com/threerings/whirled/util/SceneFactory.as +++ b/src/main/as/com/threerings/whirled/util/SceneFactory.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/util/UpdateList.as b/src/main/as/com/threerings/whirled/util/UpdateList.as index 81a673cd..9313c58b 100644 --- a/src/main/as/com/threerings/whirled/util/UpdateList.as +++ b/src/main/as/com/threerings/whirled/util/UpdateList.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/util/WhirledContext.as b/src/main/as/com/threerings/whirled/util/WhirledContext.as index 73404e63..1c3a5d39 100644 --- a/src/main/as/com/threerings/whirled/util/WhirledContext.as +++ b/src/main/as/com/threerings/whirled/util/WhirledContext.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/client/ZoneDecoder.as b/src/main/as/com/threerings/whirled/zone/client/ZoneDecoder.as index 424f46c1..e7b62f06 100644 --- a/src/main/as/com/threerings/whirled/zone/client/ZoneDecoder.as +++ b/src/main/as/com/threerings/whirled/zone/client/ZoneDecoder.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/client/ZoneDirector.as b/src/main/as/com/threerings/whirled/zone/client/ZoneDirector.as index d75b1cc7..39b83edd 100644 --- a/src/main/as/com/threerings/whirled/zone/client/ZoneDirector.as +++ b/src/main/as/com/threerings/whirled/zone/client/ZoneDirector.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/client/ZoneObserver.as b/src/main/as/com/threerings/whirled/zone/client/ZoneObserver.as index 7a1f930a..93e30ea1 100644 --- a/src/main/as/com/threerings/whirled/zone/client/ZoneObserver.as +++ b/src/main/as/com/threerings/whirled/zone/client/ZoneObserver.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/client/ZoneReceiver.as b/src/main/as/com/threerings/whirled/zone/client/ZoneReceiver.as index 27d2f99c..68c59265 100644 --- a/src/main/as/com/threerings/whirled/zone/client/ZoneReceiver.as +++ b/src/main/as/com/threerings/whirled/zone/client/ZoneReceiver.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/client/ZoneService.as b/src/main/as/com/threerings/whirled/zone/client/ZoneService.as index 61445aa8..cccf888e 100644 --- a/src/main/as/com/threerings/whirled/zone/client/ZoneService.as +++ b/src/main/as/com/threerings/whirled/zone/client/ZoneService.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/client/ZoneService_ZoneMoveListener.as b/src/main/as/com/threerings/whirled/zone/client/ZoneService_ZoneMoveListener.as index f3c3ba0e..28e0ce5c 100644 --- a/src/main/as/com/threerings/whirled/zone/client/ZoneService_ZoneMoveListener.as +++ b/src/main/as/com/threerings/whirled/zone/client/ZoneService_ZoneMoveListener.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/data/SceneSummary.as b/src/main/as/com/threerings/whirled/zone/data/SceneSummary.as index 82b3710e..f391fa49 100644 --- a/src/main/as/com/threerings/whirled/zone/data/SceneSummary.as +++ b/src/main/as/com/threerings/whirled/zone/data/SceneSummary.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/data/ZoneMarshaller.as b/src/main/as/com/threerings/whirled/zone/data/ZoneMarshaller.as index 66037ea7..2ebb9930 100644 --- a/src/main/as/com/threerings/whirled/zone/data/ZoneMarshaller.as +++ b/src/main/as/com/threerings/whirled/zone/data/ZoneMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as b/src/main/as/com/threerings/whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as index 277dcf88..94da83b3 100644 --- a/src/main/as/com/threerings/whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as +++ b/src/main/as/com/threerings/whirled/zone/data/ZoneMarshaller_ZoneMoveMarshaller.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/data/ZoneSummary.as b/src/main/as/com/threerings/whirled/zone/data/ZoneSummary.as index 0a559b38..a6fbffbc 100644 --- a/src/main/as/com/threerings/whirled/zone/data/ZoneSummary.as +++ b/src/main/as/com/threerings/whirled/zone/data/ZoneSummary.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/as/com/threerings/whirled/zone/util/ZoneUtil.as b/src/main/as/com/threerings/whirled/zone/util/ZoneUtil.as index 15b8013f..fd04a43c 100644 --- a/src/main/as/com/threerings/whirled/zone/util/ZoneUtil.as +++ b/src/main/as/com/threerings/whirled/zone/util/ZoneUtil.as @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/Log.java b/src/main/java/com/threerings/micasa/Log.java index 9c62f52a..a65766e4 100644 --- a/src/main/java/com/threerings/micasa/Log.java +++ b/src/main/java/com/threerings/micasa/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/client/ChatPanel.java b/src/main/java/com/threerings/micasa/client/ChatPanel.java index a156ec15..8c5fa18e 100644 --- a/src/main/java/com/threerings/micasa/client/ChatPanel.java +++ b/src/main/java/com/threerings/micasa/client/ChatPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/client/ClientController.java b/src/main/java/com/threerings/micasa/client/ClientController.java index d44e6f4e..e8850fe7 100644 --- a/src/main/java/com/threerings/micasa/client/ClientController.java +++ b/src/main/java/com/threerings/micasa/client/ClientController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/client/LogonPanel.java b/src/main/java/com/threerings/micasa/client/LogonPanel.java index 2504055a..efd555e3 100644 --- a/src/main/java/com/threerings/micasa/client/LogonPanel.java +++ b/src/main/java/com/threerings/micasa/client/LogonPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/client/MiCasaApp.java b/src/main/java/com/threerings/micasa/client/MiCasaApp.java index 214ad52a..6ed3b30a 100644 --- a/src/main/java/com/threerings/micasa/client/MiCasaApp.java +++ b/src/main/java/com/threerings/micasa/client/MiCasaApp.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/client/MiCasaApplet.java b/src/main/java/com/threerings/micasa/client/MiCasaApplet.java index 20284384..12e6c114 100644 --- a/src/main/java/com/threerings/micasa/client/MiCasaApplet.java +++ b/src/main/java/com/threerings/micasa/client/MiCasaApplet.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/client/MiCasaClient.java b/src/main/java/com/threerings/micasa/client/MiCasaClient.java index f3c46426..a8505d05 100644 --- a/src/main/java/com/threerings/micasa/client/MiCasaClient.java +++ b/src/main/java/com/threerings/micasa/client/MiCasaClient.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/client/MiCasaFrame.java b/src/main/java/com/threerings/micasa/client/MiCasaFrame.java index ea414bd7..1517a9b6 100644 --- a/src/main/java/com/threerings/micasa/client/MiCasaFrame.java +++ b/src/main/java/com/threerings/micasa/client/MiCasaFrame.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/client/OccupantList.java b/src/main/java/com/threerings/micasa/client/OccupantList.java index c50be9cb..06426b47 100644 --- a/src/main/java/com/threerings/micasa/client/OccupantList.java +++ b/src/main/java/com/threerings/micasa/client/OccupantList.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/data/MiCasaBootstrapData.java b/src/main/java/com/threerings/micasa/data/MiCasaBootstrapData.java index d72aefd9..805aac6d 100644 --- a/src/main/java/com/threerings/micasa/data/MiCasaBootstrapData.java +++ b/src/main/java/com/threerings/micasa/data/MiCasaBootstrapData.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/Lobby.java b/src/main/java/com/threerings/micasa/lobby/Lobby.java index 42cdd4a6..16c0aa18 100644 --- a/src/main/java/com/threerings/micasa/lobby/Lobby.java +++ b/src/main/java/com/threerings/micasa/lobby/Lobby.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyConfig.java b/src/main/java/com/threerings/micasa/lobby/LobbyConfig.java index 5f64327f..880fa98b 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyConfig.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyController.java b/src/main/java/com/threerings/micasa/lobby/LobbyController.java index 6328748a..93acfe43 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyController.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyManager.java b/src/main/java/com/threerings/micasa/lobby/LobbyManager.java index 3353ac8c..9aa7e125 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyManager.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyMarshaller.java b/src/main/java/com/threerings/micasa/lobby/LobbyMarshaller.java index 625d39ae..d0df5ee4 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyMarshaller.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyObject.java b/src/main/java/com/threerings/micasa/lobby/LobbyObject.java index 49219967..cc8246b7 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyObject.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyPanel.java b/src/main/java/com/threerings/micasa/lobby/LobbyPanel.java index d3df07cf..479665c0 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyPanel.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyProvider.java b/src/main/java/com/threerings/micasa/lobby/LobbyProvider.java index 33bf9889..91521cc7 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyProvider.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyRegistry.java b/src/main/java/com/threerings/micasa/lobby/LobbyRegistry.java index 32bffc05..a7b9e131 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyRegistry.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyRegistry.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbySelector.java b/src/main/java/com/threerings/micasa/lobby/LobbySelector.java index 33e9cecf..183a9a42 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbySelector.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbySelector.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/LobbyService.java b/src/main/java/com/threerings/micasa/lobby/LobbyService.java index dc4d8f80..932a5605 100644 --- a/src/main/java/com/threerings/micasa/lobby/LobbyService.java +++ b/src/main/java/com/threerings/micasa/lobby/LobbyService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/table/TableItem.java b/src/main/java/com/threerings/micasa/lobby/table/TableItem.java index ed099772..9174ba78 100644 --- a/src/main/java/com/threerings/micasa/lobby/table/TableItem.java +++ b/src/main/java/com/threerings/micasa/lobby/table/TableItem.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/table/TableListView.java b/src/main/java/com/threerings/micasa/lobby/table/TableListView.java index 01cd0407..18ea440b 100644 --- a/src/main/java/com/threerings/micasa/lobby/table/TableListView.java +++ b/src/main/java/com/threerings/micasa/lobby/table/TableListView.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/table/TableLobbyConfig.java b/src/main/java/com/threerings/micasa/lobby/table/TableLobbyConfig.java index 2a5c7dfd..0615f0a3 100644 --- a/src/main/java/com/threerings/micasa/lobby/table/TableLobbyConfig.java +++ b/src/main/java/com/threerings/micasa/lobby/table/TableLobbyConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/table/TableLobbyManager.java b/src/main/java/com/threerings/micasa/lobby/table/TableLobbyManager.java index 6c2abb24..c1ba5eea 100644 --- a/src/main/java/com/threerings/micasa/lobby/table/TableLobbyManager.java +++ b/src/main/java/com/threerings/micasa/lobby/table/TableLobbyManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/lobby/table/TableLobbyObject.java b/src/main/java/com/threerings/micasa/lobby/table/TableLobbyObject.java index c63e0e38..7df54d99 100644 --- a/src/main/java/com/threerings/micasa/lobby/table/TableLobbyObject.java +++ b/src/main/java/com/threerings/micasa/lobby/table/TableLobbyObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/server/MiCasaConfig.java b/src/main/java/com/threerings/micasa/server/MiCasaConfig.java index 28a80eb8..b5e872a5 100644 --- a/src/main/java/com/threerings/micasa/server/MiCasaConfig.java +++ b/src/main/java/com/threerings/micasa/server/MiCasaConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/server/MiCasaServer.java b/src/main/java/com/threerings/micasa/server/MiCasaServer.java index 3697a077..993e4149 100644 --- a/src/main/java/com/threerings/micasa/server/MiCasaServer.java +++ b/src/main/java/com/threerings/micasa/server/MiCasaServer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/server/MiCasaSession.java b/src/main/java/com/threerings/micasa/server/MiCasaSession.java index 047f76d8..ab498174 100644 --- a/src/main/java/com/threerings/micasa/server/MiCasaSession.java +++ b/src/main/java/com/threerings/micasa/server/MiCasaSession.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/client/SimpleClient.java b/src/main/java/com/threerings/micasa/simulator/client/SimpleClient.java index 858bc072..ff9a5780 100644 --- a/src/main/java/com/threerings/micasa/simulator/client/SimpleClient.java +++ b/src/main/java/com/threerings/micasa/simulator/client/SimpleClient.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/client/SimpleFrame.java b/src/main/java/com/threerings/micasa/simulator/client/SimpleFrame.java index 4fdeacd3..52bed309 100644 --- a/src/main/java/com/threerings/micasa/simulator/client/SimpleFrame.java +++ b/src/main/java/com/threerings/micasa/simulator/client/SimpleFrame.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/client/SimulatorApp.java b/src/main/java/com/threerings/micasa/simulator/client/SimulatorApp.java index 53c02dc0..56e6d154 100644 --- a/src/main/java/com/threerings/micasa/simulator/client/SimulatorApp.java +++ b/src/main/java/com/threerings/micasa/simulator/client/SimulatorApp.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/client/SimulatorClient.java b/src/main/java/com/threerings/micasa/simulator/client/SimulatorClient.java index b0f181da..1972d627 100644 --- a/src/main/java/com/threerings/micasa/simulator/client/SimulatorClient.java +++ b/src/main/java/com/threerings/micasa/simulator/client/SimulatorClient.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/client/SimulatorController.java b/src/main/java/com/threerings/micasa/simulator/client/SimulatorController.java index 219a6375..5604d0bb 100644 --- a/src/main/java/com/threerings/micasa/simulator/client/SimulatorController.java +++ b/src/main/java/com/threerings/micasa/simulator/client/SimulatorController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/client/SimulatorFrame.java b/src/main/java/com/threerings/micasa/simulator/client/SimulatorFrame.java index e3b35a25..6431e34c 100644 --- a/src/main/java/com/threerings/micasa/simulator/client/SimulatorFrame.java +++ b/src/main/java/com/threerings/micasa/simulator/client/SimulatorFrame.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/client/SimulatorService.java b/src/main/java/com/threerings/micasa/simulator/client/SimulatorService.java index c4fca34a..23860437 100644 --- a/src/main/java/com/threerings/micasa/simulator/client/SimulatorService.java +++ b/src/main/java/com/threerings/micasa/simulator/client/SimulatorService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/data/SimulatorInfo.java b/src/main/java/com/threerings/micasa/simulator/data/SimulatorInfo.java index dc02b3ae..35953e1b 100644 --- a/src/main/java/com/threerings/micasa/simulator/data/SimulatorInfo.java +++ b/src/main/java/com/threerings/micasa/simulator/data/SimulatorInfo.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/data/SimulatorMarshaller.java b/src/main/java/com/threerings/micasa/simulator/data/SimulatorMarshaller.java index 7ec1ed3e..75ff43ca 100644 --- a/src/main/java/com/threerings/micasa/simulator/data/SimulatorMarshaller.java +++ b/src/main/java/com/threerings/micasa/simulator/data/SimulatorMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/server/SimpleServer.java b/src/main/java/com/threerings/micasa/simulator/server/SimpleServer.java index d6cc4e1e..097020da 100644 --- a/src/main/java/com/threerings/micasa/simulator/server/SimpleServer.java +++ b/src/main/java/com/threerings/micasa/simulator/server/SimpleServer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/server/Simulant.java b/src/main/java/com/threerings/micasa/simulator/server/Simulant.java index 034136a3..67a0f155 100644 --- a/src/main/java/com/threerings/micasa/simulator/server/Simulant.java +++ b/src/main/java/com/threerings/micasa/simulator/server/Simulant.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/server/SimulatorManager.java b/src/main/java/com/threerings/micasa/simulator/server/SimulatorManager.java index 089bd867..98a8b059 100644 --- a/src/main/java/com/threerings/micasa/simulator/server/SimulatorManager.java +++ b/src/main/java/com/threerings/micasa/simulator/server/SimulatorManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/server/SimulatorProvider.java b/src/main/java/com/threerings/micasa/simulator/server/SimulatorProvider.java index ee65abad..f37a0d2c 100644 --- a/src/main/java/com/threerings/micasa/simulator/server/SimulatorProvider.java +++ b/src/main/java/com/threerings/micasa/simulator/server/SimulatorProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/server/SimulatorServer.java b/src/main/java/com/threerings/micasa/simulator/server/SimulatorServer.java index 8e98df1f..c0cf27a3 100644 --- a/src/main/java/com/threerings/micasa/simulator/server/SimulatorServer.java +++ b/src/main/java/com/threerings/micasa/simulator/server/SimulatorServer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/simulator/util/SimulatorContext.java b/src/main/java/com/threerings/micasa/simulator/util/SimulatorContext.java index 29df817c..91163e59 100644 --- a/src/main/java/com/threerings/micasa/simulator/util/SimulatorContext.java +++ b/src/main/java/com/threerings/micasa/simulator/util/SimulatorContext.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/micasa/util/MiCasaContext.java b/src/main/java/com/threerings/micasa/util/MiCasaContext.java index 5a3bcddb..b52cb141 100644 --- a/src/main/java/com/threerings/micasa/util/MiCasaContext.java +++ b/src/main/java/com/threerings/micasa/util/MiCasaContext.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/Log.java b/src/main/java/com/threerings/parlor/Log.java index fcb597f0..b17d8d30 100644 --- a/src/main/java/com/threerings/parlor/Log.java +++ b/src/main/java/com/threerings/parlor/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/Log.java b/src/main/java/com/threerings/parlor/card/Log.java index fc0c782e..e68d63b7 100644 --- a/src/main/java/com/threerings/parlor/card/Log.java +++ b/src/main/java/com/threerings/parlor/card/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/client/CardGameController.java b/src/main/java/com/threerings/parlor/card/client/CardGameController.java index 49517041..04203918 100644 --- a/src/main/java/com/threerings/parlor/card/client/CardGameController.java +++ b/src/main/java/com/threerings/parlor/card/client/CardGameController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/client/CardGameDecoder.java b/src/main/java/com/threerings/parlor/card/client/CardGameDecoder.java index 04034ce6..c97d694e 100644 --- a/src/main/java/com/threerings/parlor/card/client/CardGameDecoder.java +++ b/src/main/java/com/threerings/parlor/card/client/CardGameDecoder.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/client/CardGameReceiver.java b/src/main/java/com/threerings/parlor/card/client/CardGameReceiver.java index 2912bb3f..fa1f2e64 100644 --- a/src/main/java/com/threerings/parlor/card/client/CardGameReceiver.java +++ b/src/main/java/com/threerings/parlor/card/client/CardGameReceiver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/client/CardPanel.java b/src/main/java/com/threerings/parlor/card/client/CardPanel.java index 3c3a24a3..89cad78c 100644 --- a/src/main/java/com/threerings/parlor/card/client/CardPanel.java +++ b/src/main/java/com/threerings/parlor/card/client/CardPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/client/CardSprite.java b/src/main/java/com/threerings/parlor/card/client/CardSprite.java index b57cc3be..d2938a86 100644 --- a/src/main/java/com/threerings/parlor/card/client/CardSprite.java +++ b/src/main/java/com/threerings/parlor/card/client/CardSprite.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/client/CardSpriteObserver.java b/src/main/java/com/threerings/parlor/card/client/CardSpriteObserver.java index 69599f0a..79d9f779 100644 --- a/src/main/java/com/threerings/parlor/card/client/CardSpriteObserver.java +++ b/src/main/java/com/threerings/parlor/card/client/CardSpriteObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/client/MicroCardSprite.java b/src/main/java/com/threerings/parlor/card/client/MicroCardSprite.java index 053b010b..3977f3a9 100644 --- a/src/main/java/com/threerings/parlor/card/client/MicroCardSprite.java +++ b/src/main/java/com/threerings/parlor/card/client/MicroCardSprite.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/data/Card.java b/src/main/java/com/threerings/parlor/card/data/Card.java index d4b330b9..e9827da7 100644 --- a/src/main/java/com/threerings/parlor/card/data/Card.java +++ b/src/main/java/com/threerings/parlor/card/data/Card.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/data/CardCodes.java b/src/main/java/com/threerings/parlor/card/data/CardCodes.java index 0a1ae299..bf0d4249 100644 --- a/src/main/java/com/threerings/parlor/card/data/CardCodes.java +++ b/src/main/java/com/threerings/parlor/card/data/CardCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/data/CardGameObject.java b/src/main/java/com/threerings/parlor/card/data/CardGameObject.java index 8b40566a..57c06a8c 100644 --- a/src/main/java/com/threerings/parlor/card/data/CardGameObject.java +++ b/src/main/java/com/threerings/parlor/card/data/CardGameObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/data/Deck.java b/src/main/java/com/threerings/parlor/card/data/Deck.java index 2af4f51f..e04b8632 100644 --- a/src/main/java/com/threerings/parlor/card/data/Deck.java +++ b/src/main/java/com/threerings/parlor/card/data/Deck.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/data/Hand.java b/src/main/java/com/threerings/parlor/card/data/Hand.java index df3310f9..9dbb6a3a 100644 --- a/src/main/java/com/threerings/parlor/card/data/Hand.java +++ b/src/main/java/com/threerings/parlor/card/data/Hand.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/data/PlayerCard.java b/src/main/java/com/threerings/parlor/card/data/PlayerCard.java index 58fc118f..4291946c 100644 --- a/src/main/java/com/threerings/parlor/card/data/PlayerCard.java +++ b/src/main/java/com/threerings/parlor/card/data/PlayerCard.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/server/CardGameManager.java b/src/main/java/com/threerings/parlor/card/server/CardGameManager.java index 801d33a0..65b33a7a 100644 --- a/src/main/java/com/threerings/parlor/card/server/CardGameManager.java +++ b/src/main/java/com/threerings/parlor/card/server/CardGameManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/server/CardGameSender.java b/src/main/java/com/threerings/parlor/card/server/CardGameSender.java index f99cabe2..a0d67ba3 100644 --- a/src/main/java/com/threerings/parlor/card/server/CardGameSender.java +++ b/src/main/java/com/threerings/parlor/card/server/CardGameSender.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/trick/client/TrickCardGameControllerDelegate.java b/src/main/java/com/threerings/parlor/card/trick/client/TrickCardGameControllerDelegate.java index 9fba9a71..a93f9155 100644 --- a/src/main/java/com/threerings/parlor/card/trick/client/TrickCardGameControllerDelegate.java +++ b/src/main/java/com/threerings/parlor/card/trick/client/TrickCardGameControllerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/trick/client/TrickCardGameService.java b/src/main/java/com/threerings/parlor/card/trick/client/TrickCardGameService.java index d61ae0fb..a9bc049d 100644 --- a/src/main/java/com/threerings/parlor/card/trick/client/TrickCardGameService.java +++ b/src/main/java/com/threerings/parlor/card/trick/client/TrickCardGameService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/trick/data/TrickCardCodes.java b/src/main/java/com/threerings/parlor/card/trick/data/TrickCardCodes.java index 777f7a44..49ddb05c 100644 --- a/src/main/java/com/threerings/parlor/card/trick/data/TrickCardCodes.java +++ b/src/main/java/com/threerings/parlor/card/trick/data/TrickCardCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.java b/src/main/java/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.java index 514743ed..a0071837 100644 --- a/src/main/java/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.java +++ b/src/main/java/com/threerings/parlor/card/trick/data/TrickCardGameMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/trick/data/TrickCardGameObject.java b/src/main/java/com/threerings/parlor/card/trick/data/TrickCardGameObject.java index 2172ecfa..abdaed9b 100644 --- a/src/main/java/com/threerings/parlor/card/trick/data/TrickCardGameObject.java +++ b/src/main/java/com/threerings/parlor/card/trick/data/TrickCardGameObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/trick/server/TrickCardGameManagerDelegate.java b/src/main/java/com/threerings/parlor/card/trick/server/TrickCardGameManagerDelegate.java index 1e526891..deb1885c 100644 --- a/src/main/java/com/threerings/parlor/card/trick/server/TrickCardGameManagerDelegate.java +++ b/src/main/java/com/threerings/parlor/card/trick/server/TrickCardGameManagerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/trick/server/TrickCardGameProvider.java b/src/main/java/com/threerings/parlor/card/trick/server/TrickCardGameProvider.java index dad8df25..4b2ed40b 100644 --- a/src/main/java/com/threerings/parlor/card/trick/server/TrickCardGameProvider.java +++ b/src/main/java/com/threerings/parlor/card/trick/server/TrickCardGameProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/card/trick/util/TrickCardGameUtil.java b/src/main/java/com/threerings/parlor/card/trick/util/TrickCardGameUtil.java index 3a0bbb55..d91c6190 100644 --- a/src/main/java/com/threerings/parlor/card/trick/util/TrickCardGameUtil.java +++ b/src/main/java/com/threerings/parlor/card/trick/util/TrickCardGameUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/DefaultSwingTableConfigurator.java b/src/main/java/com/threerings/parlor/client/DefaultSwingTableConfigurator.java index df646d59..e95b67d2 100644 --- a/src/main/java/com/threerings/parlor/client/DefaultSwingTableConfigurator.java +++ b/src/main/java/com/threerings/parlor/client/DefaultSwingTableConfigurator.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/GameReadyObserver.java b/src/main/java/com/threerings/parlor/client/GameReadyObserver.java index ae1a2728..f361299a 100644 --- a/src/main/java/com/threerings/parlor/client/GameReadyObserver.java +++ b/src/main/java/com/threerings/parlor/client/GameReadyObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/Invitation.java b/src/main/java/com/threerings/parlor/client/Invitation.java index d004836e..7fce3064 100644 --- a/src/main/java/com/threerings/parlor/client/Invitation.java +++ b/src/main/java/com/threerings/parlor/client/Invitation.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/InvitationHandler.java b/src/main/java/com/threerings/parlor/client/InvitationHandler.java index fc4afadb..13917621 100644 --- a/src/main/java/com/threerings/parlor/client/InvitationHandler.java +++ b/src/main/java/com/threerings/parlor/client/InvitationHandler.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/InvitationResponseObserver.java b/src/main/java/com/threerings/parlor/client/InvitationResponseObserver.java index e478a827..2be80fe0 100644 --- a/src/main/java/com/threerings/parlor/client/InvitationResponseObserver.java +++ b/src/main/java/com/threerings/parlor/client/InvitationResponseObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/ParlorDecoder.java b/src/main/java/com/threerings/parlor/client/ParlorDecoder.java index cb97a18f..e2109638 100644 --- a/src/main/java/com/threerings/parlor/client/ParlorDecoder.java +++ b/src/main/java/com/threerings/parlor/client/ParlorDecoder.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/ParlorDirector.java b/src/main/java/com/threerings/parlor/client/ParlorDirector.java index e386a661..822eb65b 100644 --- a/src/main/java/com/threerings/parlor/client/ParlorDirector.java +++ b/src/main/java/com/threerings/parlor/client/ParlorDirector.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/ParlorReceiver.java b/src/main/java/com/threerings/parlor/client/ParlorReceiver.java index fc04b641..62002d44 100644 --- a/src/main/java/com/threerings/parlor/client/ParlorReceiver.java +++ b/src/main/java/com/threerings/parlor/client/ParlorReceiver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/ParlorService.java b/src/main/java/com/threerings/parlor/client/ParlorService.java index dc299618..34da60fc 100644 --- a/src/main/java/com/threerings/parlor/client/ParlorService.java +++ b/src/main/java/com/threerings/parlor/client/ParlorService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/SeatednessObserver.java b/src/main/java/com/threerings/parlor/client/SeatednessObserver.java index e76acf24..302c21fa 100644 --- a/src/main/java/com/threerings/parlor/client/SeatednessObserver.java +++ b/src/main/java/com/threerings/parlor/client/SeatednessObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/TableConfigurator.java b/src/main/java/com/threerings/parlor/client/TableConfigurator.java index a4b21c87..a8be950e 100644 --- a/src/main/java/com/threerings/parlor/client/TableConfigurator.java +++ b/src/main/java/com/threerings/parlor/client/TableConfigurator.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/TableDirector.java b/src/main/java/com/threerings/parlor/client/TableDirector.java index 31337252..f943fc4a 100644 --- a/src/main/java/com/threerings/parlor/client/TableDirector.java +++ b/src/main/java/com/threerings/parlor/client/TableDirector.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/TableObserver.java b/src/main/java/com/threerings/parlor/client/TableObserver.java index 22dabad5..164555ba 100644 --- a/src/main/java/com/threerings/parlor/client/TableObserver.java +++ b/src/main/java/com/threerings/parlor/client/TableObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/client/TableService.java b/src/main/java/com/threerings/parlor/client/TableService.java index 3cbb03cc..0a4e7eb5 100644 --- a/src/main/java/com/threerings/parlor/client/TableService.java +++ b/src/main/java/com/threerings/parlor/client/TableService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/ChoiceParameter.java b/src/main/java/com/threerings/parlor/data/ChoiceParameter.java index 5c76c3dd..fe1085b7 100644 --- a/src/main/java/com/threerings/parlor/data/ChoiceParameter.java +++ b/src/main/java/com/threerings/parlor/data/ChoiceParameter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/Parameter.java b/src/main/java/com/threerings/parlor/data/Parameter.java index eecf3763..21c7fdee 100644 --- a/src/main/java/com/threerings/parlor/data/Parameter.java +++ b/src/main/java/com/threerings/parlor/data/Parameter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/ParlorCodes.java b/src/main/java/com/threerings/parlor/data/ParlorCodes.java index 1e2f73a3..c6773c0c 100644 --- a/src/main/java/com/threerings/parlor/data/ParlorCodes.java +++ b/src/main/java/com/threerings/parlor/data/ParlorCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/ParlorMarshaller.java b/src/main/java/com/threerings/parlor/data/ParlorMarshaller.java index 01c12f1e..ad845fa7 100644 --- a/src/main/java/com/threerings/parlor/data/ParlorMarshaller.java +++ b/src/main/java/com/threerings/parlor/data/ParlorMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/RangeParameter.java b/src/main/java/com/threerings/parlor/data/RangeParameter.java index 9c22ad2e..22722b40 100644 --- a/src/main/java/com/threerings/parlor/data/RangeParameter.java +++ b/src/main/java/com/threerings/parlor/data/RangeParameter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/Table.java b/src/main/java/com/threerings/parlor/data/Table.java index 210f4bff..51642a11 100644 --- a/src/main/java/com/threerings/parlor/data/Table.java +++ b/src/main/java/com/threerings/parlor/data/Table.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/TableConfig.java b/src/main/java/com/threerings/parlor/data/TableConfig.java index fc4dfcac..d92eebce 100644 --- a/src/main/java/com/threerings/parlor/data/TableConfig.java +++ b/src/main/java/com/threerings/parlor/data/TableConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/TableLobbyObject.java b/src/main/java/com/threerings/parlor/data/TableLobbyObject.java index 842ef4ca..1c292f5a 100644 --- a/src/main/java/com/threerings/parlor/data/TableLobbyObject.java +++ b/src/main/java/com/threerings/parlor/data/TableLobbyObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/TableMarshaller.java b/src/main/java/com/threerings/parlor/data/TableMarshaller.java index bc56a245..71f71296 100644 --- a/src/main/java/com/threerings/parlor/data/TableMarshaller.java +++ b/src/main/java/com/threerings/parlor/data/TableMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/data/ToggleParameter.java b/src/main/java/com/threerings/parlor/data/ToggleParameter.java index cb34dd57..dd219e7f 100644 --- a/src/main/java/com/threerings/parlor/data/ToggleParameter.java +++ b/src/main/java/com/threerings/parlor/data/ToggleParameter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/client/GameConfigurator.java b/src/main/java/com/threerings/parlor/game/client/GameConfigurator.java index 764038fe..28e60487 100644 --- a/src/main/java/com/threerings/parlor/game/client/GameConfigurator.java +++ b/src/main/java/com/threerings/parlor/game/client/GameConfigurator.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/client/GameController.java b/src/main/java/com/threerings/parlor/game/client/GameController.java index 339fcca7..7cc490ca 100644 --- a/src/main/java/com/threerings/parlor/game/client/GameController.java +++ b/src/main/java/com/threerings/parlor/game/client/GameController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/client/GameControllerDelegate.java b/src/main/java/com/threerings/parlor/game/client/GameControllerDelegate.java index fc8ace37..60389ed6 100644 --- a/src/main/java/com/threerings/parlor/game/client/GameControllerDelegate.java +++ b/src/main/java/com/threerings/parlor/game/client/GameControllerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/client/SwingGameConfigurator.java b/src/main/java/com/threerings/parlor/game/client/SwingGameConfigurator.java index 247e6d82..c75a208e 100644 --- a/src/main/java/com/threerings/parlor/game/client/SwingGameConfigurator.java +++ b/src/main/java/com/threerings/parlor/game/client/SwingGameConfigurator.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/data/GameAI.java b/src/main/java/com/threerings/parlor/game/data/GameAI.java index 2e07c006..cd91d4e7 100644 --- a/src/main/java/com/threerings/parlor/game/data/GameAI.java +++ b/src/main/java/com/threerings/parlor/game/data/GameAI.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/data/GameCodes.java b/src/main/java/com/threerings/parlor/game/data/GameCodes.java index 85c406df..80f335e5 100644 --- a/src/main/java/com/threerings/parlor/game/data/GameCodes.java +++ b/src/main/java/com/threerings/parlor/game/data/GameCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/data/GameConfig.java b/src/main/java/com/threerings/parlor/game/data/GameConfig.java index d087a86e..1c0324b6 100644 --- a/src/main/java/com/threerings/parlor/game/data/GameConfig.java +++ b/src/main/java/com/threerings/parlor/game/data/GameConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/data/GameObject.java b/src/main/java/com/threerings/parlor/game/data/GameObject.java index 7d8fe8bd..35f595aa 100644 --- a/src/main/java/com/threerings/parlor/game/data/GameObject.java +++ b/src/main/java/com/threerings/parlor/game/data/GameObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/data/UserIdentifier.java b/src/main/java/com/threerings/parlor/game/data/UserIdentifier.java index 000dd74f..3556a3ac 100644 --- a/src/main/java/com/threerings/parlor/game/data/UserIdentifier.java +++ b/src/main/java/com/threerings/parlor/game/data/UserIdentifier.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/server/GameManager.java b/src/main/java/com/threerings/parlor/game/server/GameManager.java index 53e8f06f..0cd7336b 100644 --- a/src/main/java/com/threerings/parlor/game/server/GameManager.java +++ b/src/main/java/com/threerings/parlor/game/server/GameManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/server/GameManagerDelegate.java b/src/main/java/com/threerings/parlor/game/server/GameManagerDelegate.java index 063006db..f0dde94a 100644 --- a/src/main/java/com/threerings/parlor/game/server/GameManagerDelegate.java +++ b/src/main/java/com/threerings/parlor/game/server/GameManagerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/server/GameWatcher.java b/src/main/java/com/threerings/parlor/game/server/GameWatcher.java index c184852b..92c048f1 100644 --- a/src/main/java/com/threerings/parlor/game/server/GameWatcher.java +++ b/src/main/java/com/threerings/parlor/game/server/GameWatcher.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/game/server/TeamGameManager.java b/src/main/java/com/threerings/parlor/game/server/TeamGameManager.java index b55928c5..160ef810 100644 --- a/src/main/java/com/threerings/parlor/game/server/TeamGameManager.java +++ b/src/main/java/com/threerings/parlor/game/server/TeamGameManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/media/ScoreAnimation.java b/src/main/java/com/threerings/parlor/media/ScoreAnimation.java index c7037fdb..02cd6332 100644 --- a/src/main/java/com/threerings/parlor/media/ScoreAnimation.java +++ b/src/main/java/com/threerings/parlor/media/ScoreAnimation.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/rating/data/RatingCodes.java b/src/main/java/com/threerings/parlor/rating/data/RatingCodes.java index 6978162b..8b783dcb 100644 --- a/src/main/java/com/threerings/parlor/rating/data/RatingCodes.java +++ b/src/main/java/com/threerings/parlor/rating/data/RatingCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/rating/server/Rating.java b/src/main/java/com/threerings/parlor/rating/server/Rating.java index e299564c..b6d4e3c9 100644 --- a/src/main/java/com/threerings/parlor/rating/server/Rating.java +++ b/src/main/java/com/threerings/parlor/rating/server/Rating.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/rating/server/RatingDelegate.java b/src/main/java/com/threerings/parlor/rating/server/RatingDelegate.java index 63453fbb..992b1c93 100644 --- a/src/main/java/com/threerings/parlor/rating/server/RatingDelegate.java +++ b/src/main/java/com/threerings/parlor/rating/server/RatingDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/rating/server/persist/PercentileRecord.java b/src/main/java/com/threerings/parlor/rating/server/persist/PercentileRecord.java index e38031a2..4e808481 100644 --- a/src/main/java/com/threerings/parlor/rating/server/persist/PercentileRecord.java +++ b/src/main/java/com/threerings/parlor/rating/server/persist/PercentileRecord.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/rating/server/persist/RatingRecord.java b/src/main/java/com/threerings/parlor/rating/server/persist/RatingRecord.java index eef67992..aa1bcdfa 100644 --- a/src/main/java/com/threerings/parlor/rating/server/persist/RatingRecord.java +++ b/src/main/java/com/threerings/parlor/rating/server/persist/RatingRecord.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/rating/server/persist/RatingRepository.java b/src/main/java/com/threerings/parlor/rating/server/persist/RatingRepository.java index 20d78c0e..f30da3fa 100644 --- a/src/main/java/com/threerings/parlor/rating/server/persist/RatingRepository.java +++ b/src/main/java/com/threerings/parlor/rating/server/persist/RatingRepository.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/rating/util/Percentiler.java b/src/main/java/com/threerings/parlor/rating/util/Percentiler.java index 4cc3b18b..a4fc584b 100644 --- a/src/main/java/com/threerings/parlor/rating/util/Percentiler.java +++ b/src/main/java/com/threerings/parlor/rating/util/Percentiler.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/server/ParlorManager.java b/src/main/java/com/threerings/parlor/server/ParlorManager.java index f30c81a7..2a01afb6 100644 --- a/src/main/java/com/threerings/parlor/server/ParlorManager.java +++ b/src/main/java/com/threerings/parlor/server/ParlorManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/server/ParlorProvider.java b/src/main/java/com/threerings/parlor/server/ParlorProvider.java index fd34df48..ef8c2ed6 100644 --- a/src/main/java/com/threerings/parlor/server/ParlorProvider.java +++ b/src/main/java/com/threerings/parlor/server/ParlorProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/server/ParlorSender.java b/src/main/java/com/threerings/parlor/server/ParlorSender.java index 6c69a151..d2b55d1b 100644 --- a/src/main/java/com/threerings/parlor/server/ParlorSender.java +++ b/src/main/java/com/threerings/parlor/server/ParlorSender.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/server/PlayManager.java b/src/main/java/com/threerings/parlor/server/PlayManager.java index 284f044c..ba8fa0c2 100644 --- a/src/main/java/com/threerings/parlor/server/PlayManager.java +++ b/src/main/java/com/threerings/parlor/server/PlayManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/server/PlayManagerDelegate.java b/src/main/java/com/threerings/parlor/server/PlayManagerDelegate.java index 699a6ced..86b374e3 100644 --- a/src/main/java/com/threerings/parlor/server/PlayManagerDelegate.java +++ b/src/main/java/com/threerings/parlor/server/PlayManagerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/server/TableManager.java b/src/main/java/com/threerings/parlor/server/TableManager.java index cd3d42d9..96aeadfd 100644 --- a/src/main/java/com/threerings/parlor/server/TableManager.java +++ b/src/main/java/com/threerings/parlor/server/TableManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/server/TableProvider.java b/src/main/java/com/threerings/parlor/server/TableProvider.java index 5b0c42e5..96c2555d 100644 --- a/src/main/java/com/threerings/parlor/server/TableProvider.java +++ b/src/main/java/com/threerings/parlor/server/TableProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/client/TourneyService.java b/src/main/java/com/threerings/parlor/tourney/client/TourneyService.java index 59a8c344..5b7431dc 100644 --- a/src/main/java/com/threerings/parlor/tourney/client/TourneyService.java +++ b/src/main/java/com/threerings/parlor/tourney/client/TourneyService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/client/TourniesService.java b/src/main/java/com/threerings/parlor/tourney/client/TourniesService.java index 09424679..4f9169c4 100644 --- a/src/main/java/com/threerings/parlor/tourney/client/TourniesService.java +++ b/src/main/java/com/threerings/parlor/tourney/client/TourniesService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/EntryFee.java b/src/main/java/com/threerings/parlor/tourney/data/EntryFee.java index 58f9161a..2c73e331 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/EntryFee.java +++ b/src/main/java/com/threerings/parlor/tourney/data/EntryFee.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/Participant.java b/src/main/java/com/threerings/parlor/tourney/data/Participant.java index 68f77ce9..2adeacf5 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/Participant.java +++ b/src/main/java/com/threerings/parlor/tourney/data/Participant.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/Prize.java b/src/main/java/com/threerings/parlor/tourney/data/Prize.java index 64276f53..c5f385f0 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/Prize.java +++ b/src/main/java/com/threerings/parlor/tourney/data/Prize.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/TourneyCodes.java b/src/main/java/com/threerings/parlor/tourney/data/TourneyCodes.java index 97bf76db..eb976557 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/TourneyCodes.java +++ b/src/main/java/com/threerings/parlor/tourney/data/TourneyCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/TourneyConfig.java b/src/main/java/com/threerings/parlor/tourney/data/TourneyConfig.java index a895dcbc..04ad5017 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/TourneyConfig.java +++ b/src/main/java/com/threerings/parlor/tourney/data/TourneyConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/TourneyLogicData.java b/src/main/java/com/threerings/parlor/tourney/data/TourneyLogicData.java index def63ae0..881e12a7 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/TourneyLogicData.java +++ b/src/main/java/com/threerings/parlor/tourney/data/TourneyLogicData.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/TourneyMarshaller.java b/src/main/java/com/threerings/parlor/tourney/data/TourneyMarshaller.java index 03317b31..68eba105 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/TourneyMarshaller.java +++ b/src/main/java/com/threerings/parlor/tourney/data/TourneyMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/TourneyObject.java b/src/main/java/com/threerings/parlor/tourney/data/TourneyObject.java index 470e7a10..01d6b1e6 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/TourneyObject.java +++ b/src/main/java/com/threerings/parlor/tourney/data/TourneyObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/data/TourniesMarshaller.java b/src/main/java/com/threerings/parlor/tourney/data/TourniesMarshaller.java index 488842e4..3ef3dd2e 100644 --- a/src/main/java/com/threerings/parlor/tourney/data/TourniesMarshaller.java +++ b/src/main/java/com/threerings/parlor/tourney/data/TourniesMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/server/TourneyManager.java b/src/main/java/com/threerings/parlor/tourney/server/TourneyManager.java index 14799b13..85f0939b 100644 --- a/src/main/java/com/threerings/parlor/tourney/server/TourneyManager.java +++ b/src/main/java/com/threerings/parlor/tourney/server/TourneyManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/server/TourneyProvider.java b/src/main/java/com/threerings/parlor/tourney/server/TourneyProvider.java index 7649a867..8af3fc87 100644 --- a/src/main/java/com/threerings/parlor/tourney/server/TourneyProvider.java +++ b/src/main/java/com/threerings/parlor/tourney/server/TourneyProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/server/TourniesManager.java b/src/main/java/com/threerings/parlor/tourney/server/TourniesManager.java index 4af32f5b..58b144fd 100644 --- a/src/main/java/com/threerings/parlor/tourney/server/TourniesManager.java +++ b/src/main/java/com/threerings/parlor/tourney/server/TourniesManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/server/TourniesProvider.java b/src/main/java/com/threerings/parlor/tourney/server/TourniesProvider.java index 1b6401dc..34173f88 100644 --- a/src/main/java/com/threerings/parlor/tourney/server/TourniesProvider.java +++ b/src/main/java/com/threerings/parlor/tourney/server/TourniesProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/tourney/server/persist/TourneyRepository.java b/src/main/java/com/threerings/parlor/tourney/server/persist/TourneyRepository.java index dd4bf533..146e8ff5 100644 --- a/src/main/java/com/threerings/parlor/tourney/server/persist/TourneyRepository.java +++ b/src/main/java/com/threerings/parlor/tourney/server/persist/TourneyRepository.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/turn/client/TurnDisplay.java b/src/main/java/com/threerings/parlor/turn/client/TurnDisplay.java index dc311ea1..b1dd858c 100644 --- a/src/main/java/com/threerings/parlor/turn/client/TurnDisplay.java +++ b/src/main/java/com/threerings/parlor/turn/client/TurnDisplay.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/turn/client/TurnGameController.java b/src/main/java/com/threerings/parlor/turn/client/TurnGameController.java index 751a8d1b..7fc5560b 100644 --- a/src/main/java/com/threerings/parlor/turn/client/TurnGameController.java +++ b/src/main/java/com/threerings/parlor/turn/client/TurnGameController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/turn/client/TurnGameControllerDelegate.java b/src/main/java/com/threerings/parlor/turn/client/TurnGameControllerDelegate.java index 1c68fad7..034a03e9 100644 --- a/src/main/java/com/threerings/parlor/turn/client/TurnGameControllerDelegate.java +++ b/src/main/java/com/threerings/parlor/turn/client/TurnGameControllerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/turn/data/TurnGameObject.java b/src/main/java/com/threerings/parlor/turn/data/TurnGameObject.java index d72055c8..2257affd 100644 --- a/src/main/java/com/threerings/parlor/turn/data/TurnGameObject.java +++ b/src/main/java/com/threerings/parlor/turn/data/TurnGameObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/turn/server/TurnGameManager.java b/src/main/java/com/threerings/parlor/turn/server/TurnGameManager.java index f40698b5..81410117 100644 --- a/src/main/java/com/threerings/parlor/turn/server/TurnGameManager.java +++ b/src/main/java/com/threerings/parlor/turn/server/TurnGameManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/turn/server/TurnGameManagerDelegate.java b/src/main/java/com/threerings/parlor/turn/server/TurnGameManagerDelegate.java index 2cb3aa07..7eed44b0 100644 --- a/src/main/java/com/threerings/parlor/turn/server/TurnGameManagerDelegate.java +++ b/src/main/java/com/threerings/parlor/turn/server/TurnGameManagerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/util/ParlorContext.java b/src/main/java/com/threerings/parlor/util/ParlorContext.java index 286989fc..777533d4 100644 --- a/src/main/java/com/threerings/parlor/util/ParlorContext.java +++ b/src/main/java/com/threerings/parlor/util/ParlorContext.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/parlor/util/RobotPlayer.java b/src/main/java/com/threerings/parlor/util/RobotPlayer.java index 9793aebe..b7e9a880 100644 --- a/src/main/java/com/threerings/parlor/util/RobotPlayer.java +++ b/src/main/java/com/threerings/parlor/util/RobotPlayer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/Log.java b/src/main/java/com/threerings/puzzle/Log.java index 6f85beff..cbd0ea0b 100644 --- a/src/main/java/com/threerings/puzzle/Log.java +++ b/src/main/java/com/threerings/puzzle/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/client/PlayerStatusView.java b/src/main/java/com/threerings/puzzle/client/PlayerStatusView.java index a9bf4506..13f2cf51 100644 --- a/src/main/java/com/threerings/puzzle/client/PlayerStatusView.java +++ b/src/main/java/com/threerings/puzzle/client/PlayerStatusView.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/client/PuzzleAnimationWaiter.java b/src/main/java/com/threerings/puzzle/client/PuzzleAnimationWaiter.java index a6f92072..14d17cd5 100644 --- a/src/main/java/com/threerings/puzzle/client/PuzzleAnimationWaiter.java +++ b/src/main/java/com/threerings/puzzle/client/PuzzleAnimationWaiter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java b/src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java index 7b86e4d9..48baa2fc 100644 --- a/src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java +++ b/src/main/java/com/threerings/puzzle/client/PuzzleBoardView.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/client/PuzzleController.java b/src/main/java/com/threerings/puzzle/client/PuzzleController.java index 335cf841..4585e905 100644 --- a/src/main/java/com/threerings/puzzle/client/PuzzleController.java +++ b/src/main/java/com/threerings/puzzle/client/PuzzleController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/client/PuzzleControllerDelegate.java b/src/main/java/com/threerings/puzzle/client/PuzzleControllerDelegate.java index dadbeb7f..b13468d6 100644 --- a/src/main/java/com/threerings/puzzle/client/PuzzleControllerDelegate.java +++ b/src/main/java/com/threerings/puzzle/client/PuzzleControllerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/client/PuzzleGameService.java b/src/main/java/com/threerings/puzzle/client/PuzzleGameService.java index f490e48f..09c85ea2 100644 --- a/src/main/java/com/threerings/puzzle/client/PuzzleGameService.java +++ b/src/main/java/com/threerings/puzzle/client/PuzzleGameService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/client/PuzzlePanel.java b/src/main/java/com/threerings/puzzle/client/PuzzlePanel.java index fd32f22f..26831379 100644 --- a/src/main/java/com/threerings/puzzle/client/PuzzlePanel.java +++ b/src/main/java/com/threerings/puzzle/client/PuzzlePanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/client/PuzzlePrefs.java b/src/main/java/com/threerings/puzzle/client/PuzzlePrefs.java index 16b7e67b..bab05445 100644 --- a/src/main/java/com/threerings/puzzle/client/PuzzlePrefs.java +++ b/src/main/java/com/threerings/puzzle/client/PuzzlePrefs.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/data/Board.java b/src/main/java/com/threerings/puzzle/data/Board.java index e5b213d8..9f534155 100644 --- a/src/main/java/com/threerings/puzzle/data/Board.java +++ b/src/main/java/com/threerings/puzzle/data/Board.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/data/BoardSummary.java b/src/main/java/com/threerings/puzzle/data/BoardSummary.java index 3537cbab..5e02d259 100644 --- a/src/main/java/com/threerings/puzzle/data/BoardSummary.java +++ b/src/main/java/com/threerings/puzzle/data/BoardSummary.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/data/PuzzleCodes.java b/src/main/java/com/threerings/puzzle/data/PuzzleCodes.java index f190c14c..0abbe4fc 100644 --- a/src/main/java/com/threerings/puzzle/data/PuzzleCodes.java +++ b/src/main/java/com/threerings/puzzle/data/PuzzleCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/data/PuzzleGameCodes.java b/src/main/java/com/threerings/puzzle/data/PuzzleGameCodes.java index f01593ec..526fd40b 100644 --- a/src/main/java/com/threerings/puzzle/data/PuzzleGameCodes.java +++ b/src/main/java/com/threerings/puzzle/data/PuzzleGameCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/data/PuzzleGameMarshaller.java b/src/main/java/com/threerings/puzzle/data/PuzzleGameMarshaller.java index 9a70db08..390994b0 100644 --- a/src/main/java/com/threerings/puzzle/data/PuzzleGameMarshaller.java +++ b/src/main/java/com/threerings/puzzle/data/PuzzleGameMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/data/PuzzleObject.java b/src/main/java/com/threerings/puzzle/data/PuzzleObject.java index 54bf58c6..31d16a67 100644 --- a/src/main/java/com/threerings/puzzle/data/PuzzleObject.java +++ b/src/main/java/com/threerings/puzzle/data/PuzzleObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/client/DropBlockSprite.java b/src/main/java/com/threerings/puzzle/drop/client/DropBlockSprite.java index 21e3c071..b289b271 100644 --- a/src/main/java/com/threerings/puzzle/drop/client/DropBlockSprite.java +++ b/src/main/java/com/threerings/puzzle/drop/client/DropBlockSprite.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/client/DropBoardView.java b/src/main/java/com/threerings/puzzle/drop/client/DropBoardView.java index 54cdf8ce..ef629758 100644 --- a/src/main/java/com/threerings/puzzle/drop/client/DropBoardView.java +++ b/src/main/java/com/threerings/puzzle/drop/client/DropBoardView.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/client/DropControllerDelegate.java b/src/main/java/com/threerings/puzzle/drop/client/DropControllerDelegate.java index 0dd13107..bc73c3d4 100644 --- a/src/main/java/com/threerings/puzzle/drop/client/DropControllerDelegate.java +++ b/src/main/java/com/threerings/puzzle/drop/client/DropControllerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/client/DropPanel.java b/src/main/java/com/threerings/puzzle/drop/client/DropPanel.java index e5d0a6a5..975b4a60 100644 --- a/src/main/java/com/threerings/puzzle/drop/client/DropPanel.java +++ b/src/main/java/com/threerings/puzzle/drop/client/DropPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/client/DropSprite.java b/src/main/java/com/threerings/puzzle/drop/client/DropSprite.java index d6b690d1..976267b8 100644 --- a/src/main/java/com/threerings/puzzle/drop/client/DropSprite.java +++ b/src/main/java/com/threerings/puzzle/drop/client/DropSprite.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/client/DropSpriteObserver.java b/src/main/java/com/threerings/puzzle/drop/client/DropSpriteObserver.java index f8c69772..0545fe62 100644 --- a/src/main/java/com/threerings/puzzle/drop/client/DropSpriteObserver.java +++ b/src/main/java/com/threerings/puzzle/drop/client/DropSpriteObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/client/NextBlockView.java b/src/main/java/com/threerings/puzzle/drop/client/NextBlockView.java index 9a2795c0..e080ae0b 100644 --- a/src/main/java/com/threerings/puzzle/drop/client/NextBlockView.java +++ b/src/main/java/com/threerings/puzzle/drop/client/NextBlockView.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/client/PieceGroupAnimation.java b/src/main/java/com/threerings/puzzle/drop/client/PieceGroupAnimation.java index 98b97309..148662d6 100644 --- a/src/main/java/com/threerings/puzzle/drop/client/PieceGroupAnimation.java +++ b/src/main/java/com/threerings/puzzle/drop/client/PieceGroupAnimation.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/data/DropBoard.java b/src/main/java/com/threerings/puzzle/drop/data/DropBoard.java index 43b6bcfd..85120db9 100644 --- a/src/main/java/com/threerings/puzzle/drop/data/DropBoard.java +++ b/src/main/java/com/threerings/puzzle/drop/data/DropBoard.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/data/DropBoardSummary.java b/src/main/java/com/threerings/puzzle/drop/data/DropBoardSummary.java index c1823772..5e5c882f 100644 --- a/src/main/java/com/threerings/puzzle/drop/data/DropBoardSummary.java +++ b/src/main/java/com/threerings/puzzle/drop/data/DropBoardSummary.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/data/DropCodes.java b/src/main/java/com/threerings/puzzle/drop/data/DropCodes.java index 107954f8..1d6e9e1f 100644 --- a/src/main/java/com/threerings/puzzle/drop/data/DropCodes.java +++ b/src/main/java/com/threerings/puzzle/drop/data/DropCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/data/DropConfig.java b/src/main/java/com/threerings/puzzle/drop/data/DropConfig.java index e4b36486..417c1630 100644 --- a/src/main/java/com/threerings/puzzle/drop/data/DropConfig.java +++ b/src/main/java/com/threerings/puzzle/drop/data/DropConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/data/DropLogic.java b/src/main/java/com/threerings/puzzle/drop/data/DropLogic.java index 020f7425..66528ba2 100644 --- a/src/main/java/com/threerings/puzzle/drop/data/DropLogic.java +++ b/src/main/java/com/threerings/puzzle/drop/data/DropLogic.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/data/DropPieceCodes.java b/src/main/java/com/threerings/puzzle/drop/data/DropPieceCodes.java index d0c590be..f6b642e6 100644 --- a/src/main/java/com/threerings/puzzle/drop/data/DropPieceCodes.java +++ b/src/main/java/com/threerings/puzzle/drop/data/DropPieceCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/data/SegmentInfo.java b/src/main/java/com/threerings/puzzle/drop/data/SegmentInfo.java index 063c01a1..aae1ec6e 100644 --- a/src/main/java/com/threerings/puzzle/drop/data/SegmentInfo.java +++ b/src/main/java/com/threerings/puzzle/drop/data/SegmentInfo.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/server/DropManagerDelegate.java b/src/main/java/com/threerings/puzzle/drop/server/DropManagerDelegate.java index dc23ef25..8549d6a0 100644 --- a/src/main/java/com/threerings/puzzle/drop/server/DropManagerDelegate.java +++ b/src/main/java/com/threerings/puzzle/drop/server/DropManagerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/util/DropBoardUtil.java b/src/main/java/com/threerings/puzzle/drop/util/DropBoardUtil.java index 589a54a3..550df5a3 100644 --- a/src/main/java/com/threerings/puzzle/drop/util/DropBoardUtil.java +++ b/src/main/java/com/threerings/puzzle/drop/util/DropBoardUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/util/DropGameUtil.java b/src/main/java/com/threerings/puzzle/drop/util/DropGameUtil.java index 90f34204..847cba05 100644 --- a/src/main/java/com/threerings/puzzle/drop/util/DropGameUtil.java +++ b/src/main/java/com/threerings/puzzle/drop/util/DropGameUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/util/PieceDestroyer.java b/src/main/java/com/threerings/puzzle/drop/util/PieceDestroyer.java index f641ee54..78085263 100644 --- a/src/main/java/com/threerings/puzzle/drop/util/PieceDestroyer.java +++ b/src/main/java/com/threerings/puzzle/drop/util/PieceDestroyer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/util/PieceDropLogic.java b/src/main/java/com/threerings/puzzle/drop/util/PieceDropLogic.java index bde1330e..ea27a8eb 100644 --- a/src/main/java/com/threerings/puzzle/drop/util/PieceDropLogic.java +++ b/src/main/java/com/threerings/puzzle/drop/util/PieceDropLogic.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/drop/util/PieceDropper.java b/src/main/java/com/threerings/puzzle/drop/util/PieceDropper.java index ab112b3f..9b4c9413 100644 --- a/src/main/java/com/threerings/puzzle/drop/util/PieceDropper.java +++ b/src/main/java/com/threerings/puzzle/drop/util/PieceDropper.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/server/PuzzleGameProvider.java b/src/main/java/com/threerings/puzzle/server/PuzzleGameProvider.java index f45593a0..94a431c5 100644 --- a/src/main/java/com/threerings/puzzle/server/PuzzleGameProvider.java +++ b/src/main/java/com/threerings/puzzle/server/PuzzleGameProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/server/PuzzleManager.java b/src/main/java/com/threerings/puzzle/server/PuzzleManager.java index ad8b8f9c..b6a5cf58 100644 --- a/src/main/java/com/threerings/puzzle/server/PuzzleManager.java +++ b/src/main/java/com/threerings/puzzle/server/PuzzleManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/server/PuzzleManagerDelegate.java b/src/main/java/com/threerings/puzzle/server/PuzzleManagerDelegate.java index 5b9e962a..e52e8c49 100644 --- a/src/main/java/com/threerings/puzzle/server/PuzzleManagerDelegate.java +++ b/src/main/java/com/threerings/puzzle/server/PuzzleManagerDelegate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/util/PointSet.java b/src/main/java/com/threerings/puzzle/util/PointSet.java index f06aa441..bef3df99 100644 --- a/src/main/java/com/threerings/puzzle/util/PointSet.java +++ b/src/main/java/com/threerings/puzzle/util/PointSet.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/util/PuzzleContext.java b/src/main/java/com/threerings/puzzle/util/PuzzleContext.java index 61311800..45db911b 100644 --- a/src/main/java/com/threerings/puzzle/util/PuzzleContext.java +++ b/src/main/java/com/threerings/puzzle/util/PuzzleContext.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/puzzle/util/PuzzleGameUtil.java b/src/main/java/com/threerings/puzzle/util/PuzzleGameUtil.java index e84403cd..5280e35d 100644 --- a/src/main/java/com/threerings/puzzle/util/PuzzleGameUtil.java +++ b/src/main/java/com/threerings/puzzle/util/PuzzleGameUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/Log.java b/src/main/java/com/threerings/stage/Log.java index 394681dd..ff05548b 100644 --- a/src/main/java/com/threerings/stage/Log.java +++ b/src/main/java/com/threerings/stage/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/client/SceneColorizer.java b/src/main/java/com/threerings/stage/client/SceneColorizer.java index 3ab8b4a0..411e84e3 100644 --- a/src/main/java/com/threerings/stage/client/SceneColorizer.java +++ b/src/main/java/com/threerings/stage/client/SceneColorizer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/client/StageSceneController.java b/src/main/java/com/threerings/stage/client/StageSceneController.java index 48198d27..0f9ea24e 100644 --- a/src/main/java/com/threerings/stage/client/StageSceneController.java +++ b/src/main/java/com/threerings/stage/client/StageSceneController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/client/StageScenePanel.java b/src/main/java/com/threerings/stage/client/StageScenePanel.java index 415d3540..8da90d83 100644 --- a/src/main/java/com/threerings/stage/client/StageScenePanel.java +++ b/src/main/java/com/threerings/stage/client/StageScenePanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/client/StageSceneService.java b/src/main/java/com/threerings/stage/client/StageSceneService.java index d03896e7..42488fec 100644 --- a/src/main/java/com/threerings/stage/client/StageSceneService.java +++ b/src/main/java/com/threerings/stage/client/StageSceneService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/DefaultColorUpdate.java b/src/main/java/com/threerings/stage/data/DefaultColorUpdate.java index 7fc7e9a4..0dffe6bb 100644 --- a/src/main/java/com/threerings/stage/data/DefaultColorUpdate.java +++ b/src/main/java/com/threerings/stage/data/DefaultColorUpdate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/ModifyObjectsUpdate.java b/src/main/java/com/threerings/stage/data/ModifyObjectsUpdate.java index 5967ea00..e7784d24 100644 --- a/src/main/java/com/threerings/stage/data/ModifyObjectsUpdate.java +++ b/src/main/java/com/threerings/stage/data/ModifyObjectsUpdate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageCodes.java b/src/main/java/com/threerings/stage/data/StageCodes.java index 93565fce..3e7792a4 100644 --- a/src/main/java/com/threerings/stage/data/StageCodes.java +++ b/src/main/java/com/threerings/stage/data/StageCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageLocation.java b/src/main/java/com/threerings/stage/data/StageLocation.java index 17892f4e..cba47214 100644 --- a/src/main/java/com/threerings/stage/data/StageLocation.java +++ b/src/main/java/com/threerings/stage/data/StageLocation.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageMisoSceneModel.java b/src/main/java/com/threerings/stage/data/StageMisoSceneModel.java index cd04597b..46730844 100644 --- a/src/main/java/com/threerings/stage/data/StageMisoSceneModel.java +++ b/src/main/java/com/threerings/stage/data/StageMisoSceneModel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageOccupantInfo.java b/src/main/java/com/threerings/stage/data/StageOccupantInfo.java index b2eed810..b2a919c7 100644 --- a/src/main/java/com/threerings/stage/data/StageOccupantInfo.java +++ b/src/main/java/com/threerings/stage/data/StageOccupantInfo.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageScene.java b/src/main/java/com/threerings/stage/data/StageScene.java index ec77a3ab..af4549b1 100644 --- a/src/main/java/com/threerings/stage/data/StageScene.java +++ b/src/main/java/com/threerings/stage/data/StageScene.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageSceneConfig.java b/src/main/java/com/threerings/stage/data/StageSceneConfig.java index b51c8b5a..1eec8eb9 100644 --- a/src/main/java/com/threerings/stage/data/StageSceneConfig.java +++ b/src/main/java/com/threerings/stage/data/StageSceneConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageSceneMarshaller.java b/src/main/java/com/threerings/stage/data/StageSceneMarshaller.java index 766066a2..668e8d9d 100644 --- a/src/main/java/com/threerings/stage/data/StageSceneMarshaller.java +++ b/src/main/java/com/threerings/stage/data/StageSceneMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageSceneModel.java b/src/main/java/com/threerings/stage/data/StageSceneModel.java index 28886ed9..b8cbcced 100644 --- a/src/main/java/com/threerings/stage/data/StageSceneModel.java +++ b/src/main/java/com/threerings/stage/data/StageSceneModel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/data/StageSceneObject.java b/src/main/java/com/threerings/stage/data/StageSceneObject.java index 5b46bd64..2647d390 100644 --- a/src/main/java/com/threerings/stage/data/StageSceneObject.java +++ b/src/main/java/com/threerings/stage/data/StageSceneObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/server/StageSceneManager.java b/src/main/java/com/threerings/stage/server/StageSceneManager.java index d6174b51..d9aeff99 100644 --- a/src/main/java/com/threerings/stage/server/StageSceneManager.java +++ b/src/main/java/com/threerings/stage/server/StageSceneManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/server/StageSceneProvider.java b/src/main/java/com/threerings/stage/server/StageSceneProvider.java index c02ccb6d..ab4c1c2c 100644 --- a/src/main/java/com/threerings/stage/server/StageSceneProvider.java +++ b/src/main/java/com/threerings/stage/server/StageSceneProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/server/StageServer.java b/src/main/java/com/threerings/stage/server/StageServer.java index 4bc2b87d..222cacfb 100644 --- a/src/main/java/com/threerings/stage/server/StageServer.java +++ b/src/main/java/com/threerings/stage/server/StageServer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/DirectionButton.java b/src/main/java/com/threerings/stage/tools/editor/DirectionButton.java index 62781114..effda91e 100644 --- a/src/main/java/com/threerings/stage/tools/editor/DirectionButton.java +++ b/src/main/java/com/threerings/stage/tools/editor/DirectionButton.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorApp.java b/src/main/java/com/threerings/stage/tools/editor/EditorApp.java index 6b1f3071..f9b3da2e 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorApp.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorApp.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorConfig.java b/src/main/java/com/threerings/stage/tools/editor/EditorConfig.java index 68aef809..1ae1fba8 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorConfig.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorDialog.java b/src/main/java/com/threerings/stage/tools/editor/EditorDialog.java index 05b11783..f30f16d5 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorDialog.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorDialog.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorFrame.java b/src/main/java/com/threerings/stage/tools/editor/EditorFrame.java index 9ed8635b..f71abf00 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorFrame.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorFrame.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorModel.java b/src/main/java/com/threerings/stage/tools/editor/EditorModel.java index 377271ab..76a726f3 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorModel.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorModel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorModelListener.java b/src/main/java/com/threerings/stage/tools/editor/EditorModelListener.java index dc8130e4..8182a0a2 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorModelListener.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorModelListener.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorScenePanel.java b/src/main/java/com/threerings/stage/tools/editor/EditorScenePanel.java index db55c508..8ad74af2 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorScenePanel.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorScenePanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorScrollBox.java b/src/main/java/com/threerings/stage/tools/editor/EditorScrollBox.java index d09b1e0c..e3e1c39e 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorScrollBox.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorScrollBox.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorTileManager.java b/src/main/java/com/threerings/stage/tools/editor/EditorTileManager.java index 118fa9d4..128ca398 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorTileManager.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorTileManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/EditorToolBarPanel.java b/src/main/java/com/threerings/stage/tools/editor/EditorToolBarPanel.java index 0a8d1a5f..1dcaa3f4 100644 --- a/src/main/java/com/threerings/stage/tools/editor/EditorToolBarPanel.java +++ b/src/main/java/com/threerings/stage/tools/editor/EditorToolBarPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/ObjectEditorDialog.java b/src/main/java/com/threerings/stage/tools/editor/ObjectEditorDialog.java index 7a58e6ba..5e65d849 100644 --- a/src/main/java/com/threerings/stage/tools/editor/ObjectEditorDialog.java +++ b/src/main/java/com/threerings/stage/tools/editor/ObjectEditorDialog.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/PortalDialog.java b/src/main/java/com/threerings/stage/tools/editor/PortalDialog.java index 29d967cf..d67ed53e 100644 --- a/src/main/java/com/threerings/stage/tools/editor/PortalDialog.java +++ b/src/main/java/com/threerings/stage/tools/editor/PortalDialog.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/PortalTool.java b/src/main/java/com/threerings/stage/tools/editor/PortalTool.java index dc737d28..b81de289 100644 --- a/src/main/java/com/threerings/stage/tools/editor/PortalTool.java +++ b/src/main/java/com/threerings/stage/tools/editor/PortalTool.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/PreferencesDialog.java b/src/main/java/com/threerings/stage/tools/editor/PreferencesDialog.java index 9918e951..e2007658 100644 --- a/src/main/java/com/threerings/stage/tools/editor/PreferencesDialog.java +++ b/src/main/java/com/threerings/stage/tools/editor/PreferencesDialog.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/SceneInfoPanel.java b/src/main/java/com/threerings/stage/tools/editor/SceneInfoPanel.java index 5dfb5142..e3f54060 100644 --- a/src/main/java/com/threerings/stage/tools/editor/SceneInfoPanel.java +++ b/src/main/java/com/threerings/stage/tools/editor/SceneInfoPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/TestTileLoader.java b/src/main/java/com/threerings/stage/tools/editor/TestTileLoader.java index c047754c..438eabd8 100644 --- a/src/main/java/com/threerings/stage/tools/editor/TestTileLoader.java +++ b/src/main/java/com/threerings/stage/tools/editor/TestTileLoader.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/TileInfoPanel.java b/src/main/java/com/threerings/stage/tools/editor/TileInfoPanel.java index 874571fc..84bcf81f 100644 --- a/src/main/java/com/threerings/stage/tools/editor/TileInfoPanel.java +++ b/src/main/java/com/threerings/stage/tools/editor/TileInfoPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/util/EditorContext.java b/src/main/java/com/threerings/stage/tools/editor/util/EditorContext.java index 7ef2ceaf..935ff9a3 100644 --- a/src/main/java/com/threerings/stage/tools/editor/util/EditorContext.java +++ b/src/main/java/com/threerings/stage/tools/editor/util/EditorContext.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/util/EditorDialogUtil.java b/src/main/java/com/threerings/stage/tools/editor/util/EditorDialogUtil.java index cfc275a1..2a320a3a 100644 --- a/src/main/java/com/threerings/stage/tools/editor/util/EditorDialogUtil.java +++ b/src/main/java/com/threerings/stage/tools/editor/util/EditorDialogUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/util/ExtrasPainter.java b/src/main/java/com/threerings/stage/tools/editor/util/ExtrasPainter.java index 51a97523..3d88bad0 100644 --- a/src/main/java/com/threerings/stage/tools/editor/util/ExtrasPainter.java +++ b/src/main/java/com/threerings/stage/tools/editor/util/ExtrasPainter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/editor/util/TileSetUtil.java b/src/main/java/com/threerings/stage/tools/editor/util/TileSetUtil.java index eb325769..3a7b0f92 100644 --- a/src/main/java/com/threerings/stage/tools/editor/util/TileSetUtil.java +++ b/src/main/java/com/threerings/stage/tools/editor/util/TileSetUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/viewer/ViewerApp.java b/src/main/java/com/threerings/stage/tools/viewer/ViewerApp.java index ca69b74b..2fd0073a 100644 --- a/src/main/java/com/threerings/stage/tools/viewer/ViewerApp.java +++ b/src/main/java/com/threerings/stage/tools/viewer/ViewerApp.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/viewer/ViewerFrame.java b/src/main/java/com/threerings/stage/tools/viewer/ViewerFrame.java index 2a4f5cf3..55e552cf 100644 --- a/src/main/java/com/threerings/stage/tools/viewer/ViewerFrame.java +++ b/src/main/java/com/threerings/stage/tools/viewer/ViewerFrame.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/viewer/ViewerScenePanel.java b/src/main/java/com/threerings/stage/tools/viewer/ViewerScenePanel.java index 85c6408d..b21a4378 100644 --- a/src/main/java/com/threerings/stage/tools/viewer/ViewerScenePanel.java +++ b/src/main/java/com/threerings/stage/tools/viewer/ViewerScenePanel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/xml/StageMisoSceneRuleSet.java b/src/main/java/com/threerings/stage/tools/xml/StageMisoSceneRuleSet.java index b97e8079..412ba71e 100644 --- a/src/main/java/com/threerings/stage/tools/xml/StageMisoSceneRuleSet.java +++ b/src/main/java/com/threerings/stage/tools/xml/StageMisoSceneRuleSet.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/xml/StageSceneParser.java b/src/main/java/com/threerings/stage/tools/xml/StageSceneParser.java index 10ee8868..604bb080 100644 --- a/src/main/java/com/threerings/stage/tools/xml/StageSceneParser.java +++ b/src/main/java/com/threerings/stage/tools/xml/StageSceneParser.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/xml/StageSceneRuleSet.java b/src/main/java/com/threerings/stage/tools/xml/StageSceneRuleSet.java index 0e224e30..bb990f26 100644 --- a/src/main/java/com/threerings/stage/tools/xml/StageSceneRuleSet.java +++ b/src/main/java/com/threerings/stage/tools/xml/StageSceneRuleSet.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/tools/xml/StageSceneWriter.java b/src/main/java/com/threerings/stage/tools/xml/StageSceneWriter.java index 170015c2..5a696473 100644 --- a/src/main/java/com/threerings/stage/tools/xml/StageSceneWriter.java +++ b/src/main/java/com/threerings/stage/tools/xml/StageSceneWriter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/util/PlacementConstraints.java b/src/main/java/com/threerings/stage/util/PlacementConstraints.java index 30b13a42..51975573 100644 --- a/src/main/java/com/threerings/stage/util/PlacementConstraints.java +++ b/src/main/java/com/threerings/stage/util/PlacementConstraints.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/util/StageContext.java b/src/main/java/com/threerings/stage/util/StageContext.java index efaccfff..bf5e2433 100644 --- a/src/main/java/com/threerings/stage/util/StageContext.java +++ b/src/main/java/com/threerings/stage/util/StageContext.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stage/util/StageSceneUtil.java b/src/main/java/com/threerings/stage/util/StageSceneUtil.java index fcca594a..8426c3b7 100644 --- a/src/main/java/com/threerings/stage/util/StageSceneUtil.java +++ b/src/main/java/com/threerings/stage/util/StageSceneUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/Log.java b/src/main/java/com/threerings/stats/Log.java index 7dc220b4..268a62fa 100644 --- a/src/main/java/com/threerings/stats/Log.java +++ b/src/main/java/com/threerings/stats/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/ByteByteStringMapStat.java b/src/main/java/com/threerings/stats/data/ByteByteStringMapStat.java index c9abdc16..7a3df7f0 100644 --- a/src/main/java/com/threerings/stats/data/ByteByteStringMapStat.java +++ b/src/main/java/com/threerings/stats/data/ByteByteStringMapStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/ByteStringSetStat.java b/src/main/java/com/threerings/stats/data/ByteStringSetStat.java index e232915a..54f8d49b 100644 --- a/src/main/java/com/threerings/stats/data/ByteStringSetStat.java +++ b/src/main/java/com/threerings/stats/data/ByteStringSetStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/IntArrayStat.java b/src/main/java/com/threerings/stats/data/IntArrayStat.java index 5b9c20b7..d94a8d47 100644 --- a/src/main/java/com/threerings/stats/data/IntArrayStat.java +++ b/src/main/java/com/threerings/stats/data/IntArrayStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/IntSetStat.java b/src/main/java/com/threerings/stats/data/IntSetStat.java index 94a870d7..9ff49626 100644 --- a/src/main/java/com/threerings/stats/data/IntSetStat.java +++ b/src/main/java/com/threerings/stats/data/IntSetStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/IntSetStatAdder.java b/src/main/java/com/threerings/stats/data/IntSetStatAdder.java index 3a9182bf..cc2eb910 100644 --- a/src/main/java/com/threerings/stats/data/IntSetStatAdder.java +++ b/src/main/java/com/threerings/stats/data/IntSetStatAdder.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/IntStat.java b/src/main/java/com/threerings/stats/data/IntStat.java index 30b673c7..ba3b5b80 100644 --- a/src/main/java/com/threerings/stats/data/IntStat.java +++ b/src/main/java/com/threerings/stats/data/IntStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/IntStatIncrementer.java b/src/main/java/com/threerings/stats/data/IntStatIncrementer.java index 62fcdfcb..366c58a1 100644 --- a/src/main/java/com/threerings/stats/data/IntStatIncrementer.java +++ b/src/main/java/com/threerings/stats/data/IntStatIncrementer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/IntStatMinimumer.java b/src/main/java/com/threerings/stats/data/IntStatMinimumer.java index 009c3205..5eb2685c 100644 --- a/src/main/java/com/threerings/stats/data/IntStatMinimumer.java +++ b/src/main/java/com/threerings/stats/data/IntStatMinimumer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/IntStringSetStat.java b/src/main/java/com/threerings/stats/data/IntStringSetStat.java index 3110bf0f..b5a5bd19 100644 --- a/src/main/java/com/threerings/stats/data/IntStringSetStat.java +++ b/src/main/java/com/threerings/stats/data/IntStringSetStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/MaxIntStat.java b/src/main/java/com/threerings/stats/data/MaxIntStat.java index e7a86397..f7ed2dad 100644 --- a/src/main/java/com/threerings/stats/data/MaxIntStat.java +++ b/src/main/java/com/threerings/stats/data/MaxIntStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/MaxValueIntStat.java b/src/main/java/com/threerings/stats/data/MaxValueIntStat.java index 7f405ca6..9e308ac6 100644 --- a/src/main/java/com/threerings/stats/data/MaxValueIntStat.java +++ b/src/main/java/com/threerings/stats/data/MaxValueIntStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/SetStat.java b/src/main/java/com/threerings/stats/data/SetStat.java index 72abc1c6..655a9430 100644 --- a/src/main/java/com/threerings/stats/data/SetStat.java +++ b/src/main/java/com/threerings/stats/data/SetStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/ShortStringSetStat.java b/src/main/java/com/threerings/stats/data/ShortStringSetStat.java index 59dd3673..576170cc 100644 --- a/src/main/java/com/threerings/stats/data/ShortStringSetStat.java +++ b/src/main/java/com/threerings/stats/data/ShortStringSetStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/Stat.java b/src/main/java/com/threerings/stats/data/Stat.java index b60ef6f1..e4731300 100644 --- a/src/main/java/com/threerings/stats/data/Stat.java +++ b/src/main/java/com/threerings/stats/data/Stat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/StatModifier.java b/src/main/java/com/threerings/stats/data/StatModifier.java index ab418e01..a67715f8 100644 --- a/src/main/java/com/threerings/stats/data/StatModifier.java +++ b/src/main/java/com/threerings/stats/data/StatModifier.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/StatSet.java b/src/main/java/com/threerings/stats/data/StatSet.java index 09243492..9abf17cd 100644 --- a/src/main/java/com/threerings/stats/data/StatSet.java +++ b/src/main/java/com/threerings/stats/data/StatSet.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/StringMapStat.java b/src/main/java/com/threerings/stats/data/StringMapStat.java index 17c00952..64c5205c 100644 --- a/src/main/java/com/threerings/stats/data/StringMapStat.java +++ b/src/main/java/com/threerings/stats/data/StringMapStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/data/StringSetStat.java b/src/main/java/com/threerings/stats/data/StringSetStat.java index 56ebb371..973151e3 100644 --- a/src/main/java/com/threerings/stats/data/StringSetStat.java +++ b/src/main/java/com/threerings/stats/data/StringSetStat.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/server/persist/MaxStatCodeRecord.java b/src/main/java/com/threerings/stats/server/persist/MaxStatCodeRecord.java index e79dfb51..b0c8a7cc 100644 --- a/src/main/java/com/threerings/stats/server/persist/MaxStatCodeRecord.java +++ b/src/main/java/com/threerings/stats/server/persist/MaxStatCodeRecord.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/server/persist/StatRecord.java b/src/main/java/com/threerings/stats/server/persist/StatRecord.java index 10a8e8fe..9b3993b6 100644 --- a/src/main/java/com/threerings/stats/server/persist/StatRecord.java +++ b/src/main/java/com/threerings/stats/server/persist/StatRecord.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/server/persist/StatRepository.java b/src/main/java/com/threerings/stats/server/persist/StatRepository.java index 521a3f7c..df9eec77 100644 --- a/src/main/java/com/threerings/stats/server/persist/StatRepository.java +++ b/src/main/java/com/threerings/stats/server/persist/StatRepository.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/stats/server/persist/StringCodeRecord.java b/src/main/java/com/threerings/stats/server/persist/StringCodeRecord.java index a5d1087e..167e7600 100644 --- a/src/main/java/com/threerings/stats/server/persist/StringCodeRecord.java +++ b/src/main/java/com/threerings/stats/server/persist/StringCodeRecord.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/Log.java b/src/main/java/com/threerings/whirled/Log.java index d722854b..3fa14554 100644 --- a/src/main/java/com/threerings/whirled/Log.java +++ b/src/main/java/com/threerings/whirled/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/client/SceneController.java b/src/main/java/com/threerings/whirled/client/SceneController.java index f3a3b71d..0d863b96 100644 --- a/src/main/java/com/threerings/whirled/client/SceneController.java +++ b/src/main/java/com/threerings/whirled/client/SceneController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/client/SceneDecoder.java b/src/main/java/com/threerings/whirled/client/SceneDecoder.java index 7950cee6..54ccd671 100644 --- a/src/main/java/com/threerings/whirled/client/SceneDecoder.java +++ b/src/main/java/com/threerings/whirled/client/SceneDecoder.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/client/SceneDirector.java b/src/main/java/com/threerings/whirled/client/SceneDirector.java index ccdeaf43..eb47e136 100644 --- a/src/main/java/com/threerings/whirled/client/SceneDirector.java +++ b/src/main/java/com/threerings/whirled/client/SceneDirector.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/client/SceneMoveAdapter.java b/src/main/java/com/threerings/whirled/client/SceneMoveAdapter.java index da79879a..90f4bbbb 100644 --- a/src/main/java/com/threerings/whirled/client/SceneMoveAdapter.java +++ b/src/main/java/com/threerings/whirled/client/SceneMoveAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/client/SceneReceiver.java b/src/main/java/com/threerings/whirled/client/SceneReceiver.java index 377d2be5..22488077 100644 --- a/src/main/java/com/threerings/whirled/client/SceneReceiver.java +++ b/src/main/java/com/threerings/whirled/client/SceneReceiver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/client/SceneService.java b/src/main/java/com/threerings/whirled/client/SceneService.java index 348ca7a7..44f2da0d 100644 --- a/src/main/java/com/threerings/whirled/client/SceneService.java +++ b/src/main/java/com/threerings/whirled/client/SceneService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/client/persist/SceneRepository.java b/src/main/java/com/threerings/whirled/client/persist/SceneRepository.java index 98bd9b25..baf8ffad 100644 --- a/src/main/java/com/threerings/whirled/client/persist/SceneRepository.java +++ b/src/main/java/com/threerings/whirled/client/persist/SceneRepository.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/AuxModel.java b/src/main/java/com/threerings/whirled/data/AuxModel.java index 94cbd010..674aeb3f 100644 --- a/src/main/java/com/threerings/whirled/data/AuxModel.java +++ b/src/main/java/com/threerings/whirled/data/AuxModel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/DefaultSceneConfig.java b/src/main/java/com/threerings/whirled/data/DefaultSceneConfig.java index 5b18baf0..d70a2c7a 100644 --- a/src/main/java/com/threerings/whirled/data/DefaultSceneConfig.java +++ b/src/main/java/com/threerings/whirled/data/DefaultSceneConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/Scene.java b/src/main/java/com/threerings/whirled/data/Scene.java index ee2aa083..5726c653 100644 --- a/src/main/java/com/threerings/whirled/data/Scene.java +++ b/src/main/java/com/threerings/whirled/data/Scene.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/SceneCodes.java b/src/main/java/com/threerings/whirled/data/SceneCodes.java index 33bebeb2..b2400b5e 100644 --- a/src/main/java/com/threerings/whirled/data/SceneCodes.java +++ b/src/main/java/com/threerings/whirled/data/SceneCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/SceneImpl.java b/src/main/java/com/threerings/whirled/data/SceneImpl.java index 100a37f1..64586eb2 100644 --- a/src/main/java/com/threerings/whirled/data/SceneImpl.java +++ b/src/main/java/com/threerings/whirled/data/SceneImpl.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/SceneMarshaller.java b/src/main/java/com/threerings/whirled/data/SceneMarshaller.java index a1810a70..017c089b 100644 --- a/src/main/java/com/threerings/whirled/data/SceneMarshaller.java +++ b/src/main/java/com/threerings/whirled/data/SceneMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/SceneModel.java b/src/main/java/com/threerings/whirled/data/SceneModel.java index 7a9c526d..45a2572d 100644 --- a/src/main/java/com/threerings/whirled/data/SceneModel.java +++ b/src/main/java/com/threerings/whirled/data/SceneModel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/SceneObject.java b/src/main/java/com/threerings/whirled/data/SceneObject.java index 0c785372..075eeb18 100644 --- a/src/main/java/com/threerings/whirled/data/SceneObject.java +++ b/src/main/java/com/threerings/whirled/data/SceneObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/ScenePlace.java b/src/main/java/com/threerings/whirled/data/ScenePlace.java index a7cddea9..b2bd6dd7 100644 --- a/src/main/java/com/threerings/whirled/data/ScenePlace.java +++ b/src/main/java/com/threerings/whirled/data/ScenePlace.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/data/SceneUpdate.java b/src/main/java/com/threerings/whirled/data/SceneUpdate.java index e9532f52..8bd7124a 100644 --- a/src/main/java/com/threerings/whirled/data/SceneUpdate.java +++ b/src/main/java/com/threerings/whirled/data/SceneUpdate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/AbstractSceneMoveHandler.java b/src/main/java/com/threerings/whirled/server/AbstractSceneMoveHandler.java index 2f5a0ae0..5cacfb15 100644 --- a/src/main/java/com/threerings/whirled/server/AbstractSceneMoveHandler.java +++ b/src/main/java/com/threerings/whirled/server/AbstractSceneMoveHandler.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/SceneManager.java b/src/main/java/com/threerings/whirled/server/SceneManager.java index 02c02233..d710db52 100644 --- a/src/main/java/com/threerings/whirled/server/SceneManager.java +++ b/src/main/java/com/threerings/whirled/server/SceneManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/SceneMoveHandler.java b/src/main/java/com/threerings/whirled/server/SceneMoveHandler.java index 056ba75f..f56fdabf 100644 --- a/src/main/java/com/threerings/whirled/server/SceneMoveHandler.java +++ b/src/main/java/com/threerings/whirled/server/SceneMoveHandler.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/SceneProvider.java b/src/main/java/com/threerings/whirled/server/SceneProvider.java index e5c8996f..92f7270e 100644 --- a/src/main/java/com/threerings/whirled/server/SceneProvider.java +++ b/src/main/java/com/threerings/whirled/server/SceneProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/SceneRegistry.java b/src/main/java/com/threerings/whirled/server/SceneRegistry.java index de6641b6..0de1fe19 100644 --- a/src/main/java/com/threerings/whirled/server/SceneRegistry.java +++ b/src/main/java/com/threerings/whirled/server/SceneRegistry.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/SceneSender.java b/src/main/java/com/threerings/whirled/server/SceneSender.java index e551eb2a..34a93524 100644 --- a/src/main/java/com/threerings/whirled/server/SceneSender.java +++ b/src/main/java/com/threerings/whirled/server/SceneSender.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/WhirledServer.java b/src/main/java/com/threerings/whirled/server/WhirledServer.java index b3ce2229..0dc32234 100644 --- a/src/main/java/com/threerings/whirled/server/WhirledServer.java +++ b/src/main/java/com/threerings/whirled/server/WhirledServer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/WhirledSession.java b/src/main/java/com/threerings/whirled/server/WhirledSession.java index ed8b03d8..277bc504 100644 --- a/src/main/java/com/threerings/whirled/server/WhirledSession.java +++ b/src/main/java/com/threerings/whirled/server/WhirledSession.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/persist/DummySceneRepository.java b/src/main/java/com/threerings/whirled/server/persist/DummySceneRepository.java index ea6d2722..003ca7dc 100644 --- a/src/main/java/com/threerings/whirled/server/persist/DummySceneRepository.java +++ b/src/main/java/com/threerings/whirled/server/persist/DummySceneRepository.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/persist/SceneRepository.java b/src/main/java/com/threerings/whirled/server/persist/SceneRepository.java index c80b5148..79a12b0a 100644 --- a/src/main/java/com/threerings/whirled/server/persist/SceneRepository.java +++ b/src/main/java/com/threerings/whirled/server/persist/SceneRepository.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/server/persist/SceneUpdateMarshaller.java b/src/main/java/com/threerings/whirled/server/persist/SceneUpdateMarshaller.java index 9724e24c..3ada5544 100644 --- a/src/main/java/com/threerings/whirled/server/persist/SceneUpdateMarshaller.java +++ b/src/main/java/com/threerings/whirled/server/persist/SceneUpdateMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/Log.java b/src/main/java/com/threerings/whirled/spot/Log.java index f505357d..f11cf563 100644 --- a/src/main/java/com/threerings/whirled/spot/Log.java +++ b/src/main/java/com/threerings/whirled/spot/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/client/SpotSceneController.java b/src/main/java/com/threerings/whirled/spot/client/SpotSceneController.java index 20d17ca4..95b16eba 100644 --- a/src/main/java/com/threerings/whirled/spot/client/SpotSceneController.java +++ b/src/main/java/com/threerings/whirled/spot/client/SpotSceneController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/client/SpotSceneDirector.java b/src/main/java/com/threerings/whirled/spot/client/SpotSceneDirector.java index f166016b..738392a8 100644 --- a/src/main/java/com/threerings/whirled/spot/client/SpotSceneDirector.java +++ b/src/main/java/com/threerings/whirled/spot/client/SpotSceneDirector.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/client/SpotService.java b/src/main/java/com/threerings/whirled/spot/client/SpotService.java index 858e8f44..c79a38f6 100644 --- a/src/main/java/com/threerings/whirled/spot/client/SpotService.java +++ b/src/main/java/com/threerings/whirled/spot/client/SpotService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/Cluster.java b/src/main/java/com/threerings/whirled/spot/data/Cluster.java index 59786d57..99e8830a 100644 --- a/src/main/java/com/threerings/whirled/spot/data/Cluster.java +++ b/src/main/java/com/threerings/whirled/spot/data/Cluster.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/ClusterObject.java b/src/main/java/com/threerings/whirled/spot/data/ClusterObject.java index 89baa676..295cfa3b 100644 --- a/src/main/java/com/threerings/whirled/spot/data/ClusterObject.java +++ b/src/main/java/com/threerings/whirled/spot/data/ClusterObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/ClusteredBodyObject.java b/src/main/java/com/threerings/whirled/spot/data/ClusteredBodyObject.java index 328a32f8..79c2a0c0 100644 --- a/src/main/java/com/threerings/whirled/spot/data/ClusteredBodyObject.java +++ b/src/main/java/com/threerings/whirled/spot/data/ClusteredBodyObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/Location.java b/src/main/java/com/threerings/whirled/spot/data/Location.java index e0a0afbd..34c556b4 100644 --- a/src/main/java/com/threerings/whirled/spot/data/Location.java +++ b/src/main/java/com/threerings/whirled/spot/data/Location.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/ModifyPortalsUpdate.java b/src/main/java/com/threerings/whirled/spot/data/ModifyPortalsUpdate.java index 43abdf2e..78ab58a1 100644 --- a/src/main/java/com/threerings/whirled/spot/data/ModifyPortalsUpdate.java +++ b/src/main/java/com/threerings/whirled/spot/data/ModifyPortalsUpdate.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/Portal.java b/src/main/java/com/threerings/whirled/spot/data/Portal.java index 0c0799c4..e21f4506 100644 --- a/src/main/java/com/threerings/whirled/spot/data/Portal.java +++ b/src/main/java/com/threerings/whirled/spot/data/Portal.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/SceneLocation.java b/src/main/java/com/threerings/whirled/spot/data/SceneLocation.java index b24d108a..6f88ecef 100644 --- a/src/main/java/com/threerings/whirled/spot/data/SceneLocation.java +++ b/src/main/java/com/threerings/whirled/spot/data/SceneLocation.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/SpotCodes.java b/src/main/java/com/threerings/whirled/spot/data/SpotCodes.java index f20e8ac2..844a3a65 100644 --- a/src/main/java/com/threerings/whirled/spot/data/SpotCodes.java +++ b/src/main/java/com/threerings/whirled/spot/data/SpotCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/SpotMarshaller.java b/src/main/java/com/threerings/whirled/spot/data/SpotMarshaller.java index 810b9994..b66d8e4b 100644 --- a/src/main/java/com/threerings/whirled/spot/data/SpotMarshaller.java +++ b/src/main/java/com/threerings/whirled/spot/data/SpotMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/SpotScene.java b/src/main/java/com/threerings/whirled/spot/data/SpotScene.java index d294b3ff..2b93e313 100644 --- a/src/main/java/com/threerings/whirled/spot/data/SpotScene.java +++ b/src/main/java/com/threerings/whirled/spot/data/SpotScene.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/SpotSceneImpl.java b/src/main/java/com/threerings/whirled/spot/data/SpotSceneImpl.java index 1392b8c4..d1162481 100644 --- a/src/main/java/com/threerings/whirled/spot/data/SpotSceneImpl.java +++ b/src/main/java/com/threerings/whirled/spot/data/SpotSceneImpl.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/SpotSceneModel.java b/src/main/java/com/threerings/whirled/spot/data/SpotSceneModel.java index 106efaa3..920bcdef 100644 --- a/src/main/java/com/threerings/whirled/spot/data/SpotSceneModel.java +++ b/src/main/java/com/threerings/whirled/spot/data/SpotSceneModel.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/data/SpotSceneObject.java b/src/main/java/com/threerings/whirled/spot/data/SpotSceneObject.java index fb1e8ccd..5d5732e0 100644 --- a/src/main/java/com/threerings/whirled/spot/data/SpotSceneObject.java +++ b/src/main/java/com/threerings/whirled/spot/data/SpotSceneObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/server/SpotClient.java b/src/main/java/com/threerings/whirled/spot/server/SpotClient.java index 01a4f447..805b6b5e 100644 --- a/src/main/java/com/threerings/whirled/spot/server/SpotClient.java +++ b/src/main/java/com/threerings/whirled/spot/server/SpotClient.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/server/SpotProvider.java b/src/main/java/com/threerings/whirled/spot/server/SpotProvider.java index 933a254f..0ca0a1e0 100644 --- a/src/main/java/com/threerings/whirled/spot/server/SpotProvider.java +++ b/src/main/java/com/threerings/whirled/spot/server/SpotProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/server/SpotSceneManager.java b/src/main/java/com/threerings/whirled/spot/server/SpotSceneManager.java index 80ebadbd..32255d1c 100644 --- a/src/main/java/com/threerings/whirled/spot/server/SpotSceneManager.java +++ b/src/main/java/com/threerings/whirled/spot/server/SpotSceneManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/server/SpotSceneMoveHandler.java b/src/main/java/com/threerings/whirled/spot/server/SpotSceneMoveHandler.java index cc5e566a..a436a747 100644 --- a/src/main/java/com/threerings/whirled/spot/server/SpotSceneMoveHandler.java +++ b/src/main/java/com/threerings/whirled/spot/server/SpotSceneMoveHandler.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java b/src/main/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java index d4a34585..8d7c9c7f 100644 --- a/src/main/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java +++ b/src/main/java/com/threerings/whirled/spot/server/SpotSceneRegistry.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/tools/EditablePortal.java b/src/main/java/com/threerings/whirled/spot/tools/EditablePortal.java index db8b5fa0..98ddbc82 100644 --- a/src/main/java/com/threerings/whirled/spot/tools/EditablePortal.java +++ b/src/main/java/com/threerings/whirled/spot/tools/EditablePortal.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/tools/xml/SpotSceneRuleSet.java b/src/main/java/com/threerings/whirled/spot/tools/xml/SpotSceneRuleSet.java index 6885d71c..b8432ddb 100644 --- a/src/main/java/com/threerings/whirled/spot/tools/xml/SpotSceneRuleSet.java +++ b/src/main/java/com/threerings/whirled/spot/tools/xml/SpotSceneRuleSet.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/spot/tools/xml/SpotSceneWriter.java b/src/main/java/com/threerings/whirled/spot/tools/xml/SpotSceneWriter.java index a5fdd97c..5b43e720 100644 --- a/src/main/java/com/threerings/whirled/spot/tools/xml/SpotSceneWriter.java +++ b/src/main/java/com/threerings/whirled/spot/tools/xml/SpotSceneWriter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/tools/xml/SceneParser.java b/src/main/java/com/threerings/whirled/tools/xml/SceneParser.java index a0acfcd1..b7857886 100644 --- a/src/main/java/com/threerings/whirled/tools/xml/SceneParser.java +++ b/src/main/java/com/threerings/whirled/tools/xml/SceneParser.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/tools/xml/SceneRuleSet.java b/src/main/java/com/threerings/whirled/tools/xml/SceneRuleSet.java index 908153b1..f54fb3e6 100644 --- a/src/main/java/com/threerings/whirled/tools/xml/SceneRuleSet.java +++ b/src/main/java/com/threerings/whirled/tools/xml/SceneRuleSet.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/tools/xml/SceneWriter.java b/src/main/java/com/threerings/whirled/tools/xml/SceneWriter.java index 66115ee8..11db4025 100644 --- a/src/main/java/com/threerings/whirled/tools/xml/SceneWriter.java +++ b/src/main/java/com/threerings/whirled/tools/xml/SceneWriter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/util/NoSuchSceneException.java b/src/main/java/com/threerings/whirled/util/NoSuchSceneException.java index bea5b472..b905b8d0 100644 --- a/src/main/java/com/threerings/whirled/util/NoSuchSceneException.java +++ b/src/main/java/com/threerings/whirled/util/NoSuchSceneException.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/util/SceneFactory.java b/src/main/java/com/threerings/whirled/util/SceneFactory.java index 1ca06412..259bbe65 100644 --- a/src/main/java/com/threerings/whirled/util/SceneFactory.java +++ b/src/main/java/com/threerings/whirled/util/SceneFactory.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/util/UpdateList.java b/src/main/java/com/threerings/whirled/util/UpdateList.java index 99d3f3ff..36723220 100644 --- a/src/main/java/com/threerings/whirled/util/UpdateList.java +++ b/src/main/java/com/threerings/whirled/util/UpdateList.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/util/WhirledContext.java b/src/main/java/com/threerings/whirled/util/WhirledContext.java index 533f0f8f..6aae7b78 100644 --- a/src/main/java/com/threerings/whirled/util/WhirledContext.java +++ b/src/main/java/com/threerings/whirled/util/WhirledContext.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/Log.java b/src/main/java/com/threerings/whirled/zone/Log.java index c72e2b5d..d7b9e500 100644 --- a/src/main/java/com/threerings/whirled/zone/Log.java +++ b/src/main/java/com/threerings/whirled/zone/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/client/ZoneAdapter.java b/src/main/java/com/threerings/whirled/zone/client/ZoneAdapter.java index 847d5618..835c9230 100644 --- a/src/main/java/com/threerings/whirled/zone/client/ZoneAdapter.java +++ b/src/main/java/com/threerings/whirled/zone/client/ZoneAdapter.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/client/ZoneDecoder.java b/src/main/java/com/threerings/whirled/zone/client/ZoneDecoder.java index 6cd275a3..b287347d 100644 --- a/src/main/java/com/threerings/whirled/zone/client/ZoneDecoder.java +++ b/src/main/java/com/threerings/whirled/zone/client/ZoneDecoder.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/client/ZoneDirector.java b/src/main/java/com/threerings/whirled/zone/client/ZoneDirector.java index 0ca8faaa..c3f4100f 100644 --- a/src/main/java/com/threerings/whirled/zone/client/ZoneDirector.java +++ b/src/main/java/com/threerings/whirled/zone/client/ZoneDirector.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/client/ZoneObserver.java b/src/main/java/com/threerings/whirled/zone/client/ZoneObserver.java index d0a22dff..0845e75d 100644 --- a/src/main/java/com/threerings/whirled/zone/client/ZoneObserver.java +++ b/src/main/java/com/threerings/whirled/zone/client/ZoneObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/client/ZoneReceiver.java b/src/main/java/com/threerings/whirled/zone/client/ZoneReceiver.java index f1f1cdd2..bf8ed043 100644 --- a/src/main/java/com/threerings/whirled/zone/client/ZoneReceiver.java +++ b/src/main/java/com/threerings/whirled/zone/client/ZoneReceiver.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/client/ZoneService.java b/src/main/java/com/threerings/whirled/zone/client/ZoneService.java index 1cdcd292..98837475 100644 --- a/src/main/java/com/threerings/whirled/zone/client/ZoneService.java +++ b/src/main/java/com/threerings/whirled/zone/client/ZoneService.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/data/SceneSummary.java b/src/main/java/com/threerings/whirled/zone/data/SceneSummary.java index 759b4690..8bb0528c 100644 --- a/src/main/java/com/threerings/whirled/zone/data/SceneSummary.java +++ b/src/main/java/com/threerings/whirled/zone/data/SceneSummary.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/data/ZoneCodes.java b/src/main/java/com/threerings/whirled/zone/data/ZoneCodes.java index 4ddcb9c2..84e5a51e 100644 --- a/src/main/java/com/threerings/whirled/zone/data/ZoneCodes.java +++ b/src/main/java/com/threerings/whirled/zone/data/ZoneCodes.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/data/ZoneMarshaller.java b/src/main/java/com/threerings/whirled/zone/data/ZoneMarshaller.java index eed2be4d..12e57ea8 100644 --- a/src/main/java/com/threerings/whirled/zone/data/ZoneMarshaller.java +++ b/src/main/java/com/threerings/whirled/zone/data/ZoneMarshaller.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/data/ZoneSummary.java b/src/main/java/com/threerings/whirled/zone/data/ZoneSummary.java index af6b0683..b24f346a 100644 --- a/src/main/java/com/threerings/whirled/zone/data/ZoneSummary.java +++ b/src/main/java/com/threerings/whirled/zone/data/ZoneSummary.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/data/ZonedBodyObject.java b/src/main/java/com/threerings/whirled/zone/data/ZonedBodyObject.java index 3bd6b98a..56c7ec81 100644 --- a/src/main/java/com/threerings/whirled/zone/data/ZonedBodyObject.java +++ b/src/main/java/com/threerings/whirled/zone/data/ZonedBodyObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/peer/data/HostedZone.java b/src/main/java/com/threerings/whirled/zone/peer/data/HostedZone.java index ee256040..1f01b413 100644 --- a/src/main/java/com/threerings/whirled/zone/peer/data/HostedZone.java +++ b/src/main/java/com/threerings/whirled/zone/peer/data/HostedZone.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/peer/server/PeeredZoneManager.java b/src/main/java/com/threerings/whirled/zone/peer/server/PeeredZoneManager.java index 2ac9aac5..11fe2919 100644 --- a/src/main/java/com/threerings/whirled/zone/peer/server/PeeredZoneManager.java +++ b/src/main/java/com/threerings/whirled/zone/peer/server/PeeredZoneManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/peer/server/PeeredZoneRegistry.java b/src/main/java/com/threerings/whirled/zone/peer/server/PeeredZoneRegistry.java index 828d9a75..9fe5f80b 100644 --- a/src/main/java/com/threerings/whirled/zone/peer/server/PeeredZoneRegistry.java +++ b/src/main/java/com/threerings/whirled/zone/peer/server/PeeredZoneRegistry.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/peer/server/ZoneNodeObject.java b/src/main/java/com/threerings/whirled/zone/peer/server/ZoneNodeObject.java index 5975ce9f..8880964d 100644 --- a/src/main/java/com/threerings/whirled/zone/peer/server/ZoneNodeObject.java +++ b/src/main/java/com/threerings/whirled/zone/peer/server/ZoneNodeObject.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/peer/server/ZonePeerManager.java b/src/main/java/com/threerings/whirled/zone/peer/server/ZonePeerManager.java index 814bb332..4869b1f2 100644 --- a/src/main/java/com/threerings/whirled/zone/peer/server/ZonePeerManager.java +++ b/src/main/java/com/threerings/whirled/zone/peer/server/ZonePeerManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/server/ZoneManager.java b/src/main/java/com/threerings/whirled/zone/server/ZoneManager.java index f6fcd091..78507056 100644 --- a/src/main/java/com/threerings/whirled/zone/server/ZoneManager.java +++ b/src/main/java/com/threerings/whirled/zone/server/ZoneManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/server/ZoneMoveHandler.java b/src/main/java/com/threerings/whirled/zone/server/ZoneMoveHandler.java index 53441afa..bebc700f 100644 --- a/src/main/java/com/threerings/whirled/zone/server/ZoneMoveHandler.java +++ b/src/main/java/com/threerings/whirled/zone/server/ZoneMoveHandler.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/server/ZoneProvider.java b/src/main/java/com/threerings/whirled/zone/server/ZoneProvider.java index 8dc2c591..0884904c 100644 --- a/src/main/java/com/threerings/whirled/zone/server/ZoneProvider.java +++ b/src/main/java/com/threerings/whirled/zone/server/ZoneProvider.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/server/ZoneRegistry.java b/src/main/java/com/threerings/whirled/zone/server/ZoneRegistry.java index 290383a3..06af8d58 100644 --- a/src/main/java/com/threerings/whirled/zone/server/ZoneRegistry.java +++ b/src/main/java/com/threerings/whirled/zone/server/ZoneRegistry.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/server/ZoneSender.java b/src/main/java/com/threerings/whirled/zone/server/ZoneSender.java index dcb0147e..a83912d7 100644 --- a/src/main/java/com/threerings/whirled/zone/server/ZoneSender.java +++ b/src/main/java/com/threerings/whirled/zone/server/ZoneSender.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/main/java/com/threerings/whirled/zone/util/ZoneUtil.java b/src/main/java/com/threerings/whirled/zone/util/ZoneUtil.java index 5478d9ae..0f47fa42 100644 --- a/src/main/java/com/threerings/whirled/zone/util/ZoneUtil.java +++ b/src/main/java/com/threerings/whirled/zone/util/ZoneUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/parlor/TestClient.java b/src/test/java/com/threerings/parlor/TestClient.java index 34dccf3c..6c1fbc88 100644 --- a/src/test/java/com/threerings/parlor/TestClient.java +++ b/src/test/java/com/threerings/parlor/TestClient.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/parlor/TestConfig.java b/src/test/java/com/threerings/parlor/TestConfig.java index dcdbd43d..ed0a6bc9 100644 --- a/src/test/java/com/threerings/parlor/TestConfig.java +++ b/src/test/java/com/threerings/parlor/TestConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/parlor/TestController.java b/src/test/java/com/threerings/parlor/TestController.java index e72473a9..276d6741 100644 --- a/src/test/java/com/threerings/parlor/TestController.java +++ b/src/test/java/com/threerings/parlor/TestController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/parlor/TestManager.java b/src/test/java/com/threerings/parlor/TestManager.java index d5c9b8b8..6916c4b6 100644 --- a/src/test/java/com/threerings/parlor/TestManager.java +++ b/src/test/java/com/threerings/parlor/TestManager.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/parlor/TestServer.java b/src/test/java/com/threerings/parlor/TestServer.java index e16f40d2..bf87905a 100644 --- a/src/test/java/com/threerings/parlor/TestServer.java +++ b/src/test/java/com/threerings/parlor/TestServer.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/parlor/rating/util/PercentilerTest.java b/src/test/java/com/threerings/parlor/rating/util/PercentilerTest.java index 4ba78799..44a6a20b 100644 --- a/src/test/java/com/threerings/parlor/rating/util/PercentilerTest.java +++ b/src/test/java/com/threerings/parlor/rating/util/PercentilerTest.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/whirled/DummyClientSceneRepository.java b/src/test/java/com/threerings/whirled/DummyClientSceneRepository.java index 1f81bbdb..e8801cf0 100644 --- a/src/test/java/com/threerings/whirled/DummyClientSceneRepository.java +++ b/src/test/java/com/threerings/whirled/DummyClientSceneRepository.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/whirled/TestClient.java b/src/test/java/com/threerings/whirled/TestClient.java index 1f887abb..f1ac8ef7 100644 --- a/src/test/java/com/threerings/whirled/TestClient.java +++ b/src/test/java/com/threerings/whirled/TestClient.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/whirled/TestConfig.java b/src/test/java/com/threerings/whirled/TestConfig.java index 61cb96d3..d9ee81ef 100644 --- a/src/test/java/com/threerings/whirled/TestConfig.java +++ b/src/test/java/com/threerings/whirled/TestConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/whirled/TestController.java b/src/test/java/com/threerings/whirled/TestController.java index 097f5c7d..0d70e96f 100644 --- a/src/test/java/com/threerings/whirled/TestController.java +++ b/src/test/java/com/threerings/whirled/TestController.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/whirled/spot/tools/xml/SpotSceneParserTest.java b/src/test/java/com/threerings/whirled/spot/tools/xml/SpotSceneParserTest.java index 2ae5bb7d..4f202344 100644 --- a/src/test/java/com/threerings/whirled/spot/tools/xml/SpotSceneParserTest.java +++ b/src/test/java/com/threerings/whirled/spot/tools/xml/SpotSceneParserTest.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it diff --git a/src/test/java/com/threerings/whirled/tools/xml/SceneParserTest.java b/src/test/java/com/threerings/whirled/tools/xml/SceneParserTest.java index 1dd46bf4..61d54858 100644 --- a/src/test/java/com/threerings/whirled/tools/xml/SceneParserTest.java +++ b/src/test/java/com/threerings/whirled/tools/xml/SceneParserTest.java @@ -2,7 +2,7 @@ // $Id$ // // Vilya library - tools for developing networked games -// Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved +// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/vilya/ // // This library is free software; you can redistribute it and/or modify it