Skip to content

Commit 2a4945c

Browse files
committed
copyright: update copyright headers according to Digi's guidelines
Signed-off-by: Ruben Moral <Ruben.Moral@digi.com>
1 parent a64409b commit 2a4945c

File tree

364 files changed

+3678
-2222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+3678
-2222
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,19 @@ document.
5757

5858
License
5959
-------
60-
This software is open-source software. Copyright Digi International, 2014-2017.
60+
Copyright 2017, Digi International Inc.
6161

6262
This Source Code Form is subject to the terms of the Mozilla Public
63-
License, v. 2.0. If a copy of the MPL was not distributed with this file,
64-
you can obtain one at http://mozilla.org/MPL/2.0/.
63+
License, v. 2.0. If a copy of the MPL was not distributed with this
64+
file, you can obtain one at http://mozilla.org/MPL/2.0/.
65+
66+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
67+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
68+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
69+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
70+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
71+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
72+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
6573

6674
### Licensing terms for RXTX
6775

examples/communication/ReceiveDataPollingSample/src/com/digi/xbee/api/receivedatapolling/MainApp.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2014-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.receivedatapolling;
1317

examples/communication/ReceiveDataSample/src/com/digi/xbee/api/receivedata/MainApp.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2014-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.receivedata;
1317

examples/communication/ReceiveDataSample/src/com/digi/xbee/api/receivedata/MyDataReceiveListener.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2014-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.receivedata;
1317

examples/communication/ReceiveModemStatusSample/src/com/digi/xbee/api/receivemodemstatus/MainApp.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2014-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.receivemodemstatus;
1317

examples/communication/ReceiveModemStatusSample/src/com/digi/xbee/api/receivemodemstatus/MyModemStatusReceiveListener.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2014-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.receivemodemstatus;
1317

examples/communication/SendBroadcastDataSample/src/com/digi/xbee/api/sendbroadcastdata/MainApp.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2014-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.sendbroadcastdata;
1317

examples/communication/SendDataAsyncSample/src/com/digi/xbee/api/senddataasync/MainApp.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2014-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.senddataasync;
1317

examples/communication/SendDataSample/src/com/digi/xbee/api/senddata/MainApp.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2014-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.senddata;
1317

examples/communication/cellular/ReceiveSMSSample/src/com/digi/xbee/api/receivesms/MainApp.java

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
/**
2-
* Copyright (c) 2016-2017 Digi International Inc.,
3-
* All rights not expressly granted are reserved.
2+
* Copyright 2017, Digi International Inc.
43
*
54
* This Source Code Form is subject to the terms of the Mozilla Public
6-
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
7-
* You can obtain one at http://mozilla.org/MPL/2.0/.
5+
* License, v. 2.0. If a copy of the MPL was not distributed with this
6+
* file, you can obtain one at http://mozilla.org/MPL/2.0/.
87
*
9-
* Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343
10-
* =======================================================================
8+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1115
*/
1216
package com.digi.xbee.api.receivesms;
1317

0 commit comments

Comments
 (0)