diff --git a/hidapi2osc/hidapi2osc.cpp b/hidapi2osc/hidapi2osc.cpp index bdbe3c94..d9de24a8 100644 --- a/hidapi2osc/hidapi2osc.cpp +++ b/hidapi2osc/hidapi2osc.cpp @@ -1,4 +1,26 @@ -//TODO: add copyright notice +/* hidapi_parser $ + * + * Copyright (C) 2013, Marije Baalman + * This work was funded by a crowd-funding initiative for SuperCollider's [1] HID implementation + * including a substantial donation from BEK, Bergen Center for Electronic Arts, Norway + * + * [1] http://supercollider.sourceforge.net + * [2] http://www.bek.no + * + * 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 3 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 // #include diff --git a/hidapi_parser/hidapi_parser.c b/hidapi_parser/hidapi_parser.c index ccb97ff6..3eedfb6d 100644 --- a/hidapi_parser/hidapi_parser.c +++ b/hidapi_parser/hidapi_parser.c @@ -1,4 +1,26 @@ -//TODO: add copyright notice +/* hidapi_parser $ + * + * Copyright (C) 2013, Marije Baalman + * This work was funded by a crowd-funding initiative for SuperCollider's [1] HID implementation + * including a substantial donation from BEK, Bergen Center for Electronic Arts, Norway + * + * [1] http://supercollider.sourceforge.net + * [2] http://www.bek.no + * + * 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 3 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 #include diff --git a/hidapi_parser/hidapi_parser.h b/hidapi_parser/hidapi_parser.h index 9a7c4e29..0dbd216f 100644 --- a/hidapi_parser/hidapi_parser.h +++ b/hidapi_parser/hidapi_parser.h @@ -1,4 +1,26 @@ -//TODO: add copyright notice +/* hidapi_parser $ + * + * Copyright (C) 2013, Marije Baalman + * This work was funded by a crowd-funding initiative for SuperCollider's [1] HID implementation + * including a substantial donation from BEK, Bergen Center for Electronic Arts, Norway + * + * [1] http://supercollider.sourceforge.net + * [2] http://www.bek.no + * + * 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 3 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 + */ #ifndef HIDAPI_PARSER_H__ #define HIDAPI_PARSER_H__ diff --git a/hidparsertest/hidparsertest.c b/hidparsertest/hidparsertest.c index e9aada61..19106bf5 100644 --- a/hidparsertest/hidparsertest.c +++ b/hidparsertest/hidparsertest.c @@ -1,3 +1,27 @@ +/* hidapi_parser $ + * + * Copyright (C) 2013, Marije Baalman + * This work was funded by a crowd-funding initiative for SuperCollider's [1] HID implementation + * including a substantial donation from BEK, Bergen Center for Electronic Arts, Norway + * + * [1] http://supercollider.sourceforge.net + * [2] http://www.bek.no + * + * 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 3 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 #include #include diff --git a/hidtest/hidtest.cpp b/hidtest/hidtest.cpp index 9a9135e7..2f8aa982 100644 --- a/hidtest/hidtest.cpp +++ b/hidtest/hidtest.cpp @@ -1,3 +1,27 @@ +/* hidapi_parser $ + * + * Copyright (C) 2013, Marije Baalman + * This work was funded by a crowd-funding initiative for SuperCollider's [1] HID implementation + * including a substantial donation from BEK, Bergen Center for Electronic Arts, Norway + * + * [1] http://supercollider.sourceforge.net + * [2] http://www.bek.no + * + * 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 3 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 + */ + /******************************************************* Windows HID simplification