13 Dec, 2013

1 commit

  • 
    Most of the replace was done by global search replace from Eclipse via regular expressions.
    Individual files had incorrect headers or badly formatted ones, so some of them have been done manually by replacing the content between CDDL HEADER START and CDDL HEADER END.
    Some headers were quoting "trunk/opends/resource/legal-notices/CDDLv1_0.txt" while it should have been "legal-notices/CDDLv1_0.txt".
    
    
    Removed:
    - resource/legal-notices/OpenDS.LICENSE
    
    The following required manual changes:
    - build.xml
    - ext/checkstyle/opendj.sourceheader
    - resource/admin/java-utilities.xsl
    - src/build-tools/org/opends/build/tools/ProcessFilesForPackages.java
    - src/build-tools/windows/*
    - src/pkg/opends-dsml-gateway_proto.py
    - src/pkg/opends_proto.py
    - src/server/org/opends/server/util/ServerConstants.java
    - tests/staf-tests/functional-tests/shared/data/aci/aci_targattrfilter/add_aci18.ldif
    - tests/staf-tests/build.bat
    
    An incorrect header mentionning "exclude" instead of "include" in the copyright header existed for: tests/staf-tests/functional-tests/testcases/backends/backup/**/*
    
    Some files have no copyright headers at all. I did not update them. Here is some of them (more exist):
    - tests/staf-tests/functional-tests/shared/data/core/psearch/**/*.ref
    - tests/staf-tests/functional-tests/shared/data/core/psearch/**/delete.ldif
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@9984 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

12 Feb, 2008

1 commit


17 Sep, 2007

1 commit

  • that is part of the Mozilla LDAP SDK for Java.  Also, use this source stub to
    create the org.opends.server.protocols.internal.InternalMozillaLDAPSocketFactory
    class which implements that interface and allows users to more easily use the
    Mozilla LDAP SDK for Java to invoke internal operations in the server.
    
    Note that the source stub is used only to allow our code to compile.  Anyone
    that wants to use the Mozilla LDAP SDK for Java to perform internal operations
    will need to supply the full library containing the LDAP SDK for Java.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3089 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson