diff --git a/export.sh b/export.sh index ca97b62..be63639 100755 --- a/export.sh +++ b/export.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/functions.py b/precise/functions.py index 54d0984..fc0ced9 100644 --- a/precise/functions.py +++ b/precise/functions.py @@ -1,4 +1,4 @@ -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/model.py b/precise/model.py index 40b10e1..696dc85 100644 --- a/precise/model.py +++ b/precise/model.py @@ -1,4 +1,4 @@ -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/network_runner.py b/precise/network_runner.py index 7ec5583..96972c2 100644 --- a/precise/network_runner.py +++ b/precise/network_runner.py @@ -1,4 +1,4 @@ -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/params.py b/precise/params.py index 6a5f6c6..abd6f90 100644 --- a/precise/params.py +++ b/precise/params.py @@ -1,4 +1,4 @@ -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/pocketsphinx/listener.py b/precise/pocketsphinx/listener.py index 060c68b..da20b43 100644 --- a/precise/pocketsphinx/listener.py +++ b/precise/pocketsphinx/listener.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/pocketsphinx/scripts/listen.py b/precise/pocketsphinx/scripts/listen.py index 3f2bfb0..674971d 100755 --- a/precise/pocketsphinx/scripts/listen.py +++ b/precise/pocketsphinx/scripts/listen.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/pocketsphinx/scripts/test.py b/precise/pocketsphinx/scripts/test.py index cb11c70..6269593 100755 --- a/precise/pocketsphinx/scripts/test.py +++ b/precise/pocketsphinx/scripts/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/add_noise.py b/precise/scripts/add_noise.py index 6740d9c..d95404f 100755 --- a/precise/scripts/add_noise.py +++ b/precise/scripts/add_noise.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/collect.py b/precise/scripts/collect.py index f22103f..04c870f 100644 --- a/precise/scripts/collect.py +++ b/precise/scripts/collect.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/convert.py b/precise/scripts/convert.py index a06637a..da3a28f 100755 --- a/precise/scripts/convert.py +++ b/precise/scripts/convert.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # Attribution: This script was adapted from https://github.com/amir-abdi/keras_to_tensorflow -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/engine.py b/precise/scripts/engine.py index 72b8f62..c56e4ab 100755 --- a/precise/scripts/engine.py +++ b/precise/scripts/engine.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/eval.py b/precise/scripts/eval.py index 56a82e2..8e6ca05 100755 --- a/precise/scripts/eval.py +++ b/precise/scripts/eval.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/listen.py b/precise/scripts/listen.py index 5b36bf2..e4d34c6 100755 --- a/precise/scripts/listen.py +++ b/precise/scripts/listen.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/simulate.py b/precise/scripts/simulate.py index 5eea8d0..499f019 100644 --- a/precise/scripts/simulate.py +++ b/precise/scripts/simulate.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/test.py b/precise/scripts/test.py index 4e98478..e8c798c 100755 --- a/precise/scripts/test.py +++ b/precise/scripts/test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/train.py b/precise/scripts/train.py index 6c48eb5..44c1864 100755 --- a/precise/scripts/train.py +++ b/precise/scripts/train.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/train_incremental.py b/precise/scripts/train_incremental.py index 5b7a088..349d1a0 100755 --- a/precise/scripts/train_incremental.py +++ b/precise/scripts/train_incremental.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/train_optimize.py b/precise/scripts/train_optimize.py index 61bf128..46a4407 100644 --- a/precise/scripts/train_optimize.py +++ b/precise/scripts/train_optimize.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/train_sampled.py b/precise/scripts/train_sampled.py index 8e43b40..3748821 100755 --- a/precise/scripts/train_sampled.py +++ b/precise/scripts/train_sampled.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/scripts/variable_tagger.py b/precise/scripts/variable_tagger.py index 417f0eb..7194279 100755 --- a/precise/scripts/variable_tagger.py +++ b/precise/scripts/variable_tagger.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/stats.py b/precise/stats.py index 3101a4b..95f20e8 100644 --- a/precise/stats.py +++ b/precise/stats.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/train_data.py b/precise/train_data.py index 6197616..ddf534e 100644 --- a/precise/train_data.py +++ b/precise/train_data.py @@ -1,4 +1,4 @@ -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/util.py b/precise/util.py index d443bb4..2047a6f 100644 --- a/precise/util.py +++ b/precise/util.py @@ -1,4 +1,4 @@ -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/precise/vectorization.py b/precise/vectorization.py index ad1eea0..7355a84 100644 --- a/precise/vectorization.py +++ b/precise/vectorization.py @@ -1,4 +1,4 @@ -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/publish.sh b/publish.sh index 17beea5..2dc492b 100755 --- a/publish.sh +++ b/publish.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/runner/example.py b/runner/example.py index 448d87e..5063cb7 100755 --- a/runner/example.py +++ b/runner/example.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/runner/precise_runner/runner.py b/runner/precise_runner/runner.py index 604571b..1d1321b 100644 --- a/runner/precise_runner/runner.py +++ b/runner/precise_runner/runner.py @@ -1,5 +1,5 @@ # Python 2 + 3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/runner/setup.py b/runner/setup.py index e52f41a..96733f0 100755 --- a/runner/setup.py +++ b/runner/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/setup.py b/setup.py index 9a9821b..3e30816 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # 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/setup.sh b/setup.sh index 09fbdc9..ed0337b 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2018 Mycroft AI Inc. +# Copyright 2019 Mycroft AI Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.