Skip to content

Commit

Permalink
Fix bogus copyright licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Aug 1, 2016
1 parent 1ca6880 commit fbf74b5
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 73 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2013 Evan Miller (except where otherwise noted)
Copyright (c) 2013-2016 Evan Miller (except where otherwise noted)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 2 additions & 7 deletions src/CKHashTable.c
@@ -1,10 +1,5 @@
//
// CKHashTable.m
// CRACK
//
// Created by Evan Miller on 11/3/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
// CKHashTable - A simple hash table
// Copyright 2010 Evan Miller (see LICENSE)

#include "CKHashTable.h"
#include <string.h>
Expand Down
10 changes: 2 additions & 8 deletions src/CKHashTable.h
@@ -1,11 +1,5 @@
//
// CKHashTable.h
// CRACK
//
// Created by Evan Miller on 11/3/10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//

// CKHashTable - A simple hash table
// Copyright 2010 Evan Miller (see LICENSE)

#include <stdint.h>
#include <sys/types.h>
Expand Down
6 changes: 2 additions & 4 deletions src/readstat.h
@@ -1,9 +1,7 @@
//
// stat.h
// Wizard
// readstat.h - API and internal data structures for ReadStat
//
// Created by Evan Miller on 3/31/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
// Copyright Evan Miller and ReadStat authors (see LICENSE)
//

#ifndef INCLUDE_READSTAT_H
Expand Down
6 changes: 1 addition & 5 deletions src/readstat_bits.c
@@ -1,9 +1,5 @@
//
// dta_util.c
// Wizard
//
// Created by Evan Miller on 12/16/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
// readstat_bits.c - Bit-twiddling utility functions
//

#include <sys/types.h>
Expand Down
6 changes: 1 addition & 5 deletions src/readstat_bits.h
@@ -1,9 +1,5 @@
//
// dta_util.h
// Wizard
//
// Created by Evan Miller on 12/16/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
// readstat_bit.h - Bit-twiddling utility functions
//

#define READSTAT_MACHINE_IS_TWOS_COMPLEMENT ((char)0xFF == (char)-1)
Expand Down
9 changes: 0 additions & 9 deletions src/readstat_por_parse.h
@@ -1,15 +1,6 @@
//
// readstat_por_parse.h
// Wizard
//
// Created by Evan Miller on 4/18/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#ifndef Wizard_readstat_por_parse_h
#define Wizard_readstat_por_parse_h

ssize_t readstat_por_parse_double(const char *data, size_t len, double *result,
readstat_error_handler error_cb, void *user_ctx);

#endif
4 changes: 0 additions & 4 deletions src/readstat_por_read.c
@@ -1,9 +1,5 @@
//
// readstat_por.c
// Wizard
//
// Created by Evan Miller on 4/17/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#include <stdio.h>
Expand Down
4 changes: 0 additions & 4 deletions src/readstat_rdata.c
@@ -1,9 +1,5 @@
//
// readstat_rdata.c
// Wizard
//
// Created by Evan Miller on 3/31/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#include <stdlib.h>
Expand Down
9 changes: 0 additions & 9 deletions src/readstat_rdata.h
@@ -1,13 +1,6 @@
//
// readstat_rdata.h
// Wizard
//
// Created by Evan Miller on 3/31/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#ifndef Wizard_readstat_rdata_h
#define Wizard_readstat_rdata_h

#include "readstat.h"
#include "readstat_bits.h"
Expand Down Expand Up @@ -82,5 +75,3 @@ typedef struct rdata_sexptype_info_s {
#define RDATA_PSEUDO_SXP_BYTE_CODE_REP_REF 243
#define RDATA_PSEUDO_SXP_EMPTY_ENVIRONMENT 242
#define RDATA_PSEUDO_SXP_BASE_ENVIRONMENT 241

#endif
4 changes: 0 additions & 4 deletions src/readstat_sav.c
@@ -1,9 +1,5 @@
//
// sav.c
// Wizard
//
// Created by Evan Miller on 12/16/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//

#include <stdio.h>
Expand Down
6 changes: 1 addition & 5 deletions src/readstat_sav.h
@@ -1,9 +1,5 @@
//
// Header.h
// Wizard
//
// Created by Evan Miller on 3/31/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
// readstat_sav.h
//

#include "readstat.h"
Expand Down
8 changes: 0 additions & 8 deletions src/readstat_sav_parse.h
@@ -1,15 +1,7 @@
//
// sav_parse.h
// Wizard
//
// Created by Evan Miller on 12/17/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//

#ifndef Wizard_sav_parse_h
#define Wizard_sav_parse_h

readstat_error_t sav_parse_long_variable_names_record(void *data, int count, sav_ctx_t *ctx);
readstat_error_t sav_parse_very_long_string_record(void *data, int count, sav_ctx_t *ctx);

#endif

0 comments on commit fbf74b5

Please sign in to comment.