From ffceb6c81594a5d7f9f459bfcea47bb32d842a96 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Mon, 4 Jan 2010 21:47:35 +0000 Subject: [PATCH] Welcome to the future. --- LICENSE | 2 +- lib/SOURCE_HEADER | 2 +- src/java/com/threerings/getdown/Log.java | 2 +- src/java/com/threerings/getdown/data/Application.java | 2 +- src/java/com/threerings/getdown/data/Digest.java | 2 +- src/java/com/threerings/getdown/data/Resource.java | 2 +- src/java/com/threerings/getdown/launcher/AbortPanel.java | 2 +- src/java/com/threerings/getdown/launcher/Getdown.java | 2 +- src/java/com/threerings/getdown/launcher/GetdownApp.java | 2 +- src/java/com/threerings/getdown/launcher/GetdownApplet.java | 2 +- .../com/threerings/getdown/launcher/GetdownAppletConfig.java | 2 +- src/java/com/threerings/getdown/launcher/ImageLoader.java | 2 +- .../com/threerings/getdown/launcher/MultipleGetdownRunning.java | 2 +- src/java/com/threerings/getdown/launcher/ProxyPanel.java | 2 +- .../com/threerings/getdown/launcher/RotatingBackgrounds.java | 2 +- src/java/com/threerings/getdown/launcher/StatusPanel.java | 2 +- .../com/threerings/getdown/net/DownloadAbortedException.java | 2 +- src/java/com/threerings/getdown/net/Downloader.java | 2 +- src/java/com/threerings/getdown/net/HTTPDownloader.java | 2 +- src/java/com/threerings/getdown/net/TorrentDownloader.java | 2 +- src/java/com/threerings/getdown/tools/AppletParamSigner.java | 2 +- src/java/com/threerings/getdown/tools/Differ.java | 2 +- src/java/com/threerings/getdown/tools/DigesterTask.java | 2 +- src/java/com/threerings/getdown/tools/JarDiffPatcher.java | 2 +- src/java/com/threerings/getdown/tools/Patcher.java | 2 +- src/java/com/threerings/getdown/util/ConfigUtil.java | 2 +- src/java/com/threerings/getdown/util/FileUtil.java | 2 +- src/java/com/threerings/getdown/util/LaunchUtil.java | 2 +- src/java/com/threerings/getdown/util/MetaProgressObserver.java | 2 +- src/java/com/threerings/getdown/util/ProgressObserver.java | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/LICENSE b/LICENSE index 93de913..bec0964 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Getdown - application installer, patcher and launcher -Copyright (C) 2004-2008 Three Rings Design, Inc. +Copyright (C) 2004-2010 Three Rings Design, Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/lib/SOURCE_HEADER b/lib/SOURCE_HEADER index 88cdb65..6ab295c 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/Log.java b/src/java/com/threerings/getdown/Log.java index 88ed665..d3604ce 100644 --- a/src/java/com/threerings/getdown/Log.java +++ b/src/java/com/threerings/getdown/Log.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/data/Application.java b/src/java/com/threerings/getdown/data/Application.java index 1123a07..e908792 100644 --- a/src/java/com/threerings/getdown/data/Application.java +++ b/src/java/com/threerings/getdown/data/Application.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/data/Digest.java b/src/java/com/threerings/getdown/data/Digest.java index cb6d0cd..0b2ab75 100644 --- a/src/java/com/threerings/getdown/data/Digest.java +++ b/src/java/com/threerings/getdown/data/Digest.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/data/Resource.java b/src/java/com/threerings/getdown/data/Resource.java index fa85578..6614bdd 100644 --- a/src/java/com/threerings/getdown/data/Resource.java +++ b/src/java/com/threerings/getdown/data/Resource.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/AbortPanel.java b/src/java/com/threerings/getdown/launcher/AbortPanel.java index a5dd768..ceddc80 100644 --- a/src/java/com/threerings/getdown/launcher/AbortPanel.java +++ b/src/java/com/threerings/getdown/launcher/AbortPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/Getdown.java b/src/java/com/threerings/getdown/launcher/Getdown.java index 88d3532..f71bafb 100644 --- a/src/java/com/threerings/getdown/launcher/Getdown.java +++ b/src/java/com/threerings/getdown/launcher/Getdown.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/GetdownApp.java b/src/java/com/threerings/getdown/launcher/GetdownApp.java index 306f71a..d33d19e 100644 --- a/src/java/com/threerings/getdown/launcher/GetdownApp.java +++ b/src/java/com/threerings/getdown/launcher/GetdownApp.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/GetdownApplet.java b/src/java/com/threerings/getdown/launcher/GetdownApplet.java index d72fab8..dff81e8 100644 --- a/src/java/com/threerings/getdown/launcher/GetdownApplet.java +++ b/src/java/com/threerings/getdown/launcher/GetdownApplet.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2009 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java b/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java index be32d20..dcfbe8b 100644 --- a/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java +++ b/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2009 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/ImageLoader.java b/src/java/com/threerings/getdown/launcher/ImageLoader.java index 93dc484..ad04a24 100644 --- a/src/java/com/threerings/getdown/launcher/ImageLoader.java +++ b/src/java/com/threerings/getdown/launcher/ImageLoader.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/MultipleGetdownRunning.java b/src/java/com/threerings/getdown/launcher/MultipleGetdownRunning.java index 37dcb5b..410c7f7 100644 --- a/src/java/com/threerings/getdown/launcher/MultipleGetdownRunning.java +++ b/src/java/com/threerings/getdown/launcher/MultipleGetdownRunning.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/ProxyPanel.java b/src/java/com/threerings/getdown/launcher/ProxyPanel.java index c261c34..0d44b42 100644 --- a/src/java/com/threerings/getdown/launcher/ProxyPanel.java +++ b/src/java/com/threerings/getdown/launcher/ProxyPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/RotatingBackgrounds.java b/src/java/com/threerings/getdown/launcher/RotatingBackgrounds.java index 6bd1bf1..75bf626 100644 --- a/src/java/com/threerings/getdown/launcher/RotatingBackgrounds.java +++ b/src/java/com/threerings/getdown/launcher/RotatingBackgrounds.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/launcher/StatusPanel.java b/src/java/com/threerings/getdown/launcher/StatusPanel.java index d3a8746..cf0e971 100644 --- a/src/java/com/threerings/getdown/launcher/StatusPanel.java +++ b/src/java/com/threerings/getdown/launcher/StatusPanel.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/net/DownloadAbortedException.java b/src/java/com/threerings/getdown/net/DownloadAbortedException.java index e4eb2ac..b3ff234 100644 --- a/src/java/com/threerings/getdown/net/DownloadAbortedException.java +++ b/src/java/com/threerings/getdown/net/DownloadAbortedException.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/net/Downloader.java b/src/java/com/threerings/getdown/net/Downloader.java index df81d77..7cdba7c 100644 --- a/src/java/com/threerings/getdown/net/Downloader.java +++ b/src/java/com/threerings/getdown/net/Downloader.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/net/HTTPDownloader.java b/src/java/com/threerings/getdown/net/HTTPDownloader.java index fe89699..744c678 100644 --- a/src/java/com/threerings/getdown/net/HTTPDownloader.java +++ b/src/java/com/threerings/getdown/net/HTTPDownloader.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/net/TorrentDownloader.java b/src/java/com/threerings/getdown/net/TorrentDownloader.java index a1aff04..3a77cb3 100644 --- a/src/java/com/threerings/getdown/net/TorrentDownloader.java +++ b/src/java/com/threerings/getdown/net/TorrentDownloader.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/tools/AppletParamSigner.java b/src/java/com/threerings/getdown/tools/AppletParamSigner.java index 8262727..32894d6 100644 --- a/src/java/com/threerings/getdown/tools/AppletParamSigner.java +++ b/src/java/com/threerings/getdown/tools/AppletParamSigner.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/tools/Differ.java b/src/java/com/threerings/getdown/tools/Differ.java index 3dc9da6..971e862 100644 --- a/src/java/com/threerings/getdown/tools/Differ.java +++ b/src/java/com/threerings/getdown/tools/Differ.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/tools/DigesterTask.java b/src/java/com/threerings/getdown/tools/DigesterTask.java index 00b69b1..9070ef7 100644 --- a/src/java/com/threerings/getdown/tools/DigesterTask.java +++ b/src/java/com/threerings/getdown/tools/DigesterTask.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/tools/JarDiffPatcher.java b/src/java/com/threerings/getdown/tools/JarDiffPatcher.java index c99b9d2..7355fbd 100644 --- a/src/java/com/threerings/getdown/tools/JarDiffPatcher.java +++ b/src/java/com/threerings/getdown/tools/JarDiffPatcher.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/tools/Patcher.java b/src/java/com/threerings/getdown/tools/Patcher.java index ccc7fb8..8d9b588 100644 --- a/src/java/com/threerings/getdown/tools/Patcher.java +++ b/src/java/com/threerings/getdown/tools/Patcher.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/util/ConfigUtil.java b/src/java/com/threerings/getdown/util/ConfigUtil.java index 3b134b3..293da85 100644 --- a/src/java/com/threerings/getdown/util/ConfigUtil.java +++ b/src/java/com/threerings/getdown/util/ConfigUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/util/FileUtil.java b/src/java/com/threerings/getdown/util/FileUtil.java index f59db54..b9bfa96 100644 --- a/src/java/com/threerings/getdown/util/FileUtil.java +++ b/src/java/com/threerings/getdown/util/FileUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/util/LaunchUtil.java b/src/java/com/threerings/getdown/util/LaunchUtil.java index 13a2ad2..16484c1 100644 --- a/src/java/com/threerings/getdown/util/LaunchUtil.java +++ b/src/java/com/threerings/getdown/util/LaunchUtil.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/util/MetaProgressObserver.java b/src/java/com/threerings/getdown/util/MetaProgressObserver.java index 8aee145..337c3e8 100644 --- a/src/java/com/threerings/getdown/util/MetaProgressObserver.java +++ b/src/java/com/threerings/getdown/util/MetaProgressObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: diff --git a/src/java/com/threerings/getdown/util/ProgressObserver.java b/src/java/com/threerings/getdown/util/ProgressObserver.java index cfc24a4..230db73 100644 --- a/src/java/com/threerings/getdown/util/ProgressObserver.java +++ b/src/java/com/threerings/getdown/util/ProgressObserver.java @@ -2,7 +2,7 @@ // $Id$ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2008 Three Rings Design, Inc. +// Copyright (C) 2004-2010 Three Rings Design, Inc. // // Redistribution and use in source and binary forms, with or without modification, are permitted // provided that the following conditions are met: