From 3b1a52e4175827fe957e0eb2b7e364c3b57a0263 Mon Sep 17 00:00:00 2001 From: "gears.daemon" Date: Tue, 29 Jan 2008 22:03:11 +0000 Subject: [PATCH] [Author: andreip] Adds Apache license to the Passthru framework. PRESUBMIT=passed R=itandetnik,cdibona,cprince,aa,dannyb CC=gears-internal APPROVED=itandetnik DELTA=111 (111 added, 0 deleted, 0 changed) OCL=6338680 SCL=6339853 git-svn-id: https://google-gears.googlecode.com/svn/trunk@775 fe895e04-df30-0410-9975-d76d301b4276 --- gears/third_party/passthru_app/LICENSE | 13 +++++++++++++ gears/third_party/passthru_app/PassthroughObject.h | 14 ++++++++++++++ gears/third_party/passthru_app/ProtocolCF.h | 14 ++++++++++++++ gears/third_party/passthru_app/ProtocolCF.inl | 14 ++++++++++++++ gears/third_party/passthru_app/ProtocolImpl.h | 14 ++++++++++++++ gears/third_party/passthru_app/ProtocolImpl.inl | 14 ++++++++++++++ gears/third_party/passthru_app/SinkPolicy.h | 14 ++++++++++++++ gears/third_party/passthru_app/SinkPolicy.inl | 14 ++++++++++++++ 8 files changed, 111 insertions(+) create mode 100644 gears/third_party/passthru_app/LICENSE diff --git a/gears/third_party/passthru_app/LICENSE b/gears/third_party/passthru_app/LICENSE new file mode 100644 index 0000000..5b74196 --- /dev/null +++ b/gears/third_party/passthru_app/LICENSE @@ -0,0 +1,13 @@ +Copyright 2007 Igor Tandetnik + +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. diff --git a/gears/third_party/passthru_app/PassthroughObject.h b/gears/third_party/passthru_app/PassthroughObject.h index f7d6231..f14e696 100644 --- a/gears/third_party/passthru_app/PassthroughObject.h +++ b/gears/third_party/passthru_app/PassthroughObject.h @@ -1,3 +1,17 @@ +// Copyright 2007 Igor Tandetnik +// +// 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 GEARS_THIRD_PARTY_PASSTHRU_APP_PASSTHROUGHOBJECT_H__ #define GEARS_THIRD_PARTY_PASSTHRU_APP_PASSTHROUGHOBJECT_H__ diff --git a/gears/third_party/passthru_app/ProtocolCF.h b/gears/third_party/passthru_app/ProtocolCF.h index cf32cc9..eb0360f 100644 --- a/gears/third_party/passthru_app/ProtocolCF.h +++ b/gears/third_party/passthru_app/ProtocolCF.h @@ -1,3 +1,17 @@ +// Copyright 2007 Igor Tandetnik +// +// 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 GEARS_THIRD_PARTY_PASSTHRU_APP_PROTOCOLCF_H__ #define GEARS_THIRD_PARTY_PASSTHRU_APP_PROTOCOLCF_H__ diff --git a/gears/third_party/passthru_app/ProtocolCF.inl b/gears/third_party/passthru_app/ProtocolCF.inl index 41ca165..d7149f6 100644 --- a/gears/third_party/passthru_app/ProtocolCF.inl +++ b/gears/third_party/passthru_app/ProtocolCF.inl @@ -1,3 +1,17 @@ +// Copyright 2007 Igor Tandetnik +// +// 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 GEARS_THIRD_PARTY_PASSTHRU_APP_PROTOCOLCF_INL__ #define GEARS_THIRD_PARTY_PASSTHRU_APP_PROTOCOLCF_INL__ diff --git a/gears/third_party/passthru_app/ProtocolImpl.h b/gears/third_party/passthru_app/ProtocolImpl.h index ca29dd6..e12400a 100644 --- a/gears/third_party/passthru_app/ProtocolImpl.h +++ b/gears/third_party/passthru_app/ProtocolImpl.h @@ -1,3 +1,17 @@ +// Copyright 2007 Igor Tandetnik +// +// 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 GEARS_THIRD_PARTY_PASSTHRU_APP_PROTOCOLIMPL_H__ #define GEARS_THIRD_PARTY_PASSTHRU_APP_PROTOCOLIMPL_H__ diff --git a/gears/third_party/passthru_app/ProtocolImpl.inl b/gears/third_party/passthru_app/ProtocolImpl.inl index 322702f..593729d 100644 --- a/gears/third_party/passthru_app/ProtocolImpl.inl +++ b/gears/third_party/passthru_app/ProtocolImpl.inl @@ -1,3 +1,17 @@ +// Copyright 2007 Igor Tandetnik +// +// 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 GEARS_THIRD_PARTY_PASSTHRU_APP_PROTOCOLIMPL_INL__ #define GEARS_THIRD_PARTY_PASSTHRU_APP_PROTOCOLIMPL_INL__ diff --git a/gears/third_party/passthru_app/SinkPolicy.h b/gears/third_party/passthru_app/SinkPolicy.h index a64a1cd..5679419 100644 --- a/gears/third_party/passthru_app/SinkPolicy.h +++ b/gears/third_party/passthru_app/SinkPolicy.h @@ -1,3 +1,17 @@ +// Copyright 2007 Igor Tandetnik +// +// 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 GEARS_THIRD_PARTY_PASSTHRU_APP_SINKPOLICY_H__ #define GEARS_THIRD_PARTY_PASSTHRU_APP_SINKPOLICY_H__ diff --git a/gears/third_party/passthru_app/SinkPolicy.inl b/gears/third_party/passthru_app/SinkPolicy.inl index c716410..ecce570 100644 --- a/gears/third_party/passthru_app/SinkPolicy.inl +++ b/gears/third_party/passthru_app/SinkPolicy.inl @@ -1,3 +1,17 @@ +// Copyright 2007 Igor Tandetnik +// +// 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 GEARS_THIRD_PARTY_PASSTHRU_APP_SINKPOLICY_INL__ #define GEARS_THIRD_PARTY_PASSTHRU_APP_SINKPOLICY_INL__ -- 2.11.4.GIT