Searched refs:copyright (Results 1 - 8 of 8) sorted by relevance

/openjdk7/make/scripts/
H A Dupdate_copyright_year.sh70 # Update the copyright year on a file
75 copyright="Copyright (c)"
80 sed -e "s@\(${copyright} [12][0-9][0-9][0-9],\) [12][0-9][0-9][0-9], ${company}@\1 ${year}, ${company}@" | \
81 sed -e "s@\(${copyright} [12][0-9][0-9][0-9],\) ${company}@\1 ${year}, ${company}@" | \
82 sed -e "s@${copyright} ${year}, ${year}, ${company}@${copyright} ${year}, ${company}@" \
95 # Update the copyright year on all files changed by this changeset
105 copyright="Copyright (c)"
160 elif cat ${desc} | fgrep -i copyright > /dev/null ; then
161 printf " EXCLUDED copyright changese
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSInfo.java55 public String copyright = null; field in class:DLSInfo
H A DSF2Soundbank.java74 String copyright = null; field in class:SF2Soundbank
162 this.copyright = chunk.readString(chunk.available());
560 writeInfoStringChunk(writer, "ICOP", this.copyright);
H A DDLSSoundbank.java418 info.copyright = chunk.readString(chunk.available());
695 dlsinstrument.info.copyright =
841 dlssample.info.copyright = chunk.readString(chunk.available());
1163 writeInfoStringChunk(writer, "ICOP", info.copyright);
/openjdk7/jdk/src/macosx/bundle/appbundler/src/com/oracle/appbundler/
H A DAppBundlerTask.java66 private String copyright = ""; field in class:AppBundlerTask
119 public void setCopyright(String copyright) { argument
120 this.copyright = copyright;
223 if (copyright == null) {
356 writeProperty(xout, "NSHumanReadableCopyright", copyright);
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DEUC_TW.java88 String copyright = getCopyright(new File(args[3]));
129 out.format(copyright);
H A DHKSCS.java77 String copyright)
133 out.format(copyright);
73 genClass0(InputStream isB2C, InputStream isC2B, PrintStream ps, String clzName, String copyright) argument
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp66 /* Leave this copyright notice here! It needs to go somewhere in this library. */
67 static const char copyright[] = U_COPYRIGHT_STRING; variable

Completed in 1082 milliseconds