file-picker*: add copyright and licence headers, and authors.txt files

char-rename
Alexander Iljin 2017-05-26 16:05:53 +03:00 committed by John Benediktsson
parent 0464e6f84b
commit b000f124a0
8 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
John Benediktsson

View File

@ -1,3 +1,5 @@
! Copyright (C) 2014 John Benediktsson.
! See http://factorcode.org/license.txt for BSD license.
USING: accessors sequences system vocabs ; USING: accessors sequences system vocabs ;
IN: file-picker IN: file-picker

View File

@ -0,0 +1 @@
John Benediktsson

View 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 USING: alien.c-types alien.data alien.strings alien.syntax
destructors file-picker gobject-introspection.standard-types destructors file-picker gobject-introspection.standard-types
gtk.ffi io.encodings.string io.encodings.utf8 kernel system ; gtk.ffi io.encodings.string io.encodings.utf8 kernel system ;

View File

@ -0,0 +1 @@
John Benediktsson

View 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 ; USING: cocoa.dialogs file-picker system ;
IN: file-picker.macosx IN: file-picker.macosx

View File

@ -0,0 +1,3 @@
John Benediktsson
Doug Coleman
Alexander Ilin

View 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 USING: accessors alien.c-types alien.data alien.strings
alien.syntax classes.struct destructors file-picker alien.syntax classes.struct destructors file-picker
io.encodings.string io.encodings.utf8 kernel libc literals math io.encodings.string io.encodings.utf8 kernel libc literals math