Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/wsfont add license headers



details:   https://anonhg.NetBSD.org/src/rev/041218b33c75
branches:  trunk
changeset: 778724:041218b33c75
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Apr 10 16:16:03 2012 +0000

description:
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.

diffstat:

 sys/dev/wsfont/Droid_Sans_Mono_12x22.h |  16 ++++++++++++++++
 sys/dev/wsfont/Droid_Sans_Mono_9x18.h  |  16 ++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 781097aee663 -r 041218b33c75 sys/dev/wsfont/Droid_Sans_Mono_12x22.h
--- a/sys/dev/wsfont/Droid_Sans_Mono_12x22.h    Tue Apr 10 15:12:40 2012 +0000
+++ b/sys/dev/wsfont/Droid_Sans_Mono_12x22.h    Tue Apr 10 16:16:03 2012 +0000
@@ -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 = {
diff -r 781097aee663 -r 041218b33c75 sys/dev/wsfont/Droid_Sans_Mono_9x18.h
--- a/sys/dev/wsfont/Droid_Sans_Mono_9x18.h     Tue Apr 10 15:12:40 2012 +0000
+++ b/sys/dev/wsfont/Droid_Sans_Mono_9x18.h     Tue Apr 10 16:16:03 2012 +0000
@@ -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 = {



Home | Main Index | Thread Index | Old Index