add my copyright to the files that I created or modified

master
benny 2013-10-28 00:40:59 +01:00
parent 9e5c5449fb
commit 00e3c32152
8 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
# Part of ZBackup. Licensed under GNU GPLv2 or later
# modified by Benjamin Koch <bbbsnowball@gmail.com>
cmake_minimum_required( VERSION 2.8.2 )
project( zbackup )

View File

@ -1,5 +1,6 @@
// Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
// Part of ZBackup. Licensed under GNU GPLv2 or later
// modified by Benjamin Koch <bbbsnowball@gmail.com>
#include <stdint.h>

View File

@ -1,5 +1,6 @@
// Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
// Part of ZBackup. Licensed under GNU GPLv2 or later
// modified by Benjamin Koch <bbbsnowball@gmail.com>
#include "check.hh"
#include "chunk_storage.hh"

View File

@ -1,4 +1,4 @@
// Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
// Copyright (c) 2013 Benjamin Koch <bbbsnowball@gmail.com>
// Part of ZBackup. Licensed under GNU GPLv2 or later
#include <string>

View File

@ -1,4 +1,4 @@
// Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
// Copyright (c) 2013 Benjamin Koch <bbbsnowball@gmail.com>
// Part of ZBackup. Licensed under GNU GPLv2 or later
#ifndef COMPRESSION_HH_INCLUDED__

View File

@ -1,5 +1,6 @@
// Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
// Copyright (c) 2013 Benjamin Koch <bbbsnowball@gmail.com>
// Part of ZBackup. Licensed under GNU GPLv2 or later
// Based on other tests written by Konstantin Isakov <ikm@zbackup.org>
#include <stdlib.h>
#include <stdio.h>

View File

@ -1,5 +1,6 @@
// Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
// Part of ZBackup. Licensed under GNU GPLv2 or later
// modified by Benjamin Koch <bbbsnowball@gmail.com>
#include <ctype.h>
#include <stdint.h>

View File

@ -1,5 +1,6 @@
// Copyright (c) 2012-2013 Konstantin Isakov <ikm@zbackup.org>
// Part of ZBackup. Licensed under GNU GPLv2 or later
// modified by Benjamin Koch <bbbsnowball@gmail.com>
// Protobuffers used in zbackup