Repository: reef Updated Branches: refs/heads/master 61f10873a -> 51cc2cb3e
[REEF-1135] Unify Apache License headers in .Net code (Part #2) This patche updates header in the last file to unblock mirror from apache to github repo. JIRA: [REEF-1135](https://issues.apache.org/jira/browse/REEF-1135) Pull Request: This closes #780 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/51cc2cb3 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/51cc2cb3 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/51cc2cb3 Branch: refs/heads/master Commit: 51cc2cb3e4fbeddf8d998837e67ee8bd50d5204c Parents: 61f1087 Author: Dongjoon Hyun <[email protected]> Authored: Tue Jan 19 17:13:14 2016 -0800 Committer: Mariia Mykhailova <[email protected]> Committed: Wed Jan 20 15:24:16 2016 -0800 ---------------------------------------------------------------------- .../Properties/AssemblyInfo.cs | 34 +++++++++----------- 1 file changed, 16 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/51cc2cb3/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs b/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs index b08ac71..9613943 100644 --- a/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs +++ b/lang/cs/Org.Apache.REEF.Wake.Tests/Properties/AssemblyInfo.cs @@ -1,21 +1,19 @@ -/** - * 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. using System.Reflection; using System.Runtime.InteropServices;
