aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGlenn Morris2007-02-16 08:36:56 +0000
committerGlenn Morris2007-02-16 08:36:56 +0000
commit5d29cd6ac1efb749a1720df80499925881985553 (patch)
tree7fadebb177b412619a5de220deaf07cbb0f4ccdd /src/s
parent61fd6e26b122c0e9c1678433b5fdf8a67f029a22 (diff)
downloademacs-5d29cd6ac1efb749a1720df80499925881985553.tar.gz
emacs-5d29cd6ac1efb749a1720df80499925881985553.zip
Add copyright and license notice. Copyright years copied from base
include file usg5-4.h.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/sol2-3.h23
-rw-r--r--src/s/usg5-4-2.h23
2 files changed, 45 insertions, 1 deletions
diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h
index b45ec57ef1f..08964d733e2 100644
--- a/src/s/sol2-3.h
+++ b/src/s/sol2-3.h
@@ -1,3 +1,26 @@
1/* Definitions file for GNU Emacs running on Solaris 2.3.
2
3 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007 Free Software Foundation, Inc.
5
6This file is part of GNU Emacs.
7
8GNU Emacs is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, MA 02110-1301, USA. */
22
23
1#include "sol2.h" 24#include "sol2.h"
2 25
3/* Solaris 2.3 has a bug in XListFontsWithInfo. */ 26/* Solaris 2.3 has a bug in XListFontsWithInfo. */
diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h
index 8b11bc54eae..56b2a345814 100644
--- a/src/s/usg5-4-2.h
+++ b/src/s/usg5-4-2.h
@@ -1,4 +1,25 @@
1/* s/ file for System V release 4.2. */ 1/* s/ file for System V release 4.2.
2
3 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4 2007 Free Software Foundation, Inc.
5
6This file is part of GNU Emacs.
7
8GNU Emacs is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option)
11any later version.
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU Emacs; see the file COPYING. If not, write to
20the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21Boston, MA 02110-1301, USA. */
22
2 23
3#include "usg5-4.h" 24#include "usg5-4.h"
4 25