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 17:39:13 UTC

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

Author: elecharny
Date: Wed Oct 14 15:39:13 2015
New Revision: 1708625

URL: http://svn.apache.org/viewvc?rev=1708625&view=rev
Log:
Added the AL2.0 header in the generated file

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=1708625&r1=1708624&r2=1708625&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 15:39:13 2015
@@ -101,6 +101,24 @@ if($json) {
 else {
     # Default markdown format
     require POSIX;
+    print("#\n");
+    print("#  Licensed to the Apache Software Foundation (ASF) under one\n");
+    print("#  or more contributor license agreements.  See the NOTICE file\n");
+    print("#  distributed with this work for additional information\n");
+    print("#  regarding copyright ownership.  The ASF licenses this file\n");
+    print("#  to you under the Apache License, Version 2.0 (the\n");
+    print("#  \"License\"); you may not use this file except in compliance\n");
+    print("#  with the License.  You may obtain a copy of the License at\n");
+    print("#\n");
+    print("#    http://www.apache.org/licenses/LICENSE-2.0\n");
+    print("#\n");
+    print("#  Unless required by applicable law or agreed to in writing,\n");
+    print("#  software distributed under the License is distributed on an\n");
+    print("#  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n");
+    print("#  KIND, either express or implied.  See the License for the\n");
+    print("#  specific language governing permissions and limitations\n");
+    print("#  under the License.\n");
+
     foreach my $oid (sort {versioncmp($a, $b)} keys(%oid_to_metadata)) {
         next unless ($oid =~ /^1\.3\.6\.1\.4\.1\.18060\.0\.4\.1\.(\d+)\.(\d+).*$/);
         my $section = "$1";