diff options
author | Andrew <forkk@forkk.net> | 2013-11-13 12:38:28 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-11-13 14:12:31 -0600 |
commit | d84b1a91f494eff3c96cd961ceba9690f31e741e (patch) | |
tree | fd08628563c9b20e315a77f535f78ac9bf671564 /logic/auth/MojangAccount.h | |
parent | f6a652f3ae3e7d6109aabdb2039b5efa309e0d16 (diff) | |
download | MultiMC-d84b1a91f494eff3c96cd961ceba9690f31e741e.tar MultiMC-d84b1a91f494eff3c96cd961ceba9690f31e741e.tar.gz MultiMC-d84b1a91f494eff3c96cd961ceba9690f31e741e.tar.lz MultiMC-d84b1a91f494eff3c96cd961ceba9690f31e741e.tar.xz MultiMC-d84b1a91f494eff3c96cd961ceba9690f31e741e.zip |
Add abstract base class for Yggdrasil tasks.
Diffstat (limited to 'logic/auth/MojangAccount.h')
-rw-r--r-- | logic/auth/MojangAccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/auth/MojangAccount.h b/logic/auth/MojangAccount.h index b7f90659..d4b8dfb1 100644 --- a/logic/auth/MojangAccount.h +++ b/logic/auth/MojangAccount.h @@ -1,4 +1,4 @@ -/* Copyright 2013 Andrew Okin +/* Copyright 2013 MultiMC Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |