diff options
author | Attila Molnar <attilamolnar@hush.com> | 2017-07-09 21:14:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 21:14:01 +0200 |
commit | 9207f3f1ce0f1c7d7dc9af522e063017d38f7b5f (patch) | |
tree | cc8fa3699b6d3ebf776d2351f6e9087036ffbe4a /make/test/compiler.cpp | |
parent | 127683c29e6eb33c21f85cf1ccba6fb85fc0cdec (diff) | |
parent | 7e1629bdf1454f21fe48a8d3fe5b06be3a5b2552 (diff) |
Merge pull request #1319 from SaberUK/master+compiler-detection
Switch compiler detection to use a more reliable method.
Diffstat (limited to 'make/test/compiler.cpp')
-rw-r--r-- | make/test/compiler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/test/compiler.cpp b/make/test/compiler.cpp index e2cbd9f64..f01423325 100644 --- a/make/test/compiler.cpp +++ b/make/test/compiler.cpp @@ -1,6 +1,8 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com> + * Copyright (C) 2014-2015 Peter Powell <petpow@saberuk.com> * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public |