diff --git a/LICENSE b/LICENSE index 7a4a3ea..9999e87 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2013 appPlant GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index a07a128..c452402 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ cordova.plugins.backgroundMode.configure({ This software is released under the [Apache 2.0 License][apache2_license]. -© 2013-2014 appPlant UG, Inc. All rights reserved +© 2013-2017 appPlant GmbH, Inc. All rights reserved [cordova]: https://cordova.apache.org diff --git a/src/android/BackgroundMode.java b/src/android/BackgroundMode.java index a0df8b8..3f9cfdf 100644 --- a/src/android/BackgroundMode.java +++ b/src/android/BackgroundMode.java @@ -1,5 +1,5 @@ /* - Copyright 2013-2014 appPlant UG + Copyright 2013-2017 appPlant GmbH Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file diff --git a/src/android/ForegroundService.java b/src/android/ForegroundService.java index aacf94d..c914c66 100644 --- a/src/android/ForegroundService.java +++ b/src/android/ForegroundService.java @@ -1,5 +1,5 @@ /* - Copyright 2013-2014 appPlant UG + Copyright 2013-2017 appPlant GmbH Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file diff --git a/src/ios/APPBackgroundMode.h b/src/ios/APPBackgroundMode.h index c7ed2cf..1f160dc 100644 --- a/src/ios/APPBackgroundMode.h +++ b/src/ios/APPBackgroundMode.h @@ -1,5 +1,5 @@ /* - Copyright 2013-2014 appPlant UG + Copyright 2013-2017 appPlant GmbH Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file diff --git a/src/ios/APPBackgroundMode.m b/src/ios/APPBackgroundMode.m index da4b5a8..69546ed 100644 --- a/src/ios/APPBackgroundMode.m +++ b/src/ios/APPBackgroundMode.m @@ -1,5 +1,5 @@ /* - Copyright 2013-2014 appPlant UG + Copyright 2013-2017 appPlant GmbH Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file diff --git a/src/wp8/BackgroundMode.cs b/src/wp8/BackgroundMode.cs index 81d3df8..9ff039f 100644 --- a/src/wp8/BackgroundMode.cs +++ b/src/wp8/BackgroundMode.cs @@ -1,5 +1,5 @@ /* - Copyright 2013-2014 appPlant UG + Copyright 2013-2017 appPlant GmbH Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file diff --git a/www/background-mode.js b/www/background-mode.js index 2fe406c..d0f22a2 100644 --- a/www/background-mode.js +++ b/www/background-mode.js @@ -1,5 +1,5 @@ /* - Copyright 2013-2014 appPlant UG + Copyright 2013-2017 appPlant GmbH Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file