tools/userland-mangler
branchs11-update
changeset 2855 576d5a7857b7
parent 2408 54e8d1ce1654
child 3532 b2e7186fdcce
equal deleted inserted replaced
2854:78392507fd82 2855:576d5a7857b7
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 #
    24 #
    25 # userland-mangler - a file mangling utility
    25 # userland-mangler - a file mangling utility
    26 #
    26 #
    27 #  A simple program to mangle files to conform to Solaris WOS or Consoldation
    27 #  A simple program to mangle files to conform to Solaris WOS or Consoldation
    91 
    91 
    92 notes_community = """
    92 notes_community = """
    93 Further information about this software can be found on the open source community website at %s.
    93 Further information about this software can be found on the open source community website at %s.
    94 """
    94 """
    95 notes_source = """
    95 notes_source = """
    96 This software was built from source available at http://opensolaris.org/.  The original community source was downloaded from  %s
    96 This software was built from source available at https://java.net/projects/solaris-userland.  The original community source was downloaded from  %s
    97 """
    97 """
    98 
    98 
    99 def notes_section_text(header_seen, community, source, modified_date):
    99 def notes_section_text(header_seen, community, source, modified_date):
   100 	result = ''
   100 	result = ''
   101 
   101