diff --git a/COMPILE b/COMPILE index 9139e15d5..0b4233452 100644 --- a/COMPILE +++ b/COMPILE @@ -1,5 +1,5 @@ -To compile Cog, you must first compile all of the projects in the Libraries folder with the Deployment build configuration. +To compile Cog, you must first compile all of the projects in the Libraries and Preferences folders with the Release build configuration. -To make this easier, I have created a bash script named build_libs.sh in the Libraries folder. Just run that in a terminal, and when it is finished, all the libraries should be built. +To make this easier, I have created a bash script named build_dependencies.sh in the main folder. Just run that in a terminal, and when it is finished, all the dependencies should be built. -If you have any problems, email me at vspader@users.sf.net +If you have any problems, email me at vspader@users.sourceforge.net diff --git a/Custom/DragScrollView.h b/Custom/DragScrollView.h index bade03cff..764ac22cc 100644 --- a/Custom/DragScrollView.h +++ b/Custom/DragScrollView.h @@ -2,8 +2,8 @@ // ScrollableTextField.h // Cog // -// Created by Zaphod Beeblebrox on 4/30/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 4/30/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Custom/DragScrollView.m b/Custom/DragScrollView.m index f623f1713..1a1b68a79 100644 --- a/Custom/DragScrollView.m +++ b/Custom/DragScrollView.m @@ -2,8 +2,8 @@ // ScrollableTextField.m // Cog // -// Created by Zaphod Beeblebrox on 4/30/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 4/30/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "DragScrollView.h" diff --git a/FileDrawer/FileIconCell.h b/FileDrawer/FileIconCell.h index 499dc6f87..56497b005 100644 --- a/FileDrawer/FileIconCell.h +++ b/FileDrawer/FileIconCell.h @@ -2,8 +2,8 @@ // FileIconTextCell.h // Cog // -// Created by Zaphod Beeblebrox on 8/20/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/20/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/FileDrawer/FileIconCell.m b/FileDrawer/FileIconCell.m index 799875bdf..320836c9d 100644 --- a/FileDrawer/FileIconCell.m +++ b/FileDrawer/FileIconCell.m @@ -2,8 +2,8 @@ // FileIconTextCell.m // Cog // -// Created by Zaphod Beeblebrox on 8/20/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/20/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "FileIconCell.h" diff --git a/FileDrawer/FileOutlineView.h b/FileDrawer/FileOutlineView.h index fd2cbb295..10694d4f3 100644 --- a/FileDrawer/FileOutlineView.h +++ b/FileDrawer/FileOutlineView.h @@ -2,8 +2,8 @@ // FileOutlineView.h // Cog // -// Created by Zaphod Beeblebrox on 8/20/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/20/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/FileDrawer/FileOutlineView.m b/FileDrawer/FileOutlineView.m index 046f72dfd..290300f8a 100644 --- a/FileDrawer/FileOutlineView.m +++ b/FileDrawer/FileOutlineView.m @@ -2,8 +2,8 @@ // FileOutlineView.m // BindTest // -// Created by Zaphod Beeblebrox on 8/20/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/20/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "FileOutlineView.h" diff --git a/FileDrawer/FileTreeWatcher.h b/FileDrawer/FileTreeWatcher.h index 317113621..954cdba21 100644 --- a/FileDrawer/FileTreeWatcher.h +++ b/FileDrawer/FileTreeWatcher.h @@ -2,8 +2,8 @@ // FileTreeDelegate.h // BindTest // -// Created by Zaphod Beeblebrox on 8/20/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/20/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/FileDrawer/FileTreeWatcher.m b/FileDrawer/FileTreeWatcher.m index c900202a5..0ff64af9f 100644 --- a/FileDrawer/FileTreeWatcher.m +++ b/FileDrawer/FileTreeWatcher.m @@ -2,8 +2,8 @@ // FileTreeDelegate.m // BindTest // -// Created by Zaphod Beeblebrox on 8/20/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/20/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "FileTreeWatcher.h" diff --git a/FileDrawer/PathIcon.h b/FileDrawer/PathIcon.h index c31e19a44..b30d4269d 100644 --- a/FileDrawer/PathIcon.h +++ b/FileDrawer/PathIcon.h @@ -2,8 +2,8 @@ // FileIcon.h // Cog // -// Created by Zaphod Beeblebrox on 8/20/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/20/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/FileDrawer/PathIcon.m b/FileDrawer/PathIcon.m index 0044e5e11..23ae70599 100644 --- a/FileDrawer/PathIcon.m +++ b/FileDrawer/PathIcon.m @@ -2,8 +2,8 @@ // FileIcon.m // Cog // -// Created by Zaphod Beeblebrox on 8/20/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/20/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "PathIcon.h" diff --git a/Libraries/build_libs.sh b/Libraries/build_libs.sh index c3f98ccbe..3c052ac73 100644 --- a/Libraries/build_libs.sh +++ b/Libraries/build_libs.sh @@ -1,3 +1,5 @@ +#!/bin/sh + libs=( MAC MPCDec Ogg FLAC Shorten TagLib Vorbis WavPack MAD ID3Tag ) for lib in "${libs[@]}" diff --git a/Playlist/PlaylistHeaderView.h b/Playlist/PlaylistHeaderView.h index 317162e8a..5a3254244 100644 --- a/Playlist/PlaylistHeaderView.h +++ b/Playlist/PlaylistHeaderView.h @@ -3,7 +3,7 @@ // Cog // // Created by Simon on 06-05-24. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Playlist/PlaylistHeaderView.m b/Playlist/PlaylistHeaderView.m index 697113fc1..f0da31176 100644 --- a/Playlist/PlaylistHeaderView.m +++ b/Playlist/PlaylistHeaderView.m @@ -3,7 +3,7 @@ // Cog // // Created by Simon on 06-05-24. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "PlaylistHeaderView.h" diff --git a/Playlist/Shuffle.h b/Playlist/Shuffle.h index f0dd47804..cdfdf0433 100644 --- a/Playlist/Shuffle.h +++ b/Playlist/Shuffle.h @@ -2,8 +2,8 @@ // Shuffle.h // Cog // -// Created by Zaphod Beeblebrox on 1/14/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 1/14/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Playlist/Shuffle.m b/Playlist/Shuffle.m index d00ee2aef..10ad6f748 100644 --- a/Playlist/Shuffle.m +++ b/Playlist/Shuffle.m @@ -2,8 +2,8 @@ // Shuffle.m // Cog // -// Created by Zaphod Beeblebrox on 1/14/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 1/14/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "Shuffle.h" diff --git a/Preferences/General/English.lproj/InfoPlist.strings b/Preferences/General/English.lproj/InfoPlist.strings index 7080cf949..4c2120ead 100644 Binary files a/Preferences/General/English.lproj/InfoPlist.strings and b/Preferences/General/English.lproj/InfoPlist.strings differ diff --git a/Preferences/General/FileDrawerPane.h b/Preferences/General/FileDrawerPane.h index b875027b0..2301a00da 100644 --- a/Preferences/General/FileDrawerPane.h +++ b/Preferences/General/FileDrawerPane.h @@ -2,8 +2,8 @@ // FileDrawerPane.h // Preferences // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Preferences/General/FileDrawerPane.m b/Preferences/General/FileDrawerPane.m index a4e37fedd..46291bc35 100644 --- a/Preferences/General/FileDrawerPane.m +++ b/Preferences/General/FileDrawerPane.m @@ -2,8 +2,8 @@ // FileDrawerPane.m // Preferences // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "FileDrawerPane.h" diff --git a/Preferences/General/HotKeyPane.h b/Preferences/General/HotKeyPane.h index 4a514e1f1..a2feec602 100644 --- a/Preferences/General/HotKeyPane.h +++ b/Preferences/General/HotKeyPane.h @@ -2,8 +2,8 @@ // HotKeyPane.h // Preferences // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Preferences/General/HotKeyPane.m b/Preferences/General/HotKeyPane.m index 1261f0be2..92665e80f 100644 --- a/Preferences/General/HotKeyPane.m +++ b/Preferences/General/HotKeyPane.m @@ -2,8 +2,8 @@ // HotKeyPane.m // Preferences // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "HotKeyPane.h" diff --git a/Preferences/General/PrefPaneController.h b/Preferences/General/PrefPaneController.h index 2c28b10b4..3af4f9a26 100644 --- a/Preferences/General/PrefPaneController.h +++ b/Preferences/General/PrefPaneController.h @@ -2,8 +2,8 @@ // PreferencesController.h // Preferences // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Preferences/General/PrefPaneController.m b/Preferences/General/PrefPaneController.m index a2d3d028c..71f7740a6 100644 --- a/Preferences/General/PrefPaneController.m +++ b/Preferences/General/PrefPaneController.m @@ -2,8 +2,8 @@ // PreferencesController.m // Preferences // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "PrefPaneController.h" diff --git a/Preferences/General/PreferencePane.h b/Preferences/General/PreferencePane.h index 64aa4ee6f..8f06dce4d 100644 --- a/Preferences/General/PreferencePane.h +++ b/Preferences/General/PreferencePane.h @@ -2,8 +2,8 @@ // PreferencePane.h // Preferences // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Preferences/General/PreferencePane.m b/Preferences/General/PreferencePane.m index 4b7e18133..78a5cf6c4 100644 --- a/Preferences/General/PreferencePane.m +++ b/Preferences/General/PreferencePane.m @@ -2,8 +2,8 @@ // PreferencePane.m // Preferences // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "PreferencePane.h" diff --git a/Preferences/PreferencesController.h b/Preferences/PreferencesController.h index 93d6ddce7..02b38b20c 100644 --- a/Preferences/PreferencesController.h +++ b/Preferences/PreferencesController.h @@ -2,8 +2,8 @@ // PreferencesController.h // Cog // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Preferences/PreferencesController.m b/Preferences/PreferencesController.m index 4428cb338..b01dd821d 100644 --- a/Preferences/PreferencesController.m +++ b/Preferences/PreferencesController.m @@ -2,8 +2,8 @@ // PreferencesController.m // Cog // -// Created by Zaphod Beeblebrox on 9/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 9/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "PreferencesController.h" diff --git a/Preferences/build_prefs.sh b/Preferences/build_prefs.sh new file mode 100755 index 000000000..ce86bb2c0 --- /dev/null +++ b/Preferences/build_prefs.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +prefs=( General ) + +for pref in "${prefs[@]}" +do + cd $pref + xcodebuild -alltargets -configuration Release + cd .. +done diff --git a/Sound/BufferChain.h b/Sound/BufferChain.h index b1c9729a9..bb01f54bb 100644 --- a/Sound/BufferChain.h +++ b/Sound/BufferChain.h @@ -2,8 +2,8 @@ // BufferChain.h // CogNew // -// Created by Zaphod Beeblebrox on 1/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 1/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Sound/BufferChain.m b/Sound/BufferChain.m index 8914cad7e..1ebf4ab4a 100644 --- a/Sound/BufferChain.m +++ b/Sound/BufferChain.m @@ -2,8 +2,8 @@ // BufferChain.m // CogNew // -// Created by Zaphod Beeblebrox on 1/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 1/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "BufferChain.h" diff --git a/Sound/ConverterNode.h b/Sound/ConverterNode.h index f2b55fe97..1a686fae5 100644 --- a/Sound/ConverterNode.h +++ b/Sound/ConverterNode.h @@ -2,8 +2,8 @@ // ConverterNode.h // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import diff --git a/Sound/ConverterNode.m b/Sound/ConverterNode.m index de8ac2391..993d620a2 100644 --- a/Sound/ConverterNode.m +++ b/Sound/ConverterNode.m @@ -2,8 +2,8 @@ // ConverterNode.m // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import "ConverterNode.h" diff --git a/Sound/InputNode.h b/Sound/InputNode.h index 87632ba35..8ac936ef9 100644 --- a/Sound/InputNode.h +++ b/Sound/InputNode.h @@ -2,8 +2,8 @@ // InputNode.h // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import diff --git a/Sound/InputNode.m b/Sound/InputNode.m index ee074d959..e3ded6e76 100644 --- a/Sound/InputNode.m +++ b/Sound/InputNode.m @@ -2,8 +2,8 @@ // InputNode.m // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import "InputNode.h" diff --git a/Sound/Node.h b/Sound/Node.h index a41490050..ef5b7144f 100644 --- a/Sound/Node.h +++ b/Sound/Node.h @@ -2,8 +2,8 @@ // Node.h // CogNew // -// Created by Zaphod Beeblebrox on 1/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 1/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Sound/Node.m b/Sound/Node.m index 773a62208..0ac92b449 100644 --- a/Sound/Node.m +++ b/Sound/Node.m @@ -2,8 +2,8 @@ // Node.m // CogNew // -// Created by Zaphod Beeblebrox on 1/4/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 1/4/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "Node.h" diff --git a/Sound/OutputCoreAudio.h b/Sound/OutputCoreAudio.h index 6cf570d55..2a56b9b52 100644 --- a/Sound/OutputCoreAudio.h +++ b/Sound/OutputCoreAudio.h @@ -2,8 +2,8 @@ // OutputCoreAudio.h // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import diff --git a/Sound/OutputCoreAudio.m b/Sound/OutputCoreAudio.m index 942468154..2b03fde1f 100644 --- a/Sound/OutputCoreAudio.m +++ b/Sound/OutputCoreAudio.m @@ -2,8 +2,8 @@ // OutputCoreAudio.m // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import "OutputCoreAudio.h" diff --git a/Sound/OutputNode.h b/Sound/OutputNode.h index 8c8e98b46..448c08fdc 100644 --- a/Sound/OutputNode.h +++ b/Sound/OutputNode.h @@ -2,8 +2,8 @@ // OutputNode.h // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import diff --git a/Sound/OutputNode.m b/Sound/OutputNode.m index d22dc0bdb..2b0d36935 100644 --- a/Sound/OutputNode.m +++ b/Sound/OutputNode.m @@ -2,8 +2,8 @@ // OutputNode.m // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import "OutputNode.h" diff --git a/Sound/SoundController.h b/Sound/SoundController.h index 4dadf492a..f0eb42d21 100644 --- a/Sound/SoundController.h +++ b/Sound/SoundController.h @@ -2,8 +2,8 @@ // SoundController.h // Cog // -// Created by Zaphod Beeblebrox on 8/7/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/7/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import diff --git a/Sound/SoundController.m b/Sound/SoundController.m index fa43d97f0..82dacff63 100644 --- a/Sound/SoundController.m +++ b/Sound/SoundController.m @@ -2,8 +2,8 @@ // SoundController.m // Cog // -// Created by Zaphod Beeblebrox on 8/7/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/7/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import "SoundController.h" diff --git a/Sound/SoundFile/GameFile.h b/Sound/SoundFile/GameFile.h index 6f79d0093..43c90d34c 100644 --- a/Sound/SoundFile/GameFile.h +++ b/Sound/SoundFile/GameFile.h @@ -2,8 +2,8 @@ // GameFile.h // Cog // -// Created by Zaphod Beeblebrox on 5/29/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 5/29/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Sound/SoundFile/GameFile.mm b/Sound/SoundFile/GameFile.mm index c3acf7046..49e82d86c 100644 --- a/Sound/SoundFile/GameFile.mm +++ b/Sound/SoundFile/GameFile.mm @@ -2,8 +2,8 @@ // GameFile.m // Cog // -// Created by Zaphod Beeblebrox on 5/29/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 5/29/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "GameFile.h" diff --git a/Sound/SoundFile/MADFile.h b/Sound/SoundFile/MADFile.h index c5256364d..032a90c72 100644 --- a/Sound/SoundFile/MADFile.h +++ b/Sound/SoundFile/MADFile.h @@ -2,8 +2,8 @@ // MADFile.h // Cog // -// Created by Zaphod Beeblebrox on 6/17/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 6/17/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import diff --git a/Sound/SoundFile/MADFile.m b/Sound/SoundFile/MADFile.m index b273ab029..574959254 100644 --- a/Sound/SoundFile/MADFile.m +++ b/Sound/SoundFile/MADFile.m @@ -2,8 +2,8 @@ // MADFile.m // Cog // -// Created by Zaphod Beeblebrox on 6/17/06. -// Copyright 2006 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 6/17/06. +// Copyright 2006 Vincent Spader. All rights reserved. // #import "MADFile.h" diff --git a/Sound/Status.h b/Sound/Status.h index 8e095dbc4..892c161aa 100644 --- a/Sound/Status.h +++ b/Sound/Status.h @@ -2,8 +2,8 @@ * Status.h * Cog * - * Created by Zaphod Beeblebrox on 1/14/06. - * Copyright 2006 __MyCompanyName__. All rights reserved. + * Created by Vincent Spader on 1/14/06. + * Copyright 2006 Vincent Spader. All rights reserved. * */ diff --git a/Utils/Semaphore.h b/Utils/Semaphore.h index 632c8c2dd..a5c231666 100644 --- a/Utils/Semaphore.h +++ b/Utils/Semaphore.h @@ -2,8 +2,8 @@ // Semaphore.h // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import diff --git a/Utils/Semaphore.m b/Utils/Semaphore.m index 7aa2e84f6..b21e12b3d 100644 --- a/Utils/Semaphore.m +++ b/Utils/Semaphore.m @@ -2,8 +2,8 @@ // Semaphore.m // Cog // -// Created by Zaphod Beeblebrox on 8/2/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. +// Created by Vincent Spader on 8/2/05. +// Copyright 2005 Vincent Spader. All rights reserved. // #import "Semaphore.h" diff --git a/build_dependencies.sh b/build_dependencies.sh new file mode 100755 index 000000000..7331f17f1 --- /dev/null +++ b/build_dependencies.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +cd Libraries +./build_libs.sh +cd .. +cd Preferences +./build_prefs.sh +cd .. diff --git a/main.m b/main.m index b84dbff8c..6e63126d0 100644 --- a/main.m +++ b/main.m @@ -3,7 +3,7 @@ // Cog // // Created by Vincent Spader on 5/7/05. -// Copyright __MyCompanyName__ 2005. All rights reserved. +// Copyright Vincent Spader 2005. All rights reserved. // #import