From commits-return-1403-apmail-climate-commits-archive=climate.apache.org@climate.apache.org Sun Aug 3 03:28:37 2014 Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7140511D4A for ; Sun, 3 Aug 2014 03:28:37 +0000 (UTC) Received: (qmail 39062 invoked by uid 500); 3 Aug 2014 03:28:37 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 38984 invoked by uid 500); 3 Aug 2014 03:28:37 -0000 Mailing-List: contact commits-help@climate.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.apache.org Delivered-To: mailing list commits@climate.apache.org Received: (qmail 38653 invoked by uid 99); 3 Aug 2014 03:28:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Aug 2014 03:28:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2946D8830FD; Sun, 3 Aug 2014 03:28:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joyce@apache.org To: commits@climate.apache.org Date: Sun, 03 Aug 2014 03:28:43 -0000 Message-Id: <7ba4858fd54940da9d1f7ed19b54c223@git.apache.org> In-Reply-To: <8e2643536dab4faf9efd0514b1fe10bc@git.apache.org> References: <8e2643536dab4faf9efd0514b1fe10bc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/14] git commit: Add ASF license header to isodatetomiddleendian filter Add ASF license header to isodatetomiddleendian filter Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/83fe6347 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/83fe6347 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/83fe6347 Branch: refs/heads/master Commit: 83fe63477a071087b113bfa30bff9e31e4a8f270 Parents: f66d39c Author: Michael Joyce Authored: Fri Aug 1 13:27:01 2014 -0700 Committer: Michael Joyce Committed: Fri Aug 1 16:43:18 2014 -0700 ---------------------------------------------------------------------- .../app/scripts/filters/isodatetomiddleendian.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/83fe6347/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js b/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js index fce091c..7fcd2a9 100644 --- a/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js +++ b/ocw-ui/frontend-new/app/scripts/filters/isodatetomiddleendian.js @@ -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. + */ + 'use strict'; /**