Skip to content

Commit

Permalink
year updated in license
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffypony committed Jan 2, 2015
1 parent f4675dc commit f4b69d5
Show file tree
Hide file tree
Showing 313 changed files with 302 additions and 349 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The Monero Project
# Copyright (c) 2014-2015, The Monero Project
#
# All rights reserved.
#
Expand Down Expand Up @@ -257,4 +257,4 @@ add_subdirectory(src)

if(BUILD_TESTS)
add_subdirectory(tests)
endif()
endif()
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Monero

Copyright (c) 2014, The Monero Project
Copyright (c) 2014-2015, The Monero Project

## Development Resources

Expand Down Expand Up @@ -30,7 +30,7 @@ Anyone is able to contribute to Monero. If you have a fix or code change, feel f

## License

Copyright (c) 2014, The Monero Project
Copyright (c) 2014-2015, The Monero Project

All rights reserved.

Expand Down Expand Up @@ -136,4 +136,4 @@ Dependencies: Doxygen 1.8.0 or later, Graphviz 2.28 or later (optional).

* To build, change to the root of the source code directory, and run `doxygen Doxyfile`
* If you have installed Graphviz, you can also generate in-doc diagrams by instead running `HAVE_DOT=YES doxygen Doxyfile`
* The output will be built in doc/html/
* The output will be built in doc/html/
47 changes: 0 additions & 47 deletions ReleaseNotes.txt

This file was deleted.

2 changes: 1 addition & 1 deletion cmake/FindMiniupnpc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ else ()
endif ()

MARK_AS_ADVANCED(MINIUPNP_INCLUDE_DIR MINIUPNP_LIBRARY)
# --------------------------------- FindMiniupnpc End ---------------------------------
# --------------------------------- FindMiniupnpc End ---------------------------------
2 changes: 1 addition & 1 deletion cmake/FindUnbound.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The Monero Project
# Copyright (c) 2014-2015, The Monero Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification, are
Expand Down
2 changes: 1 addition & 1 deletion contrib/epee/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion contrib/epee/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.
2 changes: 1 addition & 1 deletion contrib/epee/demo/generate_vc_proj.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd build

cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ..
cd ..
pause
pause
2 changes: 1 addition & 1 deletion contrib/epee/demo/iface/transport_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ namespace demo
s.m_storage_entry_string = epee::serialization::storage_entry(std::string("sdsvsdvs"));
return s;
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/copyable_atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ namespace epee
return std::atomic<uint32_t>::operator++(fake);
}
};
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/math_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ PRAGMA_WARNING_POP
time_t m_interval;
};
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/md5_l.inl
Original file line number Diff line number Diff line change
Expand Up @@ -560,4 +560,4 @@ namespace md5
MD5Final(digest, &context); /* finish up 2nd pass */

}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/http_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ namespace net_utils
};
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/http_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -872,4 +872,4 @@ using namespace std;

}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/http_client_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ namespace epee
i_target_handler* m_powner_filter;
};
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/http_client_via_api_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ namespace net_utils
return final_res;
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/http_protocol_handler.inl
Original file line number Diff line number Diff line change
Expand Up @@ -677,4 +677,4 @@ namespace net_utils

//--------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion contrib/epee/include/net/http_server_impl_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ namespace epee
protected:
net_utils::boosted_tcp_server<net_utils::http::http_custom_handler<t_connection_context> > m_net_server;
};
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/levin_client_async.h
Original file line number Diff line number Diff line change
Expand Up @@ -574,4 +574,4 @@ namespace levin
};

}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/levin_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ namespace levin
return true;
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/munin_connection_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,4 @@ namespace net_utils
}
}
}
#endif//!_MUNIN_CONNECTION_HANDLER_H_
#endif//!_MUNIN_CONNECTION_HANDLER_H_
2 changes: 1 addition & 1 deletion contrib/epee/include/net/munin_node_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ namespace net_utils
}
}
}
#endif//!_MUNIN_NODE_SERVER_H_
#endif//!_MUNIN_NODE_SERVER_H_
2 changes: 1 addition & 1 deletion contrib/epee/include/net/protocol_switcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ namespace net_utils
}
}
}
#endif //_PROTOCOL_SWITCHER_H_
#endif //_PROTOCOL_SWITCHER_H_
2 changes: 1 addition & 1 deletion contrib/epee/include/net/rpc_method_name.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
#pragma once


