Repository: incubator-reef Updated Branches: refs/heads/master 552bbecc8 -> 2ce6c81e2
[REEF-436] Fix: Add missing license header Adds a missing license header from the previous commit for REEF-436. JIRA: [REEF-436](https://issues.apache.org/jira/browse/REEF-436) Pull Request: This closes #272 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/2ce6c81e Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/2ce6c81e Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/2ce6c81e Branch: refs/heads/master Commit: 2ce6c81e21129e038c95fceac33f54f4194e9cb0 Parents: 552bbec Author: Brian Cho <[email protected]> Authored: Fri Jul 3 10:15:49 2015 +0900 Committer: Markus Weimer <[email protected]> Committed: Thu Jul 2 19:11:22 2015 -0700 ---------------------------------------------------------------------- .../cs/Org.Apache.REEF.IMRU/API/UpdateResult.cs | 21 +++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/2ce6c81e/lang/cs/Org.Apache.REEF.IMRU/API/UpdateResult.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.IMRU/API/UpdateResult.cs b/lang/cs/Org.Apache.REEF.IMRU/API/UpdateResult.cs index f1a97f4..4095996 100644 --- a/lang/cs/Org.Apache.REEF.IMRU/API/UpdateResult.cs +++ b/lang/cs/Org.Apache.REEF.IMRU/API/UpdateResult.cs @@ -1,4 +1,23 @@ -namespace Org.Apache.REEF.IMRU.API +/** + * 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. + */ + +namespace Org.Apache.REEF.IMRU.API { /// <summary> /// Represents the output of an IUpdateFunction.
