You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2018/01/18 11:03:31 UTC

svn commit: r1821480 - /turbine/fulcrum/trunk/security/torque/src/java/org/apache/fulcrum/security/torque/LazyLoadable.java

Author: gk
Date: Thu Jan 18 11:03:31 2018
New Revision: 1821480

URL: http://svn.apache.org/viewvc?rev=1821480&view=rev
Log:
- add missing license

Modified:
    turbine/fulcrum/trunk/security/torque/src/java/org/apache/fulcrum/security/torque/LazyLoadable.java

Modified: turbine/fulcrum/trunk/security/torque/src/java/org/apache/fulcrum/security/torque/LazyLoadable.java
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/torque/src/java/org/apache/fulcrum/security/torque/LazyLoadable.java?rev=1821480&r1=1821479&r2=1821480&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/torque/src/java/org/apache/fulcrum/security/torque/LazyLoadable.java (original)
+++ turbine/fulcrum/trunk/security/torque/src/java/org/apache/fulcrum/security/torque/LazyLoadable.java Thu Jan 18 11:03:31 2018
@@ -1,8 +1,24 @@
 package org.apache.fulcrum.security.torque;
-
+/*
+ * 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.
+ */
 public interface LazyLoadable
 {
-
     Boolean getLazyLoading();
 
     void setLazyLoading( Boolean lazyLoading );