Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/wsfont forgot the license header



details:   https://anonhg.NetBSD.org/src/rev/1d9574773882
branches:  trunk
changeset: 803628:1d9574773882
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Nov 05 17:03:40 2014 +0000

description:
forgot the license header

diffstat:

 sys/dev/wsfont/Droid_Sans_Mono_19x36.h |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 45fbda27bc26 -r 1d9574773882 sys/dev/wsfont/Droid_Sans_Mono_19x36.h
--- a/sys/dev/wsfont/Droid_Sans_Mono_19x36.h    Wed Nov 05 17:01:38 2014 +0000
+++ b/sys/dev/wsfont/Droid_Sans_Mono_19x36.h    Wed Nov 05 17:03:40 2014 +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_19x36_data[];
 
 static struct wsdisplay_font Droid_Sans_Mono_19x36 = {



Home | Main Index | Thread Index | Old Index