1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Updated some headers and URLs.

This commit is contained in:
jules 2013-06-24 16:03:33 +01:00
parent 98ae8a49d2
commit c5b4e48b80
18 changed files with 95 additions and 106 deletions

View file

@ -71,7 +71,7 @@ static bool isHiddenFile (const File& f, const File& root)
//==============================================================================
int main (int argc, char* argv[])
{
std::cout << "\n BinaryBuilder! Copyright 2007 by Julian Storer - www.rawmaterialsoftware.com\n\n";
std::cout << "\n BinaryBuilder! Copyright 2007 by Julian Storer - www.juce.com\n\n";
if (argc < 4 || argc > 5)
{