diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-31 08:39:56 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-31 08:39:56 +0200 |
commit | de0392685063d93dbdad3a6b1a2712eaf94dd51a (patch) | |
tree | d8dc4b7e0ce435cf314e45533b0613865f010be4 /cmake | |
parent | fixed copyrights with bad year references (diff) | |
download | monero-de0392685063d93dbdad3a6b1a2712eaf94dd51a.tar.xz |
updated copyright year
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/32-bit-toolchain.cmake | 2 | ||||
-rw-r--r-- | cmake/64-bit-toolchain.cmake | 2 | ||||
-rw-r--r-- | cmake/FindUnbound.cmake | 2 | ||||
-rw-r--r-- | cmake/test-static-assert.c | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/cmake/32-bit-toolchain.cmake b/cmake/32-bit-toolchain.cmake index ce9836220..f74184315 100644 --- a/cmake/32-bit-toolchain.cmake +++ b/cmake/32-bit-toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, The Monero Project +# Copyright (c) 2014-2016, The Monero Project # # All rights reserved. # diff --git a/cmake/64-bit-toolchain.cmake b/cmake/64-bit-toolchain.cmake index e2d07e5dd..2217d077d 100644 --- a/cmake/64-bit-toolchain.cmake +++ b/cmake/64-bit-toolchain.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, The Monero Project +# Copyright (c) 2014-2016, The Monero Project # # All rights reserved. # diff --git a/cmake/FindUnbound.cmake b/cmake/FindUnbound.cmake index ff6de8d98..7e1ad19c6 100644 --- a/cmake/FindUnbound.cmake +++ b/cmake/FindUnbound.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, The Monero Project +# Copyright (c) 2014-2016, The Monero Project # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are diff --git a/cmake/test-static-assert.c b/cmake/test-static-assert.c index 8f4cb6eb9..0c6dfb151 100644 --- a/cmake/test-static-assert.c +++ b/cmake/test-static-assert.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, The Monero Project +// Copyright (c) 2014-2016, The Monero Project // // All rights reserved. // @@ -31,4 +31,4 @@ static_assert(1, "FAIL"); int main(int argc, char *argv[]) { return 0; -}
\ No newline at end of file +} |