You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/09/02 19:17:43 UTC

[5/7] incubator-ponymail git commit: add license header

add license header


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/f3447500
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/f3447500
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/f3447500

Branch: refs/heads/coffee-and-cake
Commit: f344750072a26d997a1ba45bc4647871aa0f7868
Parents: 344ebc1
Author: Daniel Gruno <hu...@apache.org>
Authored: Fri Sep 2 21:16:49 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Fri Sep 2 21:16:49 2016 +0200

----------------------------------------------------------------------
 site/js/coffee/listview.coffee | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/f3447500/site/js/coffee/listview.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/listview.coffee b/site/js/coffee/listview.coffee
index 21fa32b..da74ba1 100644
--- a/site/js/coffee/listview.coffee
+++ b/site/js/coffee/listview.coffee
@@ -1,3 +1,24 @@
+###
+ 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.
+###
+
+###*
+# This is the listview basic library
+###
+
 ### Generally, popping a window state should run a listView update ###
 window.onpopstate = (event) ->
     listView(null, true)