diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-19 11:22:24 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-19 11:22:24 +0000 |
commit | 590c27ea84385d15797224785e80d2a003df8997 (patch) | |
tree | 89e4ac27b2d8a6915a0d1bb7786c83f48cb7e0ab /test/nil/source/test/test_sequence_001.c | |
parent | d29098e7f64c4d15b5414447937bfd09f142f758 (diff) | |
download | ChibiOS-590c27ea84385d15797224785e80d2a003df8997.tar.gz ChibiOS-590c27ea84385d15797224785e80d2a003df8997.tar.bz2 ChibiOS-590c27ea84385d15797224785e80d2a003df8997.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9138 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nil/source/test/test_sequence_001.c')
-rw-r--r-- | test/nil/source/test/test_sequence_001.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/test/nil/source/test/test_sequence_001.c b/test/nil/source/test/test_sequence_001.c index 4be1c4785..8073ac10f 100644 --- a/test/nil/source/test/test_sequence_001.c +++ b/test/nil/source/test/test_sequence_001.c @@ -1,17 +1,17 @@ -/*
- ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
-
- 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.
+/* + ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio + + 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. */
#include "hal.h"
|