diff --git a/tools/build_api.py b/tools/build_api.py index 4d1cd871bf..87401c2158 100644 --- a/tools/build_api.py +++ b/tools/build_api.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2013 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/export/__init__.py b/tools/export/__init__.py index 8241c1e338..09f3e620d4 100644 --- a/tools/export/__init__.py +++ b/tools/export/__init__.py @@ -1,7 +1,7 @@ """The generic interface for all exporters. """ # mbed SDK -# Copyright (c) 2011-2013 ARM Limited +# Copyright (c) 2011-2016 ARM Limited # # 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/tools/export/atmelstudio.py b/tools/export/atmelstudio.py index 531196f56c..251ea3376d 100644 --- a/tools/export/atmelstudio.py +++ b/tools/export/atmelstudio.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2015 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/export/codered.py b/tools/export/codered.py index 4dfb6047e0..cf5ef251dc 100644 --- a/tools/export/codered.py +++ b/tools/export/codered.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2013 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/export/coide.py b/tools/export/coide.py index a921950541..2503cd0ce5 100644 --- a/tools/export/coide.py +++ b/tools/export/coide.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2014 ARM Limited +Copyright (c) 2014-2016 ARM Limited 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/tools/export/ds5_5.py b/tools/export/ds5_5.py index e5d333757f..d83599879d 100644 --- a/tools/export/ds5_5.py +++ b/tools/export/ds5_5.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2013 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/export/e2studio.py b/tools/export/e2studio.py index 8e68e5862a..4fda319c66 100644 --- a/tools/export/e2studio.py +++ b/tools/export/e2studio.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2013 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/export/emblocks.py b/tools/export/emblocks.py index affbbee09a..4f4aea1b1f 100644 --- a/tools/export/emblocks.py +++ b/tools/export/emblocks.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2014 ARM Limited +Copyright (c) 2014-2016 ARM Limited 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/tools/export/exporters.py b/tools/export/exporters.py index 5f20b6c5e2..83b944af9c 100644 --- a/tools/export/exporters.py +++ b/tools/export/exporters.py @@ -58,9 +58,9 @@ class Exporter(object): export_dir - the directory of the exported project files project_name - the name of the project toolchain - an instance of class toolchain - extra_symbols - a list of extra macros for the toolchain Keyword arguments: + extra_symbols - a list of extra macros for the toolchain resources - an instance of class Resources """ self.export_dir = export_dir diff --git a/tools/export/gccarm.py b/tools/export/gccarm.py index a1b12ebc01..afe5c81b05 100644 --- a/tools/export/gccarm.py +++ b/tools/export/gccarm.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2013 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/export/iar.py b/tools/export/iar.py index 053861721f..3ca488d666 100644 --- a/tools/export/iar.py +++ b/tools/export/iar.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2015 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/export/kds.py b/tools/export/kds.py index 59324dd3e2..6579369d30 100644 --- a/tools/export/kds.py +++ b/tools/export/kds.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2013 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/export/simplicityv3.py b/tools/export/simplicityv3.py index 89b2edf3ef..3ddce6842d 100644 --- a/tools/export/simplicityv3.py +++ b/tools/export/simplicityv3.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2014 ARM Limited +Copyright (c) 2014-2016 ARM Limited 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/tools/export/uvision4.py b/tools/export/uvision4.py index a1636e4b0d..42d5299717 100644 --- a/tools/export/uvision4.py +++ b/tools/export/uvision4.py @@ -1,6 +1,6 @@ """ mbed SDK -Copyright (c) 2011-2013 ARM Limited +Copyright (c) 2011-2016 ARM Limited 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/tools/test/export/build_test.py b/tools/test/export/build_test.py index 530213f356..e87b4875b1 100644 --- a/tools/test/export/build_test.py +++ b/tools/test/export/build_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ mbed SDK -Copyright (c) 2011-2013 ARM Limited +Copyright (c) 2011-2016 ARM Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.