Move go-crypt to gitlab

This commit is contained in:
nemunaire 2019-10-16 03:01:32 +02:00
commit dd8305ec06
7 changed files with 1 additions and 1 deletions

View file

@ -1,11 +0,0 @@
// Package crypt is a implementation of crypt(3) by golang.
//
// This is a fork of iasija's orignal implementation.
//
// Orignal soruce code Copyrights (C) iasija All rights reserved,
// and original source code is under the 3-Clause BSD.
//
// Modification codes for supporting latest golang and added test codes are
// Copyright (c) 2013-2014 Naoki OKAMURA <nyarla@thotep.net>,
// and modifiration code and test codes are under same as the orignal source code license. (3-Clause BSD)
package crypt