You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ms...@apache.org on 2015/06/10 13:56:18 UTC

git commit: [flex-falcon] [refs/heads/develop] - Missed license header.

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 35579f104 -> 3e9da1b8c


Missed license header.


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/3e9da1b8
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/3e9da1b8
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/3e9da1b8

Branch: refs/heads/develop
Commit: 3e9da1b8cb7c8b4a55b00d8c6cba5f886502abda
Parents: 35579f1
Author: Michael Schmalle <ms...@apache.org>
Authored: Wed Jun 10 07:56:04 2015 -0400
Committer: Michael Schmalle <ms...@apache.org>
Committed: Wed Jun 10 07:56:04 2015 -0400

----------------------------------------------------------------------
 .../codegen/externals/CompilerArguments.java    | 26 ++++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/3e9da1b8/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/CompilerArguments.java
----------------------------------------------------------------------
diff --git a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/CompilerArguments.java b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/CompilerArguments.java
index 4631df8..fa7ef1d 100644
--- a/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/CompilerArguments.java
+++ b/compiler.jx.tests/src/org/apache/flex/compiler/internal/codegen/externals/CompilerArguments.java
@@ -1,20 +1,20 @@
-/***
- * Copyright 2013 Teoti Graphix, LLC.
+/*
  *
- * 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.
  *
- *
- * @author Michael Schmalle <ms...@teotigraphix.com>
  */
 
 package org.apache.flex.compiler.internal.codegen.externals;