You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2013/09/09 21:11:17 UTC

git commit: Added missing ASF headers

Updated Branches:
  refs/heads/master aff2f78b2 -> b0d3c3f9a


Added missing ASF headers


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/b0d3c3f9
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/b0d3c3f9
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/b0d3c3f9

Branch: refs/heads/master
Commit: b0d3c3f9a8a98d62cda4a7b5250bf27423d8fdcb
Parents: aff2f78
Author: Jens Geyer <je...@apache.org>
Authored: Mon Sep 9 21:10:45 2013 +0200
Committer: Jens Geyer <je...@apache.org>
Committed: Mon Sep 9 21:10:45 2013 +0200

----------------------------------------------------------------------
 lib/go/thrift/deserializer.go    | 19 +++++++++++++++++++
 lib/go/thrift/serializer.go      | 19 +++++++++++++++++++
 lib/go/thrift/serializer_test.go | 19 +++++++++++++++++++
 3 files changed, 57 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/b0d3c3f9/lib/go/thrift/deserializer.go
----------------------------------------------------------------------
diff --git a/lib/go/thrift/deserializer.go b/lib/go/thrift/deserializer.go
index e7effb1..91a0983 100644
--- a/lib/go/thrift/deserializer.go
+++ b/lib/go/thrift/deserializer.go
@@ -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.
+ */
+
 package thrift
 
 type TDeserializer struct {

http://git-wip-us.apache.org/repos/asf/thrift/blob/b0d3c3f9/lib/go/thrift/serializer.go
----------------------------------------------------------------------
diff --git a/lib/go/thrift/serializer.go b/lib/go/thrift/serializer.go
index bb6a2c8..04c2538 100644
--- a/lib/go/thrift/serializer.go
+++ b/lib/go/thrift/serializer.go
@@ -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.
+ */
+
 package thrift
 
 type TSerializer struct {

http://git-wip-us.apache.org/repos/asf/thrift/blob/b0d3c3f9/lib/go/thrift/serializer_test.go
----------------------------------------------------------------------
diff --git a/lib/go/thrift/serializer_test.go b/lib/go/thrift/serializer_test.go
index 840f6f7..5912679 100644
--- a/lib/go/thrift/serializer_test.go
+++ b/lib/go/thrift/serializer_test.go
@@ -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.
+ */
+
 package thrift
 
 import (