Add GPLv3 license info
This commit is contained in:
parent
88b4167734
commit
13d9dab58e
2 changed files with 3 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2012, 2013 Tom Willemsen
|
# Copyright (C) 2013 Tom Willemsen <tom at ryuslash dot org>
|
||||||
#
|
#
|
||||||
# This file is part of CLark
|
# This file is part of CLark
|
||||||
#
|
#
|
||||||
|
@ -14,6 +14,7 @@
|
||||||
#
|
#
|
||||||
# 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 CLark. If not, see <http://www.gnu.org/licenses/>.
|
# along with CLark. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
DESTDIR ?= /usr/local
|
DESTDIR ?= /usr/local
|
||||||
|
|
||||||
.PHONY: all install uninstall
|
.PHONY: all install uninstall
|
||||||
|
|
3
clark.js
3
clark.js
|
@ -1,5 +1,4 @@
|
||||||
/* clark -- Store/retrieve/manage bookmarks
|
/* Copyright (C) 2013 Tom Willemsen <tom at ryuslash dot org>
|
||||||
Copyright (C) 2012,2013 Tom Willemsen <tom at ryuslash dot org>
|
|
||||||
|
|
||||||
This file is part of CLark
|
This file is part of CLark
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue