You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/10/14 15:55:10 UTC

svn commit: r1708602 - /directory/shared/trunk/ldap/schema/data/src/main/scripts/oid_allocation.pl

Author: elecharny
Date: Wed Oct 14 13:55:10 2015
New Revision: 1708602

URL: http://svn.apache.org/viewvc?rev=1708602&view=rev
Log:
Added the ASF header

Modified:
    directory/shared/trunk/ldap/schema/data/src/main/scripts/oid_allocation.pl

Modified: directory/shared/trunk/ldap/schema/data/src/main/scripts/oid_allocation.pl
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/schema/data/src/main/scripts/oid_allocation.pl?rev=1708602&r1=1708601&r2=1708602&view=diff
==============================================================================
--- directory/shared/trunk/ldap/schema/data/src/main/scripts/oid_allocation.pl (original)
+++ directory/shared/trunk/ldap/schema/data/src/main/scripts/oid_allocation.pl Wed Oct 14 13:55:10 2015
@@ -1,4 +1,21 @@
 #!/usr/bin/env perl
+#
+#  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.
 
 use strict;
 use warnings;
@@ -104,4 +121,4 @@ else {
             print("- $oid: ", join(',', (map {defined($_->{name}) ? $_->{name} : ()} @{$oid_to_metadata{$oid}})), "\n");
         }
     }
-}
\ No newline at end of file
+}