windows.dragdrop-listener: add copyright comments and the authors file
parent
52b6cee8e4
commit
94b67b52a8
|
@ -0,0 +1,2 @@
|
||||||
|
Joe Groff
|
||||||
|
Alexander Ilin
|
|
@ -1,3 +1,6 @@
|
||||||
|
! Copyright (C) 2008, 2009 Joe Groff, Slava Pestov.
|
||||||
|
! Copyright (C) 2017 Alexander Ilin.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.accessors alien.data alien.strings
|
USING: accessors alien.accessors alien.data alien.strings
|
||||||
classes.struct io.encodings.utf16n kernel make math namespaces
|
classes.struct io.encodings.utf16n kernel make math namespaces
|
||||||
prettyprint sequences specialized-arrays
|
prettyprint sequences specialized-arrays
|
||||||
|
|
Loading…
Reference in New Issue