Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b9b1cc14
Commit
b9b1cc14
authored
May 15, 2008
by
Glenn Morris
Browse files
Switch to recommended form of GPLv3 permissions notice.
parent
5ac58e4c
Changes
59
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
82 additions
and
120 deletions
+82
-120
src/Makefile.in
src/Makefile.in
+4
-6
src/README
src/README
+4
-6
src/atimer.h
src/atimer.h
+4
-6
src/blockinput.h
src/blockinput.h
+4
-6
src/buffer.h
src/buffer.h
+4
-6
src/category.h
src/category.h
+4
-6
src/ccl.h
src/ccl.h
+5
-6
src/character.h
src/character.h
+4
-6
src/charset.h
src/charset.h
+4
-6
src/cm.h
src/cm.h
+4
-6
src/coding.h
src/coding.h
+4
-6
src/commands.h
src/commands.h
+4
-6
src/composite.h
src/composite.h
+4
-6
src/dispextern.h
src/dispextern.h
+4
-6
src/disptab.h
src/disptab.h
+4
-6
src/dosfns.h
src/dosfns.h
+4
-6
src/emacs-icon.h
src/emacs-icon.h
+4
-6
src/epaths.in
src/epaths.in
+5
-6
src/font.h
src/font.h
+4
-6
src/fontset.h
src/fontset.h
+4
-6
No files found.
src/Makefile.in
View file @
b9b1cc14
...
...
@@ -5,10 +5,10 @@
# This file is part of GNU Emacs.
# GNU Emacs is free software
;
you can redistribute it and/or modify
# 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 3
,
o
r (at your option)
# any later version.
# the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -16,9 +16,7 @@
# 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., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
# Note that this file is edited by msdos/sed1v2.inp for MSDOS. That
...
...
src/README
View file @
b9b1cc14
...
...
@@ -35,10 +35,10 @@ current user, but no one else.
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -46,6 +46,4 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
src/atimer.h
View file @
b9b1cc14
...
...
@@ -4,10 +4,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_ATIMER_H
#define EMACS_ATIMER_H
...
...
src/blockinput.h
View file @
b9b1cc14
...
...
@@ -4,10 +4,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_BLOCKINPUT_H
#define EMACS_BLOCKINPUT_H
...
...
src/buffer.h
View file @
b9b1cc14
...
...
@@ -5,10 +5,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -16,9 +16,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Accessing the parameters of the current buffer. */
...
...
src/category.h
View file @
b9b1cc14
...
...
@@ -9,10 +9,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -20,9 +20,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* We introduce here three types of object: category, category set,
...
...
src/ccl.h
View file @
b9b1cc14
...
...
@@ -9,10 +9,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -20,9 +20,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_CCL_H
#define EMACS_CCL_H
...
...
src/character.h
View file @
b9b1cc14
...
...
@@ -7,10 +7,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -18,9 +18,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_CHARACTER_H
#define EMACS_CHARACTER_H
...
...
src/charset.h
View file @
b9b1cc14
...
...
@@ -12,10 +12,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -23,9 +23,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_CHARSET_H
#define EMACS_CHARSET_H
...
...
src/cm.h
View file @
b9b1cc14
...
...
@@ -4,10 +4,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Holds the minimum and maximum costs for the parametrized capabilities. */
struct
parmcap
...
...
src/coding.h
View file @
b9b1cc14
...
...
@@ -11,10 +11,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -22,9 +22,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_CODING_H
#define EMACS_CODING_H
...
...
src/commands.h
View file @
b9b1cc14
...
...
@@ -4,10 +4,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define Ctl(c) ((c)&037)
...
...
src/composite.h
View file @
b9b1cc14
...
...
@@ -10,10 +10,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -21,9 +21,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_COMPOSITE_H
#define EMACS_COMPOSITE_H
...
...
src/dispextern.h
View file @
b9b1cc14
...
...
@@ -5,10 +5,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -16,9 +16,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* New redisplay written by Gerd Moellmann <gerd@gnu.org>. */
...
...
src/disptab.h
View file @
b9b1cc14
...
...
@@ -4,10 +4,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Access the slots of a display-table, according to their purpose. */
...
...
src/dosfns.h
View file @
b9b1cc14
...
...
@@ -7,10 +7,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -18,9 +18,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
extern
EMACS_INT
dos_hyper_key
;
extern
EMACS_INT
dos_super_key
;
...
...
src/emacs-icon.h
View file @
b9b1cc14
...
...
@@ -7,10 +7,10 @@ Author: Kentaro Ohkouchi <nanasess@fsm.ne.jp>
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -18,9 +18,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
Commentary
:
...
...
src/epaths.in
View file @
b9b1cc14
...
...
@@ -4,10 +4,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -15,9 +15,8 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* The default search path for Lisp function "load".
This sets load-path. */
...
...
src/font.h
View file @
b9b1cc14
...
...
@@ -6,10 +6,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -17,9 +17,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_FONT_H
#define EMACS_FONT_H
...
...
src/fontset.h
View file @
b9b1cc14
...
...
@@ -11,10 +11,10 @@
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
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 3
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, 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
...
...
@@ -22,9 +22,7 @@ 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., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#ifndef EMACS_FONTSET_H
#define EMACS_FONTSET_H
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment