diff --git a/LICENSE b/LICENSE index bec0964..883d10c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Getdown - application installer, patcher and launcher -Copyright (C) 2004-2010 Three Rings Design, Inc. +Copyright (C) 2004-2014 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 e48b359..44211af 100644 --- a/lib/SOURCE_HEADER +++ b/lib/SOURCE_HEADER @@ -1,5 +1,5 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE diff --git a/src/main/java/com/threerings/getdown/Log.java b/src/main/java/com/threerings/getdown/Log.java index 38c4fdc..0d0ac8a 100644 --- a/src/main/java/com/threerings/getdown/Log.java +++ b/src/main/java/com/threerings/getdown/Log.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown; diff --git a/src/main/java/com/threerings/getdown/data/Application.java b/src/main/java/com/threerings/getdown/data/Application.java index c2ea0ea..bf4858a 100644 --- a/src/main/java/com/threerings/getdown/data/Application.java +++ b/src/main/java/com/threerings/getdown/data/Application.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.data; diff --git a/src/main/java/com/threerings/getdown/data/Digest.java b/src/main/java/com/threerings/getdown/data/Digest.java index ca0ac64..451ed7d 100644 --- a/src/main/java/com/threerings/getdown/data/Digest.java +++ b/src/main/java/com/threerings/getdown/data/Digest.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.data; diff --git a/src/main/java/com/threerings/getdown/data/Properties.java b/src/main/java/com/threerings/getdown/data/Properties.java index f01cb36..4a0a6a5 100644 --- a/src/main/java/com/threerings/getdown/data/Properties.java +++ b/src/main/java/com/threerings/getdown/data/Properties.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.data; diff --git a/src/main/java/com/threerings/getdown/data/Resource.java b/src/main/java/com/threerings/getdown/data/Resource.java index 3c67c6d..1bbad19 100644 --- a/src/main/java/com/threerings/getdown/data/Resource.java +++ b/src/main/java/com/threerings/getdown/data/Resource.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.data; diff --git a/src/main/java/com/threerings/getdown/data/SysProps.java b/src/main/java/com/threerings/getdown/data/SysProps.java index d229cf7..27dbc22 100644 --- a/src/main/java/com/threerings/getdown/data/SysProps.java +++ b/src/main/java/com/threerings/getdown/data/SysProps.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.data; diff --git a/src/main/java/com/threerings/getdown/launcher/AbortPanel.java b/src/main/java/com/threerings/getdown/launcher/AbortPanel.java index 4f3e5d3..e1590e7 100644 --- a/src/main/java/com/threerings/getdown/launcher/AbortPanel.java +++ b/src/main/java/com/threerings/getdown/launcher/AbortPanel.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/Getdown.java b/src/main/java/com/threerings/getdown/launcher/Getdown.java index 97543c2..a02254f 100644 --- a/src/main/java/com/threerings/getdown/launcher/Getdown.java +++ b/src/main/java/com/threerings/getdown/launcher/Getdown.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/GetdownApp.java b/src/main/java/com/threerings/getdown/launcher/GetdownApp.java index f3e493b..f53fdc9 100644 --- a/src/main/java/com/threerings/getdown/launcher/GetdownApp.java +++ b/src/main/java/com/threerings/getdown/launcher/GetdownApp.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/GetdownApplet.java b/src/main/java/com/threerings/getdown/launcher/GetdownApplet.java index 2555523..d164dbc 100644 --- a/src/main/java/com/threerings/getdown/launcher/GetdownApplet.java +++ b/src/main/java/com/threerings/getdown/launcher/GetdownApplet.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/GetdownAppletConfig.java b/src/main/java/com/threerings/getdown/launcher/GetdownAppletConfig.java index a5359ee..bfb20ef 100644 --- a/src/main/java/com/threerings/getdown/launcher/GetdownAppletConfig.java +++ b/src/main/java/com/threerings/getdown/launcher/GetdownAppletConfig.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/ImageLoader.java b/src/main/java/com/threerings/getdown/launcher/ImageLoader.java index e542f40..4bb23c9 100644 --- a/src/main/java/com/threerings/getdown/launcher/ImageLoader.java +++ b/src/main/java/com/threerings/getdown/launcher/ImageLoader.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/MultipleGetdownRunning.java b/src/main/java/com/threerings/getdown/launcher/MultipleGetdownRunning.java index db1dfeb..6a909de 100644 --- a/src/main/java/com/threerings/getdown/launcher/MultipleGetdownRunning.java +++ b/src/main/java/com/threerings/getdown/launcher/MultipleGetdownRunning.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/ProxyPanel.java b/src/main/java/com/threerings/getdown/launcher/ProxyPanel.java index 6c49030..f72ffc3 100644 --- a/src/main/java/com/threerings/getdown/launcher/ProxyPanel.java +++ b/src/main/java/com/threerings/getdown/launcher/ProxyPanel.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/RotatingBackgrounds.java b/src/main/java/com/threerings/getdown/launcher/RotatingBackgrounds.java index 1461505..a507db0 100644 --- a/src/main/java/com/threerings/getdown/launcher/RotatingBackgrounds.java +++ b/src/main/java/com/threerings/getdown/launcher/RotatingBackgrounds.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/launcher/StatusPanel.java b/src/main/java/com/threerings/getdown/launcher/StatusPanel.java index 8b1f565..387dc3b 100644 --- a/src/main/java/com/threerings/getdown/launcher/StatusPanel.java +++ b/src/main/java/com/threerings/getdown/launcher/StatusPanel.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.launcher; diff --git a/src/main/java/com/threerings/getdown/net/DownloadAbortedException.java b/src/main/java/com/threerings/getdown/net/DownloadAbortedException.java index 51aa4f8..0ab8b9b 100644 --- a/src/main/java/com/threerings/getdown/net/DownloadAbortedException.java +++ b/src/main/java/com/threerings/getdown/net/DownloadAbortedException.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.net; diff --git a/src/main/java/com/threerings/getdown/net/Downloader.java b/src/main/java/com/threerings/getdown/net/Downloader.java index 2cbe83e..8989da3 100644 --- a/src/main/java/com/threerings/getdown/net/Downloader.java +++ b/src/main/java/com/threerings/getdown/net/Downloader.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.net; diff --git a/src/main/java/com/threerings/getdown/net/HTTPDownloader.java b/src/main/java/com/threerings/getdown/net/HTTPDownloader.java index b39777e..caf0cd7 100644 --- a/src/main/java/com/threerings/getdown/net/HTTPDownloader.java +++ b/src/main/java/com/threerings/getdown/net/HTTPDownloader.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.net; diff --git a/src/main/java/com/threerings/getdown/tools/AppletParamSigner.java b/src/main/java/com/threerings/getdown/tools/AppletParamSigner.java index 3f42c49..770ff8e 100644 --- a/src/main/java/com/threerings/getdown/tools/AppletParamSigner.java +++ b/src/main/java/com/threerings/getdown/tools/AppletParamSigner.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.tools; diff --git a/src/main/java/com/threerings/getdown/tools/Differ.java b/src/main/java/com/threerings/getdown/tools/Differ.java index b0a2c86..2f23963 100644 --- a/src/main/java/com/threerings/getdown/tools/Differ.java +++ b/src/main/java/com/threerings/getdown/tools/Differ.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.tools; diff --git a/src/main/java/com/threerings/getdown/tools/Digester.java b/src/main/java/com/threerings/getdown/tools/Digester.java index 894dabe..cd730d3 100644 --- a/src/main/java/com/threerings/getdown/tools/Digester.java +++ b/src/main/java/com/threerings/getdown/tools/Digester.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.tools; diff --git a/src/main/java/com/threerings/getdown/tools/DigesterTask.java b/src/main/java/com/threerings/getdown/tools/DigesterTask.java index 4d9ef85..3c065e6 100644 --- a/src/main/java/com/threerings/getdown/tools/DigesterTask.java +++ b/src/main/java/com/threerings/getdown/tools/DigesterTask.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.tools; diff --git a/src/main/java/com/threerings/getdown/tools/JarDiff.java b/src/main/java/com/threerings/getdown/tools/JarDiff.java index a901f34..27166a3 100644 --- a/src/main/java/com/threerings/getdown/tools/JarDiff.java +++ b/src/main/java/com/threerings/getdown/tools/JarDiff.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE /* * @(#)JarDiff.java 1.7 05/11/17 diff --git a/src/main/java/com/threerings/getdown/tools/JarDiffCodes.java b/src/main/java/com/threerings/getdown/tools/JarDiffCodes.java index 41189da..5956be3 100644 --- a/src/main/java/com/threerings/getdown/tools/JarDiffCodes.java +++ b/src/main/java/com/threerings/getdown/tools/JarDiffCodes.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.tools; diff --git a/src/main/java/com/threerings/getdown/tools/JarDiffPatcher.java b/src/main/java/com/threerings/getdown/tools/JarDiffPatcher.java index e65537b..e8aa2f2 100644 --- a/src/main/java/com/threerings/getdown/tools/JarDiffPatcher.java +++ b/src/main/java/com/threerings/getdown/tools/JarDiffPatcher.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.tools; diff --git a/src/main/java/com/threerings/getdown/tools/Patcher.java b/src/main/java/com/threerings/getdown/tools/Patcher.java index 6515dfa..6e8f0bc 100644 --- a/src/main/java/com/threerings/getdown/tools/Patcher.java +++ b/src/main/java/com/threerings/getdown/tools/Patcher.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.tools; diff --git a/src/main/java/com/threerings/getdown/util/ConfigUtil.java b/src/main/java/com/threerings/getdown/util/ConfigUtil.java index 2937995..4748458 100644 --- a/src/main/java/com/threerings/getdown/util/ConfigUtil.java +++ b/src/main/java/com/threerings/getdown/util/ConfigUtil.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util; diff --git a/src/main/java/com/threerings/getdown/util/ConnectionUtil.java b/src/main/java/com/threerings/getdown/util/ConnectionUtil.java index 04bc1d7..77db13b 100644 --- a/src/main/java/com/threerings/getdown/util/ConnectionUtil.java +++ b/src/main/java/com/threerings/getdown/util/ConnectionUtil.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util; diff --git a/src/main/java/com/threerings/getdown/util/FileUtil.java b/src/main/java/com/threerings/getdown/util/FileUtil.java index a8083c0..a45000b 100644 --- a/src/main/java/com/threerings/getdown/util/FileUtil.java +++ b/src/main/java/com/threerings/getdown/util/FileUtil.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util; diff --git a/src/main/java/com/threerings/getdown/util/LaunchUtil.java b/src/main/java/com/threerings/getdown/util/LaunchUtil.java index 6dbfece..47047d7 100644 --- a/src/main/java/com/threerings/getdown/util/LaunchUtil.java +++ b/src/main/java/com/threerings/getdown/util/LaunchUtil.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util; diff --git a/src/main/java/com/threerings/getdown/util/MetaProgressObserver.java b/src/main/java/com/threerings/getdown/util/MetaProgressObserver.java index 33f9672..887fd9f 100644 --- a/src/main/java/com/threerings/getdown/util/MetaProgressObserver.java +++ b/src/main/java/com/threerings/getdown/util/MetaProgressObserver.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util; diff --git a/src/main/java/com/threerings/getdown/util/ProgressObserver.java b/src/main/java/com/threerings/getdown/util/ProgressObserver.java index 4791fc5..eddaac6 100644 --- a/src/main/java/com/threerings/getdown/util/ProgressObserver.java +++ b/src/main/java/com/threerings/getdown/util/ProgressObserver.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util; diff --git a/src/main/java/com/threerings/getdown/util/VersionUtil.java b/src/main/java/com/threerings/getdown/util/VersionUtil.java index 5c47203..cc1cb5d 100644 --- a/src/main/java/com/threerings/getdown/util/VersionUtil.java +++ b/src/main/java/com/threerings/getdown/util/VersionUtil.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util; diff --git a/src/test/java/com/threerings/getdown/util/ConfigUtilTest.java b/src/test/java/com/threerings/getdown/util/ConfigUtilTest.java index c9cf85e..0000a1e 100644 --- a/src/test/java/com/threerings/getdown/util/ConfigUtilTest.java +++ b/src/test/java/com/threerings/getdown/util/ConfigUtilTest.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util; diff --git a/src/test/java/com/threerings/getdown/util/FileUtilTest.java b/src/test/java/com/threerings/getdown/util/FileUtilTest.java index cf4e600..cfcc511 100644 --- a/src/test/java/com/threerings/getdown/util/FileUtilTest.java +++ b/src/test/java/com/threerings/getdown/util/FileUtilTest.java @@ -1,7 +1,7 @@ // // Getdown - application installer, patcher and launcher -// Copyright (C) 2004-2013 Three Rings Design, Inc. -// http://code.google.com/p/getdown/source/browse/LICENSE +// Copyright (C) 2004-2014 Three Rings Design, Inc. +// https://raw.github.com/threerings/getdown/master/LICENSE package com.threerings.getdown.util;