1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-13 23:07:41 +00:00

Update copyright to 2018. Add string methods.

This commit is contained in:
Calvin Rose
2018-05-17 23:41:20 -04:00
parent c0e373f420
commit f295692b50
51 changed files with 221 additions and 102 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017 Calvin Rose
* Copyright (c) 2018 Calvin Rose
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,6 +21,7 @@
*/
#include <dst/dst.h>
#include <dst/dstcorelib.h>
#include <stdlib.h>
#include <time.h>