Repository: struts Updated Branches: refs/heads/master 3d3bee021 -> 350c77aba
Adds missing class header with license Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/4f46f151 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/4f46f151 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/4f46f151 Branch: refs/heads/master Commit: 4f46f151844bcef39cd631a6fb1cd781fd34224a Parents: 9d60f5b Author: Lukasz Lenart <[email protected]> Authored: Thu Mar 16 14:39:06 2017 +0100 Committer: Lukasz Lenart <[email protected]> Committed: Thu Mar 16 14:39:06 2017 +0100 ---------------------------------------------------------------------- .../opensymphony/xwork2/DefaultLocaleProvider.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/4f46f151/core/src/main/java/com/opensymphony/xwork2/DefaultLocaleProvider.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/com/opensymphony/xwork2/DefaultLocaleProvider.java b/core/src/main/java/com/opensymphony/xwork2/DefaultLocaleProvider.java index 19c8f5d..7fbc2bc 100644 --- a/core/src/main/java/com/opensymphony/xwork2/DefaultLocaleProvider.java +++ b/core/src/main/java/com/opensymphony/xwork2/DefaultLocaleProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright 2002-2006,2009 The Apache Software Foundation. + * + * Licensed 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 com.opensymphony.xwork2; import com.opensymphony.xwork2.util.DefaultLocalizedTextProvider;
