diff options
| author | Min-su, Kim <min-su.kim@windriver.com> | 2010-02-26 16:36:13 +0900 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-07-21 22:02:41 -0700 |
| commit | eef9a309a4eac0256f1e32a4f40f847c8fd0c1fe (patch) | |
| tree | 943860fbc80ead0d66e1e6280fdaec1f1693ead1 | |
| parent | 6da2d6a75580e5fc045d6970f6c5065acd540fcf (diff) | |
| download | android_hardware_intel_common_omx-components-eef9a309a4eac0256f1e32a4f40f847c8fd0c1fe.tar.gz android_hardware_intel_common_omx-components-eef9a309a4eac0256f1e32a4f40f847c8fd0c1fe.tar.bz2 android_hardware_intel_common_omx-components-eef9a309a4eac0256f1e32a4f40f847c8fd0c1fe.zip | |
component: modified WR copyright (apache 2.0 license)
| -rw-r--r-- | COPYING | 22 | ||||
| -rw-r--r-- | ebuild.mk | 8 | ||||
| -rw-r--r-- | psb/ebuild.mk | 8 | ||||
| -rw-r--r-- | psb/psb.cpp | 16 | ||||
| -rw-r--r-- | psb/psb.h | 16 | ||||
| -rw-r--r-- | sst/ebuild.mk | 8 | ||||
| -rw-r--r-- | sst/sst.cpp | 16 | ||||
| -rw-r--r-- | sst/sst.h | 16 |
8 files changed, 69 insertions, 41 deletions
@@ -1,5 +1,17 @@ -Copyright (c) 2009-2010 Wind River Systems, Inc. - -The right to copy, distribute, modify, or otherwise make use of this software -may be licensed only pursuant to the terms of an applicable Wind River license -agreement. +/* + * COPYING, copyright COPYING file + * + * Copyright (c) 2009-2010 Wind River Systems, Inc. + * + * 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. + */ @@ -1,11 +1,3 @@ -# -# Copyright (c) 2009-2010 Wind River Systems, Inc. -# -# The right to copy, distribute, modify, or otherwise make use -# of this software may be licensed only pursuant to the terms -# of an applicable Wind River license agreement. -# - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) diff --git a/psb/ebuild.mk b/psb/ebuild.mk index a4494ce..06a4106 100644 --- a/psb/ebuild.mk +++ b/psb/ebuild.mk @@ -1,11 +1,3 @@ -# -# Copyright (c) 2009-2010 Wind River Systems, Inc. -# -# The right to copy, distribute, modify, or otherwise make use -# of this software may be licensed only pursuant to the terms -# of an applicable Wind River license agreement. -# - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) diff --git a/psb/psb.cpp b/psb/psb.cpp index b827a01..f6da3b3 100644 --- a/psb/psb.cpp +++ b/psb/psb.cpp @@ -1,9 +1,19 @@ /* + * psb.cpp, omx psb component file + * * Copyright (c) 2009-2010 Wind River Systems, Inc. * - * The right to copy, distribute, modify, or otherwise make use - * of this software may be licensed only pursuant to the terms - * of an applicable Wind River license agreement. + * 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> @@ -1,9 +1,19 @@ /* + * psb.h, omx psb component header + * * Copyright (c) 2009-2010 Wind River Systems, Inc. * - * The right to copy, distribute, modify, or otherwise make use - * of this software may be licensed only pursuant to the terms - * of an applicable Wind River license agreement. + * 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. */ #ifndef __WRS_OMXIL_INTEL_MRST_PSB diff --git a/sst/ebuild.mk b/sst/ebuild.mk index 71c39b2..7886eb6 100644 --- a/sst/ebuild.mk +++ b/sst/ebuild.mk @@ -1,11 +1,3 @@ -# -# Copyright (c) 2009-2010 Wind River Systems, Inc. -# -# The right to copy, distribute, modify, or otherwise make use -# of this software may be licensed only pursuant to the terms -# of an applicable Wind River license agreement. -# - LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) diff --git a/sst/sst.cpp b/sst/sst.cpp index 78ef5e1..3037ad3 100644 --- a/sst/sst.cpp +++ b/sst/sst.cpp @@ -1,9 +1,19 @@ /* + * sst.cpp, omx sst component file + * * Copyright (c) 2009-2010 Wind River Systems, Inc. * - * The right to copy, distribute, modify, or otherwise make use - * of this software may be licensed only pursuant to the terms - * of an applicable Wind River license agreement. + * 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> @@ -1,9 +1,19 @@ /* + * sst.h, omx sst component header + * * Copyright (c) 2009-2010 Wind River Systems, Inc. * - * The right to copy, distribute, modify, or otherwise make use - * of this software may be licensed only pursuant to the terms - * of an applicable Wind River license agreement. + * 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. */ #ifndef __WRS_OMXIL_INTEL_MRST_SST |
