aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@linaro.org>2016-07-01 14:22:22 +0100
committerAlexandre Rames <alexandre.rames@linaro.org>2016-07-04 08:44:15 +0100
commitb78f13911bfe6eda303e91ef215c87a165aae8ae (patch)
tree5bcaa3e59cee8ee233f0c090e67f8768bbfc09e9 /tools
parent9d9901810c19fb913383502065150bb532208674 (diff)
Add an `AUTHORS` file and update copyright notices.
Change-Id: Ifb505e5664996c1af41e38376e58ba49864213a3
Diffstat (limited to 'tools')
-rwxr-xr-xtools/clang_format.py2
-rw-r--r--tools/config.py2
-rwxr-xr-xtools/cross_build_gcc.sh2
-rwxr-xr-xtools/generate_simulator_traces.py4
-rwxr-xr-xtools/generate_test_trace_a64_reference.py2
-rwxr-xr-xtools/generate_tests.py2
-rw-r--r--tools/git.py2
-rwxr-xr-xtools/lint.py2
-rwxr-xr-xtools/make_instruction_doc.pl2
-rw-r--r--tools/printer.py2
-rwxr-xr-xtools/test.py2
-rw-r--r--tools/test_generator/data_types.py2
-rw-r--r--tools/test_generator/generator.py2
-rw-r--r--tools/test_generator/parser.py2
-rw-r--r--tools/threaded_tests.py2
-rw-r--r--tools/util.py2
-rwxr-xr-xtools/verify_assembler_traces.py2
17 files changed, 18 insertions, 18 deletions
diff --git a/tools/clang_format.py b/tools/clang_format.py
index d838cabb..12a14be4 100755
--- a/tools/clang_format.py
+++ b/tools/clang_format.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
-# Copyright 2016, ARM Limited
+# Copyright 2016, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/config.py b/tools/config.py
index 883045a5..4fceec78 100644
--- a/tools/config.py
+++ b/tools/config.py
@@ -1,4 +1,4 @@
-# Copyright 2015, ARM Limited
+# Copyright 2015, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/cross_build_gcc.sh b/tools/cross_build_gcc.sh
index 1a646dde..97448ae2 100755
--- a/tools/cross_build_gcc.sh
+++ b/tools/cross_build_gcc.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2013, ARM Limited
+# Copyright 2013, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/generate_simulator_traces.py b/tools/generate_simulator_traces.py
index 4a5ffe89..ef1fd33e 100755
--- a/tools/generate_simulator_traces.py
+++ b/tools/generate_simulator_traces.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
-# Copyright 2015, ARM Limited
+# Copyright 2015, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@ import argparse
import re
import util
-copyright_header = """// Copyright 2015, ARM Limited
+copyright_header = """// Copyright 2015, VIXL authors
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
diff --git a/tools/generate_test_trace_a64_reference.py b/tools/generate_test_trace_a64_reference.py
index fd2bdb7d..cef06fb3 100755
--- a/tools/generate_test_trace_a64_reference.py
+++ b/tools/generate_test_trace_a64_reference.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
-# Copyright 2016, ARM Limited
+# Copyright 2016, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/generate_tests.py b/tools/generate_tests.py
index 634da52e..1c29bf23 100755
--- a/tools/generate_tests.py
+++ b/tools/generate_tests.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2016, ARM Limited
+# Copyright 2016, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/git.py b/tools/git.py
index 2fca3edf..7c234cdb 100644
--- a/tools/git.py
+++ b/tools/git.py
@@ -1,4 +1,4 @@
-# Copyright 2014, ARM Limited
+# Copyright 2014, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/lint.py b/tools/lint.py
index fa995252..14db8b99 100755
--- a/tools/lint.py
+++ b/tools/lint.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
-# Copyright 2015, ARM Limited
+# Copyright 2015, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/make_instruction_doc.pl b/tools/make_instruction_doc.pl
index d5c2c679..f33fd15a 100755
--- a/tools/make_instruction_doc.pl
+++ b/tools/make_instruction_doc.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# Copyright 2015, ARM Limited
+# Copyright 2015, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/printer.py b/tools/printer.py
index dc97a5bc..4a37a340 100644
--- a/tools/printer.py
+++ b/tools/printer.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
-# Copyright 2014, ARM Limited
+# Copyright 2014, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/test.py b/tools/test.py
index 5445191f..8bfd2c2c 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python2.7
-# Copyright 2015, ARM Limited
+# Copyright 2015, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/test_generator/data_types.py b/tools/test_generator/data_types.py
index 432191b8..99571698 100644
--- a/tools/test_generator/data_types.py
+++ b/tools/test_generator/data_types.py
@@ -1,4 +1,4 @@
-# Copyright 2016, ARM Limited
+# Copyright 2016, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/test_generator/generator.py b/tools/test_generator/generator.py
index d8665ce5..75b99aa9 100644
--- a/tools/test_generator/generator.py
+++ b/tools/test_generator/generator.py
@@ -1,4 +1,4 @@
-# Copyright 2016, ARM Limited
+# Copyright 2016, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/test_generator/parser.py b/tools/test_generator/parser.py
index 3f3a0248..b9a6797c 100644
--- a/tools/test_generator/parser.py
+++ b/tools/test_generator/parser.py
@@ -1,4 +1,4 @@
-# Copyright 2016, ARM Limited
+# Copyright 2016, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/threaded_tests.py b/tools/threaded_tests.py
index 37001422..e48b3bb4 100644
--- a/tools/threaded_tests.py
+++ b/tools/threaded_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2015, ARM Limited
+# Copyright 2015, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/util.py b/tools/util.py
index 6a713601..f087d86f 100644
--- a/tools/util.py
+++ b/tools/util.py
@@ -1,4 +1,4 @@
-# Copyright 2015, ARM Limited
+# Copyright 2015, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/verify_assembler_traces.py b/tools/verify_assembler_traces.py
index 1162a85f..3508c86f 100755
--- a/tools/verify_assembler_traces.py
+++ b/tools/verify_assembler_traces.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
-# Copyright 2016, ARM Limited
+# Copyright 2016, VIXL authors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without