Repository: thrift Updated Branches: refs/heads/master d0265c705 -> 4f073d8af
THRIFT-2505 fix apache license header Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/4f073d8a Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/4f073d8a Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/4f073d8a Branch: refs/heads/master Commit: 4f073d8af4c7358f6956ff8f8f6eb0f227a6a695 Parents: d0265c7 Author: henrique <[email protected]> Authored: Mon May 19 21:59:39 2014 +0200 Committer: henrique <[email protected]> Committed: Mon May 19 21:59:39 2014 +0200 ---------------------------------------------------------------------- lib/go/test/tests/struct_args_rets_test.go | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/4f073d8a/lib/go/test/tests/struct_args_rets_test.go ---------------------------------------------------------------------- diff --git a/lib/go/test/tests/struct_args_rets_test.go b/lib/go/test/tests/struct_args_rets_test.go index c965865..5b471b7 100644 --- a/lib/go/test/tests/struct_args_rets_test.go +++ b/lib/go/test/tests/struct_args_rets_test.go @@ -1,21 +1,21 @@ -# -# 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. -# +/* + * 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 tests
