You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by da...@apache.org on 2013/05/30 16:19:32 UTC

[06/16] git commit: used license header according to: http://www.apache.org/legal/src-headers.html

used license header according to: http://www.apache.org/legal/src-headers.html


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

Branch: refs/heads/master
Commit: 10441cec67f4d48a0a216f3d5e0609336aa14992
Parents: 6099892
Author: Christian Grobmeier <gr...@apache.org>
Authored: Thu Mar 28 14:16:52 2013 +0100
Committer: Dan Silivestru <da...@gmail.com>
Committed: Sun May 12 12:21:38 2013 -0400

----------------------------------------------------------------------
 Jakefile |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/10441cec/Jakefile
----------------------------------------------------------------------
diff --git a/Jakefile b/Jakefile
index 133d643..bde2656 100644
--- a/Jakefile
+++ b/Jakefile
@@ -1,17 +1,20 @@
 /*
- *  Copyright 2011 Research In Motion Limited.
- * 
- * 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
+ * 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
+ *   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.
+ * 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.
  */
 var fs = require('fs');