#define RPC_METHOD_NAME(name) static inline const char* methodname(){return name;}
#define RPC_METHOD_NAME(name) static inline const char* methodname(){return name;}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/smtp.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ namespace net_utils
}
}

//#include "smtp.inl"
//#include "smtp.inl"
2 changes: 1 addition & 1 deletion contrib/epee/include/net/smtp.inl
Original file line number Diff line number Diff line change
Expand Up @@ -1566,4 +1566,4 @@ namespace net_utils

}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/net/smtp_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ namespace net_utils
}
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/serialization/enableable.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ namespace epee
{ // construct from specified values
}
};
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/soci_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ namespace soci
std::string m_connection_string;
};
}
/*}*/
/*}*/
2 changes: 1 addition & 1 deletion contrib/epee/include/storages/crypted_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ class crypted_storage: public t_base_storage
};
}

#endif //_CRYPTED_STORAGE_H_
#endif //_CRYPTED_STORAGE_H_
2 changes: 1 addition & 1 deletion contrib/epee/include/storages/gzipped_inmemstorage.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ namespace StorageNamed
}
}

#endif
#endif
2 changes: 1 addition & 1 deletion contrib/epee/include/storages/parserse_base_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ namespace misc_utils
}
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/storages/portable_storage_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ namespace epee
typedef section* hsection;
typedef array_entry* harray;
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/storages/portable_storage_from_bin.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ namespace epee
m_count -= len;
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/storages/portable_storage_from_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,4 @@ namespace epee
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ namespace epee
return std::move(binary_buff);
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/storages/portable_storage_to_bin.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ namespace epee
return true;
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/storages/portable_storage_to_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ namespace epee
strm << make_indent(indent) << "}";
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ POP_WARNINGS
convert_to_same<from_type, to_type, std::is_same<to_type, from_type>::value>::convert(from, to);
}
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/time_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ PRAGMA_WARNING_POP

#endif
}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/include/warnings.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

#define DISABLE_GCC_AND_CLANG_WARNING(w) _Pragma(BOOST_PP_STRINGIZE(GCC diagnostic ignored BOOST_PP_STRINGIZE(-W##w)))

#endif
#endif
Binary file modified contrib/epee/tests/data/storages/invalid_storage_1.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion contrib/epee/tests/data/storages/invalid_storage_3.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
�IM����m_bo
�IM����m_bo
Binary file modified contrib/epee/tests/data/storages/invalid_storage_4.bin
Binary file not shown.
Binary file modified contrib/epee/tests/data/storages/valid_storage.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion contrib/epee/tests/generate_vc_proj.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mkdir build
cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ../src
cd ..
pause
pause
2 changes: 1 addition & 1 deletion contrib/epee/tests/src/net/test_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,4 @@ namespace tests
}

}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/tests/src/storages/portable_storages_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@ namespace epee
}

}
}
}
2 changes: 1 addition & 1 deletion contrib/epee/tests/src/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ int main(int argc, char* argv[])
tests::test_portable_storages(tests_data_path);
}
return 1;
}
}
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014, The Monero Project
# Copyright (c) 2014-2015, The Monero Project
#
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion external/unbound/contrib/create_unbound_ad_servers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ echo "Done."
# the unbound_ad_servers file:
#
# include: $dst_dir/unbound_ad_servers
#
#
2 changes: 1 addition & 1 deletion external/unbound/contrib/unbound_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ else
done
fi

exit 0
exit 0
Binary file modified external/unbound/contrib/unbound_cacti.tar.gz
Binary file not shown.
Binary file modified external/unbound/doc/ietf67-design-02.odp
Binary file not shown.
Binary file modified external/unbound/winrc/combined.ico
Binary file not shown.
Binary file modified external/unbound/winrc/gen_msg.bin
Binary file not shown.
Binary file modified external/unbound/winrc/setup_left.bmp
Binary file not shown.
Binary file modified external/unbound/winrc/setup_top.bmp
Binary file not shown.
Binary file modified external/unbound/winrc/unbound16.ico
Binary file not shown.
Binary file modified external/unbound/winrc/unbound32.ico
Binary file not shown.
Binary file modified external/unbound/winrc/unbound48.ico
Binary file not shown.
Binary file modified external/unbound/winrc/unbound64.ico
Binary file not shown.
Binary file modified external/unbound/winrc/unbound64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f4b69d5

Please sign in to comment.