replace unicode dash with (monospace) minus.
[ardour.git] / libs / ardour / directory_names.cc
index 1e2b08198f05c8d94c714741d60ffe84187988ac..5ba01d83a415d3f3c5f2a8a6992a3ab1cc0ec57f 100644 (file)
@@ -1,3 +1,22 @@
+/*
+    Copyright (C) 2012 Paul Davis 
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
 #include "ardour/directory_names.h"
 
 #include "i18n.h"
@@ -18,7 +37,6 @@ const char* const route_templates_dir_name = X_("route_templates");
 const char* const surfaces_dir_name = X_("surfaces");
 const char* const panner_dir_name = X_("panners");
 
-
 /* these should end up using variants of PROGRAM_NAME */
 #ifdef __APPLE__
 const char* const user_config_dir_name = X_("Ardour" "3");