diff options
author | Andrew Choi <akochoi@shaw.ca> | 2001-02-20 16:28:31 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2001-02-20 16:28:31 +0000 |
commit | b6955da2a6d459023082f655d65a42b671850c89 (patch) | |
tree | e173d977521e228e672005db1a408e599fb08c95 | |
parent | fa97adf6e593f8408040864694c963874e0ccc8d (diff) | |
download | emacs-b6955da2a6d459023082f655d65a42b671850c89.tar.gz |
Added copyright notice.
-rw-r--r-- | mac/ChangeLog | 10 | ||||
-rw-r--r-- | mac/INSTALL | 13 | ||||
-rw-r--r-- | mac/README | 13 | ||||
-rw-r--r-- | mac/cw5-mcp.xml | 30 | ||||
-rw-r--r-- | mac/cw6-mcp.xml | 30 | ||||
-rw-r--r-- | mac/inc/alloca.h | 23 | ||||
-rw-r--r-- | mac/inc/defs-cw5.h | 23 | ||||
-rw-r--r-- | mac/inc/defs-cw6.h | 21 |
8 files changed, 161 insertions, 2 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index e7dae4c2e29..a2735d70e7e 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,13 @@ +2001-02-20 Andrew Choi <akochoi@i-cable.com> + + * mac/INSTALL: + * mac/README: + * mac/cw5-mcp.xml: + * mac/cw6-mcp.xml: + * mac/inc/alloca.h: + * mac/inc/defs-cw5.h: + * mac/inc/defs-cw6.h: Added copyright notice. + 2001-01-28 Andrew Choi <akochoi@i-cable.com> * src/macterm.c (mac_font_pattern_match): Allocate three more diff --git a/mac/INSTALL b/mac/INSTALL index 91d89d3ca03..3ea6ab6f392 100644 --- a/mac/INSTALL +++ b/mac/INSTALL @@ -1,5 +1,18 @@ * BUILDING EMACS ON THE MAC OS -*- outline -*- +Copyright (c) 2001 Free Software Foundation, Inc. + + Permission is granted to anyone to make or distribute verbatim + copies of this document as received, in any medium, provided that + the copyright notice and permission notice are preserved, and that + the distributor grants the recipient permission for further + redistribution as permitted by this notice. + + Permission is granted to distribute modified versions of this + document, or of portions of it, under the above conditions, + provided also that they carry prominent notices stating who last + changed them. + You can use either Metrowerks CodeWarrior Pro 5 or 6 or MPW-GM (Aug. 2000) to build Emacs. MPW-GM can be downloaded free of charge from Apple at diff --git a/mac/README b/mac/README index 7d6938220a7..7566f22db2d 100644 --- a/mac/README +++ b/mac/README @@ -1,5 +1,18 @@ GNU Emacs for Mac OS +Copyright (c) 2001 Free Software Foundation, Inc. + + Permission is granted to anyone to make or distribute verbatim + copies of this document as received, in any medium, provided that + the copyright notice and permission notice are preserved, and that + the distributor grants the recipient permission for further + redistribution as permitted by this notice. + + Permission is granted to distribute modified versions of this + document, or of portions of it, under the above conditions, + provided also that they carry prominent notices stating who last + changed them. + This directory contains the files needed to build GNU Emacs on the Mac OS (8.1-9.0). Many of the major features of the Unix version are supported: multiple frames, colors, scroll bars, menu bars, use of the diff --git a/mac/cw5-mcp.xml b/mac/cw5-mcp.xml index bd6e28f46d6..be62ecb7857 100644 --- a/mac/cw5-mcp.xml +++ b/mac/cw5-mcp.xml @@ -1,3 +1,33 @@ +<!-- +Copyright (C) 2001 Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. + +GNU Emacs is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. + + +Contributed by Andrew Choi (akochoi@i-cable.com). + +Exported from the emacs-cw5.mcp project in Metrowerks CodeWarrior Pro +5 for distribution. This copyright notice was then added by hand. +Choose the command File->Import Project... to recreate the +emacs-cw5.mcp project. + +--> + <?xml version="1.0"?> <?codewarrior exportversion="1.0" ideversion="4.0"?> <!DOCTYPE PROJECT [ diff --git a/mac/cw6-mcp.xml b/mac/cw6-mcp.xml index 213f6b6d263..22e61369089 100644 --- a/mac/cw6-mcp.xml +++ b/mac/cw6-mcp.xml @@ -1,3 +1,33 @@ +<!-- +Copyright (C) 2001 Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. + +GNU Emacs is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. + + +Contributed by Andrew Choi (akochoi@i-cable.com). + +Exported from the emacs-cw6.mcp project in Metrowerks CodeWarrior Pro +6 for distribution. This copyright notice was then added by hand. +Choose the command File->Import Project... to recreate the +emacs-cw6.mcp project. + +--> + <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?codewarrior exportversion="1.0.1" ideversion="4.1" ?> diff --git a/mac/inc/alloca.h b/mac/inc/alloca.h index a84eee04c6e..6d29a0e7617 100644 --- a/mac/inc/alloca.h +++ b/mac/inc/alloca.h @@ -1,3 +1,24 @@ +/* Copyright (C) 2001 Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. + +GNU Emacs is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. */ + +/* Contributed by Andrew Choi (akochoi@users.sourceforge.net). */ + #ifndef _ALLOCA_H_ #define _ALLOCA_H_ @@ -5,4 +26,4 @@ void *__alloca(size_t size); #endif -#endif
\ No newline at end of file +#endif diff --git a/mac/inc/defs-cw5.h b/mac/inc/defs-cw5.h index 78577837761..ffc00d0f7da 100644 --- a/mac/inc/defs-cw5.h +++ b/mac/inc/defs-cw5.h @@ -1,2 +1,23 @@ +/* Copyright (C) 2001 Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. + +GNU Emacs is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. */ + +/* Contributed by Andrew Choi (akochoi@users.sourceforge.net). */ + #define emacs 1 -#define HAVE_CONFIG_H
\ No newline at end of file +#define HAVE_CONFIG_H diff --git a/mac/inc/defs-cw6.h b/mac/inc/defs-cw6.h index c24befb02f7..6b386ba723d 100644 --- a/mac/inc/defs-cw6.h +++ b/mac/inc/defs-cw6.h @@ -1,3 +1,24 @@ +/* Copyright (C) 2001 Free Software Foundation, Inc. + +This file is part of GNU Emacs. + +GNU Emacs is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2, or (at your option) any +later version. + +GNU Emacs is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with GNU Emacs; see the file COPYING. If not, write to the Free +Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. */ + +/* Contributed by Andrew Choi (akochoi@users.sourceforge.net). */ + #define emacs 1 #define HAVE_CONFIG_H |