vm/jitrino/config/em64t/client.emconf | 15 +++++++++++++++ vm/jitrino/config/em64t/jet.emconf | 15 +++++++++++++++ vm/jitrino/config/em64t/opt.emconf | 15 +++++++++++++++ vm/jitrino/config/em64t/server.emconf | 15 +++++++++++++++ vm/jitrino/config/em64t/server_static.emconf | 15 +++++++++++++++ vm/jitrino/config/em64t/ti.emconf | 15 +++++++++++++++ vm/jitrino/config/ia32/client.emconf | 15 +++++++++++++++ vm/jitrino/config/ia32/jet.emconf | 15 +++++++++++++++ vm/jitrino/config/ia32/opt.emconf | 15 +++++++++++++++ vm/jitrino/config/ia32/server.emconf | 15 +++++++++++++++ vm/jitrino/config/ia32/server_static.emconf | 15 +++++++++++++++ vm/jitrino/config/ia32/ti.emconf | 15 +++++++++++++++ 12 files changed, 180 insertions(+), 0 deletions(-) 1dfe908cbb789ab19058b4cb77a032dcef407b8d diff --git a/vm/jitrino/config/em64t/client.emconf b/vm/jitrino/config/em64t/client.emconf index fb34c26..64f5379 100644 --- a/vm/jitrino/config/em64t/client.emconf +++ b/vm/jitrino/config/em64t/client.emconf @@ -1,3 +1,18 @@ +# 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. + #EM configuration file for 'client' mode of Jitrino chains=chain1,chain2 diff --git a/vm/jitrino/config/em64t/jet.emconf b/vm/jitrino/config/em64t/jet.emconf index 2decb85..57ebe6e 100644 --- a/vm/jitrino/config/em64t/jet.emconf +++ b/vm/jitrino/config/em64t/jet.emconf @@ -1,3 +1,18 @@ +# 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. + # EM configuration file for JET-only mode of Jitrino chains=chain1 diff --git a/vm/jitrino/config/em64t/opt.emconf b/vm/jitrino/config/em64t/opt.emconf index 8637053..ee2e737 100644 --- a/vm/jitrino/config/em64t/opt.emconf +++ b/vm/jitrino/config/em64t/opt.emconf @@ -1,3 +1,18 @@ +# 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. + # EM configuration file for CS_OPT-only mode of Jitrino. This is 'client static' mode chains=chain1 diff --git a/vm/jitrino/config/em64t/server.emconf b/vm/jitrino/config/em64t/server.emconf index 31606ac..53def7a 100644 --- a/vm/jitrino/config/em64t/server.emconf +++ b/vm/jitrino/config/em64t/server.emconf @@ -1,3 +1,18 @@ +# 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. + #EM configuration for 'server' mode of Jitrino chains=chain1,chain2 chain1.jits=JET_CLINIT diff --git a/vm/jitrino/config/em64t/server_static.emconf b/vm/jitrino/config/em64t/server_static.emconf index afc3faf..c138df0 100644 --- a/vm/jitrino/config/em64t/server_static.emconf +++ b/vm/jitrino/config/em64t/server_static.emconf @@ -1,3 +1,18 @@ +# 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. + # EM configuration file for OPT-only mode of Jitrino with server optimization path. This is 'server static' mode chains=chain1 diff --git a/vm/jitrino/config/em64t/ti.emconf b/vm/jitrino/config/em64t/ti.emconf index a689f43..e148592 100644 --- a/vm/jitrino/config/em64t/ti.emconf +++ b/vm/jitrino/config/em64t/ti.emconf @@ -1,3 +1,18 @@ +# 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. + # EM configuration file for JET-only mode of Jitrino chains=chain1 diff --git a/vm/jitrino/config/ia32/client.emconf b/vm/jitrino/config/ia32/client.emconf index a98ceed..fc1ee22 100644 --- a/vm/jitrino/config/ia32/client.emconf +++ b/vm/jitrino/config/ia32/client.emconf @@ -1,3 +1,18 @@ +# 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. + #EM configuration file for 'client' mode of Jitrino chains=chain1,chain2 diff --git a/vm/jitrino/config/ia32/jet.emconf b/vm/jitrino/config/ia32/jet.emconf index 2d9cc5b..fc29bf2 100644 --- a/vm/jitrino/config/ia32/jet.emconf +++ b/vm/jitrino/config/ia32/jet.emconf @@ -1,3 +1,18 @@ +# 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. + # EM configuration file for JET-only mode of Jitrino chains=chain1 diff --git a/vm/jitrino/config/ia32/opt.emconf b/vm/jitrino/config/ia32/opt.emconf index b074ade..974593a 100644 --- a/vm/jitrino/config/ia32/opt.emconf +++ b/vm/jitrino/config/ia32/opt.emconf @@ -1,3 +1,18 @@ +# 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. + # EM configuration file for CS_OPT-only mode of Jitrino. This is 'client static' mode chains=chain1 diff --git a/vm/jitrino/config/ia32/server.emconf b/vm/jitrino/config/ia32/server.emconf index feaaec7..2a974a9 100644 --- a/vm/jitrino/config/ia32/server.emconf +++ b/vm/jitrino/config/ia32/server.emconf @@ -1,3 +1,18 @@ +# 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. + #EM configuration for 'server' mode of Jitrino chains=chain1,chain2 chain1.jits=JET_CLINIT diff --git a/vm/jitrino/config/ia32/server_static.emconf b/vm/jitrino/config/ia32/server_static.emconf index 41bb9fb..5c9d906 100644 --- a/vm/jitrino/config/ia32/server_static.emconf +++ b/vm/jitrino/config/ia32/server_static.emconf @@ -1,3 +1,18 @@ +# 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. + # EM configuration file for OPT-only mode of Jitrino with server optimization path. This is 'server static' mode chains=chain1 diff --git a/vm/jitrino/config/ia32/ti.emconf b/vm/jitrino/config/ia32/ti.emconf index a689f43..e148592 100644 --- a/vm/jitrino/config/ia32/ti.emconf +++ b/vm/jitrino/config/ia32/ti.emconf @@ -1,3 +1,18 @@ +# 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. + # EM configuration file for JET-only mode of Jitrino chains=chain1