Consistent use of abort() /* NOTREACHED */
[ardour.git] / libs / surfaces / mackie / jog_wheel.cc
index 6d8980d78e44dcecbf69f9477fb8ae29b9fede1e..8a0156aebac45e6486796c89fbb4cd33bc26956a 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2006-2007 John Anderson
+ * Copyright (C) 2012-2015 Paul Davis <paul@linuxaudiosystems.com>
+ *
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
 #include <cmath>
 
 #include "ardour/session.h"
@@ -10,6 +29,7 @@
 
 #include <algorithm>
 
+using namespace ArdourSurface;
 using namespace Mackie;
 
 JogWheel::JogWheel (MackieControlProtocol & mcp)