diff --git a/LICENSE b/LICENSE index 4eaea408f2..6e4f6dd515 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ares -Copyright (c) 2004-2021 Near et al +Copyright (c) 2004-2021 ares team, Near et al Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/ares/ares/ares.hpp b/ares/ares/ares.hpp index 302bc5be09..cead30b33c 100644 --- a/ares/ares/ares.hpp +++ b/ares/ares/ares.hpp @@ -37,12 +37,12 @@ using namespace nall; namespace ares { static const string Name = "ares"; - static const string Version = "121a"; - static const string Copyright = "Near"; + static const string Version = "122"; + static const string Copyright = "ares team, Near"; static const string License = "ISC"; static const string LicenseURI = "https://opensource.org/licenses/ISC"; - static const string Website = "ares.dev"; - static const string WebsiteURI = "https://ares.dev"; + static const string Website = "GitHub"; + static const string WebsiteURI = "https://github.com/higan-emu/ares"; //incremented only when serialization format changes static const u32 SerializerSignature = 0x31545342; //"BST1" (little-endian)