Revert "Improve license owner phrasing and in-file copyright notices"
This reverts commit 6c38831c48
.
db4
parent
6c38831c48
commit
25cc5a409a
|
@ -1,5 +1,5 @@
|
||||||
! Copyright (c) 2008 Doug Coleman. All rights reserved.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! This software is licensed under the Simplified BSD License.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: assocs io.files io.pathnames io.directories
|
USING: assocs io.files io.pathnames io.directories
|
||||||
io.encodings.utf8 hashtables kernel namespaces sequences
|
io.encodings.utf8 hashtables kernel namespaces sequences
|
||||||
vocabs.loader io combinators calendar accessors math.parser
|
vocabs.loader io combinators calendar accessors math.parser
|
||||||
|
@ -79,10 +79,9 @@ ERROR: no-vocab vocab ;
|
||||||
dup exists? [ not-scaffolding f ] [ scaffolding t ] if ;
|
dup exists? [ not-scaffolding f ] [ scaffolding t ] if ;
|
||||||
|
|
||||||
: scaffold-copyright ( -- )
|
: scaffold-copyright ( -- )
|
||||||
"! Copyright (c) " write now year>> number>string write
|
"! Copyright (C) " write now year>> number>string write
|
||||||
developer-name get [ "Your name" ] unless* bl write
|
developer-name get [ "Your name" ] unless* bl write "." print
|
||||||
". All rights reserved." print
|
"! See http://factorcode.org/license.txt for BSD license." print ;
|
||||||
"! This software is licensed under the Simplified BSD License." print ;
|
|
||||||
|
|
||||||
: main-file-string ( vocab -- string )
|
: main-file-string ( vocab -- string )
|
||||||
[
|
[
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
Copyright (c) 2003-2009, Slava Pestov and contributing authors
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are met:
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue