adding GPLv3 stuff
[ozzloy@gmail.com/oble] / hello-world.cpp
index 7d68365d76f153bf8073e24d9bb86514fc125d96..8135cb4e4b5cbbdba8217a1675fd1e47611a8f3e 100644 (file)
@@ -1,3 +1,22 @@
+//use the camera to aid the decision to sleep.
+//Copyright 2009 Daniel Watson
+/*
+    This file is part of oble.
+
+    oble 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 3 of the License, or
+    (at your option) any later version.
+
+    oble 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 oble.  If not, see <http://www.gnu.org/licenses/>.
+
+ */
 #include <cv.h>
 #include <highgui.h>
 #include <stdio.h>