Browse Source

updated headers

pull/5/head
orignal 7 years ago
parent
commit
dc65884599
  1. 2
      i2psam/i2psam.cpp
  2. 3
      i2psam/i2psam.h
  3. 5
      i2psam/makefile.unix

2
i2psam/i2psam.cpp

@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
// Copyright (c) 2012-2013 giv
// Copyright (c) 2017 orignal
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
//--------------------------------------------------------------------------------------------------
// EdDSA assumed
#include "i2psam.h"
#include <iostream>

3
i2psam/i2psam.h

@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
// Copyright (c) 2012-2013 giv
// Copyright (c) 2017 orignal
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
//--------------------------------------------------------------------------------------------------
// see full documentation about SAM at http://www.i2p2.i2p/samv3.html
// EdDSA assumed
#ifndef I2PSAM_H
#define I2PSAM_H

5
i2psam/makefile.unix

@ -1,9 +1,6 @@ @@ -1,9 +1,6 @@
#############################################################################
# Makefile for building: libi2psam.a
# Generated by qmake (2.01a) (Qt 4.8.1) on: Wed Jan 30 13:00:04 2013
# Project: i2psam.pro
# Template: lib
# Command: /usr/bin/qmake -o Makefile i2psam.pro
# make -f makefile.unix
#############################################################################
####### Compiler, tools and options

Loading…
Cancel
Save