Update license information
This commit is contained in:
parent
5d51c35bb7
commit
bed4620853
10 changed files with 142 additions and 46 deletions
16
Makefile
16
Makefile
|
@ -1,3 +1,19 @@
|
||||||
|
# Copyright (C) 2012, 2013 Tom Willemsen
|
||||||
|
#
|
||||||
|
# This file is part of Markam
|
||||||
|
#
|
||||||
|
# Markam 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 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Markam 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 Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
INSTALL = install -D
|
INSTALL = install -D
|
||||||
|
|
||||||
export DESTDIR ?= /usr/local
|
export DESTDIR ?= /usr/local
|
||||||
|
|
20
NEWS
20
NEWS
|
@ -44,18 +44,20 @@ candidates.
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
This program is free software: you can redistribute it and/or modify
|
This file is part of Markam
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or (at
|
|
||||||
your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful, but
|
Markam is free software: you can redistribute it and/or modify it
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
under the terms of the GNU General Public License as published by the
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
Free Software Foundation, either version 3 of the License, or (at your
|
||||||
General Public License for more details.
|
option) any later version.
|
||||||
|
|
||||||
|
Markam 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
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
|
||||||
Local Variables:
|
Local Variables:
|
||||||
|
|
22
README.org
22
README.org
|
@ -1,3 +1,25 @@
|
||||||
|
#+STARTUP: showall
|
||||||
|
|
||||||
|
Copyright (C) 2012, 2013 Tom Willemsen
|
||||||
|
See the end of the file for license conditions.
|
||||||
|
|
||||||
* Markam
|
* Markam
|
||||||
|
|
||||||
Collects bookmarks.
|
Collects bookmarks.
|
||||||
|
|
||||||
|
* License
|
||||||
|
|
||||||
|
This file is part of Markam
|
||||||
|
|
||||||
|
Markam 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 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
Markam 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 Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
# Copyright (C) 2012, 2013 Tom Willemsen
|
||||||
|
#
|
||||||
|
# This file is part of Markam
|
||||||
|
#
|
||||||
|
# Markam 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 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Markam 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 Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
DESTDIR ?= /usr/local
|
DESTDIR ?= /usr/local
|
||||||
|
|
||||||
.PHONY: all install uninstall
|
.PHONY: all install uninstall
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
/* markam -- Store/retrieve/manage bookmarks
|
/* markam -- Store/retrieve/manage bookmarks
|
||||||
Copyright (C) 2012,2013 Tom Willemsen <tom at ryuslash dot org>
|
Copyright (C) 2012,2013 Tom Willemsen <tom at ryuslash dot org>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This file is part of Markam
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
|
Markam 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 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
Markam is distributed in the hope that it will be useful, but
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
GNU General Public License for more details.
|
General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
/// Commentary:
|
/// Commentary:
|
||||||
|
|
||||||
|
|
16
doc/Makefile
16
doc/Makefile
|
@ -1,3 +1,19 @@
|
||||||
|
# Copyright (C) 2012, 2013 Tom Willemsen
|
||||||
|
#
|
||||||
|
# This file is part of Markam
|
||||||
|
#
|
||||||
|
# Markam 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 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Markam 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 Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
DESTDIR ?= /usr/local
|
DESTDIR ?= /usr/local
|
||||||
INSTALL_INFO = install-info
|
INSTALL_INFO = install-info
|
||||||
TEXI2PDF = texi2pdf
|
TEXI2PDF = texi2pdf
|
||||||
|
|
16
src/Makefile
16
src/Makefile
|
@ -1,3 +1,19 @@
|
||||||
|
# Copyright (C) 2012, 2013 Tom Willemsen
|
||||||
|
#
|
||||||
|
# This file is part of Markam
|
||||||
|
#
|
||||||
|
# Markam 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 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# Markam 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 Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
DESTDIR ?= /usr/local
|
DESTDIR ?= /usr/local
|
||||||
CSC = csc
|
CSC = csc
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
;;; markam -- Store/retrieve/manage bookmarks
|
;;; markam -- Store/retrieve/manage bookmarks
|
||||||
;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
|
;; Copyright (C) 2012, 2013 Tom Willemsen <tom at ryuslash dot org>
|
||||||
|
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; This file is part of Markam
|
||||||
;; it under the terms of the GNU General Public License as published by
|
|
||||||
|
;; Markam 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 of the License, or
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; (at your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
;;
|
||||||
;; This program is distributed in the hope that it will be useful,
|
;; Markam is distributed in the hope that it will be useful, but
|
||||||
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
;; GNU General Public License for more details.
|
;; General Public License for more details.
|
||||||
|
;;
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
;; along with Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
;;; markam -- Store/retrieve/manage bookmarks
|
;;; markam -- Store/retrieve/manage bookmarks
|
||||||
;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
|
;; Copyright (C) 2012, 2013 Tom Willemsen <tom at ryuslash dot org>
|
||||||
|
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; This file is part of Markam
|
||||||
;; it under the terms of the GNU General Public License as published by
|
|
||||||
|
;; Markam 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 of the License, or
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; (at your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
;;
|
||||||
;; This program is distributed in the hope that it will be useful,
|
;; Markam is distributed in the hope that it will be useful, but
|
||||||
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
;; GNU General Public License for more details.
|
;; General Public License for more details.
|
||||||
|
;;
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
;; along with Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
;;; markam -- Store/retrieve/manage bookmarks
|
;;; markam -- Store/retrieve/manage bookmarks
|
||||||
;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
|
;; Copyright (C) 2012, 2013 Tom Willemsen <tom at ryuslash dot org>
|
||||||
|
|
||||||
;; This program is free software: you can redistribute it and/or modify
|
;; This file is part of Markam
|
||||||
;; it under the terms of the GNU General Public License as published by
|
|
||||||
|
;; Markam 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 of the License, or
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
;; (at your option) any later version.
|
;; (at your option) any later version.
|
||||||
|
;;
|
||||||
;; This program is distributed in the hope that it will be useful,
|
;; Markam is distributed in the hope that it will be useful, but
|
||||||
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
;; GNU General Public License for more details.
|
;; General Public License for more details.
|
||||||
|
;;
|
||||||
;; You should have received a copy of the GNU General Public License
|
;; You should have received a copy of the GNU General Public License
|
||||||
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
;; along with Markam. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue