tools/userland-mangler
changeset 7760 4ab84455407c
parent 5682 94c0ca64c022
equal deleted inserted replaced
7759:ae98f8ab0971 7760:4ab84455407c
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 
    22 
    23 #
    23 #
    24 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    24 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    25 #
    25 #
    26 #
    26 #
    27 # userland-mangler - a file mangling utility
    27 # userland-mangler - a file mangling utility
    28 #
    28 #
    29 #  A simple program to mangle files to conform to Solaris WOS or Consoldation
    29 #  A simple program to mangle files to conform to Solaris WOS or Consoldation
    93 
    93 
    94 notes_community = """
    94 notes_community = """
    95 Further information about this software can be found on the open source community website at %s.
    95 Further information about this software can be found on the open source community website at %s.
    96 """
    96 """
    97 notes_source = """
    97 notes_source = """
    98 This software was built from source available at https://java.net/projects/solaris-userland.  The original community source was downloaded from  %s
    98 This software was built from source available at https://github.com/oracle/solaris-userland.  The original community source was downloaded from  %s
    99 """
    99 """
   100 
   100 
   101 def notes_section_text(header_seen, community, source, modified_date):
   101 def notes_section_text(header_seen, community, source, modified_date):
   102 	result = ''
   102 	result = ''
   103 
   103