Adding more Apache License headers.

git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/drlvm/trunk@919873 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/vm/include/ncai.h b/vm/include/ncai.h
index c7b7fd1..dc41d56 100644
--- a/vm/include/ncai.h
+++ b/vm/include/ncai.h
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Intel, Petr Ivanov
  */
diff --git a/vm/include/ncai_types.h b/vm/include/ncai_types.h
index 49c41e8..1574b7f 100644
--- a/vm/include/ncai_types.h
+++ b/vm/include/ncai_types.h
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Intel, Petr Ivanov
  */
diff --git a/vm/tests/ncai/share/events.cpp b/vm/tests/ncai/share/events.cpp
index 5e2d498..1912d83 100644
--- a/vm/tests/ncai/share/events.cpp
+++ b/vm/tests/ncai/share/events.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Valentin Al. Sitnick, Petr Ivanov
  *
diff --git a/vm/tests/ncai/share/events.h b/vm/tests/ncai/share/events.h
index 5deef8e..dbeae93 100644
--- a/vm/tests/ncai/share/events.h
+++ b/vm/tests/ncai/share/events.h
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Valentin Al. Sitnick, Petr Ivanov
  *
diff --git a/vm/tests/ncai/share/utils.cpp b/vm/tests/ncai/share/utils.cpp
index 836005f..6dc5f27 100644
--- a/vm/tests/ncai/share/utils.cpp
+++ b/vm/tests/ncai/share/utils.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Valentin Al. Sitnick
  *
diff --git a/vm/tests/ncai/share/utils.h b/vm/tests/ncai/share/utils.h
index 36304d2..8fb3f1f 100644
--- a/vm/tests/ncai/share/utils.h
+++ b/vm/tests/ncai/share/utils.h
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Valentin Al. Sitnick
  *
diff --git a/vm/vmcore/include/ncai_direct.h b/vm/vmcore/include/ncai_direct.h
index fb731e0..f87ce40 100644
--- a/vm/vmcore/include/ncai_direct.h
+++ b/vm/vmcore/include/ncai_direct.h
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 #ifndef _NCAI_DIRECT_H_
 #define _NCAI_DIRECT_H_
 
diff --git a/vm/vmcore/include/ncai_internal.h b/vm/vmcore/include/ncai_internal.h
index 8ff4c69..5aee470 100644
--- a/vm/vmcore/include/ncai_internal.h
+++ b/vm/vmcore/include/ncai_internal.h
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/include/ncai_utils.h b/vm/vmcore/include/ncai_utils.h
index 21e7c15..0e9885a 100644
--- a/vm/vmcore/include/ncai_utils.h
+++ b/vm/vmcore/include/ncai_utils.h
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/ncai.cpp b/vm/vmcore/src/ncai/ncai.cpp
index 9cf1bac..598591c 100644
--- a/vm/vmcore/src/ncai/ncai.cpp
+++ b/vm/vmcore/src/ncai/ncai.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Intel, Petr Ivanov
  */
diff --git a/vm/vmcore/src/ncai/ncai_break.cpp b/vm/vmcore/src/ncai/ncai_break.cpp
index a785582..7b2db70 100644
--- a/vm/vmcore/src/ncai/ncai_break.cpp
+++ b/vm/vmcore/src/ncai/ncai_break.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/ncai_event.cpp b/vm/vmcore/src/ncai/ncai_event.cpp
index 9812ac3..578ba64 100644
--- a/vm/vmcore/src/ncai/ncai_event.cpp
+++ b/vm/vmcore/src/ncai/ncai_event.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Intel, Petr Ivanov
  */
diff --git a/vm/vmcore/src/ncai/ncai_memory.cpp b/vm/vmcore/src/ncai/ncai_memory.cpp
index 6ace43a..47d618e 100644
--- a/vm/vmcore/src/ncai/ncai_memory.cpp
+++ b/vm/vmcore/src/ncai/ncai_memory.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Petr Ivanov
  */
diff --git a/vm/vmcore/src/ncai/ncai_methods.cpp b/vm/vmcore/src/ncai/ncai_methods.cpp
index 32f6a92..e1c8acc 100644
--- a/vm/vmcore/src/ncai/ncai_methods.cpp
+++ b/vm/vmcore/src/ncai/ncai_methods.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/ncai_modules.cpp b/vm/vmcore/src/ncai/ncai_modules.cpp
index cce61f8..81d1437 100644
--- a/vm/vmcore/src/ncai/ncai_modules.cpp
+++ b/vm/vmcore/src/ncai/ncai_modules.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Petr Ivanov
  */
