Module Name: src Committed By: macallan Date: Tue Apr 10 16:16:03 UTC 2012
Modified Files: src/sys/dev/wsfont: Droid_Sans_Mono_12x22.h Droid_Sans_Mono_9x18.h Log Message: add license headers I need to find a way to extract at least the copyright notice from the .ttf file so ttf2wsfont can do this mostly automatically. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/wsfont/Droid_Sans_Mono_12x22.h \ src/sys/dev/wsfont/Droid_Sans_Mono_9x18.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/wsfont/Droid_Sans_Mono_12x22.h diff -u src/sys/dev/wsfont/Droid_Sans_Mono_12x22.h:1.1 src/sys/dev/wsfont/Droid_Sans_Mono_12x22.h:1.2 --- src/sys/dev/wsfont/Droid_Sans_Mono_12x22.h:1.1 Thu Dec 22 05:01:15 2011 +++ src/sys/dev/wsfont/Droid_Sans_Mono_12x22.h Tue Apr 10 16:16:03 2012 @@ -1,3 +1,19 @@ +/* + Copyright 2010 Ascender Corporation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + static u_char Droid_Sans_Mono_12x22_data[]; static struct wsdisplay_font Droid_Sans_Mono_12x22 = { Index: src/sys/dev/wsfont/Droid_Sans_Mono_9x18.h diff -u src/sys/dev/wsfont/Droid_Sans_Mono_9x18.h:1.1 src/sys/dev/wsfont/Droid_Sans_Mono_9x18.h:1.2 --- src/sys/dev/wsfont/Droid_Sans_Mono_9x18.h:1.1 Wed Dec 28 18:29:48 2011 +++ src/sys/dev/wsfont/Droid_Sans_Mono_9x18.h Tue Apr 10 16:16:03 2012 @@ -1,3 +1,19 @@ +/* + Copyright 2010 Ascender Corporation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + static u_char Droid_Sans_Mono_9x18_data[]; static struct wsdisplay_font Droid_Sans_Mono_9x18 = {