You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2014/03/19 02:33:58 UTC

svn commit: r1579110 - /commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/model/TransitionType.java

Author: ate
Date: Wed Mar 19 01:33:58 2014
New Revision: 1579110

URL: http://svn.apache.org/r1579110
Log:
SCXML-196: ugh, fixing another license header

Modified:
    commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/model/TransitionType.java

Modified: commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/model/TransitionType.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/model/TransitionType.java?rev=1579110&r1=1579109&r2=1579110&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/model/TransitionType.java (original)
+++ commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml2/model/TransitionType.java Wed Mar 19 01:33:58 2014
@@ -1,11 +1,12 @@
 /*
- * Copyright 2014 Hippo B.V. (http://www.onehippo.com)
+ * 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
  *
- * 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
+ *     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,
@@ -13,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.apache.commons.scxml2.model;
 
 /**