diff --git a/vm/vmcore/src/ncai/ncai_registers.cpp b/vm/vmcore/src/ncai/ncai_registers.cpp
index c85ba56..e103ebd 100644
--- a/vm/vmcore/src/ncai/ncai_registers.cpp
+++ b/vm/vmcore/src/ncai/ncai_registers.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/ncai_signals.cpp b/vm/vmcore/src/ncai/ncai_signals.cpp
index e15020c..8dcf1fb 100644
--- a/vm/vmcore/src/ncai/ncai_signals.cpp
+++ b/vm/vmcore/src/ncai/ncai_signals.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/ncai_stack.cpp b/vm/vmcore/src/ncai/ncai_stack.cpp
index c4650c1..8771252 100644
--- a/vm/vmcore/src/ncai/ncai_stack.cpp
+++ b/vm/vmcore/src/ncai/ncai_stack.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/ncai_step.cpp b/vm/vmcore/src/ncai/ncai_step.cpp
index 594f555..ee004ae 100644
--- a/vm/vmcore/src/ncai/ncai_step.cpp
+++ b/vm/vmcore/src/ncai/ncai_step.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/ncai_thread.cpp b/vm/vmcore/src/ncai/ncai_thread.cpp
index b94c9e4..f88263a 100644
--- a/vm/vmcore/src/ncai/ncai_thread.cpp
+++ b/vm/vmcore/src/ncai/ncai_thread.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_modules_linux.cpp b/vm/vmcore/src/ncai/utils/ncai_modules_linux.cpp
index d93d009..ae338c4 100644
--- a/vm/vmcore/src/ncai/utils/ncai_modules_linux.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_modules_linux.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Petr Ivanov
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_modules_win.cpp b/vm/vmcore/src/ncai/utils/ncai_modules_win.cpp
index eb4cc9f..f5d885f 100644
--- a/vm/vmcore/src/ncai/utils/ncai_modules_win.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_modules_win.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Petr Ivanov
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_step_em64t.cpp b/vm/vmcore/src/ncai/utils/ncai_step_em64t.cpp
index aee90a9..1544c1d 100644
--- a/vm/vmcore/src/ncai/utils/ncai_step_em64t.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_step_em64t.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_step_ia32.cpp b/vm/vmcore/src/ncai/utils/ncai_step_ia32.cpp
index 6d9c192..88014b6 100644
--- a/vm/vmcore/src/ncai/utils/ncai_step_ia32.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_step_ia32.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_step_ipf.cpp b/vm/vmcore/src/ncai/utils/ncai_step_ipf.cpp
index 5e9ff63..c0aa370 100644
--- a/vm/vmcore/src/ncai/utils/ncai_step_ipf.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_step_ipf.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_utils_em64t.cpp b/vm/vmcore/src/ncai/utils/ncai_utils_em64t.cpp
index 34ed403..c77955d 100644
--- a/vm/vmcore/src/ncai/utils/ncai_utils_em64t.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_utils_em64t.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_utils_ia32.cpp b/vm/vmcore/src/ncai/utils/ncai_utils_ia32.cpp
index 1326790..7c77c8f 100644
--- a/vm/vmcore/src/ncai/utils/ncai_utils_ia32.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_utils_ia32.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_utils_ipf.cpp b/vm/vmcore/src/ncai/utils/ncai_utils_ipf.cpp
index 4ccfb97..cdb78bd 100644
--- a/vm/vmcore/src/ncai/utils/ncai_utils_ipf.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_utils_ipf.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_utils_linux.cpp b/vm/vmcore/src/ncai/utils/ncai_utils_linux.cpp
index 94f97d3..cb3d0b7 100644
--- a/vm/vmcore/src/ncai/utils/ncai_utils_linux.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_utils_linux.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */
diff --git a/vm/vmcore/src/ncai/utils/ncai_utils_win.cpp b/vm/vmcore/src/ncai/utils/ncai_utils_win.cpp
index 178e99f..d734b7d 100644
--- a/vm/vmcore/src/ncai/utils/ncai_utils_win.cpp
+++ b/vm/vmcore/src/ncai/utils/ncai_utils_win.cpp
@@ -1,3 +1,20 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You 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.
+ */
+
 /**
  * @author Ilya Berezhniuk
  */