kjj
Dependencies: mbed-rtos mbed Xbus
Fork of MTi-1_example by
Revision 61:b9d3e7e5ba0c, committed 2015-06-12
- Comitter:
- Alex Young
- Date:
- Fri Jun 12 13:23:26 2015 +0200
- Parent:
- 60:ab9dad3560d3
- Child:
- 62:ee6603d9d768
- Commit message:
- Change to Apache license
Changed in this revision
--- a/main.cpp Fri Jun 12 11:59:16 2015 +0200 +++ b/main.cpp Fri Jun 12 13:23:26 2015 +0200 @@ -1,17 +1,19 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. - + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + * * \page Overview Firmware overview * * Example firmware for communicating with an Xsens MTi-1 series motion
--- a/xbus/xbusdef.h Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xbusdef.h Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #ifndef __XBUSDEF_H
--- a/xbus/xbusmessage.c Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xbusmessage.c Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #include "xbusmessage.h"
--- a/xbus/xbusmessage.h Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xbusmessage.h Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #ifndef __XBUSMESSAGE_H
--- a/xbus/xbusparser.c Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xbusparser.c Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #include "xbusparser.h"
--- a/xbus/xbusparser.h Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xbusparser.h Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #ifndef __XBUSPARSER_H
--- a/xbus/xbusutility.c Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xbusutility.c Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #include "xbusutility.h"
--- a/xbus/xbusutility.h Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xbusutility.h Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #ifndef __XBUSUTILITY_H
--- a/xbus/xsdeviceid.c Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xsdeviceid.c Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #include "xsdeviceid.h"
--- a/xbus/xsdeviceid.h Fri Jun 12 11:59:16 2015 +0200 +++ b/xbus/xsdeviceid.h Fri Jun 12 13:23:26 2015 +0200 @@ -1,16 +1,18 @@ /*! * \file - * \copyright - * Copyright (C) Xsens Technologies B.V., 2015. All rights reserved. + * \copyright Copyright (C) Xsens Technologies B.V., 2015. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy + * of the License at * - * This source code is intended for use only by Xsens Technologies BV and - * those that have explicit written permission to use it from - * Xsens Technologies BV. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY - * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A - * PARTICULAR PURPOSE. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. */ #ifndef __XSDEVICEID_H
