From dcdd550419fccbf9e95cc3da371129278b5ecd24 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Wed, 28 Jul 2010 18:22:02 +0000 Subject: [PATCH] add ASL to handful of files git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/branches/0.3.x@980144 13f79535-47bb-0310-9956-ffa450edef68 --- lib/hs/Thrift.cabal | 19 +++++++++++++++++++ lib/ocaml/README-OCamlMakefile | 3 +++ test/csharp/ThriftTest/ThriftTest.csproj | 19 +++++++++++++++++++ tutorial/hs/ThriftTutorial.cabal | 19 +++++++++++++++++++ 4 files changed, 60 insertions(+) diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal index 8132069b..feb2e816 100644 --- a/lib/hs/Thrift.cabal +++ b/lib/hs/Thrift.cabal @@ -1,3 +1,22 @@ +-- +-- 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. +-- + Name: Thrift Version: 0.1.1 Cabal-Version: >= 1.2 diff --git a/lib/ocaml/README-OCamlMakefile b/lib/ocaml/README-OCamlMakefile index 54787b96..0a97c64f 100644 --- a/lib/ocaml/README-OCamlMakefile +++ b/lib/ocaml/README-OCamlMakefile @@ -1,3 +1,6 @@ +NOTE (bryanduxbury): OCamlMakefile is safe to include in the project after +https://issues.apache.org/jira/browse/LEGAL-58. + --------------------------------------------------------------------------- Distribution of "ocaml_make" diff --git a/test/csharp/ThriftTest/ThriftTest.csproj b/test/csharp/ThriftTest/ThriftTest.csproj index bb7f1765..a55583ab 100644 --- a/test/csharp/ThriftTest/ThriftTest.csproj +++ b/test/csharp/ThriftTest/ThriftTest.csproj @@ -1,3 +1,22 @@ + + diff --git a/tutorial/hs/ThriftTutorial.cabal b/tutorial/hs/ThriftTutorial.cabal index 381f32a7..1655ce7c 100644 --- a/tutorial/hs/ThriftTutorial.cabal +++ b/tutorial/hs/ThriftTutorial.cabal @@ -1,3 +1,22 @@ +-- +-- 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. +-- + Name: ThriftTutorial Version: 0.1.0 Cabal-Version: >= 1.2 -- 2.17.1