Bence Szépkúti
f744bd72ee
Update license headers to Apache-2.0 OR GPL-2.0-or-later
...
This will allow us to ship the LTS branches in a single archive
This commit was generated using the following script:
# ========================
#!/bin/sh
header1='\ * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later\
*\
* This file is provided under the Apache License 2.0, or the\
* GNU General Public License v2.0 or later.\
*\
* **********\
* Apache License 2.0:\
*\
* Licensed under the Apache License, Version 2.0 (the "License"); you may\
* not use this file except in compliance with the License.\
* You may obtain a copy of the License at\
*\
* http://www.apache.org/licenses/LICENSE-2.0 \
*\
* Unless required by applicable law or agreed to in writing, software\
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\
* See the License for the specific language governing permissions and\
* limitations under the License.\
*\
* **********\
*\
* **********\
* GNU General Public License v2.0 or later:\
*\
* This program is free software; you can redistribute it and/or modify\
* it under the terms of the GNU General Public License as published by\
* the Free Software Foundation; either version 2 of the License, or\
* (at your option) any later version.\
*\
* This program is distributed in the hope that it will be useful,\
* but WITHOUT ANY WARRANTY; without even the implied warranty of\
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\
* GNU General Public License for more details.\
*\
* You should have received a copy of the GNU General Public License along\
* with this program; if not, write to the Free Software Foundation, Inc.,\
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\
*\
* **********'
find -path './.git' -prune -o '(' -name '*.c' -o -name '*.cpp' -o -name '*.fmt' -o -name '*.h' ')' -print | xargs sed -i "
# Normalize the first line of the copyright headers (no text on the first line of a block comment)
/^\/\*.*Copyright.*Arm/I s/\/\*/&\n */
# Insert new copyright header
/SPDX-License-Identifier/ i\
$header1
# Delete old copyright header
/SPDX-License-Identifier/,$ {
# Delete lines until the one preceding the mbedtls declaration
N
1,/This file is part of/ {
/This file is part of/! D
}
}
"
# Format copyright header for inclusion into scripts
header2=$(echo "$header1" | sed 's/^\\\? \* \?/#/')
find -path './.git' -prune -o '(' -name '*.gdb' -o -name '*.pl' -o -name '*.py' -o -name '*.sh' ')' -print | xargs sed -i "
# Insert new copyright header
/SPDX-License-Identifier/ i\
$header2
# Delete old copyright header
/SPDX-License-Identifier/,$ {
# Delete lines until the one preceding the mbedtls declaration
N
1,/This file is part of/ {
/This file is part of/! D
}
}
"
# ========================
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com >
2020-06-15 12:48:48 +02:00
..
2013-11-28 18:07:39 +01:00
2013-11-28 18:07:39 +01:00
2013-11-28 18:07:39 +01:00
2015-11-19 11:10:33 +01:00
2020-06-15 12:48:48 +02:00
2017-06-06 18:44:14 +02:00
2020-05-28 18:31:24 +02:00
2014-01-22 13:03:42 +01:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-06-03 16:19:46 +01:00
2019-06-03 16:19:46 +01:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2013-09-23 15:01:36 +02:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2013-09-24 21:25:54 +02:00
2019-05-30 10:27:14 +01:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-05-30 10:27:14 +01:00
2017-06-06 18:44:13 +02:00
2019-05-30 10:27:14 +01:00
2017-06-06 18:44:13 +02:00
2014-11-19 16:08:34 +01:00
2019-07-10 17:26:39 +03:00
2014-11-19 16:08:34 +01:00
2014-11-19 16:08:34 +01:00
2011-02-20 10:40:16 +00:00
2009-07-19 20:30:14 +00:00
2011-02-20 10:40:16 +00:00
2011-02-20 10:40:16 +00:00
2011-02-20 10:40:16 +00:00
2011-02-20 10:40:16 +00:00
2011-02-20 10:40:16 +00:00
2011-02-20 10:40:16 +00:00
2011-02-20 10:40:16 +00:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2014-03-13 19:25:06 +01:00
2018-03-14 09:15:02 +01:00
2018-03-14 14:08:57 +01:00
2017-01-19 17:10:51 +00:00
2014-06-05 17:59:55 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2019-07-10 17:26:39 +03:00
2014-11-19 16:08:34 +01:00
2015-06-17 14:27:38 +02:00
2015-04-15 13:50:29 +02:00
2014-04-04 16:42:44 +02:00
2013-08-16 14:00:52 +02:00
2013-08-16 14:00:52 +02:00
2018-09-05 17:26:31 +02:00
2013-08-16 14:00:52 +02:00
2013-08-16 14:00:52 +02:00
2013-08-16 14:00:52 +02:00
2013-08-16 14:00:52 +02:00
2013-08-16 14:00:52 +02:00
2013-08-16 14:00:52 +02:00
2018-09-05 17:26:31 +02:00
2013-10-10 15:11:33 +02:00
2013-10-10 15:11:33 +02:00
2013-10-10 15:11:33 +02:00
2013-10-10 15:11:33 +02:00
2013-10-10 15:11:33 +02:00
2013-10-10 15:11:33 +02:00
2013-07-08 17:32:26 +02:00
2013-07-08 17:32:26 +02:00
2013-07-08 17:32:26 +02:00
2013-07-08 17:32:26 +02:00
2018-03-22 18:01:18 -07:00
2018-03-22 18:01:18 -07:00
2018-03-22 18:01:18 -07:00
2018-03-22 18:01:18 -07:00
2018-03-22 18:01:18 -07:00
2018-03-22 18:01:18 -07:00
2013-07-08 17:32:26 +02:00
2013-07-08 17:32:26 +02:00
2013-07-08 17:32:26 +02:00
2014-03-19 16:50:59 +01:00
2013-07-08 17:32:26 +02:00
2013-07-08 17:32:26 +02:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2011-07-13 11:26:43 +00:00
2011-07-13 11:26:43 +00:00
2011-07-13 11:26:43 +00:00
2011-07-13 11:26:43 +00:00
2009-07-05 11:30:16 +00:00
2009-07-05 11:30:16 +00:00
2009-07-05 11:30:16 +00:00
2009-07-05 11:30:16 +00:00
2014-01-17 20:41:32 +01:00
2015-06-23 13:09:10 +02:00
2019-08-05 11:06:37 +02:00
2014-10-15 22:06:46 +02:00
2014-10-15 22:06:46 +02:00
2014-03-14 08:41:02 +01:00
2020-06-15 12:48:48 +02:00
2017-08-17 10:13:00 +02:00
2017-10-17 19:01:38 +02:00
2017-10-17 19:01:38 +02:00
2017-10-17 19:01:38 +02:00
2017-10-17 19:01:38 +02:00
2014-08-14 11:34:35 +02:00
2014-08-14 11:34:35 +02:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2019-07-10 18:35:10 +03:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-10-16 12:40:27 +03:00
2017-10-16 12:40:27 +03:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-10-16 12:40:27 +03:00
2017-10-17 15:53:32 +03:00
2017-10-17 15:53:32 +03:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2018-02-08 17:18:19 +08:00
2017-09-29 20:05:23 +01:00
2017-09-29 20:05:23 +01:00
2019-06-10 11:49:54 +02:00
2019-07-10 18:35:10 +03:00
2017-09-14 07:51:28 +01:00
2020-04-17 11:29:20 +02:00
2020-04-17 11:29:20 +02:00
2018-10-06 17:19:31 +01:00
2014-03-26 14:21:34 +01:00
2014-06-25 11:26:12 +02:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2017-09-14 07:51:28 +01:00
2019-07-10 18:35:10 +03:00
2019-05-30 10:27:49 +01:00
2017-09-14 07:51:28 +01:00
2017-09-14 07:51:28 +01:00
2019-07-10 18:35:10 +03:00
2014-04-04 14:01:39 +02:00
2012-02-16 14:09:13 +00:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2017-09-14 07:51:28 +01:00
2019-07-10 18:35:10 +03:00
2013-09-12 11:57:01 +02:00
2019-02-11 21:23:49 +00:00
2019-02-11 21:23:49 +00:00
2019-02-11 21:23:49 +00:00
2019-02-11 21:23:49 +00:00
2019-02-11 21:23:49 +00:00
2018-11-02 10:52:38 +00:00
2018-11-02 10:52:38 +00:00
2018-11-02 10:52:38 +00:00
2018-11-02 10:52:38 +00:00
2018-11-02 10:52:38 +00:00
2018-11-02 10:52:38 +00:00
2018-11-02 10:52:38 +00:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2014-06-25 11:26:12 +02:00
2014-06-25 11:26:12 +02:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2011-07-13 11:26:43 +00:00
2019-05-30 10:27:14 +01:00
2014-04-09 15:50:57 +02:00
2014-04-09 15:50:57 +02:00
2014-04-09 15:50:57 +02:00
2014-04-09 15:50:57 +02:00
2013-08-20 20:21:02 +02:00
2013-08-20 20:46:03 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2016-02-17 10:11:21 +00:00
2016-02-17 10:11:21 +00:00
2016-02-17 10:11:21 +00:00
2016-02-17 10:11:21 +00:00
2016-02-17 10:11:21 +00:00
2016-02-17 10:11:21 +00:00
2016-02-17 10:11:21 +00:00
2014-03-13 19:25:06 +01:00
2014-03-13 19:25:06 +01:00
2014-06-25 11:26:13 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2017-08-08 11:06:49 +02:00
2019-07-10 18:35:10 +03:00
2013-09-24 21:25:54 +02:00
2019-05-30 10:27:14 +01:00
2014-04-11 11:09:00 +02:00
2014-04-11 11:09:00 +02:00
2014-04-11 11:09:00 +02:00
2014-04-11 11:09:00 +02:00
2014-04-11 11:09:00 +02:00
2013-09-24 21:25:54 +02:00
2019-05-30 10:27:14 +01:00
2014-04-09 15:50:57 +02:00
2014-04-09 15:50:57 +02:00
2014-04-09 15:50:57 +02:00
2019-02-11 21:23:49 +00:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-25 11:26:13 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2014-10-15 23:53:33 +02:00
2015-09-01 17:24:42 +02:00
2017-08-08 11:06:49 +02:00
2013-09-24 21:25:54 +02:00
2014-10-15 23:53:33 +02:00
2017-08-08 11:00:46 +02:00
2015-07-31 11:11:26 +02:00
2017-08-08 11:00:46 +02:00
2017-08-08 11:00:46 +02:00
2017-08-08 11:00:46 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2014-06-07 11:21:52 +02:00
2014-06-07 11:21:52 +02:00
2014-06-04 12:09:08 +02:00
2014-06-05 18:00:08 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-04 12:09:08 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:29 +02:00
2014-06-02 16:10:30 +02:00
2014-06-02 16:10:30 +02:00
2014-06-02 16:10:30 +02:00
2014-06-02 16:10:30 +02:00
2014-06-02 16:10:30 +02:00
2017-08-08 11:00:46 +02:00
2017-08-08 11:00:46 +02:00
2017-08-08 11:00:46 +02:00
2017-08-15 10:44:08 +02:00
2017-08-15 10:44:08 +02:00
2017-08-15 10:44:08 +02:00
2017-08-15 10:44:08 +02:00
2015-09-01 17:24:42 +02:00
2017-01-20 13:52:01 +00:00
2016-03-09 19:32:10 +00:00
2017-01-20 13:52:01 +00:00
2016-03-09 19:32:10 +00:00
2016-03-09 19:32:10 +00:00
2016-03-09 19:32:10 +00:00
2017-08-08 11:06:49 +02:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2013-09-24 21:25:54 +02:00
2019-05-30 10:27:14 +01:00
2019-05-30 10:58:12 +01:00
2014-04-09 15:50:58 +02:00
2014-04-09 15:50:58 +02:00
2014-04-09 15:50:58 +02:00
2014-04-09 15:50:58 +02:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2019-07-10 18:35:10 +03:00
2014-06-25 11:26:12 +02:00
2019-07-10 18:35:10 +03:00
2019-05-30 10:27:14 +01:00
2019-07-10 18:35:10 +03:00
2011-02-20 10:40:16 +00:00
2019-05-30 10:27:14 +01:00
2018-03-23 02:16:22 +01:00
2019-07-10 17:26:39 +03:00
2020-05-28 18:31:24 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00
2017-08-15 10:44:08 +02:00
2015-09-01 17:24:42 +02:00
2015-09-01 17:24:42 +02:00
2017-08-08 11:06:49 +02:00
2013-09-24 21:25:54 +02:00
2013-09-24 21:25:54 +02:00