Finish moving //y2014/... into its own namespace

Stuff didn't compile in the half-switched state it was in before.

Change-Id: I00ec3c79a2682982b12d4e8c8e682cb8625eb06d
diff --git a/y2014/autonomous/auto.h b/y2014/autonomous/auto.h
index 3e4885f..dd00bba 100644
--- a/y2014/autonomous/auto.h
+++ b/y2014/autonomous/auto.h
@@ -1,12 +1,12 @@
 #ifndef Y2014_AUTONOMOUS_AUTO_H_
 #define Y2014_AUTONOMOUS_AUTO_H_
 
-namespace frc971 {
+namespace y2014 {
 namespace autonomous {
 
 void HandleAuto();
 
 }  // namespace autonomous
-}  // namespace frc971
+}  // namespace y2014
 
 #endif  // Y2014_AUTONOMOUS_AUTO_H_