]> granicus.if.org Git - esp-idf/commitdiff
Add licenses to Trax files
authorJeroen Domburg <git@j0h.nl>
Fri, 21 Oct 2016 10:01:08 +0000 (18:01 +0800)
committerJeroen Domburg <git@j0h.nl>
Fri, 21 Oct 2016 10:01:20 +0000 (18:01 +0800)
components/xtensa-debug-module/eri.c
components/xtensa-debug-module/trax.c

index e2c7e41eb3640634f25a06dd5c32358cd65e6b88..fc96b531fec04e135b3aa2a596b7549aaeb9a268 100644 (file)
@@ -1,3 +1,16 @@
+// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
+//
+// 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 <stdint.h>
 #include "eri.h"
 
index d216a3df9a0a22842c5ed0036409ec12efda0404..5174e447761d899d12c3554acd544f3764ad4ccd 100644 (file)
@@ -1,3 +1,17 @@
+// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
+//
+// 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 <stdio.h>
 #include "soc/dport_reg.h"
 #include "sdkconfig.h"