file-picker*: add copyright and licence headers, and authors.txt files
parent
0464e6f84b
commit
b000f124a0
|
@ -0,0 +1 @@
|
|||
John Benediktsson
|
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
John Benediktsson
|
|
@ -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 ;
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
John Benediktsson
|
|
@ -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
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
John Benediktsson
|
||||
Doug Coleman
|
||||
Alexander Ilin
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue