summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-11 15:09:24 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-11 15:09:24 +0200
commite4b919213e80dfea5da145bd4becd2c0c6ff9d76 (patch)
treeb5060a49263ec2ff5c70a2dbc901b0eaa8134a5d /src/lib/formats
parent6b04fd7f0557bd04d1ee58250bb89095ddbd8e23 (diff)
lot more updated (nw)
Diffstat (limited to 'src/lib/formats')
-rw-r--r--src/lib/formats/a5105_dsk.h4
-rw-r--r--src/lib/formats/ami_dsk.h4
-rw-r--r--src/lib/formats/ap2_dsk.h4
-rw-r--r--src/lib/formats/ap_dsk35.h4
-rw-r--r--src/lib/formats/apf_apt.h4
-rw-r--r--src/lib/formats/apollo_dsk.h4
-rw-r--r--src/lib/formats/applix_dsk.h4
-rw-r--r--src/lib/formats/asst128_dsk.h4
-rw-r--r--src/lib/formats/basicdsk.c4
-rw-r--r--src/lib/formats/basicdsk.h4
-rw-r--r--src/lib/formats/d88_dsk.c4
-rw-r--r--src/lib/formats/d88_dsk.h4
-rw-r--r--src/lib/formats/dfi_dsk.h4
-rw-r--r--src/lib/formats/dip_dsk.h4
-rw-r--r--src/lib/formats/dmk_dsk.h4
-rw-r--r--src/lib/formats/dmv_dsk.h4
-rw-r--r--src/lib/formats/excali64_dsk.h4
-rw-r--r--src/lib/formats/fdd_dsk.h4
-rw-r--r--src/lib/formats/hxcmfm_dsk.h4
-rw-r--r--src/lib/formats/imd_dsk.c4
-rw-r--r--src/lib/formats/imd_dsk.h4
-rw-r--r--src/lib/formats/ipf_dsk.c4
-rw-r--r--src/lib/formats/ipf_dsk.h4
-rw-r--r--src/lib/formats/mfi_dsk.h4
-rw-r--r--src/lib/formats/td0_dsk.c4
-rw-r--r--src/lib/formats/td0_dsk.h4
-rw-r--r--src/lib/formats/upd765_dsk.h4
-rw-r--r--src/lib/formats/wavfile.c4
-rw-r--r--src/lib/formats/wavfile.h4
29 files changed, 58 insertions, 58 deletions
diff --git a/src/lib/formats/a5105_dsk.h b/src/lib/formats/a5105_dsk.h
index a7f08cc2a26..6f987a81199 100644
--- a/src/lib/formats/a5105_dsk.h
+++ b/src/lib/formats/a5105_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/a5105_dsk.h
diff --git a/src/lib/formats/ami_dsk.h b/src/lib/formats/ami_dsk.h
index c2c70a9878c..9ee86f059cc 100644
--- a/src/lib/formats/ami_dsk.h
+++ b/src/lib/formats/ami_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/ami_dsk.h
diff --git a/src/lib/formats/ap2_dsk.h b/src/lib/formats/ap2_dsk.h
index 7a183bfbeec..caab85a72ee 100644
--- a/src/lib/formats/ap2_dsk.h
+++ b/src/lib/formats/ap2_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
ap2_dsk.h
diff --git a/src/lib/formats/ap_dsk35.h b/src/lib/formats/ap_dsk35.h
index 815ecfd9b62..38cfb36013e 100644
--- a/src/lib/formats/ap_dsk35.h
+++ b/src/lib/formats/ap_dsk35.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
ap_dsk35.h
diff --git a/src/lib/formats/apf_apt.h b/src/lib/formats/apf_apt.h
index 76e7f266dc8..ef8694ff47d 100644
--- a/src/lib/formats/apf_apt.h
+++ b/src/lib/formats/apf_apt.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders: Original author, Robbbert
#ifndef APFCAS_H
#define APFCAS_H
diff --git a/src/lib/formats/apollo_dsk.h b/src/lib/formats/apollo_dsk.h
index 2ea2026a239..180787f2453 100644
--- a/src/lib/formats/apollo_dsk.h
+++ b/src/lib/formats/apollo_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/apollo_dsk.h
diff --git a/src/lib/formats/applix_dsk.h b/src/lib/formats/applix_dsk.h
index b98b8ddb85f..3a667d33809 100644
--- a/src/lib/formats/applix_dsk.h
+++ b/src/lib/formats/applix_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/applix_dsk.h
diff --git a/src/lib/formats/asst128_dsk.h b/src/lib/formats/asst128_dsk.h
index a4eb46cee13..32b455fa1f7 100644
--- a/src/lib/formats/asst128_dsk.h
+++ b/src/lib/formats/asst128_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/asst128_dsk.h
diff --git a/src/lib/formats/basicdsk.c b/src/lib/formats/basicdsk.c
index 16b137397df..ee3ed133e91 100644
--- a/src/lib/formats/basicdsk.c
+++ b/src/lib/formats/basicdsk.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
/*********************************************************************
formats/basicdsk.c
diff --git a/src/lib/formats/basicdsk.h b/src/lib/formats/basicdsk.h
index 098d8d47b92..77f234da949 100644
--- a/src/lib/formats/basicdsk.h
+++ b/src/lib/formats/basicdsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
/*********************************************************************
formats/basicdsk.h
diff --git a/src/lib/formats/d88_dsk.c b/src/lib/formats/d88_dsk.c
index 8c64f41b51c..f8383191e6d 100644
--- a/src/lib/formats/d88_dsk.c
+++ b/src/lib/formats/d88_dsk.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/*
* D77 and D88 disk images
*
diff --git a/src/lib/formats/d88_dsk.h b/src/lib/formats/d88_dsk.h
index 209797caa97..5b12f8eb600 100644
--- a/src/lib/formats/d88_dsk.h
+++ b/src/lib/formats/d88_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/d88_dsk.h
diff --git a/src/lib/formats/dfi_dsk.h b/src/lib/formats/dfi_dsk.h
index e8115020381..72de8695ae2 100644
--- a/src/lib/formats/dfi_dsk.h
+++ b/src/lib/formats/dfi_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#ifndef DFI_DSK_H
#define DFI_DSK_H
diff --git a/src/lib/formats/dip_dsk.h b/src/lib/formats/dip_dsk.h
index 8f90364ecfe..cf5dab24101 100644
--- a/src/lib/formats/dip_dsk.h
+++ b/src/lib/formats/dip_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:etabeta
/*********************************************************************
formats/dip_dsk.h
diff --git a/src/lib/formats/dmk_dsk.h b/src/lib/formats/dmk_dsk.h
index 2fb50fa81ab..f89fed8f95d 100644
--- a/src/lib/formats/dmk_dsk.h
+++ b/src/lib/formats/dmk_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol
/*********************************************************************
formats/dmk_dsk.h
diff --git a/src/lib/formats/dmv_dsk.h b/src/lib/formats/dmv_dsk.h
index a3138c5cac9..31551ffc627 100644
--- a/src/lib/formats/dmv_dsk.h
+++ b/src/lib/formats/dmv_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/dmv_dsk.h
diff --git a/src/lib/formats/excali64_dsk.h b/src/lib/formats/excali64_dsk.h
index 7df8ee79ff5..8d9a46f7424 100644
--- a/src/lib/formats/excali64_dsk.h
+++ b/src/lib/formats/excali64_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/excali64_dsk.h
diff --git a/src/lib/formats/fdd_dsk.h b/src/lib/formats/fdd_dsk.h
index 909980a0815..d7570f89320 100644
--- a/src/lib/formats/fdd_dsk.h
+++ b/src/lib/formats/fdd_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:etabeta
/*********************************************************************
formats/fdd_dsk.h
diff --git a/src/lib/formats/hxcmfm_dsk.h b/src/lib/formats/hxcmfm_dsk.h
index 8a788f9afa9..edaac320d69 100644
--- a/src/lib/formats/hxcmfm_dsk.h
+++ b/src/lib/formats/hxcmfm_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/hxcmfm_dsk.h
diff --git a/src/lib/formats/imd_dsk.c b/src/lib/formats/imd_dsk.c
index 2e8501de6af..2d74c87f9ef 100644
--- a/src/lib/formats/imd_dsk.c
+++ b/src/lib/formats/imd_dsk.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/imd_dsk.c
diff --git a/src/lib/formats/imd_dsk.h b/src/lib/formats/imd_dsk.h
index 596552e6837..a993a061050 100644
--- a/src/lib/formats/imd_dsk.h
+++ b/src/lib/formats/imd_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/imd_dsk.h
diff --git a/src/lib/formats/ipf_dsk.c b/src/lib/formats/ipf_dsk.c
index 0d1900f41fa..afb4c4ce9f3 100644
--- a/src/lib/formats/ipf_dsk.c
+++ b/src/lib/formats/ipf_dsk.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#include <assert.h>
#include "ipf_dsk.h"
diff --git a/src/lib/formats/ipf_dsk.h b/src/lib/formats/ipf_dsk.h
index 5ad2bb75b0b..f3152e8c5c4 100644
--- a/src/lib/formats/ipf_dsk.h
+++ b/src/lib/formats/ipf_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#ifndef IPF_DSK_H_
#define IPF_DSK_H_
diff --git a/src/lib/formats/mfi_dsk.h b/src/lib/formats/mfi_dsk.h
index 386bd7ab983..c9e26337ca6 100644
--- a/src/lib/formats/mfi_dsk.h
+++ b/src/lib/formats/mfi_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#ifndef MFI_DSK_H
#define MFI_DSK_H
diff --git a/src/lib/formats/td0_dsk.c b/src/lib/formats/td0_dsk.c
index 6be875e3f20..f66a0552efd 100644
--- a/src/lib/formats/td0_dsk.c
+++ b/src/lib/formats/td0_dsk.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/td0_dsk.c
diff --git a/src/lib/formats/td0_dsk.h b/src/lib/formats/td0_dsk.h
index 1fd817be323..a714d1d9e1c 100644
--- a/src/lib/formats/td0_dsk.h
+++ b/src/lib/formats/td0_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Miodrag Milanovic
#ifndef TD0_DSK_H_
#define TD0_DSK_H_
diff --git a/src/lib/formats/upd765_dsk.h b/src/lib/formats/upd765_dsk.h
index 3f647876da2..6f36d1225a5 100644
--- a/src/lib/formats/upd765_dsk.h
+++ b/src/lib/formats/upd765_dsk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*********************************************************************
formats/upd765_dsk.h
diff --git a/src/lib/formats/wavfile.c b/src/lib/formats/wavfile.c
index 8ffbe102058..1cb4746f39c 100644
--- a/src/lib/formats/wavfile.c
+++ b/src/lib/formats/wavfile.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
/*********************************************************************
wavfile.c
diff --git a/src/lib/formats/wavfile.h b/src/lib/formats/wavfile.h
index 0f7ea3c1f0a..14c08bb679f 100644
--- a/src/lib/formats/wavfile.h
+++ b/src/lib/formats/wavfile.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
/*********************************************************************
wavfile.h