From 6e9a245db278343b3fb2abf394bfd6333a6b5389 Mon Sep 17 00:00:00 2001 From: Tom Conkling Date: Fri, 25 Jul 2008 22:48:40 +0000 Subject: [PATCH] svn id keywords and Vilya preambles where appropriate git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@684 c613c5cb-e716-0410-b11b-feb51c14d237 --- .../stats/data/ByteByteStringMapStat.java | 18 +++++++++++++++ .../stats/data/ByteStringSetStat.java | 18 +++++++++++++++ .../threerings/stats/data/IntArrayStat.java | 22 +++++++++++++++++-- .../com/threerings/stats/data/IntStat.java | 18 +++++++++++++++ .../stats/data/IntStringSetStat.java | 18 +++++++++++++++ .../com/threerings/stats/data/MaxIntStat.java | 18 +++++++++++++++ .../stats/data/ShortStringSetStat.java | 18 +++++++++++++++ src/java/com/threerings/stats/data/Stat.java | 18 +++++++++++++++ .../threerings/stats/data/StringMapStat.java | 18 +++++++++++++++ 9 files changed, 164 insertions(+), 2 deletions(-) diff --git a/src/java/com/threerings/stats/data/ByteByteStringMapStat.java b/src/java/com/threerings/stats/data/ByteByteStringMapStat.java index a8e5e458..b8e060ed 100644 --- a/src/java/com/threerings/stats/data/ByteByteStringMapStat.java +++ b/src/java/com/threerings/stats/data/ByteByteStringMapStat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data; diff --git a/src/java/com/threerings/stats/data/ByteStringSetStat.java b/src/java/com/threerings/stats/data/ByteStringSetStat.java index d919d81b..09776fd1 100644 --- a/src/java/com/threerings/stats/data/ByteStringSetStat.java +++ b/src/java/com/threerings/stats/data/ByteStringSetStat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data; diff --git a/src/java/com/threerings/stats/data/IntArrayStat.java b/src/java/com/threerings/stats/data/IntArrayStat.java index 0e680f2b..e8634d8f 100644 --- a/src/java/com/threerings/stats/data/IntArrayStat.java +++ b/src/java/com/threerings/stats/data/IntArrayStat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data; @@ -40,7 +58,7 @@ public class IntArrayStat extends Stat } return false; } - + /** * Appends a value to this statistic. */ @@ -49,7 +67,7 @@ public class IntArrayStat extends Stat _value = ArrayUtil.append(_value, value); setModified(true); } - + @Override // documentation inherited public String valueToString () { diff --git a/src/java/com/threerings/stats/data/IntStat.java b/src/java/com/threerings/stats/data/IntStat.java index 65f95feb..b3195a4b 100644 --- a/src/java/com/threerings/stats/data/IntStat.java +++ b/src/java/com/threerings/stats/data/IntStat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data; diff --git a/src/java/com/threerings/stats/data/IntStringSetStat.java b/src/java/com/threerings/stats/data/IntStringSetStat.java index 3da5e2b8..fd21d078 100644 --- a/src/java/com/threerings/stats/data/IntStringSetStat.java +++ b/src/java/com/threerings/stats/data/IntStringSetStat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data; diff --git a/src/java/com/threerings/stats/data/MaxIntStat.java b/src/java/com/threerings/stats/data/MaxIntStat.java index 1be2e591..b908722b 100644 --- a/src/java/com/threerings/stats/data/MaxIntStat.java +++ b/src/java/com/threerings/stats/data/MaxIntStat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data; diff --git a/src/java/com/threerings/stats/data/ShortStringSetStat.java b/src/java/com/threerings/stats/data/ShortStringSetStat.java index adb8cbf2..171ed42a 100644 --- a/src/java/com/threerings/stats/data/ShortStringSetStat.java +++ b/src/java/com/threerings/stats/data/ShortStringSetStat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data; diff --git a/src/java/com/threerings/stats/data/Stat.java b/src/java/com/threerings/stats/data/Stat.java index 3d2d13d2..f7ee1163 100644 --- a/src/java/com/threerings/stats/data/Stat.java +++ b/src/java/com/threerings/stats/data/Stat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data; diff --git a/src/java/com/threerings/stats/data/StringMapStat.java b/src/java/com/threerings/stats/data/StringMapStat.java index cac9654d..045437f3 100644 --- a/src/java/com/threerings/stats/data/StringMapStat.java +++ b/src/java/com/threerings/stats/data/StringMapStat.java @@ -1,5 +1,23 @@ // // $Id$ +// +// Vilya library - tools for developing networked games +// Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved +// http://www.threerings.net/code/vilya/ +// +// This library is free software; you can redistribute it and/or modify it +// under the terms of the GNU Lesser General Public License as published +// by the Free Software Foundation; either version 2.1 of the License, or +// (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package com.threerings.stats.data;