]> gitweb.factorcode.org Git - factor.git/commitdiff
file-picker*: add copyright and licence headers, and authors.txt files
authorAlexander Iljin <ajsoft@yandex.ru>
Fri, 26 May 2017 13:05:53 +0000 (16:05 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 29 May 2017 15:05:59 +0000 (08:05 -0700)
extra/file-picker/authors.txt [new file with mode: 0644]
extra/file-picker/file-picker.factor
extra/file-picker/linux/authors.txt [new file with mode: 0644]
extra/file-picker/linux/linux.factor
extra/file-picker/macosx/authors.txt [new file with mode: 0644]
extra/file-picker/macosx/macosx.factor
extra/file-picker/windows/authors.txt [new file with mode: 0644]
extra/file-picker/windows/windows.factor

diff --git a/extra/file-picker/authors.txt b/extra/file-picker/authors.txt
new file mode 100644 (file)
index 0000000..e091bb8
--- /dev/null
@@ -0,0 +1 @@
+John Benediktsson
index d5bc6c404fefb2ba107ce86ff95662dc1b447a04..3713354426d2ebbdc99d25b11b3faad62155a125 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2014 John Benediktsson.
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors sequences system vocabs ;
 IN: file-picker
 
diff --git a/extra/file-picker/linux/authors.txt b/extra/file-picker/linux/authors.txt
new file mode 100644 (file)
index 0000000..e091bb8
--- /dev/null
@@ -0,0 +1 @@
+John Benediktsson
index d33b61446b554d1981fd2b1fd4df9127e3000aaf..9e7ff65ec4fac322ee0a88a4fa3665a45fd2cb0c 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2014, 2015 John Benediktsson.
+! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.data alien.strings alien.syntax
 destructors file-picker gobject-introspection.standard-types
 gtk.ffi io.encodings.string io.encodings.utf8 kernel system ;
diff --git a/extra/file-picker/macosx/authors.txt b/extra/file-picker/macosx/authors.txt
new file mode 100644 (file)
index 0000000..e091bb8
--- /dev/null
@@ -0,0 +1 @@
+John Benediktsson
index 490c9080d10ca75675eb0c5c4eeef4042b590d7f..ecb1e7e0a6b289f23aa28e0e5267716f93988977 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2014 John Benediktsson.
+! See http://factorcode.org/license.txt for BSD license.
 USING: cocoa.dialogs file-picker system ;
 IN: file-picker.macosx
 
diff --git a/extra/file-picker/windows/authors.txt b/extra/file-picker/windows/authors.txt
new file mode 100644 (file)
index 0000000..dd8231d
--- /dev/null
@@ -0,0 +1,3 @@
+John Benediktsson
+Doug Coleman
+Alexander Ilin
index ef4f8b78b438d5eb8221be417bc5bd0ad0a2304b..8e83539fe7c1d93ae82127135228faefeef6bf07 100644 (file)
@@ -1,3 +1,6 @@
+! Copyright (C) 2014 John Benediktsson, Doug Coleman.
+! Copyright (C) 2017 Alexander Ilin.
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.data alien.strings
 alien.syntax classes.struct destructors file-picker
 io.encodings.string io.encodings.utf8 kernel libc literals math